摘要: Nginx 1.5.2 + PHP 5.5.1 + MySQL 5.6.10 安装参考了http://zyan.cc/nginx_php_v7大神的资料,这里就直接贴出了 1、安装Nginx:mkdir -p /Data/tgzcd /Data/tgzyum install wgetyum inst... 阅读全文
posted @ 2014-07-14 19:41 黑幽默 阅读(1063) 评论(0) 推荐(0) 编辑
摘要: function file_get_contents_new($url){ if(function_exists('curl_init')){ $t = new Timer(); $t->start(); $ch = curl_init(); ... 阅读全文
posted @ 2014-05-13 16:10 黑幽默 阅读(731) 评论(0) 推荐(0) 编辑
摘要: 今天早上上班来打开环境,mysql报了这个错误,猜到的原因应该是昨天晚上下班没等mysql服务器退出就关闭计算机。2014-05-09 09:44:25 4128 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Pr... 阅读全文
posted @ 2014-05-09 09:56 黑幽默 阅读(668) 评论(0) 推荐(0) 编辑