摘要:
原文网址:http://www.blogjava.net/daniel-tu/archive/2008/12/29/248883.html一.软件介绍(apache lighttpd nginx)1. lighttpdLighttpd是一个具有非常低的内存开销,cpu占用率低,效能好,以及丰富的... 阅读全文
posted @ 2016-09-09 15:36
wepe
阅读(322)
评论(0)
推荐(0)
摘要:
点击 阅读全文
posted @ 2016-09-09 15:34
wepe
阅读(554)
评论(0)
推荐(0)
摘要:
设定多键值cookie,注意必须给键值$arr = array(1,2,3); setcookie("a[0]", $arr[0]); setcookie("a[1]", $arr[1]); setcookie("a[2]", $arr[2]); 结果:数组所有元素都存到了。数组长度 :... 阅读全文
posted @ 2016-09-09 11:56
wepe
阅读(4087)
评论(0)
推荐(0)
摘要:
exec("set names utf8"); // 得到数据库的内容 $sql="select * from hao123"; $data=$pdo->query($sql)->fetchAll(PDO::FETCH_ASSOC); if ($dtype==... 阅读全文
posted @ 2016-09-09 11:49
wepe
阅读(291)
评论(0)
推荐(0)

浙公网安备 33010602011771号