文件名称:JDBCUtil
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.58mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
JSP+JDBC开发Web程序的一个简单开发架构,此开发架构的特点是:
1.架构技术简单,只包含JSP和JDBC,不需要学习即可快速开发Web应用,也可以用于其他数据库应用程序;
2.用特殊的回调机制进行JDBC封装,以致不用每次的JDBC访问都要进行数据库连接和关闭,支持数据库的CURD和事务处理;
3.具有错误日志、数据库连接池、JQuery调用、分页处理等功能,能够有效减少代码量。
开发环境eclipse3.5+jdk1.6+tomcat6+mysql5.0。
-
英语
中文(简体)
日语
JSP+ JDBC developed a simple Web application development framework, this development architecture is characterized by:
Architecture technology is simple and contains only JSP and JDBC, without having to learn to quickly develop Web applications, and can also be used in other database applications
The special callback mechanism JDBC wrapper, so do not every time JDBC access should be carried out CURD database connection and close the support database and transaction processing
3 with the error log, database connection pooling, JQuery call paging processing and other functions, can effectively reduce the amount of code.
The the development environment eclipse3.5+ jdk1.6+ tomcat6+ mysql5.0.
1.架构技术简单,只包含JSP和JDBC,不需要学习即可快速开发Web应用,也可以用于其他数据库应用程序;
2.用特殊的回调机制进行JDBC封装,以致不用每次的JDBC访问都要进行数据库连接和关闭,支持数据库的CURD和事务处理;
3.具有错误日志、数据库连接池、JQuery调用、分页处理等功能,能够有效减少代码量。
开发环境eclipse3.5+jdk1.6+tomcat6+mysql5.0。
-
英语
中文(简体)
日语
JSP+ JDBC developed a simple Web application development framework, this development architecture is characterized by:
Architecture technology is simple and contains only JSP and JDBC, without having to learn to quickly develop Web applications, and can also be used in other database applications
The special callback mechanism JDBC wrapper, so do not every time JDBC access should be carried out CURD database connection and close the support database and transaction processing
3 with the error log, database connection pooling, JQuery call paging processing and other functions, can effectively reduce the amount of code.
The the development environment eclipse3.5+ jdk1.6+ tomcat6+ mysql5.0.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
JDBCUtil/.classpath
JDBCUtil/.project
JDBCUtil/.settings/.jsdtscope
JDBCUtil/.settings/org.eclipse.jdt.core.prefs
JDBCUtil/.settings/org.eclipse.wst.common.component
JDBCUtil/.settings/org.eclipse.wst.common.project.facet.core.xml
JDBCUtil/.settings/org.eclipse.wst.jsdt.ui.superType.container
JDBCUtil/.settings/org.eclipse.wst.jsdt.ui.superType.name
JDBCUtil/build/classes/com/jdbc/services/UserBo$1.class
JDBCUtil/build/classes/com/jdbc/services/UserBo$2.class
JDBCUtil/build/classes/com/jdbc/services/UserBo$3.class
JDBCUtil/build/classes/com/jdbc/services/UserBo$4.class
JDBCUtil/build/classes/com/jdbc/services/UserBo$5.class
JDBCUtil/build/classes/com/jdbc/services/UserBo.class
JDBCUtil/build/classes/com/jdbc/util/CommUtil$1.class
JDBCUtil/build/classes/com/jdbc/util/CommUtil.class
JDBCUtil/build/classes/com/jdbc/util/DBFactory.class
JDBCUtil/build/classes/com/jdbc/util/DBUtil.class
JDBCUtil/build/classes/com/jdbc/util/DBUtilCallback.class
JDBCUtil/build/classes/com/jdbc/util/jdbc/MySQLUtil$1.class
JDBCUtil/build/classes/com/jdbc/util/jdbc/MySQLUtil$2.class
JDBCUtil/build/classes/com/jdbc/util/jdbc/MySQLUtil.class
JDBCUtil/build/classes/com/jdbc/vo/Pager.class
JDBCUtil/build/classes/com/jdbc/vo/User.class
JDBCUtil/build/classes/log4j.xml
JDBCUtil/doc/user.sql
JDBCUtil/src/com/jdbc/services/UserBo.java
JDBCUtil/src/com/jdbc/util/CommUtil.java
JDBCUtil/src/com/jdbc/util/DBFactory.java
JDBCUtil/src/com/jdbc/util/DBUtil.java
JDBCUtil/src/com/jdbc/util/DBUtilCallback.java
JDBCUtil/src/com/jdbc/util/jdbc/MySQLUtil.java
JDBCUtil/src/com/jdbc/vo/Pager.java
JDBCUtil/src/com/jdbc/vo/User.java
JDBCUtil/src/log4j.xml
JDBCUtil/WebContent/api/usernickcheck.jsp
JDBCUtil/WebContent/index.jsp
JDBCUtil/WebContent/js/jquery-1.2.6.min.js
JDBCUtil/WebContent/js/jqueryvalidate/.svn/all-wcprops
JDBCUtil/WebContent/js/jqueryvalidate/.svn/entries
JDBCUtil/WebContent/js/jqueryvalidate/.svn/prop-base/jquery.validate.css.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/.svn/prop-base/jquery.validate.js.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/.svn/prop-base/messages_cn.js.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/.svn/text-base/jquery.validate.css.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/.svn/text-base/jquery.validate.js.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/.svn/text-base/messages_cn.js.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/all-wcprops
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/entries
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/prop-base/checked.gif.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/prop-base/unchecked.gif.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/text-base/checked.gif.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/text-base/unchecked.gif.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/images/checked.gif
JDBCUtil/WebContent/js/jqueryvalidate/images/unchecked.gif
JDBCUtil/WebContent/js/jqueryvalidate/jquery.validate.css
JDBCUtil/WebContent/js/jqueryvalidate/jquery.validate.js
JDBCUtil/WebContent/js/jqueryvalidate/messages_cn.js
JDBCUtil/WebContent/META-INF/MANIFEST.MF
JDBCUtil/WebContent/user/useradd.jsp
JDBCUtil/WebContent/user/useradmin.jsp
JDBCUtil/WebContent/user/userdelete.jsp
JDBCUtil/WebContent/user/userpagelist.jsp
JDBCUtil/WebContent/user/userupdate.jsp
JDBCUtil/WebContent/WEB-INF/lib/commons-logging.jar
JDBCUtil/WebContent/WEB-INF/lib/log4j-1.2.15.jar
JDBCUtil/WebContent/WEB-INF/lib/mysql-connector-java-5.1.12-bin.jar
JDBCUtil/WebContent/WEB-INF/lib/proxool-0.9.1.jar
JDBCUtil/WebContent/WEB-INF/lib/proxool-cglib.jar
JDBCUtil/WebContent/WEB-INF/proxool.xml
JDBCUtil/WebContent/WEB-INF/web.xml
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/tmp/prop-base
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/tmp/props
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/tmp/text-base
JDBCUtil/build/classes/com/jdbc/util/jdbc
JDBCUtil/WebContent/js/jqueryvalidate/.svn/tmp/prop-base
JDBCUtil/WebContent/js/jqueryvalidate/.svn/tmp/props
JDBCUtil/WebContent/js/jqueryvalidate/.svn/tmp/text-base
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/prop-base
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/props
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/text-base
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/tmp
JDBCUtil/build/classes/com/jdbc/services
JDBCUtil/build/classes/com/jdbc/util
JDBCUtil/build/classes/com/jdbc/vo
JDBCUtil/src/com/jdbc/util/jdbc
JDBCUtil/WebContent/js/jqueryvalidate/.svn/prop-base
JDBCUtil/WebContent/js/jqueryvalidate/.svn/props
JDBCUtil/WebContent/js/jqueryvalidate/.svn/text-base
JDBCUtil/WebContent/js/jqueryvalidate/.svn/tmp
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn
JDBCUtil/build/classes/com/jdbc
JDBCUtil/src/com/jdbc/services
JDBCUtil/src/com/jdbc/util
JDBCUtil/src/com/jdbc/vo
JDBCUtil/WebContent/js/jqueryvalidate/.svn
JDBCUtil/WebContent/js/jqueryvalidate/images
JDBCUtil/build/classes/com
JDBCUtil/src/com/jdbc
JDBCUtil/WebContent/js/jqueryvalidate
JDBCUtil/WebContent/WEB-INF/lib
JDBCUtil/build/classes
JDBCUtil/src/com
JDBCUtil/WebContent/api
JDBCUtil/WebContent/js
JDBCUtil/WebContent/META-INF
JDBCUtil/
JDBCUtil/.project
JDBCUtil/.settings/.jsdtscope
JDBCUtil/.settings/org.eclipse.jdt.core.prefs
JDBCUtil/.settings/org.eclipse.wst.common.component
JDBCUtil/.settings/org.eclipse.wst.common.project.facet.core.xml
JDBCUtil/.settings/org.eclipse.wst.jsdt.ui.superType.container
JDBCUtil/.settings/org.eclipse.wst.jsdt.ui.superType.name
JDBCUtil/build/classes/com/jdbc/services/UserBo$1.class
JDBCUtil/build/classes/com/jdbc/services/UserBo$2.class
JDBCUtil/build/classes/com/jdbc/services/UserBo$3.class
JDBCUtil/build/classes/com/jdbc/services/UserBo$4.class
JDBCUtil/build/classes/com/jdbc/services/UserBo$5.class
JDBCUtil/build/classes/com/jdbc/services/UserBo.class
JDBCUtil/build/classes/com/jdbc/util/CommUtil$1.class
JDBCUtil/build/classes/com/jdbc/util/CommUtil.class
JDBCUtil/build/classes/com/jdbc/util/DBFactory.class
JDBCUtil/build/classes/com/jdbc/util/DBUtil.class
JDBCUtil/build/classes/com/jdbc/util/DBUtilCallback.class
JDBCUtil/build/classes/com/jdbc/util/jdbc/MySQLUtil$1.class
JDBCUtil/build/classes/com/jdbc/util/jdbc/MySQLUtil$2.class
JDBCUtil/build/classes/com/jdbc/util/jdbc/MySQLUtil.class
JDBCUtil/build/classes/com/jdbc/vo/Pager.class
JDBCUtil/build/classes/com/jdbc/vo/User.class
JDBCUtil/build/classes/log4j.xml
JDBCUtil/doc/user.sql
JDBCUtil/src/com/jdbc/services/UserBo.java
JDBCUtil/src/com/jdbc/util/CommUtil.java
JDBCUtil/src/com/jdbc/util/DBFactory.java
JDBCUtil/src/com/jdbc/util/DBUtil.java
JDBCUtil/src/com/jdbc/util/DBUtilCallback.java
JDBCUtil/src/com/jdbc/util/jdbc/MySQLUtil.java
JDBCUtil/src/com/jdbc/vo/Pager.java
JDBCUtil/src/com/jdbc/vo/User.java
JDBCUtil/src/log4j.xml
JDBCUtil/WebContent/api/usernickcheck.jsp
JDBCUtil/WebContent/index.jsp
JDBCUtil/WebContent/js/jquery-1.2.6.min.js
JDBCUtil/WebContent/js/jqueryvalidate/.svn/all-wcprops
JDBCUtil/WebContent/js/jqueryvalidate/.svn/entries
JDBCUtil/WebContent/js/jqueryvalidate/.svn/prop-base/jquery.validate.css.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/.svn/prop-base/jquery.validate.js.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/.svn/prop-base/messages_cn.js.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/.svn/text-base/jquery.validate.css.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/.svn/text-base/jquery.validate.js.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/.svn/text-base/messages_cn.js.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/all-wcprops
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/entries
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/prop-base/checked.gif.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/prop-base/unchecked.gif.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/text-base/checked.gif.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/text-base/unchecked.gif.svn-base
JDBCUtil/WebContent/js/jqueryvalidate/images/checked.gif
JDBCUtil/WebContent/js/jqueryvalidate/images/unchecked.gif
JDBCUtil/WebContent/js/jqueryvalidate/jquery.validate.css
JDBCUtil/WebContent/js/jqueryvalidate/jquery.validate.js
JDBCUtil/WebContent/js/jqueryvalidate/messages_cn.js
JDBCUtil/WebContent/META-INF/MANIFEST.MF
JDBCUtil/WebContent/user/useradd.jsp
JDBCUtil/WebContent/user/useradmin.jsp
JDBCUtil/WebContent/user/userdelete.jsp
JDBCUtil/WebContent/user/userpagelist.jsp
JDBCUtil/WebContent/user/userupdate.jsp
JDBCUtil/WebContent/WEB-INF/lib/commons-logging.jar
JDBCUtil/WebContent/WEB-INF/lib/log4j-1.2.15.jar
JDBCUtil/WebContent/WEB-INF/lib/mysql-connector-java-5.1.12-bin.jar
JDBCUtil/WebContent/WEB-INF/lib/proxool-0.9.1.jar
JDBCUtil/WebContent/WEB-INF/lib/proxool-cglib.jar
JDBCUtil/WebContent/WEB-INF/proxool.xml
JDBCUtil/WebContent/WEB-INF/web.xml
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/tmp/prop-base
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/tmp/props
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/tmp/text-base
JDBCUtil/build/classes/com/jdbc/util/jdbc
JDBCUtil/WebContent/js/jqueryvalidate/.svn/tmp/prop-base
JDBCUtil/WebContent/js/jqueryvalidate/.svn/tmp/props
JDBCUtil/WebContent/js/jqueryvalidate/.svn/tmp/text-base
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/prop-base
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/props
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/text-base
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn/tmp
JDBCUtil/build/classes/com/jdbc/services
JDBCUtil/build/classes/com/jdbc/util
JDBCUtil/build/classes/com/jdbc/vo
JDBCUtil/src/com/jdbc/util/jdbc
JDBCUtil/WebContent/js/jqueryvalidate/.svn/prop-base
JDBCUtil/WebContent/js/jqueryvalidate/.svn/props
JDBCUtil/WebContent/js/jqueryvalidate/.svn/text-base
JDBCUtil/WebContent/js/jqueryvalidate/.svn/tmp
JDBCUtil/WebContent/js/jqueryvalidate/images/.svn
JDBCUtil/build/classes/com/jdbc
JDBCUtil/src/com/jdbc/services
JDBCUtil/src/com/jdbc/util
JDBCUtil/src/com/jdbc/vo
JDBCUtil/WebContent/js/jqueryvalidate/.svn
JDBCUtil/WebContent/js/jqueryvalidate/images
JDBCUtil/build/classes/com
JDBCUtil/src/com/jdbc
JDBCUtil/WebContent/js/jqueryvalidate
JDBCUtil/WebContent/WEB-INF/lib
JDBCUtil/build/classes
JDBCUtil/src/com
JDBCUtil/WebContent/api
JDBCUtil/WebContent/js
JDBCUtil/WebContent/META-INF
JDBCUtil/
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.