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

文件名称: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

相关说明

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

相关评论

暂无评论内容.

发表评论

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