文章列表
首先是开发环境 apache-tomcat-6.0.29eclipse-jee-helios-win32jdk1.6.0_21jre6然后下载struts-2.2.1新建项目文档结构如图
注意:要添加javassist.jar包
源代码见附件
发现fck不支持chrome浏览器
查看源代码
修改如下FCKeditor.java
private boolean isCompatible() {
String userAgent=request.getHeader("user-agent");
if(userAgent==null)
return false;
userAgent=userAgent.toLowerCase();
if ((userAgent.indexOf("msie") !=-1) && (userAgent.inde ...
根据教程编写第一个zend程序
修改httpd.conf
添加
<virtualhost>
ServerName zf001.my
DocumentRoot "F:/project/zf001/public"
<directory>
AllowOverride All
Allow from all
Satisfy all
</directory></virtualhost>
C:\WINNT\system32\drivers\etc
添加
127.0. ...
开发工具使用 zend studio 7.1 .2 下载地址http://www.zendstudio.net/zend-studio-all-in-one-download/
下载之后安装
我的安装目录是D:\dev\Zend\Zend Studio - 7.1.2
完成后打开注册
zend studio 7.0、7.1 注册码
Username: zendstudio.net
Serial Number: 3727234F6095F72034F6095F
配置开发工具
配置:
配置php手册window->preferences-> ...
系统环境 windows xp
1.安装php PHP源码最新版下载地址为:http://www.php.net/downloads.php
安装目录为D:\dev\PHP
我使用的版本是php-5.3.2-Win32-VC6-x86.msi
2.安装Apache Apache源码最新版下载地址为:http://httpd.apache.org/download.cgi
安装目录为D:\dev\Apache Software Foundation\Apache2.2
我使用的版本是httpd-2.2.15-win32-x86-no_ssl.m ...