BBS论坛 MYSQL

上传者: jtao0806 | 上传时间: 2020-01-03 11:23:37 | 文件大小: 484KB | 文件类型: zip
一、系统移植步骤 1、在MyEclipse中导入工程,可以通过Eclipse中的菜单File→Import→Existing Projects intoWorkspace中选择Project; 2、在MySQL中创建数据库,使用MySQL Control Center执行database目录下的dbscript.sql数据库脚本文件创建数据库SQL语句创建数据库和表及数据; 3、设置数据库连接配置,修改doc目录下的bbs.xml文件,将其中的数据库用户名和密码设置为实际的用户名和密码; 4、将doc目录下的bbs.xml文件拷贝到Tomcat的安装目录下的conf\Catalina\localhost文件夹下,并修改bbs.xml文件中的docBase,将该值指向该工程目录,如"D:\BookSource\jsp\chpt3\WebRoot"; 5、拷贝WebRoot\WEB-INF\lib目录下的mysql-connector-java-3.0.16-ga-bin.jar类包文件到Tomcat安装目录的common\lib下; 6、启动Tomcat,在浏览器输入http://localhost:8080/bbs访问,使用账号test,密码test进入bbs,使用账号admin,密码admin进入管理。 二、系统文件说明 database 数据库脚本文件,dbscript.sql为数据库脚本 doc 系统移植说明文档,Tomcat部署文档 src Java源代码文件 WebRoot 工程web页面文件

文件下载

资源详情

