Description: 该系统是jsp+mysql+javabean的大型购物和新闻系统。 修订了1.0版本的一些BUG. 在1.0版本的基础之上,新增了后台订单管理,商品推荐等功能。-jsp mysql javabean major shopping and information systems. Revised versions of some 1.0 BUG. In version 1.0, on the basis of the background of the new order management, merchandise recommended capabilities. Platform: |
Size: 5297152 |
Author:岸西 |
Hits:
Description: mysql 5.1的 jdbc驱动
Connector/J 5.1 支持Mysql 4.1、Mysql 5.0、Mysql 5.1、Mysql 6.0 alpha这些版本。
Connector/J 5.0 支持MySQL 4.1、MySQL 5.0 servers、distributed transaction (XA)。
Connector/J 3.1 支持MySQL 4.1、MySQL 5.0 servers、MySQL 5.0 except distributed transaction (XA) support。
Connector/J 3.0 支持MySQL 3.x or MySQL 4.1。-jdbc driver mysql 5.1 of Connector/J 5.1 support Mysql 4.1, Mysql 5.0, Mysql 5.1, Mysql 6.0 alpha these versions. Connector/J 5.0 support for MySQL 4.1, MySQL 5.0 servers, distributed transaction (XA). Connector/J 3.1 support for MySQL 4.1, MySQL 5.0 servers, MySQL 5.0 except distributed transaction (XA) support. Connector/J 3.0 support for MySQL 3.x or MySQL 4.1. Platform: |
Size: 8811520 |
Author:李瑞 |
Hits:
Description: 一个J2EE购物网站的实现
运用struts1.2+hibernate+spring 框架,数据库连接池,事务管理;Struts 应用国际化,Struts 标签库与Tiles框架, JSTL标签库,Spring IOC。
采用优化性能技术,采用oscache缓存,freemarker静态页面生成;
安装方法:
1:mysql中新建数据库dgssen.导入dgssen.sql
也可以修改:WebRoot\META-INF\context.xml
2:把mysql-connector-java-5.0.4-bin.jar这个mysql驱动jar包放到tomcat 6 下的lib下
3:把根目录下的net文件夹放到WebRoot\WEB-INF\classes下。因为这个是在线编辑器用到的.class
4:
后面管理地址:
http://localhost:8080/webdgs/admin/frame.jsp 用户名/密码:admin/123456
合作商管理
http://localhost:8080/webdgs/ad
相应的用户与密码在后台管理设置-Implementation of a J2EE application shopping site struts1.2+ hibernate+ spring framework, database connection pooling, transaction management Struts Application International, Struts and Tiles tag library framework, JSTL tag library, Spring IOC. Optimized performance technology, oscache cache, freemarker static page generation installation methods: 1: mysql in the new database dgssen. Import dgssen.sql can also modify: WebRoot \ META-INF \ context.xml 2: the mysql-connector-java-5.0.4-bin.jar into the mysql driver jar package lib under tomcat 6 under the 3: the root directory of the folder into the net under the WebRoot \ WEB-INF \ classes the next. Because this is the online editor used. Class 4: after management address: http://localhost:8080/webdgs/admin/frame.jsp username/password: admin/123456 Partner Management http://localhost:8080/ webdgs/ad corresponding user and password management settings in the background Platform: |
Size: 28949504 |
Author:杨晓民 |
Hits:
Description: java jar文件,包括mysql-connector-java-5.1.6-bin.jar、tomcat-dbcp.jar、hibernate3.jar、struts.jar等,在连接数据库等方面会用到-java jar files, including mysql-connector-java-5.1.6-bin.jar, tomcat-dbcp.jar, hibernate3.jar, struts.jar, etc., will be used to connect the database, etc. Platform: |
Size: 5756928 |
Author:wenyu |
Hits:
Description: 绿色健康购物网SSH
个人水平有限,如有问题与建议,请指教!
(1)个人独立完成,包括mysql数据库设计,后台程序编写,前台美工设计;
(2)运用struts1.2+hibernate+spring 框架,数据库连接池,事务管理;
(3)Struts 应用国际化,Struts 标签库与Tiles框架, JSTL标签库,Spring IOC;
(4)采用优化性能技术,采用oscache缓存,freemarker静态页面生成;
(5)功能比较多但操作简单的后台管理 (后台管理附图片);
安装方法:
1:mysql中新建数据库dgssen.导入dgssen.sql
也可以修改:WebRoot\META-INF\context.xml
2:把mysql-connector-java-5.0.4-bin.jar这个mysql驱动jar包放到tomcat 6 下的lib下
3:把根目录下的net文件夹放到WebRoot\WEB-INF\classes下。因为这个是在线编辑器用到的.class
4:
后面管理地址:
http://localhost:8080/webdgs/admin/frame.jsp 用户名/密码:admin/123456
合作商管理
http://localhost:8080/webdgs/ad
相应的用户与密码在后台管理设置
-Green and healthy shopping network SSH personal level, If you have any questions, and suggestions, please advise! (1) Personal independently, including the mysql database design, background programming, graphic design front (2) use struts1.2+hibernate+spring framework, database connection pool and transaction management (3) Struts application internationalization, the Struts tag library with the Tiles framework, JSTL tag libraries, Spring IOC (4) using the optimized performance technology, using oscache caching, the freemarker static page generation (5) functions more operating simple background management (Admin attached picture) installation methods: 1: mysql new database dgssen import dgssen.sql can also modify: WebRoot \ META-INF \ context.xml 2: put the mysql-connector-java- 5.0.4-bin.jar The mysql driver jar package into the tomcat' s lib: net folder under the root directory on the WebRoot \ WEB-INF \ classes. Because this is used by the online editor. Class 4: behind th Platform: |
Size: 28937216 |
Author:Alex |
Hits:
Description: 1、在Eclipse中导入工程,可以通过Eclipse中的菜单File→Import→Existing Projects intoWorkspace中选择Project;
2、在MySQL中创建数据库,使用MySQL Control Center执行database目录下的dbscript.sql数据库脚本文件创建数据库SQL语句创建数据库和表及数据;
3、设置数据库连接配置,修改doc目录下的exam.xml文件,将其中的数据库用户名和密码设置为实际的用户名和密码;
4、将doc目录下的exam.xml文件拷贝到Tomcat的安装目录下的conf\Catalina\localhost文件夹下,并修改exam.xml文件中的docBase,将该值指向该工程目录,如"F:\jsp\21\WebRoot";
5、确保Tomcat安装目录的common\lib下mysql-connector-java-3.0.16-ga-bin.jar类包文件,如果没有拷贝WebRoot\WEB-INF\lib目录下的mysql-connector-java-3.0.16-ga-bin.jar类包文件到Tomcat安装目录的common\lib下;
6、启动Tomcat,在浏览器输入http://localhost:8080/exam,使用账号s0001,密码s0001登陆,后台管理使用账号admin,密码dmin登陆。
-1, imported in Eclipse projects, to by Eclipse menu File → Import → Existing Projects intoWorkspace Project create a database in MySQL using MySQL Control Center to perform the database directory dbscript.sql database script file to create the database SQL statements to create the database and tables, and data 3, setting the database connection configuration to, modify doc directory exam.xml file, the database user name and password is set to the actual user name and password 4, the doc directory of the exam. xml file is copied to the Tomcat installation directory conf \ Catalina \ localhost folder, docBase modify the exam.xml file, directory points to the value of the project, such as " F: \ jsp \ 21 \ WebRoot" ensure that the Tomcat installation directory common \ lib under the mysql-connector-java-3.0.16-ga-bin.jar class package file, if no copy WebRoot \ WEB-INF \ lib directory mysql-connector-java-3.0. a 16-ga-bin.jar class package file to the Tomcat installation dire Platform: |
Size: 2764800 |
Author:charles |
Hits: