readme
来自「如题ServletJSP.rar 为网络收集的JSP网站源文件」· 代码 · 共 66 行
TXT
66 行
Setup Sandbox
==============
1. setup your system property:
TOMCAT_HOME=d:\java\tomcat (replace d:\java\tomcat with your path)
2. setup your MySQL path:
MYSQL_HOME=d:\mysql (replace d:\mysql with your path)
Java Packages
==============
org.redsoft.forum - base package
org.redsoft.forum.util - Shared utility classes
org.redsoft.forum.web - To put your Action and ActionForm
org.redsoft.forum.dao - DAO related classes including VO's (generic)
org.redsoft.forum.dao.mysql - DAO implementation of MySQL
org.redsoft.forum.exception - put your exception classes here
ANT Build targets
==================
build - compile the Java source codes
deploy - deploy web application to tomcat
clean - remove compiled files
run - run Tomcat 4.x
stop - stop Tomcat 4.x
test - run unit test
dbinit - create db schema
History
==================
2003-08-01 : 1.4 released
.auto add newly posted threads to index
.generate chinese property file locally ( native2ascii doesn't run correctly in linux box)
.simple struts test case
2003-05-10 : 1.3 released
.use lucene to search threads
.chinese property file
2003-03-21 : 1.2 released
.use ACLFilter to protect web resources
.gzip html filter
.ColoredRow tag
.Bug Fix : View my thread not logging on may cause NullPointerException
2003-02-13 : 1.1 released
.use forums.xml to store forum info, forum info is no longer hardcode into pages
2002-06-xx : 1.0 released
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?