1.将opencart.zip上传到linux服务器上。 2 将其解压缩到 /usr/local/apache … Continue reading opencart 在linux环境下的apache的部署
All posts by Stalvan
通过php调用linux shell及权限不足的解决办法
1 php的代码为 2 通过浏览器访问之后。发现apache的log输出权限不足 3 找到shell的位置。c … Continue reading 通过php调用linux shell及权限不足的解决办法
linux(centos7)下php的安装(在上一篇帖子apache安装之后)(mysql很久以前就已安装,未再写[实际本机为mariaDB])
cd /usr/local yum install libXpm-devel cd /usr/local mk … Continue reading linux(centos7)下php的安装(在上一篇帖子apache安装之后)(mysql很久以前就已安装,未再写[实际本机为mariaDB])
linux下apache安装
1 cd /usr/local 2 wget http://mirrors.cnnic.cn/apache/h … Continue reading linux下apache安装
wamp下安装scws(中文分词)
1. 根据您当前用的 PHP 版本,下载相应已编译好的 php_scws.dll 扩展库。 目前支持 PHP- … Continue reading wamp下安装scws(中文分词)
Internal Server Error Apache
今天在apache下的php项目一访问报错。错误为 Internal Server Error The ser … Continue reading Internal Server Error Apache
Windows下SVN服务器搭建和subclipse安装使用
1.在 http://ftp.jaist.ac.jp/pub/sourceforge/w/wi/win32sv … Continue reading Windows下SVN服务器搭建和subclipse安装使用
phpeclipse wamp debug调试opencart源码
1.测试项目为opencart 2.去wamp官网下载最新版本的wamp 3.去microsoft官网下载 v … Continue reading phpeclipse wamp debug调试opencart源码
Liferay ServiceBuilder 建表时 字段长度,默认值限制
修改 portlet-model-hints.xml 文件 例如 里面的 <hint name=R … Continue reading Liferay ServiceBuilder 建表时 字段长度,默认值限制
Liferay主题引入jquery
1.将jquery-1.8.2.min.js粘贴到主题的 docroot/_diffs/js/ 目录下 2.假 … Continue reading Liferay主题引入jquery