上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 40 下一页

php的异步并行扩展swoole

摘要: Swoole是PHP的异步并行扩展,有点像Node.js,但swoole既支持同步又支持异步,比node更强大。Swoole扩展是基于epoll高性能事件轮询,并且是多线程的,性能非常好。Swoole除了提供网络Server/Client的功能之外,还提供了Task异步任务管理器,可以使你的程序中某... 阅读全文
posted @ 2015-04-24 16:50 liuwenbohhh 阅读(283) 评论(0) 推荐(0)

如何用php实现qq登陆网站

摘要: PHP网站入QQ互联,使用QQ号码登录网站。平台接口系列文章PHP网站入QQ互联,使用QQ号码登录网站PHP网站接入人人网,授权登陆php facebook api网站接入facebook1.下载PHP SDKhttp://wiki.connect.qq.com/sdk%E4%B8%8B%E8%BD... 阅读全文
posted @ 2015-04-24 10:27 liuwenbohhh 阅读(444) 评论(0) 推荐(0)

php分页类

摘要: 实现效果下载地址http://pan.baidu.com/s/1eQvTryy 阅读全文
posted @ 2015-04-24 10:16 liuwenbohhh 阅读(100) 评论(0) 推荐(0)

php的分页代码

摘要: php make page list ID 文章标题 '; $key.="$page/$pages "; //第几页,共几页 if($page!=1){ $key.="第一页 "; //第一页 $key.="上一页"; //上一页 }else { $key.="... 阅读全文
posted @ 2015-04-24 09:25 liuwenbohhh 阅读(117) 评论(0) 推荐(0)

一个小的投票系统

摘要: 文件http://files.cnblogs.com/files/liuwenbohhh/vote.zipindex.php控制台 s ".$row['name'] ." 人*4 ... 阅读全文
posted @ 2015-04-23 17:51 liuwenbohhh 阅读(159) 评论(0) 推荐(0)

php如何判断两个时间戳是一天

摘要: $date1 = getdate(strtotime('2013-12-31'));$date11 = getdate(strtotime('2014-01-01'));$date2 = getdate(strtotime('2012-12-31'));print_r($date1);echo "\... 阅读全文
posted @ 2015-04-23 17:49 liuwenbohhh 阅读(6853) 评论(0) 推荐(0)

PHP中出现Notice: Undefined index的三种解决办法

摘要: 前一段做的一个PHP程序在服务器运行正常,被别人拿到本机测试的时候总是出现“Notice: Undefined index:”这样的警告,这只是一个因为PHP版本不同而产生的警告(NOTICE或者WARNING),而非错误(ERROR)。PHP中的变量在不声明的情况下使用的时候,PHP4运行正常,但... 阅读全文
posted @ 2015-04-22 16:48 liuwenbohhh 阅读(633) 评论(0) 推荐(0)

vmvare如何安装xp虚拟机

摘要: http://jingyan.baidu.com/article/a681b0ded8e25e3b19434640.html一直以来,许多的朋友都不熟悉怎么安装在虚拟机上装windows系统 2000、xp、7等等。下面的我将以xp系统为例。一步步的图解在虚拟机上安装xp系统。工具/原料1.首先要一... 阅读全文
posted @ 2015-04-22 13:56 liuwenbohhh 阅读(256) 评论(0) 推荐(0)

windows2003安装

摘要: 产品密钥JCDPY-8M2V9-BR862-KH9XB-HJ3HMiis的i386文件夹http://pan.baidu.com/s/1dD0EY6twindows2003的iso映像http://pan.baidu.com/s/1jGKhCEywindows server 2003 事件响应声音很... 阅读全文
posted @ 2015-04-22 10:58 liuwenbohhh 阅读(273) 评论(0) 推荐(0)

在阿里云的iis上安装php扩展

摘要: 具体参照http://jingyan.baidu.com/article/11c17a2c5ce349f447e39d6d.html 阅读全文
posted @ 2015-04-21 13:39 liuwenbohhh 阅读(147) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 40 下一页
点击右上角即可分享
微信分享提示