php
lzq123_1
这个作者很懒,什么都没留下…
展开
-
64位centOS6.3部署mysql-5.6.19+nginx1.6.0+php5.5.14
1.系统约定 软件源代码包存放位置:/usr/local/src 源码包编译安装位置:/usr/local/软件名字 2.安装编译工具及库文件(使用yum命令安装) yum install -y apr* autoconf automake bison bzip2 bzip2* cloog-ppl compat* cpp curl curl-devel fo原创 2014-10-24 11:10:03 · 1407 阅读 · 0 评论 -
php通过shell调用Hadoop的方法
1.php代码(index.php) body{background-color:red} --> --> --> <?php header('Content-type: text/html; charset=UTF8'); #phpinfo(); $jiaoben = $_GET['jiaoben']; echo "执行Hadoop的log信息:"; $ret= syst原创 2014-10-28 16:44:40 · 2455 阅读 · 0 评论 -
centOS6.3自启动nginx,php,hadoop
蓝色部分为文件的内容,橙色部分为新加的启动项目 [root@master bin]# cat /etc/rc.d/rc.local #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in her原创 2014-11-21 17:16:03 · 1065 阅读 · 0 评论 -
php中文乱码问题
php页面中文乱码问题,经过实际测试,没有问题。原创 2015-06-05 14:52:51 · 907 阅读 · 0 评论 -
win7-64-nginx-mysql-php
Nginx是一个高性能的HTTP和反向代理服务器,同时还是IMAP/POP3/SMTP代理服务器,该程序由俄罗斯Rambler.ru 站点开发,Nginx因为性能稳定、低系统资源消耗而闻名。近几年Nginx在国内已经成炙热化状态,比如像腾讯、网易、51CTO、迅雷、当当网、51、人人网等诸多大型网站都已经使用Nginx来做Web服务器,所以学习Nginx还是非常有必要的。 1.准备安转载 2015-06-07 15:57:12 · 870 阅读 · 0 评论 -
在启动php时,无法启动此程序,因为计算机中丢失MSVCR110.dll的解决方法
在启动php时,执行RunHiddenconsole.exe php-cgi.exe -b 127.0.0.1:9000 -c时,出现错误:无法启动此程序,因为计算机中丢失MSVCR110.dll原创 2015-06-07 14:31:51 · 6537 阅读 · 0 评论 -
thinkphp 缓存写入失败
访问时浏览器显示:缓存文件写入失败!:/alidata/www/richpr/Home/Runtime/Cache/50816cee56615ea0744a5bfe4b7d7fea.php原创 2016-08-10 16:43:02 · 4356 阅读 · 0 评论