修改/etc/profile文件使其永久性生效,并对所有系统用户生效,在文件末尾加上如下内容:export PATH="$PATH:/usr/local/redis/bin"export PATH="$PATH:/phpstudy/server/php/bin/php"export PATH="$P ...
分类:
数据库 时间:
2016-04-14 12:10:53
阅读次数:
174
Linux下php安装memcache说明:php安装目录:/phpstudy/server/php/bin/phpphp.ini配置文件路径:/phpstudy/server/php/etc/php.ini 1、安装编译工具yum install wget make gcc gcc-c++ zli ...
分类:
Web程序 时间:
2016-04-14 10:39:02
阅读次数:
222
APACHE支持.htaccess以及 No input file specified解决方案 你的Apache安装文件夹conf里找到httpd.conf文件 索LoadModule rewrite_module modules/mod_rewrite.so 如果前面有注释符号#,请去掉。搜索Op ...
分类:
数据库 时间:
2016-04-13 18:40:39
阅读次数:
829
经常做网站的朋友,往往要在自已的电脑同时建立多个站点,而phpstudy这款软件就能很好的解决这个问题,大家看下图 点击上图中的 其它选项菜单 ,就会弹出下面的对话框,然后点击 站点域名管理 然 后在 网站域名的编辑框里填写你想要的任意域名,这里我就填写为www.test.com(注意这个域名一定不 ...
分类:
Web程序 时间:
2016-04-13 11:17:08
阅读次数:
197
memcached安装步骤: 首先,将下载好的memcahed解压到某个文件目录下,例如 C:\memcached 然后,在cmd里,输入"C:\memcached\memcached.exe -d install " 如果报错丢失文件,0xc000007b,百度了下,一键修复,使用DirectX修 ...
分类:
Web程序 时间:
2016-04-13 11:07:52
阅读次数:
498
phpStudy我用的是php5.5版本默认XDebug扩展都安装完成了就不讲怎么安装了。1.打开php.ini文件修改如下:[XDebug]xdebug.profiler_append=0xdebug.profiler_enable=1xdebug.profiler_enable_trigger=0xdebug.profiler_output_dir="F:\phpStudy\tmp\xdebug"xdebug.trace_output_di..
分类:
Web程序 时间:
2016-04-10 01:30:51
阅读次数:
7995
phpStudy for Linux 支持Apache/Nginx/Tengine/Lighttpd, 支持php5.2/5.3/5.4/5.5切换 已经在centos-6.5,debian-7.4.,ubuntu-13.10测试成功 使用说明: 项目地址:http://lamp.phpstudy. ...
分类:
Web程序 时间:
2016-04-09 10:27:06
阅读次数:
269
转自:http://www.dingxiaoyue.com/topic/56c4354589397f8f60130d37 1.配置niginx.ini,新增 server节点,比如使用9200 端口 2.配置php.ini,修改XDebug节点 3.配置ppstorm , 选择对应php版本,xde ...
分类:
Web程序 时间:
2016-04-06 13:20:27
阅读次数:
251
一、安装 php运行环境安装包:http://www.phpstudy.net/a.php/207.html Yii安装包: https://github.com/yiisoft/yii2/releases/download/2.0.6/yii-basic-app-2.0.6.tgz (Yii2的基 ...
分类:
其他好文 时间:
2016-03-30 16:23:00
阅读次数:
171