JSP 在线投票系统.附加数据库。附加D:\tomcat5.0\webapps\chap17目录下的questionnaire_Data.MDF数据库文件。 运行。启动Tomcat,然后在浏览器中输入http://localhost:8080/chap17/admin/login.jsp。在文本框中输入用户名“admin”,密码“123”。 -JSP online voting system. Additional database. Additional D : \ tomcat5.0 \ webapps \ directory under the chap17 questionnai re_Data.MDF database files. Operation. Start Tomcat, and then in the browser input http://localhost : 8080/chap17/admin/login.jsp. In the text box enter a user name of "admin" and the password "123." 下载
|
用jsp编写的文件上传与下载系统。(1)先将com目录拷贝到webapps\ROOT\WEB-INF\classes下,然后重新启动Tomcat (2)输入http://localhost:8080/chap21/upload.html进行上传。-used to prepare the file upload and download system. (1) The first copy of the directory com webapps \ ROOT \ WEB-INF \ classe s, then restart Tomcat (2) input http://localhost : 8080/chap21/upload.html for uploads. 下载
|
本实例是一个由JSP实现的网上购物系统。本实例实现了基本的登录验证、查询商品、分页处理、购物车处理以及订单处理功能。程序安装方法是: 第一步:将cart.jsp复制到C:\Apache Tomcat 4.0\webapps\ROOT下。 第二步:将cart目录(包含*.class文件及*.java文件)复制到C:\Apache Tomcat 4.0\common\classes目录中。 第三步:将cart.mdb复制到C:\下。 第四步:配制ODBC数据源,在系统DNS中添加cart.mdb,并命名为cart。 然后在浏览器中输入http://localhost:8080/cart.jsp测试-examples of this is a JSP-line shopping system. The examples of the basic implementation of login verification, inquiries goods, tab, Cart handling and order processing functions. Installation is as follows : the first step : cart.jsp copied to C : \ Apache Tomcat 4.0 \ webapps \ ROOT under. Second step : cart directory (*. class contains documents and *. java) copied to C : \ Apache Tomcat 4.0 \ common \ classes directory. Third step : cart.mdb copied to C : \ under. The fourth step : preparation ODBC data sources, the DNS system cart.mdb added, and named for the cart. Then in a browser importation http://localhost:8080/cart.jsp test 下载
|
tomcat 详细方法请见http://www.webplat.cn的技术文档. 2.将解压后的文件夹拷至%tomcat_home%/webapps/Root下,文件夹下有index.jsp文件 3.在mysql环境中将src文件夹下jspshop.sql执行生成数据库 4.按照系统环境修改build.bat文件以及src中.java文件。 其中build.bat中修改tomcat和jdk的安装路径 其中.java文件修改数据库的地址、登陆用户名和密码 5.命令行下运行build.bat,运行完后%tomcat_home%/webapps/Root/web-inf/classes文件夹下有ckstudio文件夹 6.确定上述操作无误,重新启动tomcat.在浏览器中输入 http://localhost:8080/你解压后的文件名 提示:如果您不熟悉jsp环境配置,请严格按照上述步骤进行. 本软件经测试能在各种jsp服务器上运行,在linux平台上也能成功运行。 如不能正确配置,请参见http://www.webplat.cn或者用E-mail、QQ和我们联系。-tomcat detailed methodology, see http : / / www.webplat.cn technical documents. 2. to extract the folder to emboss% tomca t_home% / webapps / Root, folder documents have index.jsp 3. in mysql environment will src folder jspsh op.sql implementation Generation Database 4. in accordance with the system environment and changes build.bat file src . java documents. Which build.bat modified tomcat and jdk which the installation path. Java Document the address database, username and password 5. command line running build.bat. After running tomcat_home%% / webapps / Root / web-inf / c lasses folder under ckstudio folder 6. establishes operating correctly, restart tomcat. the browser input http://localhost : 8080 / After you unpack the file name Tip : If you are not familiar with jsp environment con 下载
|
我自己写的 ChartBuilder3.0(JSP版) 图形报表组件! 请将chartbuilder.war拷贝到 $Tomcat/webapps/下,重起服务完成安装。 文档另外上传!-I wrote it myself ChartBuilder3.0 (JSP version) graphics components statements! I would be grateful if chartbuilder.war copied to $ Tomcat / webapps /, the re-starting services to complete the installation. Another document upload! 下载
|
一套非常好的新闻管理系统,小虫新闻管理系统 V1.0(jsp+javabean+mysql) 1.解压缩 (如解压缩到D:\tomcat4\webapps\ROOT\news目录下) 2.进入classes目录,打开news.txt。 修改mysql.url(数据库联接地址及数据库名),mysql.user(用户名),mysql.password(密码),ilog(数据库联接池日志文件,请注意路径分隔符为“\\”,在linux中是“/”); 3.建数据库,并将database目录下news.sql导入;news.sql中37行中用户可修改你想要的密码,但用户名admin不能更改,否则不能实现超级管理员的功能 4.运行管理文件 --> admin/index.jsp 对系统进行一些基本设置(首先添加栏目) -a very good news management systems, information management systems across V1.0 (jsp javabean mysql) 1. Decompress (such as decompression to the D : \ tomcat4 \ webapps \ ROOT \ news directory) 2. Entering classes directory, open news.txt. Changes mysql.url (databases and database connectivity address), mysql.user (users), mysql.password (password), ilog (database connection pool log file, please note path separator for the "\ \", which is in linux "/" ); 3. to build the database, and database directory news.sql introduction; news.sql 37 line users may want to change your password, user name admin but can not be changed, otherwise achieve super administrator functions 4. document Management -- gt; admin / index.jsp the system some basic settings (First add columns) 下载
|
bookshop目录是JSP页面文件 WEB-INF中是编译之后的bookshop包,系统用到的bean,用此目录覆盖Root下的web-inf即可。 ------------------------------------------------ 在IE中输入:http://localhost:8080/bookshop/ 系统测试用户名见登录框附近 数据库用户名/密码: root/(空) 若需要修改数据库密码,请修改WEB-INF\bookshop\util\Database.java文件中相应处,并用javac 重新编译此文件。 注意:不可直接放到webapps目录下-bookshop directory is JSP pages document WEB-INF was compiled after the bookshop packet, the system uses the bean, which is used to cover Root directory under the web-inf can. ------------------------------------------------ In IE input : http://localhost:8080/bookshop/ system test users were logged see box near the database user name / password : root / (space) if necessary to amend the database password, please amend the WEB-INF \ bookshop \ util \ Database.java corresponding documents Department , and re-use javac compiler of this document. Note : not directly into webapps directory 下载
|
JAVA项目开发实践-网上范例:网上购物系统的JSP实现 第一步:将cart.jsp复制到C:\Apache Tomcat 4.0\webapps\ROOT下。 第二步:将cart目录(包含*.class文件及*.java文件)复制到C:\Apache Tomcat 4.0\common\classes目录中。 第三步:将cart.mdb复制到C:\下。 第四步:配制ODBC数据源,在系统DNS中添加cart.mdb,并命名为cart。 然后在浏览器中输入http://localhost:8080/cart.jsp测试,如果看到如图6-2所示的画面,则证明安装成功。 - 下载
|
jsp学习 jsp编程白例源代码此部分是指文件夹名为第1~9章中的内容(如表1),这些是书中介绍JSP相关知识的源代码。文件的命名规则与书中相应源代码文件名一致。读者可将相关文件夹(如ch2)拷贝到Tomcat服务器安装目录的子目录webapps下,并启动Tomcat服务器,在浏览器中浏览网页。 -jsp learning jsp white cases programming source code is part of this folder entitled to a section of Chapter 9 (Table 1), which was introduced JSP book knowledge of the source code. The document naming rules book with the corresponding source code file name unanimously. Readers may be relevant folder (such as lacustrine) copied to Tomcat server installation subdirectory webapps directory, and start Tomcat server, in a browser to surf the Web. 下载
|
jsp的在线书店,比较完整,装了Mysql和Tomcat后就可。步骤如下: (1)复制源代码bookshop文件夹到Tomcat的webapps\ROOT文件夹下 (2)复制源文件夹下的WEB-INF中的全部内容到Tomcat的webapps\ROOT\WEB-INF\classes下,有同名文件覆盖 (3)将数据库文件夹下的bookstore文件复制到Mysql的data文件夹下 (4)在地址栏中输入http://localhost:8080/bookshop运行测试即可-jsp online bookstore, complete, installed after Mysql and Tomcat can. The following steps : (1) copy the source code bookshop folder to Tomcat webapps \ ROOT text items folder (2) Copy the source file folders under the WEB-INF the contents of the Tomcat webap ps \ ROOT \ WEB-INF \ classes, a document covering the same name (3) database files to the folder to copy the bookstore Mysql d ATA folder (4) in the address bar of http://localhost : testing can 8080/bookshop 下载
|