[{"title":"( 84 个子文件 484KB ) BBS论坛 MYSQL","children":[{"title":"BBS论坛","children":[{"title":".project <span style='color:#111;'> 1.29KB </span>","children":null,"spread":false},{"title":".settings","children":[{"title":".jsdtscope <span style='color:#111;'> 500B </span>","children":null,"spread":false},{"title":"org.eclipse.core.resources.prefs <span style='color:#111;'> 88B </span>","children":null,"spread":false},{"title":"org.eclipse.jdt.core.prefs <span style='color:#111;'> 330B </span>","children":null,"spread":false},{"title":"com.genuitec.eclipse.ws.prefs <span style='color:#111;'> 109B </span>","children":null,"spread":false},{"title":"org.eclipse.wst.jsdt.ui.superType.container <span style='color:#111;'> 49B </span>","children":null,"spread":false},{"title":"org.eclipse.wst.jsdt.ui.superType.name <span style='color:#111;'> 6B </span>","children":null,"spread":false}],"spread":true},{"title":".mymetadata <span style='color:#111;'> 288B </span>","children":null,"spread":false},{"title":"WebRoot","children":[{"title":"login.jsp <span style='color:#111;'> 2.18KB </span>","children":null,"spread":false},{"title":"topic_update.jsp <span style='color:#111;'> 2.32KB </span>","children":null,"spread":false},{"title":"success.jsp <span style='color:#111;'> 541B </span>","children":null,"spread":false},{"title":"WEB-INF","children":[{"title":"web.xml <span style='color:#111;'> 371B </span>","children":null,"spread":false},{"title":"lib","children":[{"title":"unittest.jar <span style='color:#111;'> 60.52KB </span>","children":null,"spread":false},{"title":"mysql-connector-java-3.0.16-ga-bin.jar <span style='color:#111;'> 230.55KB </span>","children":null,"spread":false},{"title":"junit.jar <span style='color:#111;'> 118.23KB </span>","children":null,"spread":false}],"spread":true},{"title":"classes","children":[{"title":"bbs","children":[{"title":"TopicServlet.class <span style='color:#111;'> 7.71KB </span>","children":null,"spread":false},{"title":"LoginFilter.class <span style='color:#111;'> 3.66KB </span>","children":null,"spread":false},{"title":"ForumHandle.class <span style='color:#111;'> 3.83KB </span>","children":null,"spread":false},{"title":"User.class <span style='color:#111;'> 2.01KB </span>","children":null,"spread":false},{"title":"LoginServlet.class <span style='color:#111;'> 4.22KB </span>","children":null,"spread":false},{"title":"TopicHandle.class <span style='color:#111;'> 5.71KB </span>","children":null,"spread":false},{"title":"DBHandle.class <span style='color:#111;'> 1.76KB </span>","children":null,"spread":false},{"title":"Constant.class <span style='color:#111;'> 335B </span>","children":null,"spread":false},{"title":"Page.class <span style='color:#111;'> 2.90KB </span>","children":null,"spread":false},{"title":"StringUtil.class <span style='color:#111;'> 1.40KB </span>","children":null,"spread":false},{"title":"Forum.class <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"Topic.class <span style='color:#111;'> 1.81KB </span>","children":null,"spread":false},{"title":"ForumServlet.class <span style='color:#111;'> 5.24KB </span>","children":null,"spread":false},{"title":"UserHandle.class <span style='color:#111;'> 3.71KB </span>","children":null,"spread":false},{"title":"EncodingFilter.class <span style='color:#111;'> 1.94KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true},{"title":"index.jsp <span style='color:#111;'> 549B </span>","children":null,"spread":false},{"title":"forum_update.jsp <span style='color:#111;'> 1.97KB </span>","children":null,"spread":false},{"title":"META-INF","children":[{"title":"MANIFEST.MF <span style='color:#111;'> 39B </span>","children":null,"spread":false}],"spread":true},{"title":"user_add.jsp <span style='color:#111;'> 2.95KB </span>","children":null,"spread":false},{"title":"include","children":[{"title":"check.js <span style='color:#111;'> 563B </span>","children":null,"spread":false},{"title":"default.css <span style='color:#111;'> 8.61KB </span>","children":null,"spread":false},{"title":"style.css <span style='color:#111;'> 1.19KB </span>","children":null,"spread":false}],"spread":true},{"title":"forum_view.jsp <span style='color:#111;'> 856B </span>","children":null,"spread":false},{"title":"topic_add.jsp <span style='color:#111;'> 2.13KB </span>","children":null,"spread":false},{"title":"topics.jsp <span style='color:#111;'> 2.53KB </span>","children":null,"spread":false},{"title":"forum_add.jsp <span style='color:#111;'> 2.21KB </span>","children":null,"spread":false},{"title":"user_update.jsp <span style='color:#111;'> 2.86KB </span>","children":null,"spread":false},{"title":"images","children":[{"title":"moon.gif <span style='color:#111;'> 21.74KB </span>","children":null,"spread":false},{"title":"return.gif <span style='color:#111;'> 152B </span>","children":null,"spread":false},{"title":"smill.gif <span style='color:#111;'> 491B </span>","children":null,"spread":false},{"title":"topics.gif <span style='color:#111;'> 364B </span>","children":null,"spread":false},{"title":"new.gif <span style='color:#111;'> 152B </span>","children":null,"spread":false},{"title":"forum.gif <span style='color:#111;'> 30.83KB </span>","children":null,"spread":false},{"title":"notuse","children":[{"title":"istop.gif <span style='color:#111;'> 185B </span>","children":null,"spread":false},{"title":"post.gif <span style='color:#111;'> 983B </span>","children":null,"spread":false},{"title":"fabiao.gif <span style='color:#111;'> 812B </span>","children":null,"spread":false},{"title":"ztop.gif <span style='color:#111;'> 596B </span>","children":null,"spread":false},{"title":"Thumbs.db <span style='color:#111;'> 5.50KB </span>","children":null,"spread":false},{"title":"up.gif <span style='color:#111;'> 152B </span>","children":null,"spread":false},{"title":"topic.gif <span style='color:#111;'> 571B </span>","children":null,"spread":false},{"title":"postnew.gif <span style='color:#111;'> 2.15KB </span>","children":null,"spread":false},{"title":"folder.gif <span style='color:#111;'> 571B </span>","children":null,"spread":false}],"spread":false},{"title":"newreply.gif <span style='color:#111;'> 900B </span>","children":null,"spread":false},{"title":"votenew.gif <span style='color:#111;'> 980B </span>","children":null,"spread":false},{"title":"Thumbs.db <span style='color:#111;'> 6.50KB </span>","children":null,"spread":false},{"title":"hottopic.gif <span style='color:#111;'> 367B </span>","children":null,"spread":false},{"title":"zayan.gif <span style='color:#111;'> 1.44KB </span>","children":null,"spread":false}],"spread":false},{"title":"forums.jsp <span style='color:#111;'> 2.19KB </span>","children":null,"spread":false},{"title":"topic_view.jsp <span style='color:#111;'> 4.04KB </span>","children":null,"spread":false},{"title":"error_info.jsp <span style='color:#111;'> 300B </span>","children":null,"spread":false}],"spread":false},{"title":"database","children":[{"title":"dbscript.sql <span style='color:#111;'> 2.39KB </span>","children":null,"spread":false}],"spread":true},{"title":".myeclipse","children":null,"spread":false},{"title":"src","children":[{"title":"bbs","children":[{"title":"TopicServlet.java <span style='color:#111;'> 19.91KB </span>","children":null,"spread":false},{"title":"EncodingFilter.java <span style='color:#111;'> 1.72KB </span>","children":null,"spread":false},{"title":"LoginServlet.java <span style='color:#111;'> 5.31KB </span>","children":null,"spread":false},{"title":"ForumServlet.java <span style='color:#111;'> 11.79KB </span>","children":null,"spread":false},{"title":"ForumHandle.java <span style='color:#111;'> 6.85KB </span>","children":null,"spread":false},{"title":"Constant.java <span style='color:#111;'> 95B </span>","children":null,"spread":false},{"title":"LoginFilter.java <span style='color:#111;'> 4.47KB </span>","children":null,"spread":false},{"title":"User.java <span style='color:#111;'> 1.75KB </span>","children":null,"spread":false},{"title":"StringUtil.java <span style='color:#111;'> 1.29KB </span>","children":null,"spread":false},{"title":"TopicHandle.java <span style='color:#111;'> 9.46KB </span>","children":null,"spread":false},{"title":"Forum.java <span style='color:#111;'> 966B </span>","children":null,"spread":false},{"title":"UserHandle.java <span style='color:#111;'> 5.54KB </span>","children":null,"spread":false},{"title":"Page.java <span style='color:#111;'> 4.53KB </span>","children":null,"spread":false},{"title":"Topic.java <span style='color:#111;'> 1.70KB </span>","children":null,"spread":false},{"title":"DBHandle.java <span style='color:#111;'> 2.07KB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":".classpath <span style='color:#111;'> 362B </span>","children":null,"spread":false},{"title":"doc","children":[{"title":"系统移植说明.doc <span style='color:#111;'> 25.50KB </span>","children":null,"spread":false},{"title":"bbs.xml <span style='color:#111;'> 1.16KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

  • st9510 :
    数据库好难导入,老是报错
    2014-05-21
  • shijiediai :
    一个还不错的资源,有一个比较详细的文档说明,但是比起其他的运行过程显得比较复杂
    2012-12-16

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明