例如你的原路径是http://localhost/app/index.php/module/action/var/value/那么现在的地址是http://localhost/app/module/action/var/value/去除index.php1.httpd.conf配置文件中加载了mod...
分类:
Web程序 时间:
2015-08-10 19:24:33
阅读次数:
105
例如你的原路径是 http://localhost/app/index.php/module/action/var/value/那么现在的地址是 http://localhost/app/module/action/var/value/去除index.php1.httpd.conf配置文件中加载了....
分类:
Web程序 时间:
2015-07-23 13:31:57
阅读次数:
109
环境说明:操作系统:CentOS5.11x86_64php版本:php5.3.3(yum方式安装)原来php安装过程:yum-yinstallhttpdphp53php53-bcmathphp53-cliphp53-commonphp53-dbaphp53-develphp53-gdphp53-mbstringphp53-xmlphp53-xmlrpcphp53-snmpphp53-mysql现在因为项目原因需要安装libevent及p..
分类:
Web程序 时间:
2015-07-17 23:10:07
阅读次数:
429
apache的配置:1. 开启php module查看mods-enabled/php5.load 是否存在,不存在的话, 就从mods-avaliable中复制一个到mods-enabled中。2.apache2.conf的设置: Options FollowSymLinks ...
分类:
其他好文 时间:
2015-05-06 13:00:39
阅读次数:
158
我们通常会把Service Manager配置在两个地方
1.module.config.php
2.Module.php
不同的service manager 类型有不同的配置方法
Application services
Manager
Application services
Manager class
Zend\ServiceManager\Servic...
分类:
其他好文 时间:
2015-01-23 18:27:37
阅读次数:
130
(1)下载 http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool&name=Pcapy下载 pcapy-0.10.8.tar.gz 解压,(2)进入pcapy-0.10.8目录,运行 python s...
分类:
其他好文 时间:
2014-12-11 11:50:48
阅读次数:
364
名称类型说明Guestbook模块后台控制器index模块前台控制器Install安装文件夹├templates├config.inc.php├extention.inc.php├guestbook.sql├model.php├module.sql┗languages前台模板准备文件夹模块配置文件安...
分类:
Web程序 时间:
2014-09-02 15:48:14
阅读次数:
206