06 2016 档案

配置nginx 支持 pathinfo模式
摘要:server { listen 8001; root D:/var; index index.php; location ~ \.php { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_split_path_info ^ 阅读全文

posted @ 2016-06-20 15:44 sunqisteven 阅读(202) 评论(0) 推荐(0)

ubuntu14.0.4 genymotion 安装后启动不了
摘要:系统是ubuntu14.0.4 下载 genymotion-2.7.1-linux_x64.bin chmod +x genymotion-2.7.1-linux_x64.bin 执行上面之后启动./genymotion 报错 找不到 libstdc++.so.6 not found ....(ba 阅读全文

posted @ 2016-06-10 00:37 sunqisteven 阅读(377) 评论(0) 推荐(0)

ubuntu14.0.4 php7的编译安装
摘要:1.下载php7.0.7的源码包,解压 cd php-7.0.7 2. ./configure --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --enable-fpm --with-gd --with-conf 阅读全文

posted @ 2016-06-04 12:00 sunqisteven 阅读(878) 评论(2) 推荐(1)

导航