Introduction - If you have any usage issues, please Google them yourself
a more generic database connectivity package, which has three categories : 1.DBConn.java : mainly used to connect to the database and closure. Connecting to the database URL, USER, PASSWORD through configuration files completed com/bcxy/util/systemconfig.properties 2.SqlQuery. java : mainly used for the implementation of the SQL statement. Construction : SqlQuery (Connection con, String sql) of the results there containers. 3.SqlUpdate.java : mainly used for the implementation of the updated SQL. Construction : SqlUpdate (Connection con, String sql) Another : jar with a packet util .*, mainly some type commonly used tools, described briefly below : including mainly the StringUtil.java : some of the string operation DateUtil.java : right time for operation FileUtil.java : to document
Packet : 692171bcxy.rar filelist
com
com\bcxy
com\bcxy\util
com\bcxy\util\Base64.class
com\bcxy\util\Base64.java
com\bcxy\util\DateUtil.class
com\bcxy\util\DateUtil.java
com\bcxy\util\FileUtil.class
com\bcxy\util\FileUtil.java
com\bcxy\util\HibernateUtil.class
com\bcxy\util\HibernateUtil.java
com\bcxy\util\ParamUtil.class
com\bcxy\util\ParamUtil.java
com\bcxy\util\StringUtil.class
com\bcxy\util\StringUtil.java
com\bcxy\util\SystemConfig.class
com\bcxy\util\SystemConfig.java
com\bcxy\util\systemconfig.properties
com\bcxy\db
com\bcxy\db\DBConn.class
com\bcxy\db\DBConn.java
com\bcxy\db\SqlQuery.class
com\bcxy\db\SqlQuery.java
com\bcxy\db\SqlUpdate.class
com\bcxy\db\SqlUpdate.java
commons-logging.properties