文件名称:OA_SSH
-
所属分类:
- 标签属性:
- 上传时间:2013-03-16
-
文件大小:1.49mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
oa协同办公系统 整合SSH三大框架 系统较为完善-oa cooperative office system integration SSH three framework system more perfect
(系统自动生成,下载前可以参看下载内容)
下载文件列表
OA_SSH/
OA_SSH/.classpath
OA_SSH/.myeclipse/
OA_SSH/.mymetadata
OA_SSH/.project
OA_SSH/.settings/
OA_SSH/.settings/.jsdtscope
OA_SSH/.settings/org.eclipse.jdt.core.prefs
OA_SSH/.settings/org.eclipse.wst.jsdt.ui.superType.container
OA_SSH/.settings/org.eclipse.wst.jsdt.ui.superType.name
OA_SSH/config/
OA_SSH/config/hibernate/
OA_SSH/config/hibernate/cfg/
OA_SSH/config/hibernate/cfg/hibernate.cfg.xml
OA_SSH/config/hibernate/hbm/
OA_SSH/config/hibernate/hbm/Department.hbm.xml
OA_SSH/config/hibernate/hbm/Message.hbm.xml
OA_SSH/config/hibernate/hbm/Role.hbm.xml
OA_SSH/config/hibernate/hbm/User.hbm.xml
OA_SSH/config/log4j.properties
OA_SSH/config/props/
OA_SSH/config/props/db.properties
OA_SSH/config/spring/
OA_SSH/config/spring/applicationContext-biz.xml
OA_SSH/config/spring/applicationContext-dao.xml
OA_SSH/config/spring/applicationContext-web.xml
OA_SSH/config/spring/applicationContext.xml
OA_SSH/config/struts/
OA_SSH/config/struts/department.xml
OA_SSH/config/struts/message.xml
OA_SSH/config/struts/personal.xml
OA_SSH/config/struts/role.xml
OA_SSH/config/struts/struts.xml
OA_SSH/config/struts/user.xml
OA_SSH/readme.txt
OA_SSH/src/
OA_SSH/src/com/
OA_SSH/src/com/tarena/
OA_SSH/src/com/tarena/biz/
OA_SSH/src/com/tarena/biz/DepartmentService.java
OA_SSH/src/com/tarena/biz/impl/
OA_SSH/src/com/tarena/biz/impl/DepartmentServiceImpl.java
OA_SSH/src/com/tarena/biz/impl/MessageServiceImpl.java
OA_SSH/src/com/tarena/biz/impl/RoleServiceImpl.java
OA_SSH/src/com/tarena/biz/impl/UserServiceImpl.java
OA_SSH/src/com/tarena/biz/MessageService.java
OA_SSH/src/com/tarena/biz/RoleService.java
OA_SSH/src/com/tarena/biz/UserService.java
OA_SSH/src/com/tarena/dao/
OA_SSH/src/com/tarena/dao/DepartmentDao.java
OA_SSH/src/com/tarena/dao/impl/
OA_SSH/src/com/tarena/dao/impl/DepartmentDaoImpl.java
OA_SSH/src/com/tarena/dao/impl/MessageDaoImpl.java
OA_SSH/src/com/tarena/dao/impl/RoleDaoImpl.java
OA_SSH/src/com/tarena/dao/impl/UserDaoImpl.java
OA_SSH/src/com/tarena/dao/MessageDao.java
OA_SSH/src/com/tarena/dao/RoleDao.java
OA_SSH/src/com/tarena/dao/UserDao.java
OA_SSH/src/com/tarena/entity/
OA_SSH/src/com/tarena/entity/Department.java
OA_SSH/src/com/tarena/entity/Message.java
OA_SSH/src/com/tarena/entity/Role.java
OA_SSH/src/com/tarena/entity/User.java
OA_SSH/src/com/tarena/utils/
OA_SSH/src/com/tarena/utils/DbUtil.java
OA_SSH/src/com/tarena/web/
OA_SSH/src/com/tarena/web/action/
OA_SSH/src/com/tarena/web/action/BaseAction.java
OA_SSH/src/com/tarena/web/action/DepartmentAction.java
OA_SSH/src/com/tarena/web/action/InfoAction.java
OA_SSH/src/com/tarena/web/action/LoginAction.java
OA_SSH/src/com/tarena/web/action/MessageAction.java
OA_SSH/src/com/tarena/web/action/RoleAction.java
OA_SSH/src/com/tarena/web/action/UserAction.java
OA_SSH/src/department.xml
OA_SSH/src/message.xml
OA_SSH/src/personal.xml
OA_SSH/src/role.xml
OA_SSH/src/struts.xml
OA_SSH/src/user.xml
OA_SSH/table.sql
OA_SSH/test/
OA_SSH/test/com/
OA_SSH/test/com/tarena/
OA_SSH/test/com/tarena/dao/
OA_SSH/test/com/tarena/dao/impl/
OA_SSH/test/com/tarena/dao/impl/DepartmentDaoTest.java
OA_SSH/test/com/tarena/dao/impl/RoleDaoImplTest.java
OA_SSH/test/com/tarena/dao/impl/UserDaoImplTest.java
OA_SSH/test/hibernate/
OA_SSH/test/hibernate/HibernateExportUtil.java
OA_SSH/test/spring/
OA_SSH/test/spring/SpringTest.java
OA_SSH/WebRoot/
OA_SSH/WebRoot/bottom.htm
OA_SSH/WebRoot/canlender1.html
OA_SSH/WebRoot/index.jsp
OA_SSH/WebRoot/left_admin.htm
OA_SSH/WebRoot/left_leader.htm
OA_SSH/WebRoot/left_staff.htm
OA_SSH/WebRoot/login_index.html
OA_SSH/WebRoot/META-INF/
OA_SSH/WebRoot/META-INF/MANIFEST.MF
OA_SSH/WebRoot/top_index.htm
OA_SSH/WebRoot/WEB-INF/
OA_SSH/WebRoot/WEB-INF/classes/
OA_SSH/WebRoot/WEB-INF/classes/com/
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/DepartmentService.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/impl/
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/impl/DepartmentServiceImpl.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/impl/MessageServiceImpl.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/impl/RoleServiceImpl.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/impl/UserServiceImpl.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/MessageService.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/RoleService.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/UserService.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/DepartmentDao.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/impl/
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/impl/DepartmentDaoImpl.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/impl/DepartmentDaoTest.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/impl/MessageDaoImpl.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/impl/RoleDaoImpl$1.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/impl/RoleDaoImpl.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/impl/RoleDaoImplTest.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/impl/UserDaoImpl$1.class
OA_SSH/WebRoot/WEB-INF/classes/com/tare
OA_SSH/.classpath
OA_SSH/.myeclipse/
OA_SSH/.mymetadata
OA_SSH/.project
OA_SSH/.settings/
OA_SSH/.settings/.jsdtscope
OA_SSH/.settings/org.eclipse.jdt.core.prefs
OA_SSH/.settings/org.eclipse.wst.jsdt.ui.superType.container
OA_SSH/.settings/org.eclipse.wst.jsdt.ui.superType.name
OA_SSH/config/
OA_SSH/config/hibernate/
OA_SSH/config/hibernate/cfg/
OA_SSH/config/hibernate/cfg/hibernate.cfg.xml
OA_SSH/config/hibernate/hbm/
OA_SSH/config/hibernate/hbm/Department.hbm.xml
OA_SSH/config/hibernate/hbm/Message.hbm.xml
OA_SSH/config/hibernate/hbm/Role.hbm.xml
OA_SSH/config/hibernate/hbm/User.hbm.xml
OA_SSH/config/log4j.properties
OA_SSH/config/props/
OA_SSH/config/props/db.properties
OA_SSH/config/spring/
OA_SSH/config/spring/applicationContext-biz.xml
OA_SSH/config/spring/applicationContext-dao.xml
OA_SSH/config/spring/applicationContext-web.xml
OA_SSH/config/spring/applicationContext.xml
OA_SSH/config/struts/
OA_SSH/config/struts/department.xml
OA_SSH/config/struts/message.xml
OA_SSH/config/struts/personal.xml
OA_SSH/config/struts/role.xml
OA_SSH/config/struts/struts.xml
OA_SSH/config/struts/user.xml
OA_SSH/readme.txt
OA_SSH/src/
OA_SSH/src/com/
OA_SSH/src/com/tarena/
OA_SSH/src/com/tarena/biz/
OA_SSH/src/com/tarena/biz/DepartmentService.java
OA_SSH/src/com/tarena/biz/impl/
OA_SSH/src/com/tarena/biz/impl/DepartmentServiceImpl.java
OA_SSH/src/com/tarena/biz/impl/MessageServiceImpl.java
OA_SSH/src/com/tarena/biz/impl/RoleServiceImpl.java
OA_SSH/src/com/tarena/biz/impl/UserServiceImpl.java
OA_SSH/src/com/tarena/biz/MessageService.java
OA_SSH/src/com/tarena/biz/RoleService.java
OA_SSH/src/com/tarena/biz/UserService.java
OA_SSH/src/com/tarena/dao/
OA_SSH/src/com/tarena/dao/DepartmentDao.java
OA_SSH/src/com/tarena/dao/impl/
OA_SSH/src/com/tarena/dao/impl/DepartmentDaoImpl.java
OA_SSH/src/com/tarena/dao/impl/MessageDaoImpl.java
OA_SSH/src/com/tarena/dao/impl/RoleDaoImpl.java
OA_SSH/src/com/tarena/dao/impl/UserDaoImpl.java
OA_SSH/src/com/tarena/dao/MessageDao.java
OA_SSH/src/com/tarena/dao/RoleDao.java
OA_SSH/src/com/tarena/dao/UserDao.java
OA_SSH/src/com/tarena/entity/
OA_SSH/src/com/tarena/entity/Department.java
OA_SSH/src/com/tarena/entity/Message.java
OA_SSH/src/com/tarena/entity/Role.java
OA_SSH/src/com/tarena/entity/User.java
OA_SSH/src/com/tarena/utils/
OA_SSH/src/com/tarena/utils/DbUtil.java
OA_SSH/src/com/tarena/web/
OA_SSH/src/com/tarena/web/action/
OA_SSH/src/com/tarena/web/action/BaseAction.java
OA_SSH/src/com/tarena/web/action/DepartmentAction.java
OA_SSH/src/com/tarena/web/action/InfoAction.java
OA_SSH/src/com/tarena/web/action/LoginAction.java
OA_SSH/src/com/tarena/web/action/MessageAction.java
OA_SSH/src/com/tarena/web/action/RoleAction.java
OA_SSH/src/com/tarena/web/action/UserAction.java
OA_SSH/src/department.xml
OA_SSH/src/message.xml
OA_SSH/src/personal.xml
OA_SSH/src/role.xml
OA_SSH/src/struts.xml
OA_SSH/src/user.xml
OA_SSH/table.sql
OA_SSH/test/
OA_SSH/test/com/
OA_SSH/test/com/tarena/
OA_SSH/test/com/tarena/dao/
OA_SSH/test/com/tarena/dao/impl/
OA_SSH/test/com/tarena/dao/impl/DepartmentDaoTest.java
OA_SSH/test/com/tarena/dao/impl/RoleDaoImplTest.java
OA_SSH/test/com/tarena/dao/impl/UserDaoImplTest.java
OA_SSH/test/hibernate/
OA_SSH/test/hibernate/HibernateExportUtil.java
OA_SSH/test/spring/
OA_SSH/test/spring/SpringTest.java
OA_SSH/WebRoot/
OA_SSH/WebRoot/bottom.htm
OA_SSH/WebRoot/canlender1.html
OA_SSH/WebRoot/index.jsp
OA_SSH/WebRoot/left_admin.htm
OA_SSH/WebRoot/left_leader.htm
OA_SSH/WebRoot/left_staff.htm
OA_SSH/WebRoot/login_index.html
OA_SSH/WebRoot/META-INF/
OA_SSH/WebRoot/META-INF/MANIFEST.MF
OA_SSH/WebRoot/top_index.htm
OA_SSH/WebRoot/WEB-INF/
OA_SSH/WebRoot/WEB-INF/classes/
OA_SSH/WebRoot/WEB-INF/classes/com/
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/DepartmentService.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/impl/
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/impl/DepartmentServiceImpl.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/impl/MessageServiceImpl.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/impl/RoleServiceImpl.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/impl/UserServiceImpl.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/MessageService.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/RoleService.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/biz/UserService.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/DepartmentDao.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/impl/
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/impl/DepartmentDaoImpl.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/impl/DepartmentDaoTest.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/impl/MessageDaoImpl.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/impl/RoleDaoImpl$1.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/impl/RoleDaoImpl.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/impl/RoleDaoImplTest.class
OA_SSH/WebRoot/WEB-INF/classes/com/tarena/dao/impl/UserDaoImpl$1.class
OA_SSH/WebRoot/WEB-INF/classes/com/tare
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.