文件名称:bbs_test
-
所属分类:
- 标签属性:
- 上传时间:2013-04-23
-
文件大小:27.84mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
基于struts2,hibernate3,spring3整合开发的bbs论坛系统,数据库使用的是oracle,在项目的附有数据库文件的源文件。主要是现实多用户发帖,跟帖,查看文章,公告,等相关内容。其中有管理员,普通用户,游客三种用户权限-Based struts2 hibernate3, bbs forum spring3 integrated development system, the database used is oracle, the source files in the project with the database file. Is a real multi-user post, thread, View articles, announcements, and other related content. Including administrators and ordinary users, visitors three user rights ...
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bbs_test/.classpath
bbs_test/.mymetadata
bbs_test/.project
bbs_test/.settings/org.eclipse.jdt.core.prefs
bbs_test/src/action/AdminHostCardAction.java
bbs_test/src/action/AdminManagerAction.java
bbs_test/src/action/AdminModuleAction.java
bbs_test/src/action/AllPostsAction.java
bbs_test/src/action/EnrollAction.java
bbs_test/src/action/IntroductionAction.java
bbs_test/src/action/LeftAction.java
bbs_test/src/action/LoginAction.java
bbs_test/src/action/OneModuleAction.java
bbs_test/src/action/PersonalInformationAction.java
bbs_test/src/action/ResponseAction.java
bbs_test/src/action/UserExitAction.java
bbs_test/src/applicationContext.xml
bbs_test/src/entity/Admin.hbm.xml
bbs_test/src/entity/Admin.java
bbs_test/src/entity/HostCard.hbm.xml
bbs_test/src/entity/HostCard.java
bbs_test/src/entity/Module.hbm.xml
bbs_test/src/entity/Module.java
bbs_test/src/entity/ResponseCard.hbm.xml
bbs_test/src/entity/ResponseCard.java
bbs_test/src/entity/User.hbm.xml
bbs_test/src/entity/User.java
bbs_test/src/manager/HostCardManager.java
bbs_test/src/manager/ModuleManager.java
bbs_test/src/manager/UserManager.java
bbs_test/src/post/pagging/Pagging.java
bbs_test/src/struts.xml
bbs_test/WebRoot/adminLogin.jsp
bbs_test/WebRoot/allPosts.jsp
bbs_test/WebRoot/css/styles.css
bbs_test/WebRoot/enroll.jsp
bbs_test/WebRoot/firstAdminPage.jsp
bbs_test/WebRoot/firstPage.jsp
bbs_test/WebRoot/image/bbs.gif
bbs_test/WebRoot/information.jsp
bbs_test/WebRoot/introduction.jsp
bbs_test/WebRoot/left.jsp
bbs_test/WebRoot/leftPersonalInformation.jsp
bbs_test/WebRoot/login.jsp
bbs_test/WebRoot/META-INF/MANIFEST.MF
bbs_test/WebRoot/oneModule.jsp
bbs_test/WebRoot/oneType.jsp
bbs_test/WebRoot/page/adminleft.jsp
bbs_test/WebRoot/page/admin_newPosts.jsp
bbs_test/WebRoot/page/bbs_manage.jsp
bbs_test/WebRoot/page/CardManagerPage.jsp
bbs_test/WebRoot/page/CardUpdPage.jsp
bbs_test/WebRoot/page/firstAdminPage.jsp
bbs_test/WebRoot/page/moduleManagerPage.jsp
bbs_test/WebRoot/page/moduleUpdPage.jsp
bbs_test/WebRoot/page/top2.jsp
bbs_test/WebRoot/page/userManagerPage.jsp
bbs_test/WebRoot/page/userUpdPage.jsp
bbs_test/WebRoot/personalInformation.jsp
bbs_test/WebRoot/personalInformationAddPost.jsp
bbs_test/WebRoot/personalInformationDeletePost.jsp
bbs_test/WebRoot/personalInformationResponsePost.jsp
bbs_test/WebRoot/personalInformationUpdate.jsp
bbs_test/WebRoot/personalInformationUpdatePost.jsp
bbs_test/WebRoot/personalInformationView.jsp
bbs_test/WebRoot/personalInformationViewPost.jsp
bbs_test/WebRoot/response.jsp
bbs_test/WebRoot/sql/表信息.sql
bbs_test/WebRoot/sql/表结构.sql
bbs_test/WebRoot/top.jsp
bbs_test/WebRoot/WEB-INF/classes/action/AdminHostCardAction.class
bbs_test/WebRoot/WEB-INF/classes/action/AdminManagerAction.class
bbs_test/WebRoot/WEB-INF/classes/action/AdminModuleAction.class
bbs_test/WebRoot/WEB-INF/classes/action/AllPostsAction.class
bbs_test/WebRoot/WEB-INF/classes/action/EnrollAction.class
bbs_test/WebRoot/WEB-INF/classes/action/IntroductionAction.class
bbs_test/WebRoot/WEB-INF/classes/action/LeftAction.class
bbs_test/WebRoot/WEB-INF/classes/action/LoginAction.class
bbs_test/WebRoot/WEB-INF/classes/action/OneModuleAction.class
bbs_test/WebRoot/WEB-INF/classes/action/PersonalInformationAction.class
bbs_test/WebRoot/WEB-INF/classes/action/ResponseAction.class
bbs_test/WebRoot/WEB-INF/classes/action/UserExitAction.class
bbs_test/WebRoot/WEB-INF/classes/applicationContext.xml
bbs_test/WebRoot/WEB-INF/classes/entity/Admin.class
bbs_test/WebRoot/WEB-INF/classes/entity/Admin.hbm.xml
bbs_test/WebRoot/WEB-INF/classes/entity/HostCard.class
bbs_test/WebRoot/WEB-INF/classes/entity/HostCard.hbm.xml
bbs_test/WebRoot/WEB-INF/classes/entity/Module.class
bbs_test/WebRoot/WEB-INF/classes/entity/Module.hbm.xml
bbs_test/WebRoot/WEB-INF/classes/entity/ResponseCard.class
bbs_test/WebRoot/WEB-INF/classes/entity/ResponseCard.hbm.xml
bbs_test/WebRoot/WEB-INF/classes/entity/User.class
bbs_test/WebRoot/WEB-INF/classes/entity/User.hbm.xml
bbs_test/WebRoot/WEB-INF/classes/manager/HostCardManager.class
bbs_test/WebRoot/WEB-INF/classes/manager/ModuleManager.class
bbs_test/WebRoot/WEB-INF/classes/manager/UserManager.class
bbs_test/WebRoot/WEB-INF/classes/post/pagging/Pagging.class
bbs_test/WebRoot/WEB-INF/classes/struts.xml
bbs_test/WebRoot/WEB-INF/lib/antlr-2.7.6.jar
bbs_test/WebRoot/WEB-INF/lib/antlr.jar
bbs_test/WebRoot/WEB-INF/lib/aopalliance.jar
bbs_test/WebRoot/WEB-INF/lib/asm-attrs.jar
bbs_test/WebRoot/WEB-INF/lib/asm-commons-2.2.3.jar
bbs_test/WebRoot/WEB-INF/lib/asm-util-2.2.3.jar
bbs_test/WebRoot/WEB-INF/lib/asm.jar
bbs_test/WebRoot/WEB-INF/lib/aspectjlib.jar
bbs_test/WebRoot/WEB-INF/lib/aspectjrt.jar
bbs_test/WebRoot/WEB-INF/lib/aspectjweaver.jar
bbs_test/WebRoot/WEB-INF/lib/c3p0-0.9.1.2.jar
bbs_test/WebRoot/WEB-INF/lib/c3p0-0.9.1.jar
bbs_test/WebRoot/WEB-INF/lib/cglib-2.1.3.jar
bbs_test/WebRoot/WEB-INF/lib/cglib-nodep-2.1_3.jar
bbs_test/WebRoot/WEB-INF/lib/commons-attributes-api.jar
bbs_test/WebRoot/WEB-INF/lib/commons-attributes-compiler.jar
bbs_test/WebRoot/WEB-INF/lib/commons-beanutils.jar
bbs_test/WebRoot/WEB-INF/lib/commons-codec.jar
bbs_test/WebRoot/WEB-INF/lib/commons-collections.jar
b
bbs_test/.mymetadata
bbs_test/.project
bbs_test/.settings/org.eclipse.jdt.core.prefs
bbs_test/src/action/AdminHostCardAction.java
bbs_test/src/action/AdminManagerAction.java
bbs_test/src/action/AdminModuleAction.java
bbs_test/src/action/AllPostsAction.java
bbs_test/src/action/EnrollAction.java
bbs_test/src/action/IntroductionAction.java
bbs_test/src/action/LeftAction.java
bbs_test/src/action/LoginAction.java
bbs_test/src/action/OneModuleAction.java
bbs_test/src/action/PersonalInformationAction.java
bbs_test/src/action/ResponseAction.java
bbs_test/src/action/UserExitAction.java
bbs_test/src/applicationContext.xml
bbs_test/src/entity/Admin.hbm.xml
bbs_test/src/entity/Admin.java
bbs_test/src/entity/HostCard.hbm.xml
bbs_test/src/entity/HostCard.java
bbs_test/src/entity/Module.hbm.xml
bbs_test/src/entity/Module.java
bbs_test/src/entity/ResponseCard.hbm.xml
bbs_test/src/entity/ResponseCard.java
bbs_test/src/entity/User.hbm.xml
bbs_test/src/entity/User.java
bbs_test/src/manager/HostCardManager.java
bbs_test/src/manager/ModuleManager.java
bbs_test/src/manager/UserManager.java
bbs_test/src/post/pagging/Pagging.java
bbs_test/src/struts.xml
bbs_test/WebRoot/adminLogin.jsp
bbs_test/WebRoot/allPosts.jsp
bbs_test/WebRoot/css/styles.css
bbs_test/WebRoot/enroll.jsp
bbs_test/WebRoot/firstAdminPage.jsp
bbs_test/WebRoot/firstPage.jsp
bbs_test/WebRoot/image/bbs.gif
bbs_test/WebRoot/information.jsp
bbs_test/WebRoot/introduction.jsp
bbs_test/WebRoot/left.jsp
bbs_test/WebRoot/leftPersonalInformation.jsp
bbs_test/WebRoot/login.jsp
bbs_test/WebRoot/META-INF/MANIFEST.MF
bbs_test/WebRoot/oneModule.jsp
bbs_test/WebRoot/oneType.jsp
bbs_test/WebRoot/page/adminleft.jsp
bbs_test/WebRoot/page/admin_newPosts.jsp
bbs_test/WebRoot/page/bbs_manage.jsp
bbs_test/WebRoot/page/CardManagerPage.jsp
bbs_test/WebRoot/page/CardUpdPage.jsp
bbs_test/WebRoot/page/firstAdminPage.jsp
bbs_test/WebRoot/page/moduleManagerPage.jsp
bbs_test/WebRoot/page/moduleUpdPage.jsp
bbs_test/WebRoot/page/top2.jsp
bbs_test/WebRoot/page/userManagerPage.jsp
bbs_test/WebRoot/page/userUpdPage.jsp
bbs_test/WebRoot/personalInformation.jsp
bbs_test/WebRoot/personalInformationAddPost.jsp
bbs_test/WebRoot/personalInformationDeletePost.jsp
bbs_test/WebRoot/personalInformationResponsePost.jsp
bbs_test/WebRoot/personalInformationUpdate.jsp
bbs_test/WebRoot/personalInformationUpdatePost.jsp
bbs_test/WebRoot/personalInformationView.jsp
bbs_test/WebRoot/personalInformationViewPost.jsp
bbs_test/WebRoot/response.jsp
bbs_test/WebRoot/sql/表信息.sql
bbs_test/WebRoot/sql/表结构.sql
bbs_test/WebRoot/top.jsp
bbs_test/WebRoot/WEB-INF/classes/action/AdminHostCardAction.class
bbs_test/WebRoot/WEB-INF/classes/action/AdminManagerAction.class
bbs_test/WebRoot/WEB-INF/classes/action/AdminModuleAction.class
bbs_test/WebRoot/WEB-INF/classes/action/AllPostsAction.class
bbs_test/WebRoot/WEB-INF/classes/action/EnrollAction.class
bbs_test/WebRoot/WEB-INF/classes/action/IntroductionAction.class
bbs_test/WebRoot/WEB-INF/classes/action/LeftAction.class
bbs_test/WebRoot/WEB-INF/classes/action/LoginAction.class
bbs_test/WebRoot/WEB-INF/classes/action/OneModuleAction.class
bbs_test/WebRoot/WEB-INF/classes/action/PersonalInformationAction.class
bbs_test/WebRoot/WEB-INF/classes/action/ResponseAction.class
bbs_test/WebRoot/WEB-INF/classes/action/UserExitAction.class
bbs_test/WebRoot/WEB-INF/classes/applicationContext.xml
bbs_test/WebRoot/WEB-INF/classes/entity/Admin.class
bbs_test/WebRoot/WEB-INF/classes/entity/Admin.hbm.xml
bbs_test/WebRoot/WEB-INF/classes/entity/HostCard.class
bbs_test/WebRoot/WEB-INF/classes/entity/HostCard.hbm.xml
bbs_test/WebRoot/WEB-INF/classes/entity/Module.class
bbs_test/WebRoot/WEB-INF/classes/entity/Module.hbm.xml
bbs_test/WebRoot/WEB-INF/classes/entity/ResponseCard.class
bbs_test/WebRoot/WEB-INF/classes/entity/ResponseCard.hbm.xml
bbs_test/WebRoot/WEB-INF/classes/entity/User.class
bbs_test/WebRoot/WEB-INF/classes/entity/User.hbm.xml
bbs_test/WebRoot/WEB-INF/classes/manager/HostCardManager.class
bbs_test/WebRoot/WEB-INF/classes/manager/ModuleManager.class
bbs_test/WebRoot/WEB-INF/classes/manager/UserManager.class
bbs_test/WebRoot/WEB-INF/classes/post/pagging/Pagging.class
bbs_test/WebRoot/WEB-INF/classes/struts.xml
bbs_test/WebRoot/WEB-INF/lib/antlr-2.7.6.jar
bbs_test/WebRoot/WEB-INF/lib/antlr.jar
bbs_test/WebRoot/WEB-INF/lib/aopalliance.jar
bbs_test/WebRoot/WEB-INF/lib/asm-attrs.jar
bbs_test/WebRoot/WEB-INF/lib/asm-commons-2.2.3.jar
bbs_test/WebRoot/WEB-INF/lib/asm-util-2.2.3.jar
bbs_test/WebRoot/WEB-INF/lib/asm.jar
bbs_test/WebRoot/WEB-INF/lib/aspectjlib.jar
bbs_test/WebRoot/WEB-INF/lib/aspectjrt.jar
bbs_test/WebRoot/WEB-INF/lib/aspectjweaver.jar
bbs_test/WebRoot/WEB-INF/lib/c3p0-0.9.1.2.jar
bbs_test/WebRoot/WEB-INF/lib/c3p0-0.9.1.jar
bbs_test/WebRoot/WEB-INF/lib/cglib-2.1.3.jar
bbs_test/WebRoot/WEB-INF/lib/cglib-nodep-2.1_3.jar
bbs_test/WebRoot/WEB-INF/lib/commons-attributes-api.jar
bbs_test/WebRoot/WEB-INF/lib/commons-attributes-compiler.jar
bbs_test/WebRoot/WEB-INF/lib/commons-beanutils.jar
bbs_test/WebRoot/WEB-INF/lib/commons-codec.jar
bbs_test/WebRoot/WEB-INF/lib/commons-collections.jar
b
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.