PHP OpenID 库

码农软件 · 软件分类 · OpenID开发包 · 2019-04-18 14:42:56

软件介绍

该项目是一个使 PHP 开发的网站支持 OpenID 认证的框架 ,它包含了 OpenID Consumer、存储实现以及 OpenID Server 的实现,最新版本 2.x 的主要特性包括:

  • Runs on a wide range of PHP versions: from 4.3.0 and up (tested on 5.2.4)
  • Licensed under the Apache Software License.
  • Includes extensive documentation, working example code, and a test suite
  • Attempts to use PHP extensions such as Curl, but does not depend on them
  • Includes extension modules for Attribute Exchange, Simple Registration, and PAPE
  • Supports i-names
  • Tested on Windows and Linux
  • Versions 2.x.x support both major OpenID protocol versions transparently

本文地址:https://www.codercto.com/soft/d/3855.html

程序员的自我修养

程序员的自我修养

俞甲子、石凡、潘爱民 / 电子工业出版社 / 2009-4 / 65.00

这本书主要介绍系统软件的运行机制和原理,涉及在Windows和Linux两个系统平台上,一个应用程序在编译、链接和运行时刻所发生的各种事项,包括:代码指令是如何保存的,库文件如何与应用程序代码静态链接,应用程序如何被装载到内存中并开始运行,动态链接如何实现,C/C++运行库的工作原理,以及操作系统提供的系统服务是如何被调用的。每个技术专题都配备了大量图、表和代码实例,力求将复杂的机制以简洁的形式表......一起来看看 《程序员的自我修养》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具