登录
首页 » PHP » quizlet-oauth2-php-00c255e[1]

quizlet-oauth2-php-00c255e[1]

于 2014-01-21 发布 文件大小:64KB
0 106
下载积分: 1 下载次数: 1

代码说明:

  搭建适应php环境的Oauth平台,做一些REST协议的接口就可以使用OAuth了。(Php Oauth platform built to adapt the environment, do some REST protocol interface can use OAuth it.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 基于jsp留言本
    基于jsp技术的简单的留言板,适合初学者学习学习,适合初学者学习学习,适合初学者学习学习,适合初学者学习学习,
    2022-08-11 00:56:05下载
    积分:1
  • 47313
    PHP网络验证登陆源码,结合易语言互联网支持库,实现PHP网络验证登陆功能。 (PHP network authentication login code, combined with easy language Internet support library that implements the PHP network authentication login function.)
    2014-09-20 20:33:19下载
    积分:1
  • gbs
    深色古典留言本运行环境: ASP环境/Access(Classical dark Guestbook operating environment: ASP environment/Access)
    2016-03-08 21:36:30下载
    积分:1
  • mmcbbs3full
    一个不错的笑话小偷。在线更新 快速。 1、本次修改了首页Flash下面没线 2、修改了CSS配置里一些出错设置 3、增加了后台管理,后台主要功能有:程序配置、广告管理与管理员管理 4、后台帐号密码:topzm(A good joke thief. Update online fast. 1, this did not modify the following line Home Flash 2, modify the CSS configuration settings in some of the error 3, increased the management background, Background main functions are: Configuration, management and advertising management administrator 4, background account password: topzm)
    2016-04-21 17:03:04下载
    积分:1
  • SenchaSampleProject
    SENCHA TOUCH2的一个简单代码(the codes about sencha touch2)
    2012-03-22 20:37:27下载
    积分:1
  • pjblog3
    PJBlog是由舜子(陈子舜,英文名字PuterJam,PJblog就是以他英文名字缩写命名的,他本人就职于腾讯公司QZONE开发组)所开发的一套开源免费的中文个人博客系统程序,采用asp+Access的技术,PJBlog同时支持简繁中文,UTF-8编码,相对于其他系统,PJBlog具有相当高的运作效能以及更新率,也支持目前Blog所使用的新技术。(PJBlog by Shun child (Chen Zaishun English name PuterJam, PJblog his English name is an abbreviation of the name, he worked at Tencent QZONE Development Group) developed a set of open source free Chinese personal blog system program, the use of asp+ Access technology, PJBlog supports Simplified and Traditional Chinese, UTF-8 encoding, compared to other systems, PJBlog with a very high operational efficiency as well as update rate, and also supports new technologies currently used by Blog.)
    2016-04-24 18:49:04下载
    积分:1
  • Struts__Hibernate
    Eclipse Sample Project ——从零开始创建基于struts1.2 + Hibernate3.0的Web工程 将给出一个在MyEclipse开发环境下的一个Web工程实例。说明在MyEclipse的集成 开发环境下,如何利用Struts进行Web工程开发。(Eclipse Sample Project- to start from scratch to create struts1.2+ Hibernate3.0 based on the Web project will give a MyEclipse development environment at a Web Project. In MyEclipse integrated development environment, how to use Struts for Web development projects.)
    2009-03-30 13:04:48下载
    积分:1
  • asp.net chart报表学习代码
    微软最近发布了一个新cool的Asp.net控件-,它是Asp.net3.5中的一个免费的控件,可以大大加强基于浏览器的图形表达。可以使您告别.NET生成报表统计图的烦恼(ASP.NET Chart) /// 生成单一图形时的数据源模型 告别.NET生成报表统计图的烦恼(ASP.NET Chart)。请使用VS2008或以上版本打开本项目,可以在同一截面看到直观效果以及源代码
    2022-02-25 09:36:50下载
    积分:1
  • KesionEShopV7Free(GBK
    KesionEshop是一套经过我们开发人员多年珍贵的开发经验和悉心听取每一位商家的需求和建议打造出来的网上商店系统,其强大的功能和操作的易用性足以让您喜欢上她。(KesionEshop is a developer for many years through our valuable development experience and careful listening to the needs of every business and recommendations to build out the online shop system, its powerful features and ease of operation on enough to make you like her.)
    2010-10-27 04:18:35下载
    积分:1
  • ds1
    建立一张顺序存储结构的线性表(顺序表),表中数据元素为整型数,能够存储的最大元素数量为50。在该顺序表上依次完成以下操作: (1)判定线性表是否为空。 (2)依次在顺序表尾部(第n+1位,n位线性表长度)插入数据元素:15、207、36、79、21、97、652、109、66、81,然后输出整张线性表(依次输出所有元素)。 (3)删除第5个元素,然后输出整张线性表。 (4)在线性表的第3位插入数据92,然后输出整张线性表。 (5)在线性表中查找值为79的元素,如果存在输出它是第几位,不存在输出提示信息。 (6)线性表中查找值为31的元素,如果存在输出它是第几位,不存在输出提示信息。 (7)查找线性表中,值为652的元素的前驱元素以及后继元素的值。 (Order to establish a linear table storage structure (order form), the table is an integer number of data elements, the maximum number of elements that can be stored is 50. On the order form in order to complete the following: (1) determine whether a linear table is empty. (2) sequentially in the order form the tail (the n+1 bit, n-bit linear meter length) into the data elements: 15,207,36,79,21,97,652,109,66,81, and then output the entire linear table (in order to output all elements). (3) Delete the first five elements, and then output the entire linear form. The first three insert data (4) line of the table 92, and then output the entire linear form. (5) Find a linear table of elements is 79, if there is it is the first of several output, the output message does not exist. (6) Find a linear table of elements is 31, and if there is it is the first of several output, the output message does not exist. (7) Find a linear table, element 652 is a precursor elements and the va)
    2014-05-11 19:16:52下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载