forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Max Liao <[email protected]>
- Loading branch information
Showing
4,119 changed files
with
186,311 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry kind="con" path="melibrary.com.genuitec.eclipse.j2eedt.core.MYECLIPSE_JAVAEE_5_CONTAINER"/> | ||
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-logging-1.0.4.jar"/> | ||
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/freemarker-2.3.8.jar"/> | ||
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/msbase.jar"/> | ||
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/mssqlserver.jar"/> | ||
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/msutil.jar"/> | ||
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/ognl-2.6.11.jar"/> | ||
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/struts2-core-2.0.11.jar"/> | ||
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/xwork-2.0.4.jar"/> | ||
<classpathentry kind="output" path="WebRoot/WEB-INF/classes"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project-module | ||
type="WEB" | ||
name="01" | ||
id="myeclipse.1297730584994" | ||
context-root="/01" | ||
j2ee-spec="5.0" | ||
archive="01.war"> | ||
<attributes> | ||
<attribute name="webrootdir" value="WebRoot" /> | ||
</attributes> | ||
</project-module> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>01</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.wst.validation.validationbuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>com.genuitec.eclipse.ast.deploy.core.deploymentnature</nature> | ||
<nature>com.genuitec.eclipse.j2eedt.core.webnature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
<nature>org.eclipse.wst.jsdt.core.jsNature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> | ||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject"> | ||
<attributes> | ||
<attribute name="hide" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/> | ||
<classpathentry kind="src" path="WebRoot"/> | ||
<classpathentry kind="output" path=""/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#Tue Feb 15 08:43:05 CST 2011 | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 | ||
org.eclipse.jdt.core.compiler.compliance=1.5 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
org.eclipse.wst.jsdt.launching.baseBrowserLibrary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Window |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Manifest-Version: 1.0 | ||
Class-Path: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE struts PUBLIC | ||
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" | ||
"http://struts.apache.org/dtds/struts-2.0.dtd"> | ||
<struts> | ||
<package name="cityInfo" extends="struts-default"> | ||
<!-- 访问首页 --> | ||
<action name="goindex" class="com.yxq.action.IndexAction"> | ||
<result>/view/IndexTemp.jsp</result> | ||
</action> | ||
<!-- 前台信息处理 --> | ||
<action name="info_*" class="com.yxq.action.InfoAction" method="{1}"> | ||
<result>/view/IndexTemp.jsp</result> | ||
<result name="input">/view/IndexTemp.jsp</result> | ||
</action> | ||
<!-- 管理员登录/退出 --> | ||
<action name="log_*" class="com.yxq.action.LogInOutAction" method="{1}"> | ||
<result name="input">/pages/admin/Login.jsp</result> | ||
<result name="login">/pages/admin/view/AdminTemp.jsp</result> | ||
<result name="logout" type="redirectAction">goindex</result> | ||
</action> | ||
<!-- 后台管理员操作 --> | ||
<action name="admin_*" class="com.yxq.action.AdminAction" method="{1}"> | ||
<result name="input">/pages/admin/view/AdminTemp.jsp</result> | ||
<result>/pages/admin/view/AdminTemp.jsp</result> | ||
<result name="checkSuccess" type="redirectAction"> | ||
<param name="actionName">admin_*</param> | ||
<param name="method">ListShow</param> | ||
</result> | ||
<result name="deleteSuccess" type="redirectAction"> | ||
admin_ListShow.action | ||
</result> | ||
<result name="setMoneySuccess">/pages/admin/view/AdminTemp.jsp</result> | ||
<result name="UnSuccess">/pages/admin/view/AdminTemp.jsp</result> | ||
</action> | ||
</package> | ||
</struts> | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
38 changes: 38 additions & 0 deletions
38
01/WebRoot/WEB-INF/classes/com/yxq/action/package.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
city.info.no.infoType=\u8bf7\u9009\u62e9 <b><font color="red">\u4fe1\u606f\u7c7b\u522b\uff01</font></b> | ||
city.info.no.infoTitle=\u8bf7\u8f93\u5165 <b><font color="red">\u4fe1\u606f\u6807\u9898\uff01</font></b> | ||
city.info.no.infoContent=\u8bf7\u8f93\u5165 <b><font color="red">\u4fe1\u606f\u5185\u5bb9\uff01</font></b> | ||
city.info.no.infoPhone=\u8bf7\u8f93\u5165 <b><font color="red">\u8054\u7cfb\u7535\u8bdd\uff01</font></b> | ||
city.info.no.infoLinkman=\u8bf7\u8f93\u5165 <b><font color="red">\u8054\u7cfb\u4eba\uff01</font></b> | ||
city.info.no.infoEmail=\u8bf7\u8f93\u5165 <b><font color="red">E-mail\u5730\u5740\uff01</font></b> | ||
city.info.format.infoPhone=\u8f93\u5165\u7684 <b><font color="red">\u8054\u7cfb\u65b9\u5f0f</font></b> \u683c\u5f0f\u4e0d\u6b63\u786e\uff01 | ||
city.info.format.infoEmail=\u8f93\u5165\u7684 <b><font color="red">E-mail\u5730\u5740\u683c\u5f0f</font></b> \u4e0d\u6b63\u786e\uff01 | ||
city.info.add.E=\u53d1\u5e03\u4fe1\u606f\u5931\u8d25\uff01 | ||
city.info.add.S=<b><li>\u4fe1\u606f\u53d1\u5e03\u6210\u529f\uff01\u9700\u8981\u7ba1\u7406\u5458\u8fdb\u884c\u5ba1\u6838\uff01</li><li>\u8bf7\u8bb0\u4f4f\u63d0\u4f9b\u7ed9\u60a8\u7684ID\uff0c\u4ee5\u4fbf\u65e5\u540e\u8fdb\u884c\u4ed8\u8d39\u64cd\u4f5c\uff01</li></b><br>\u4fe1\u606fID\uff1a | ||
|
||
city.login.no.name=\u8bf7\u8f93\u5165 <b><font color="red">\u7528\u6237\u540d\uff01</font></b> | ||
city.login.no.password=\u8bf7\u8f93\u5165 <b><font color="red">\u5bc6 \u7801\uff01</font></b> | ||
city.login.wrong.input=\u8f93\u5165\u7684 <b><font color="red">\u7528\u6237\u540d</font></b> \u6216 <b><font color="red">\u5bc6\u7801</font></b> \u4e0d\u6b63\u786e\uff01 | ||
|
||
city.info.listshow.no.infoType=\u8bf7\u9009\u62e9\u8981\u67e5\u770b\u7684\u7c7b\u522b\uff01 | ||
city.info.listshow.format.infoType=\u4fe1\u606f\u7c7b\u522b\u4e0d\u662f\u6570\u5b57\u683c\u5f0f\uff01 | ||
city.info.singleshow.no.id=\u8bf7\u9009\u62e9\u8981\u67e5\u770b\u8be6\u7ec6\u5185\u5bb9\u7684\u4fe1\u606f\uff01 | ||
city.info.listshow.format.infoID=\u4fe1\u606fID\u503c\u4e0d\u662f\u6570\u5b57\u683c\u5f0f\uff01 | ||
|
||
city.admin.list.no.infoType=\u8bf7\u9009\u62e9\u4e00\u79cd <b><font color="red">\u4fe1\u606f\u7c7b\u522b\uff01</font></b> | ||
city.admin.list.no.payforType=\u8bf7\u9009\u62e9\u4e00\u79cd <b><font color="red">\u4ed8\u8d39\u72b6\u6001</font></b> \u9009\u9879\uff01 | ||
city.admin.list.no.stateType=\u8bf7\u9009\u62e9\u4e00\u79cd <b><font color="red">\u5ba1\u6838\u72b6\u6001</font></b> \u9009\u9879\uff01 | ||
|
||
city.admin.setMoney.no.moneyID=\u8bf7\u8f93\u5165 <b><font color="red">\u4fe1\u606fID\u503c\uff01</font></b> | ||
city.admin.setMoney.format.moneyID=\u8f93\u5165\u7684 <b><font color="red">\u4fe1\u606fID\u503c</font></b> \u5fc5\u987b\u4e3a\u6570\u5b57\u683c\u5f0f\uff01 | ||
city.admin.setMoney.moneyID.0=\u8f93\u5165\u7684 <b><font color="red">\u4fe1\u606fID\u503c</font></b> \u5fc5\u987b\u5927\u4e8e0\uff01 | ||
|
||
city.admin.check.no.success=\u5ba1\u6838\u4fe1\u606f\u5931\u8d25\uff01 | ||
city.admin.delete.no.success=\u5220\u9664\u4fe1\u606f\u5931\u8d25\uff01 | ||
city.admin.setmoney.success=\u4ed8\u8d39\u8bbe\u7f6e\u6210\u529f\uff01 | ||
city.admin.setmoney.no.success=\u4ed8\u8d39\u8bbe\u7f6e\u5931\u8d25\uff01 | ||
|
||
city.singleshow.no.exist=\u8981\u67e5\u770b\u7684\u4fe1\u606f\u4e0d\u5b58\u5728\uff01 | ||
|
||
city.info.search.no.condition=\u8bf7\u8f93\u5165 <b><font color="red">\u67e5\u8be2\u6761\u4ef6\uff01</font></b> | ||
city.info.search.no.value=\u8bf7\u8f93\u5165 <b><font color="red">\u67e5\u8be2\u5173\u952e\u5b57\uff01</font></b> | ||
city.info.search.no.type=\u8bf7\u8f93\u5165 <b><font color="red">\u641c\u7d22\u7c7b\u522b\uff01</font></b> |
Binary file not shown.
Binary file added
BIN
+911 Bytes
01/WebRoot/WEB-INF/classes/com/yxq/actionSuper/InfoSuperAction.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
struts.i18n.encoding=gb2312 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE struts PUBLIC | ||
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" | ||
"http://struts.apache.org/dtds/struts-2.0.dtd"> | ||
<struts> | ||
<include file="cityinfo.xml"/> | ||
</struts> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.