文件名称:NETCTOSS01
-
所属分类:
- 标签属性:
- 上传时间:2015-03-10
-
文件大小:7.34mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
使用Struts2实现NetCTOSS中的资费列表
准备:分析需求、了解表结构、建表
1)创建web项目
2)导包
3)前端控制器(filter)
4)创建struts.xml
5)创建Action
>filter->struts.xml->Action
>DAO >DBUtil,Entity
a、Entity
b、DBUtil
c、DAO
d、Action
6)JSP
7)配置struts.xml-Use Struts2 achieve NetCTOSS the tariff list- Preparation: analysis needs to understand the table structure, built in Table 1) Create a web project 2) lead pack 3) front-end controller (filter) 4) Create a struts.xml 5) Creating Action- > filter-> struts.xml-> Action-> DAO-> DBUtil, Entity a, Entity b, DBUtil c, DAO d, Action 6) JSP 7) configuration struts.xml
准备:分析需求、了解表结构、建表
1)创建web项目
2)导包
3)前端控制器(filter)
4)创建struts.xml
5)创建Action
>filter->struts.xml->Action
>DAO >DBUtil,Entity
a、Entity
b、DBUtil
c、DAO
d、Action
6)JSP
7)配置struts.xml-Use Struts2 achieve NetCTOSS the tariff list- Preparation: analysis needs to understand the table structure, built in Table 1) Create a web project 2) lead pack 3) front-end controller (filter) 4) Create a struts.xml 5) Creating Action- > filter-> struts.xml-> Action-> DAO-> DBUtil, Entity a, Entity b, DBUtil c, DAO d, Action 6) JSP 7) configuration struts.xml
(系统自动生成,下载前可以参看下载内容)
下载文件列表
NETCTOSS01/.classpath
NETCTOSS01/.mymetadata
NETCTOSS01/.project
NETCTOSS01/.settings/org.eclipse.jdt.core.prefs
NETCTOSS01/src/.struts.mex
NETCTOSS01/src/com/tarena/action/FindCostAction.java
NETCTOSS01/src/com/tarena/dao/CostDAOImpl.java
NETCTOSS01/src/com/tarena/dao/DAOException.java
NETCTOSS01/src/com/tarena/dao/DAOFactory.java
NETCTOSS01/src/com/tarena/dao/ICostDAO.java
NETCTOSS01/src/com/tarena/entity/Cost.java
NETCTOSS01/src/com/tarena/util/DBUtil.java
NETCTOSS01/src/db.properties
NETCTOSS01/src/struts.xml
NETCTOSS01/WebRoot/images/account_on.png
NETCTOSS01/WebRoot/images/account_out.png
NETCTOSS01/WebRoot/images/add.png
NETCTOSS01/WebRoot/images/admin_on.png
NETCTOSS01/WebRoot/images/admin_out.png
NETCTOSS01/WebRoot/images/bill_on.png
NETCTOSS01/WebRoot/images/bill_out.png
NETCTOSS01/WebRoot/images/body_bg.png
NETCTOSS01/WebRoot/images/btn_bg.png
NETCTOSS01/WebRoot/images/close.png
NETCTOSS01/WebRoot/images/close1.png
NETCTOSS01/WebRoot/images/close3.png
NETCTOSS01/WebRoot/images/delete.png
NETCTOSS01/WebRoot/images/down.png
NETCTOSS01/WebRoot/images/error.png
NETCTOSS01/WebRoot/images/error_power.png
NETCTOSS01/WebRoot/images/fail.png
NETCTOSS01/WebRoot/images/fee_on.png
NETCTOSS01/WebRoot/images/fee_out.png
NETCTOSS01/WebRoot/images/form_btn.png
NETCTOSS01/WebRoot/images/form_btn_on.png
NETCTOSS01/WebRoot/images/hide.png
NETCTOSS01/WebRoot/images/index_bg.jpg
NETCTOSS01/WebRoot/images/index_navi_bg.png
NETCTOSS01/WebRoot/images/index_on.png
NETCTOSS01/WebRoot/images/index_out.png
NETCTOSS01/WebRoot/images/information_on.png
NETCTOSS01/WebRoot/images/information_out.png
NETCTOSS01/WebRoot/images/login_bg.jpg
NETCTOSS01/WebRoot/images/login_box.png
NETCTOSS01/WebRoot/images/login_btn.png
NETCTOSS01/WebRoot/images/logo.png
NETCTOSS01/WebRoot/images/modification.png
NETCTOSS01/WebRoot/images/navigation.png
NETCTOSS01/WebRoot/images/ok.png
NETCTOSS01/WebRoot/images/password_on.png
NETCTOSS01/WebRoot/images/password_out.png
NETCTOSS01/WebRoot/images/pause.png
NETCTOSS01/WebRoot/images/report_on.png
NETCTOSS01/WebRoot/images/report_out.png
NETCTOSS01/WebRoot/images/role_on.png
NETCTOSS01/WebRoot/images/role_out.png
NETCTOSS01/WebRoot/images/search.png
NETCTOSS01/WebRoot/images/search_large.png
NETCTOSS01/WebRoot/images/service_on.png
NETCTOSS01/WebRoot/images/service_out.png
NETCTOSS01/WebRoot/images/show.png
NETCTOSS01/WebRoot/images/start.png
NETCTOSS01/WebRoot/images/tab_on.png
NETCTOSS01/WebRoot/images/tab_out.png
NETCTOSS01/WebRoot/images/top_bg.png
NETCTOSS01/WebRoot/images/up.png
NETCTOSS01/WebRoot/images/valicode.jpg
NETCTOSS01/WebRoot/images/warning.png
NETCTOSS01/WebRoot/images/wrong.gif
NETCTOSS01/WebRoot/index.jsp
NETCTOSS01/WebRoot/META-INF/MANIFEST.MF
NETCTOSS01/WebRoot/styles/global.css
NETCTOSS01/WebRoot/styles/global_color.css
NETCTOSS01/WebRoot/WEB-INF/classes/.struts.mex
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/action/FindCostAction.class
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/dao/CostDAOImpl.class
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/dao/DAOException.class
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/dao/DAOFactory.class
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/dao/ICostDAO.class
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/entity/Cost.class
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/util/DBUtil.class
NETCTOSS01/WebRoot/WEB-INF/classes/db.properties
NETCTOSS01/WebRoot/WEB-INF/classes/struts.xml
NETCTOSS01/WebRoot/WEB-INF/cost/error.jsp
NETCTOSS01/WebRoot/WEB-INF/cost/findCost.jsp
NETCTOSS01/WebRoot/WEB-INF/lib/commons-fileupload-1.2.1.jar
NETCTOSS01/WebRoot/WEB-INF/lib/commons-io-1.3.2.jar
NETCTOSS01/WebRoot/WEB-INF/lib/dom4j-1.6.1.jar
NETCTOSS01/WebRoot/WEB-INF/lib/freemarker-2.3.15.jar
NETCTOSS01/WebRoot/WEB-INF/lib/jstl.jar
NETCTOSS01/WebRoot/WEB-INF/lib/mysql-connector-java-5.1.7-bin.jar
NETCTOSS01/WebRoot/WEB-INF/lib/ognl-2.7.3.jar
NETCTOSS01/WebRoot/WEB-INF/lib/ojdbc6.jar
NETCTOSS01/WebRoot/WEB-INF/lib/standard.jar
NETCTOSS01/WebRoot/WEB-INF/lib/struts2-core-2.1.8.jar
NETCTOSS01/WebRoot/WEB-INF/lib/struts2-json-plugin-2.1.8.jar
NETCTOSS01/WebRoot/WEB-INF/lib/xwork-core-2.1.6.jar
NETCTOSS01/WebRoot/WEB-INF/web.xml
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/action
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/dao
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/entity
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/util
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena
NETCTOSS01/src/com/tarena/action
NETCTOSS01/src/com/tarena/dao
NETCTOSS01/src/com/tarena/entity
NETCTOSS01/src/com/tarena/util
NETCTOSS01/WebRoot/WEB-INF/classes/com
NETCTOSS01/src/com/tarena
NETCTOSS01/WebRoot/WEB-INF/classes
NETCTOSS01/WebRoot/WEB-INF/cost
NETCTOSS01/WebRoot/WEB-INF/lib
NETCTOSS01/src/com
NETCTOSS01/WebRoot/images
NETCTOSS01/WebRoot/META-INF
NETCTOSS01/WebRoot/styles
NETCTOSS01/WebRoot/WEB-INF
NETCTOSS01/.myeclipse
NETCTOSS01/.settings
NETCTOSS01/src
NETCTOSS01/WebRoot
NETCTOSS01
NETCTOSS01/.mymetadata
NETCTOSS01/.project
NETCTOSS01/.settings/org.eclipse.jdt.core.prefs
NETCTOSS01/src/.struts.mex
NETCTOSS01/src/com/tarena/action/FindCostAction.java
NETCTOSS01/src/com/tarena/dao/CostDAOImpl.java
NETCTOSS01/src/com/tarena/dao/DAOException.java
NETCTOSS01/src/com/tarena/dao/DAOFactory.java
NETCTOSS01/src/com/tarena/dao/ICostDAO.java
NETCTOSS01/src/com/tarena/entity/Cost.java
NETCTOSS01/src/com/tarena/util/DBUtil.java
NETCTOSS01/src/db.properties
NETCTOSS01/src/struts.xml
NETCTOSS01/WebRoot/images/account_on.png
NETCTOSS01/WebRoot/images/account_out.png
NETCTOSS01/WebRoot/images/add.png
NETCTOSS01/WebRoot/images/admin_on.png
NETCTOSS01/WebRoot/images/admin_out.png
NETCTOSS01/WebRoot/images/bill_on.png
NETCTOSS01/WebRoot/images/bill_out.png
NETCTOSS01/WebRoot/images/body_bg.png
NETCTOSS01/WebRoot/images/btn_bg.png
NETCTOSS01/WebRoot/images/close.png
NETCTOSS01/WebRoot/images/close1.png
NETCTOSS01/WebRoot/images/close3.png
NETCTOSS01/WebRoot/images/delete.png
NETCTOSS01/WebRoot/images/down.png
NETCTOSS01/WebRoot/images/error.png
NETCTOSS01/WebRoot/images/error_power.png
NETCTOSS01/WebRoot/images/fail.png
NETCTOSS01/WebRoot/images/fee_on.png
NETCTOSS01/WebRoot/images/fee_out.png
NETCTOSS01/WebRoot/images/form_btn.png
NETCTOSS01/WebRoot/images/form_btn_on.png
NETCTOSS01/WebRoot/images/hide.png
NETCTOSS01/WebRoot/images/index_bg.jpg
NETCTOSS01/WebRoot/images/index_navi_bg.png
NETCTOSS01/WebRoot/images/index_on.png
NETCTOSS01/WebRoot/images/index_out.png
NETCTOSS01/WebRoot/images/information_on.png
NETCTOSS01/WebRoot/images/information_out.png
NETCTOSS01/WebRoot/images/login_bg.jpg
NETCTOSS01/WebRoot/images/login_box.png
NETCTOSS01/WebRoot/images/login_btn.png
NETCTOSS01/WebRoot/images/logo.png
NETCTOSS01/WebRoot/images/modification.png
NETCTOSS01/WebRoot/images/navigation.png
NETCTOSS01/WebRoot/images/ok.png
NETCTOSS01/WebRoot/images/password_on.png
NETCTOSS01/WebRoot/images/password_out.png
NETCTOSS01/WebRoot/images/pause.png
NETCTOSS01/WebRoot/images/report_on.png
NETCTOSS01/WebRoot/images/report_out.png
NETCTOSS01/WebRoot/images/role_on.png
NETCTOSS01/WebRoot/images/role_out.png
NETCTOSS01/WebRoot/images/search.png
NETCTOSS01/WebRoot/images/search_large.png
NETCTOSS01/WebRoot/images/service_on.png
NETCTOSS01/WebRoot/images/service_out.png
NETCTOSS01/WebRoot/images/show.png
NETCTOSS01/WebRoot/images/start.png
NETCTOSS01/WebRoot/images/tab_on.png
NETCTOSS01/WebRoot/images/tab_out.png
NETCTOSS01/WebRoot/images/top_bg.png
NETCTOSS01/WebRoot/images/up.png
NETCTOSS01/WebRoot/images/valicode.jpg
NETCTOSS01/WebRoot/images/warning.png
NETCTOSS01/WebRoot/images/wrong.gif
NETCTOSS01/WebRoot/index.jsp
NETCTOSS01/WebRoot/META-INF/MANIFEST.MF
NETCTOSS01/WebRoot/styles/global.css
NETCTOSS01/WebRoot/styles/global_color.css
NETCTOSS01/WebRoot/WEB-INF/classes/.struts.mex
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/action/FindCostAction.class
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/dao/CostDAOImpl.class
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/dao/DAOException.class
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/dao/DAOFactory.class
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/dao/ICostDAO.class
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/entity/Cost.class
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/util/DBUtil.class
NETCTOSS01/WebRoot/WEB-INF/classes/db.properties
NETCTOSS01/WebRoot/WEB-INF/classes/struts.xml
NETCTOSS01/WebRoot/WEB-INF/cost/error.jsp
NETCTOSS01/WebRoot/WEB-INF/cost/findCost.jsp
NETCTOSS01/WebRoot/WEB-INF/lib/commons-fileupload-1.2.1.jar
NETCTOSS01/WebRoot/WEB-INF/lib/commons-io-1.3.2.jar
NETCTOSS01/WebRoot/WEB-INF/lib/dom4j-1.6.1.jar
NETCTOSS01/WebRoot/WEB-INF/lib/freemarker-2.3.15.jar
NETCTOSS01/WebRoot/WEB-INF/lib/jstl.jar
NETCTOSS01/WebRoot/WEB-INF/lib/mysql-connector-java-5.1.7-bin.jar
NETCTOSS01/WebRoot/WEB-INF/lib/ognl-2.7.3.jar
NETCTOSS01/WebRoot/WEB-INF/lib/ojdbc6.jar
NETCTOSS01/WebRoot/WEB-INF/lib/standard.jar
NETCTOSS01/WebRoot/WEB-INF/lib/struts2-core-2.1.8.jar
NETCTOSS01/WebRoot/WEB-INF/lib/struts2-json-plugin-2.1.8.jar
NETCTOSS01/WebRoot/WEB-INF/lib/xwork-core-2.1.6.jar
NETCTOSS01/WebRoot/WEB-INF/web.xml
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/action
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/dao
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/entity
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena/util
NETCTOSS01/WebRoot/WEB-INF/classes/com/tarena
NETCTOSS01/src/com/tarena/action
NETCTOSS01/src/com/tarena/dao
NETCTOSS01/src/com/tarena/entity
NETCTOSS01/src/com/tarena/util
NETCTOSS01/WebRoot/WEB-INF/classes/com
NETCTOSS01/src/com/tarena
NETCTOSS01/WebRoot/WEB-INF/classes
NETCTOSS01/WebRoot/WEB-INF/cost
NETCTOSS01/WebRoot/WEB-INF/lib
NETCTOSS01/src/com
NETCTOSS01/WebRoot/images
NETCTOSS01/WebRoot/META-INF
NETCTOSS01/WebRoot/styles
NETCTOSS01/WebRoot/WEB-INF
NETCTOSS01/.myeclipse
NETCTOSS01/.settings
NETCTOSS01/src
NETCTOSS01/WebRoot
NETCTOSS01
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.