Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads WEB Code JSP/Java

struts2项目

  • Category : JSP/Java
  • Tags :
  • Update : 2017-07-17
  • Size : 161kb
  • Downloaded :0次
  • Author :yjs0025
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
Simple Struts2 additions and deletions to check examples.
Packet file list
(Preview for download)
struts2项目\j2ee.sql
struts2项目\MySystem\.classpath
struts2项目\MySystem\.mymetadata
struts2项目\MySystem\.mystrutsdata
struts2项目\MySystem\.project
struts2项目\MySystem\.settings\.jsdtscope
struts2项目\MySystem\.settings\com.genuitec.eclipse.core.prefs
struts2项目\MySystem\.settings\com.genuitec.eclipse.j2eedt.core.prefs
struts2项目\MySystem\.settings\org.eclipse.core.resources.prefs
struts2项目\MySystem\.settings\org.eclipse.jdt.core.prefs
struts2项目\MySystem\.settings\org.eclipse.wst.jsdt.ui.superType.container
struts2项目\MySystem\.settings\org.eclipse.wst.jsdt.ui.superType.name
struts2项目\MySystem\src\com\sl\action\AddAdminAction.java
struts2项目\MySystem\src\com\sl\action\AddUserAction.java
struts2项目\MySystem\src\com\sl\action\AdminDeleteAdminAction.java
struts2项目\MySystem\src\com\sl\action\AdminDeleteUserAction.java
struts2项目\MySystem\src\com\sl\action\AdminGetDataAction.java
struts2项目\MySystem\src\com\sl\action\AdminModifyAction.java
struts2项目\MySystem\src\com\sl\action\AdminScanAction.java
struts2项目\MySystem\src\com\sl\action\GetAllUserAction.java
struts2项目\MySystem\src\com\sl\action\IfAddAdminAction.java
struts2项目\MySystem\src\com\sl\action\IfAddUserAction.java
struts2项目\MySystem\src\com\sl\action\LoginAction.java
struts2项目\MySystem\src\com\sl\action\ModifyDispatchAction.java
struts2项目\MySystem\src\com\sl\action\SelectAllAdminAction.java
struts2项目\MySystem\src\com\sl\action\UserExitAction.java
struts2项目\MySystem\src\com\sl\action\UserModifyAction.java
struts2项目\MySystem\src\com\sl\action\UserScanAction.java
struts2项目\MySystem\src\com\sl\dao\UserDao.java
struts2项目\MySystem\src\com\sl\dao\UserDaoImpl.java
struts2项目\MySystem\src\com\sl\entity\User.java
struts2项目\MySystem\src\com\sl\Interceptor\GetAllUserInterceptor.java
struts2项目\MySystem\src\com\sl\service\UserService.java
struts2项目\MySystem\src\com\sl\service\UserServiceImpl.java
struts2项目\MySystem\src\com\sl\util\ConnectionFactory.java
struts2项目\MySystem\src\com\sl\util\ResourceClose.java
struts2项目\MySystem\src\struts.xml
struts2项目\MySystem\WebRoot\AddAdmin.jsp
struts2项目\MySystem\WebRoot\addadmin_success.jsp
struts2项目\MySystem\WebRoot\AddUser.jsp
struts2项目\MySystem\WebRoot\adduser_success.jsp
struts2项目\MySystem\WebRoot\adminmodify.jsp
struts2项目\MySystem\WebRoot\adminselectuser.jsp
struts2项目\MySystem\WebRoot\css\admin.css
struts2项目\MySystem\WebRoot\deleteadmin.jsp
struts2项目\MySystem\WebRoot\deleteuser.jsp
struts2项目\MySystem\WebRoot\failure.jsp
struts2项目\MySystem\WebRoot\header.jsp
struts2项目\MySystem\WebRoot\images\admin.css
struts2项目\MySystem\WebRoot\images\admin_p.gif
struts2项目\MySystem\WebRoot\images\bt_login.gif
struts2项目\MySystem\WebRoot\images\header_bg.jpg
struts2项目\MySystem\WebRoot\images\header_left.jpg
struts2项目\MySystem\WebRoot\images\login.jpg
struts2项目\MySystem\WebRoot\images\login_3.jpg
struts2项目\MySystem\WebRoot\images\login_4.jpg
struts2项目\MySystem\WebRoot\images\login_5.jpg
struts2项目\MySystem\WebRoot\images\menu_bg.jpg
struts2项目\MySystem\WebRoot\images\menu_bt.jpg
struts2项目\MySystem\WebRoot\images\menu_icon.gif
struts2项目\MySystem\WebRoot\images\shadow_bg.jpg
struts2项目\MySystem\WebRoot\images\title_bg1.jpg
struts2项目\MySystem\WebRoot\images\title_bg2.jpg
struts2项目\MySystem\WebRoot\index.jsp
struts2项目\MySystem\WebRoot\js\clock.js
struts2项目\MySystem\WebRoot\login.jsp
struts2项目\MySystem\WebRoot\main.jsp
struts2项目\MySystem\WebRoot\menu.jsp
struts2项目\MySystem\WebRoot\META-INF\MANIFEST.MF
struts2项目\MySystem\WebRoot\modify_success.jsp
struts2项目\MySystem\WebRoot\modify_user_error.jsp
struts2项目\MySystem\WebRoot\modify_user_success.jsp
struts2项目\MySystem\WebRoot\newuserlist.jsp
struts2项目\MySystem\WebRoot\othersmodify.jsp
struts2项目\MySystem\WebRoot\selectAllAdmins.jsp
struts2项目\MySystem\WebRoot\showadmins.jsp
struts2项目\MySystem\WebRoot\userinfo.jsp
struts2项目\MySystem\WebRoot\usermodify.jsp
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\action\AddAdminAction.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\action\AddUserAction.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\action\AdminDeleteAdminAction.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\action\AdminDeleteUserAction.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\action\AdminGetDataAction.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\action\AdminModifyAction.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\action\AdminScanAction.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\action\GetAllUserAction.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\action\IfAddAdminAction.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\action\IfAddUserAction.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\action\LoginAction.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\action\ModifyDispatchAction.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\action\SelectAllAdminAction.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\action\UserExitAction.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\action\UserModifyAction.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\action\UserScanAction.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\dao\UserDao.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\dao\UserDaoImpl.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\entity\User.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\Interceptor\GetAllUserInterceptor.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\service\UserService.class
struts2项目\MySystem\WebRoot\WEB-INF\classes\com\sl\service\UserServiceImpl.class
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.