Location:
Search - DBConn
Search list
Description: 1.服务器装有jdk和resin服务器等
2.安装完JSDK后,配置下面的内容:
在系统变量中找到ClassPath并加入下面内容(如果你找不到ClassPath,则新建它):
c:\\jsdk\\LIB\\dt.JAR c:\\jsdk\\LIB\\TOOLS.JAR c:\\jsdk\\BIN .
再在系统变量中找到Path并加入下面内容:
c:\\jsdk\\ c:\\jsdk\\bin
3.直接解压resin就可以运行把程序放在doc目录下面把classes目录的文件放在
WEB-INF目录下
4.在odbc放里加入数据库路径为guestbook也可改为别的要修改classes\\myjsp\\dbconn.java文件
5.上面成功后就可以http://localhost:8080/目录名/可以访问了-1. Jdk installed servers and server 2 resin. After installing JSDK, It will contain the following : the system variables found ClassPath and add the following (if you can not find ClassPath , it was new) : c : \\ jsdk \\ LIB \\ dt.JAR c : \\ jsdk \\ LIB \\ TOOLS.JAR c : \\ jsdk \\ BIN. then the system variables found Path and add the following : c : \\ jsdk \\ c : \\ jsdk \\ bin 3. directly extract resin can run the procedure on the doc directory put cl Contents of the document asses on the WEB-INF directory 4. odbc up in the database have added the path to g uestbook also can be changed to other classes to amend \\ myjsp \\ dbconn.ja va 5. above can be successful after http://localhost : 8,080 / directory name / can be visited. .
Platform: |
Size: 694769 |
Author: 彭静 |
Hits:
Description: 这是我用Delphi编写的数据库连接器,目前支持Oracle ,sql server 2000 ,Access,同时欢迎致邮bailianglv@163.com,共同研究
Platform: |
Size: 282663 |
Author: 吕伯良 |
Hits:
Description: 如何将java程序链接到MySQL数据库,这里提供了一个在eclipse下的java链接程序,驱动程序另行安装
Platform: |
Size: 1586 |
Author: 吴小西 |
Hits:
Description: 通过Main函数可以查看并解析https网站的安全证书信息,并与DBConn一道将您所感兴趣的证书存入到MySQL数据库当中
Platform: |
Size: 2546 |
Author: 吴小西 |
Hits:
Description: 数据连接V1.0
包括Access/Excel/SQL/UDL
UDL的创建/修改
Platform: |
Size: 421826 |
Author: 江智勇 |
Hits:
Description: 一个通用些连接数据库的包,其中有三个类: 1.DBConn.java:主要用来连接和关闭数据库.连接数据库的URL,USER,PASSWORD通过配置文件完成com/bcxy/util/systemconfig.properties 2.SqlQuery.java:主要用来执行查询的SQL语句.构造方法: SqlQuery(Connection con, String sql) 将结果存在容器中. 3.SqlUpdate.java:主要用来执行更新的SQL语句.构造方法: SqlUpdate(Connection con, String sql) 另: jar包中有一个util.*,主要是一些常用工具类,下面简单介绍一下: 其中主要包括了 StringUtil.java:对字串的一些操作 DateUtil.java:对时间的一些操作 FileUtil.java:对文件的一些操作 SystemConfig.java:读取配置文件systemconfig.properties ParamUtil.java:页面传参数的操作-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
Platform: |
Size: 46599 |
Author: 工程师 |
Hits:
Description: 一个通用些连接数据库的包,其中有三个类: 1.DBConn.java:主要用来连接和关闭数据库.连接数据库的URL,USER,PASSWORD通过配置文件完成com/bcxy/util/systemconfig.properties 2.SqlQuery.java:主要用来执行查询的SQL语句.构造方法: SqlQuery(Connection con, String sql) 将结果存在容器中. 3.SqlUpdate.java:主要用来执行更新的SQL语句.构造方法: SqlUpdate(Connection con, String sql) 另: jar包中有一个util.*,主要是一些常用工具类,下面简单介绍一下: 其中主要包括了 StringUtil.java:对字串的一些操作 DateUtil.java:对时间的一些操作 FileUtil.java:对文件的一些操作 SystemConfig.java:读取配置文件systemconfig.properties ParamUtil.java:页面传参数的操作-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
Platform: |
Size: 46080 |
Author: 工程师 |
Hits:
Description: 1.服务器装有jdk和resin服务器等
2.安装完JSDK后,配置下面的内容:
在系统变量中找到ClassPath并加入下面内容(如果你找不到ClassPath,则新建它):
c:\jsdk\LIB\dt.JAR c:\jsdk\LIB\TOOLS.JAR c:\jsdk\BIN .
再在系统变量中找到Path并加入下面内容:
c:\jsdk\ c:\jsdk\bin
3.直接解压resin就可以运行把程序放在doc目录下面把classes目录的文件放在
WEB-INF目录下
4.在odbc放里加入数据库路径为guestbook也可改为别的要修改classes\myjsp\dbconn.java文件
5.上面成功后就可以http://localhost:8080/目录名/可以访问了-1. Jdk installed servers and server 2 resin. After installing JSDK, It will contain the following : the system variables found ClassPath and add the following (if you can not find ClassPath , it was new) : c : \ jsdk \ LIB \ dt.JAR c : \ jsdk \ LIB \ TOOLS.JAR c : \ jsdk \ BIN. then the system variables found Path and add the following : c : \ jsdk \ c : \ jsdk \ bin 3. directly extract resin can run the procedure on the doc directory put cl Contents of the document asses on the WEB-INF directory 4. odbc up in the database have added the path to g uestbook also can be changed to other classes to amend \ myjsp \ dbconn.ja va 5. above can be successful after http://localhost : 8,080/directory name/can be visited. .
Platform: |
Size: 694272 |
Author: |
Hits:
Description: 这是我用Delphi编写的数据库连接器,目前支持Oracle ,sql server 2000 ,Access,同时欢迎致邮bailianglv@163.com,共同研究-This is what I use Delphi to prepare a database connector, currently supports Oracle, sql server 2000, Access, also welcomed the letter mail bailianglv@163.com, joint research
Platform: |
Size: 282624 |
Author: 吕伯良 |
Hits:
Description: 阿里巴巴大型B2B平台完全版 V
www.haojiumaila.com
Platform: |
Size: 4366336 |
Author: 我冷静 |
Hits:
Description: 如何将java程序链接到MySQL数据库,这里提供了一个在eclipse下的java链接程序,驱动程序另行安装-Java how to program link to MySQL database, here in the eclipse provides a link under the java programs, drivers installed separately
Platform: |
Size: 1024 |
Author: 吴小西 |
Hits:
Description: 通过Main函数可以查看并解析https网站的安全证书信息,并与DBConn一道将您所感兴趣的证书存入到MySQL数据库当中-Through the Main function can view and analysis of the safety certificate https web information, dbconn, together with your certificate of deposit interest to the MySQL database
Platform: |
Size: 2048 |
Author: 吴小西 |
Hits:
Description: 数据连接V1.0
包括Access/Excel/SQL/UDL
UDL的创建/修改-V1.0 data connections including Access/Excel/SQL/UDLUDL creation/modification
Platform: |
Size: 421888 |
Author: 江智勇 |
Hits:
Description: 很简单的工厂类代码,操作数据库的,适合新手入门学习。-The factory class is very simple code, operating the database, suitable for beginners to learn.
Platform: |
Size: 1024 |
Author: 小白45 |
Hits:
Description: 用的数据库版本MySQL4.1
简易的学生管理系统的database是student
分别建两个表account和studentinfo,其详细数据结构见student1.sql
要实现的主要功能如下:
1.登录验证 (LoginFrame)
2.设置管理员密码(setPwdFrame)
3.添加学生资料(AddFrame)
4.修改学生资料(ModifyFrame)
5.删除学生资料(放在MainFrame中)
6.查询学生资料(ShowFrame)
UtilText.java 是字符编码转换
ActionMethod.java,我把方法都写在这里
DbConn.java 是连接MySQL数据库的
Account.java 是数据库表account的封装类
Studentinfo.java 是数据库表studentinfo的封装类
我主要演示的是LoginFrame窗体的设计和登录验证的实现,因为自己做窗体设计时总要调很久,
所以选一个较简单的,而我是第一次录像感觉很紧张,说不出话来,一旦说话,自己就乱了,望大家谅解.
"学号", "姓名", "性别", "系别", "班别", "电话", "E-mail","地址"-err
Platform: |
Size: 9502720 |
Author: dongzhukai |
Hits:
Description: Delphi通用模块及典型系统开发
数据库连接通用模块-Delphi generic modules and typical system development generic database connection module
Platform: |
Size: 11504640 |
Author: bernard1214 |
Hits:
Description: jsp连接池 jsp连接池 -jsp connection pool jsp connection pool jsp connection pool jsp connection pool
Platform: |
Size: 14336 |
Author: yxlnmj |
Hits:
Description: 为连接数据库创建的一个连接文件源代码,连接时只需在文件dbconn.xml中配置-To connect the database to create a connection document source code, simply connect the document to configure dbconn.xml
Platform: |
Size: 17408 |
Author: 陈立林 |
Hits:
Description: 程序安装说明
1.打开DBCOnn.ini,设置数据库信息,文件另存为DBConn.php
2.打开 初始化数据库.sql将里面的hfjob_进行批量替换,替换为DBCOnn.ini里面设置的数据库前缀
3.打开admin/conn.php并修改里面的信息
4.修改wapsoft,wapgame,wapvideo,wapwz里面的foot.ini文件的信息,不修改也可以.
5.复制 初始化数据库.sql到你的数据库里面执行-Installation 1. Open DBCOnn.ini, set the database information, file save as DBConn.php 2. Open to initialize the database. Sql will hfjob_ inside bulk replacement, replacement for the database set up inside DBCOnn.ini prefix 3 . Open the admin/conn.php and modify the information inside 4. modify wapsoft, wapgame, wapvideo, wapwz inside foot.ini file, without modifying it. 5. copy initialized database. sql into your database perform
Platform: |
Size: 615424 |
Author: hinglee |
Hits:
Description: 对象数据库postgresql的数据库连接池proxool的编程实现源代码。-Object-oriented database postgresql database connection pool proxool the programming source code.
Platform: |
Size: 1024 |
Author: quzhijian |
Hits: