CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称: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
(系统自动生成,下载前可以参看下载内容)

下载文件列表

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com