搜索资源列表
7894_SqlPlus
- 用JAVA写的数据库程序,Oracle的JDBC驱动程序,SqlServer的JDBC驱动程序,配置数据库连接,可以新增,修改,删除,也可以测试数据库连接是否配置正确-using Java to write a database program, Oracle JDBC driver, patching the JDBC driver, configuration database connectivity, the new, modified, and deleted. the databas
jencks-1.0-src
- Jencks是一个轻量级的JCA容器。它可以轻松部署到Spring中以提供消息驱动的POJOs.此外Jencks通过使用类似于JMS,JAX-RPC,JBI与JCA CCI的API来提供对inbound与outbound消息的支持,同时还提供一个基于XA的JDBC连接池机制。 -Jencks is a lightweight JCA containers. It can be easily deployed to the Spring to provide Message Driven PO
ConnectBean
- JDBC连接数据库源代码:对代码稍作修改,比如:更改驱动、更改数据库名称、更改数据库地址,可以连接Oracle、SQL Server两种数据库。该源码中定义了查询和更新操作的通用方法,外部类调用时,只需传入sql语句和要查询或更新的数据库字段名就可以了。非常方便,我已经使用了很长时间了。-JDBC to connect to the database source code : the code to make some modifications, such as : changes driv
adb_driver
- 主要用于安卓系统的驱动,使之手机能连接上电脑并进行活动-Atradius system is mainly used for driving, so that can be connected to the computer and mobile phone activities
Eshop
- 网上购物系统,采用jsp环境开发。数据库是sql,也可以改用mysql,驱动在上面都有-shopping online,used java serve page。The database is sql server ,and also can ude mysql,the drive is all right!
connPool
- Title:数据库连接池 Descr iption: 通用的数据库连接池 通用的数据库连接池 可以设置: 加载的驱动 连接的URL 数据库的用户名 数据库的名字 最大连接数 默认创建数量 Copyright: Copyright-Title: Database Connection Pool Descr iption: generic generic database connection pool database connection pool can be set up: connect
JavaScript
- Javascr ipt是一种基于对象(Object)和事件驱动(Event Driven)并具有安全性能的脚本语言。使用它的目的是与HTML超文本标记语言、Java 脚本语言(Java小程序)一起实现在一个Web页面中链接多个对象,与Web客户交互作用。从而可以开发客户端的应用程序等。-Javascr ipt is an object-based (Object) and event-driven (Event Driven) and have the security of a scr ipt
login4j
- log4j 日志驱动,可在而是eclipse等下使用-log4j log drive, but the eclipse can be used, such as
jupload-V4.2.0-src
- [linux.rar] - 嵌入式linux开发教程,从嵌入式linux的基本应用,C语言应用程序开发,到嵌入式linux平台的构建,再到网络应用程序,驱动程序开发,讲的很全。 [Warehouseapplet.rar] - 类似网上商店,applet做的介面,有服务器端,列出各种商品 [Postlet-src-0.13.zip] - 文件上传,可以实时显示上传进度条的,基于applet [uploadfile.rar] - 使用java实现多线程下载,包含断点续传。-[lin
hibernate-3.1.3
- 这是mysql数据库的连接驱动,在做数据库开发的时候可能需要用到。-I would like to obtain a graduate of Beijing University, the highly educated can be so I will get a satisfaction with the work.
json_parser
- JSON语法的解析器,相当的经典。表格驱动,简明效率高。基于这个解析器,可以开发适合于其他语法的传输协议!-JSON syntax parser, very classic. Table-driven, concise and efficient. Based on this parser, you can develop suitable transport protocol for other grammatical!
ch06
- 讲解了4个例子,其中前两个比较容易,代码都在Ajax工程目录下。而GoogleSuggest和Slider两个较为复杂,在GoogleSuggest和Slider两个工程中都用到了数据库驱动包:msbase.jar、mssqlserver.jar、msutil.jar,以此来连接SQL Server数据库。这两个程序都用到了数据库C3C,可以直接将目录下的C3C.dat还原(方法为先在SQL Server的企业管理器中建立一个名为C3C的数据库,然后再在其上还原)-Explained the f
commons-dbcp-1.2.2
- APACHE的DBCP数据库连接池驱动程序,可提高数据库服务器的性能!-The DBCP database connection pool APACHE driver can improve the performance of database server!
getini_src
- Java数据库备份迁移程序的源代码.这个用Java完成的程序可以把数据库里的数据导出为其它数据库的insert语句,用于数据备份或迁移到另一个数据库,注意,在数据转换过程中,文本和二进制字段将被忽略,程序支持oracle、sybase、mysql和ms sqlServer数据库。你可以修改参数文件、增加新的jdbc驱动来增加新数据库种类的支持。-Java Database Backup migration program' s source code. This done with the
MzLH03_KeilC51_MCS51
- 51 单片机12864 C语言驱动程序,可以显示图形,数字 汉字擦但显示等 希望丢有些人有用-51 MCU 12864 C language driver, you can display graphics, digital characters rub, but displays some people want to throw useful
getini_src
- 这个用Java完成的程序可以把数据库里的数据导出为其它数据库的insert语句,用于数据备份或迁移到另一个数据库,注意,在数据转换过程中,文本和二进制字段将被忽略,程序支持oracle、sybase、mysql和ms sqlServer数据库。你可以修改参数文件、增加新的jdbc驱动来增加新数据库种类的支持。 -This program can be completed using Java inside the database to export data to other databa
ConnectionDemo
- 本源码介绍了用java连接SQL SERVER数据库的两种方法:JDBCODBC桥驱动和普通的在工程下添加JAR驱动包。第一种方法只需在SQL SERVER中新建数据库并建好表存入数据并设好访问权限后,在控制面板的ODBC源中作相应设置即可;两种方法都需要安装SQL SERVER 1.4的补丁!!访问权限和数据库名、表名请自行查看源程序,源程序不大。可以解决课程设计中不知如何连接数据库的问题!经调试运行良好-This source describes the SQL SERVER databas
databasedriver
- 2个连接数据库的驱动,没准你可以用上,是sqlserver 和mysql的-2 connect to the database driver, chances are you can spend is the sqlserver and mysql' s
getini
- 这个用Java完成的程序可以把数据库里的数据导出为其它数据库的insert语句,用于数据备份或迁移到另一个数据库,注意,在数据转换过程中,文本和二进制字段将被忽略,程序支持oracle、sybase、mysql和ms sqlServer数据库。你可以修改参数文件、增加新的jdbc驱动来增加新数据库种类的支持。-The use of Java to complete the program can export the data in the database insert statement f
jdbc
- jdbc驱动jar包、完全没有问题、导进去就能用 非常棒、自动生成bean、mapper(JDBC drive jar package, there is no problem, you can use the guide, very good, automatic generation of bean, mapper)