Welcome![Sign In][Sign Up]
Location:
Search - dbutils

Search list

[ADO-ODBCdbutils

Description: 对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做通用处理-of computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, textures, etc.. Because of the limited energy, the original code did not make any notes. To simplify programming for consideration, in many places designated constant, declined to address GM
Platform: | Size: 4536 | Author: 中国 | Hits:

[Delphi VCLrxlib

Description: RX Library contains a large number of components, objects and routines for Borland Delphi with full source code. This library is compatible with Borland Delphi 1, 2, 3, 4 and Borland C++ Builder 1 and 3.
Platform: | Size: 2166784 | Author: derive | Hits:

[Windows Developcommons-dbutils-1.1

Description: 开源组件 apache的 没办法 老弟只想下载这网站上面的好东东 呵呵 还请各位大哥多多原谅小弟 !-fdsafsaddfdSafsafdsadfsdafasfa ssadf afda
Platform: | Size: 422912 | Author: wangjun | Hits:

[Delphi VCLkucunDelphi

Description: 比较完整的库存管理软件,有设计文档及说明。-Relatively complete inventory management software, document design and description.
Platform: | Size: 7185408 | Author: natrue | Hits:

[JSP/Javablog

Description: 博客系统项目 项目中主要使用了:Java SE、JSP、Servlet、Tomcat、MySQL、PowerDesigner、starUML、Dreamweaver、数据库连接池、 Commons DbUtils、JSTL、Displaytag、HTML、Javascript、CSS等技术和工具 -Project blog system mainly used: Java SE, JSP, Servlet, Tomcat, MySQL, PowerDesigner, starUML, Dreamweaver, database connection pool, Commons DbUtils, JSTL, Displaytag, HTML, Javascript, CSS and other technologies and tools
Platform: | Size: 605184 | Author: 李静 | Hits:

[Delphi VCLRX

Description: Native RX Library help files are available in Russian only. But there are many third-party help files for RX Library in English, that you can easily download and install into your Delphi 7 environment.
Platform: | Size: 2286592 | Author: Dmitry | Hits:

[JSP/Javablog

Description: 博客系统项目 项目中主要使用了:Java SE、JSP、Servlet、Tomcat、MySQL、PowerDesigner、starUML、Dreamweaver、数据库连接池、 Commons DbUtils、JSTL、Displaytag、HTML、Javascript、CSS等技术和工具 -Project blog system mainly used: Java SE, JSP, Servlet, Tomcat, MySQL, PowerDesigner, starUML, Dreamweaver, database connection pool, Commons DbUtils, JSTL, Displaytag, HTML, Javascript, CSS and other technologies and tools-博客系统项目 项目中主要使用了:Java SE、JSP、Servlet、Tomcat、MySQL、PowerDesigner、starUML、Dreamweaver、数据库连接池、 Commons DbUtils、JSTL、Displaytag、HTML、Javascript、CSS等技术和工具-Project blog system mainly used: Java SE, JSP, Servlet, Tomcat, MySQL, PowerDesigner, starUML, Dreamweaver, database connection pool, Commons DbUtils, JSTL, Displaytag, HTML, Javascript, CSS and other technologies and tools
Platform: | Size: 603136 | Author: 黄晨暄 | Hits:

[JSP/Javacommons-beanutils.jar

Description: 实体拷贝,使用场合:如struts1.X中常常用到Formbean和业务逻辑Bean值的拷贝-Physical copy, use the occasion: If struts1.X in the business logic is often used Formbean and a copy of Bean value
Platform: | Size: 173056 | Author: 李四 | Hits:

[Software EngineeringDbUtils

Description: The given class includes the methods that manage the database objects life cycles
Platform: | Size: 2048 | Author: mucar | Hits:

[JSP/JavaDbUtils

Description: 实现对数据操作的的增删改查,减少程序员的代码量-Data operations to realize the additions and deletions to the investigation, to reduce the amount of code programmers
Platform: | Size: 2048 | Author: cat | Hits:

[JSP/Javacommons-dbutils-1.2-bin

Description: commons-dbutils-1.2-bin.rarJDBC方式连接数据库的工具类-commons-dbutils-1.2-bin.rarJDBC connected database tools
Platform: | Size: 510976 | Author: 张小飞 | Hits:

[JSP/JavaCommJdbc

Description: 基于C3P0和apache dbutils集成的java轻量级数据库操作工具。-C3P0 and apache dbutils based on the java lightweight database manipulation tools.
Platform: | Size: 1943552 | Author: yijianbo | Hits:

[JSP/Javacommons-dbutils-1.3

Description: 一种简捷的JDBC连接封装包,可直接转换为JAVA对象-A Simple JDBC connection wrapper, can be directly converted into JAVA objects
Platform: | Size: 540672 | Author: shixishangdi | Hits:

[JSP/Javastruts-card-System

Description: 基于struts的名片管理系统 用到的第三方jar包 commons-dbutils-1.1.jar 数据库连接池配置文件 cardweb.xml 数据库使用的是mysql 用户名root 密码root 本系统是基于struts开发的名片管理系统 只适合初学者学习交流-Struts of the card management system based on use of third-party jar files commons-dbutils-1.1.jar database connection pool configuration file cardweb.xml mysql database using the username root password root system is based on the struts of the card management system developed only for beginners to learn communication
Platform: | Size: 7152640 | Author: wing | Hits:

[Database systemcommons-dbutils-1.5-src

Description: 原则上这不能说是一个持久层框架,它提供了一些Jdbc的操作封装来简化数据查询和记录读取操作。代码非常简洁,如果你厌烦了Hibernate的庞大,不妨可以试试——DbUtils。-The Commons DbUtils library is a small set of classes designed to make working with JDBC easier. JDBC resource cleanup code is mundane, error prone work so these classes abstract out all of the cleanup tasks from your code leaving you with what you really wanted to do with JDBC in the first place: query and update data.
Platform: | Size: 143360 | Author: 白水 | Hits:

[JSP/JavaDbutils-demo

Description: 1 对于数据表的读操作 他可以把结果转换成List Array Set等java集合 便于程序员操作; 2 对于数据表的写操作 也变得很简单(只需写sql语句) 3 可以使用数据源 使用JNDI 数据库连接池等技术来优化性能 重用已经构建好的数据库连接对象 而不像php asp那样 费时费力的不断重复的构建和析构这样的对象 DBUtils包括3个包: org apache commons dbutils org apache commons dbutils handlers org apache commons dbutils wrappers DBUtils封装了对JDBC的操作 简化了JDBC操作 可以少写代码 org apache commons dbutils DbUtils 关闭链接等操作-1 For a read operation data table, he can convert the result into List Array Set and other easy to set java programmer operation 2 For writes data table has become very simple (just write sql statement) 3 can use a data source using JNDI connection pool technology to optimize the performance of reuse connection objects have been constructed rather than php asp as laborious repeated such objects DBUtils construction and destructor includes three packages: org apache commons dbutils org apache commons dbutils handlers org apache commons dbutils wrappers DBUtils encapsulates JDBC operation simplifies JDBC operations can write less code that org apache commons dbutils DbUtils close links and other operations
Platform: | Size: 778240 | Author: KENNY | Hits:

[JSP/Javacommons-dbutils-1.5

Description: :commons-dbutils是 Apache组织提供的一个开源 JDBC工具类库,对传统操作数据库的类进行二次封装,(Commons-dbutils is an open source JDBC tool class library provided by the Apache organization, which encapsulates two classes of traditional operating databases,)
Platform: | Size: 54272 | Author: YanjiaY | Hits:

[JSP/Javacommons-dbutils-1.6

Description: commons-dbutils-1.6 it's use to database tools
Platform: | Size: 68608 | Author: tian kong | Hits:

[OtherdbUtils

Description: dbUtils 来访问数据,具有添删改查等功能,查询后自动转换为bean对象。(dbUtils databse tool;)
Platform: | Size: 14336 | Author: lizhuo~~ | Hits:

[JSP/Javacommons-dbutils-1.4.jar

Description: DBUtils提供了一个接口ResultSetHandler,它就是用来ResultSet转换成目标类型的工具。你可以自己去实现这个接口,把ResultSet转换成你想要的类型。 DBUtils提供了很多个ResultSetHandler接口的实现,这些实现已经基本够用了,我们通常不用自己去实现ResultSet接口了(DBUtils provides an interface ResultSetHandler, which is a tool used to convert ResultSet into a target type. You can implement this interface by yourself and convert the ResultSet into the type you want. DBUtils provides many implementations of ResultSetHandler interfaces that are basically enough, and we usually do not have to implement the ResultSet interface ourselves)
Platform: | Size: 89088 | Author: dsfsdfasdf | Hits:
« 12 »

CodeBus www.codebus.net