随笔分类 -  PHP

摘要:header('HTTP/1.1 200 OK');header('HTTP/1.1 404 Not Found');header('HTTP/1.1 301 Moved Permanently');header('Location: http://www.example.org/');header('Refresh: 10; url=http://www.example.org/');header('X-Powered-By: PHP/5.3.10');header('Content-la 阅读全文
posted @ 2013-01-11 09:44 dreamans 阅读(221) 评论(0) 推荐(0)
摘要:文章来源:http://dreamans.com/post/2.html获取leveldb:http://code.google.com/p/leveldb/安装leveldb:wget http://leveldb.googlecode.com/files/leveldb-1.5.0.tar.gztar zxvf leveldb-1.5.0.tar.gzcd leveldb-1.5.0make获取并安装leveldb-php扩展$ git clone https://github.com/reeze/php-leveldb.git$ cd php-leveldb$ phpize$ ./con 阅读全文
posted @ 2012-10-01 13:39 dreamans 阅读(1796) 评论(0) 推荐(0)
摘要:CentOS下配置Nginx PHP MySQL Redis笔记 详细阅读》》 阅读全文
posted @ 2012-08-17 18:35 dreamans 阅读(743) 评论(0) 推荐(0)