搜索结果
找到约 129 项符合
Connection 的查询结果
按分类筛选
- 全部分类
- Java编程 (16)
- 单片机编程 (10)
- 其他书籍 (8)
- 其他 (6)
- 书籍 (5)
- Oracle数据库 (4)
- 网络 (4)
- JavaScript (4)
- Jsp/Servlet (4)
- 技术资料 (4)
- SQL Server (3)
- 软件设计/软件工程 (3)
- 单片机开发 (3)
- MySQL数据库 (3)
- 电源技术 (2)
- 教程资料 (2)
- 可编程逻辑 (2)
- FlashMX/Flex源码 (2)
- 微处理器开发 (2)
- 通讯编程文档 (2)
- 通讯/手机编程 (2)
- 3G开发 (2)
- Modem编程 (2)
- 技术书籍 (1)
- 教程资料 (1)
- 无线通信 (1)
- Internet/网络编程 (1)
- Linux/Unix编程 (1)
- 游戏 (1)
- 数据结构 (1)
- 汇编语言 (1)
- 文件格式 (1)
- 手机彩信(MMS)编程 (1)
- 人工智能/神经网络 (1)
- 嵌入式/单片机编程 (1)
- 系统设计方案 (1)
- DSP编程 (1)
- 电子书籍 (1)
- Delphi控件源码 (1)
- 其他嵌入式/单片机内容 (1)
- Java书籍 (1)
- 驱动编程 (1)
- 文章/文档 (1)
- VC书籍 (1)
- 金融证券系统 (1)
- 编译器/解释器 (1)
- 其他数据库 (1)
- *行业应用 (1)
- 串口编程 (1)
- Windows Mobile (1)
- 行业发展研究 (1)
- 技术教程 (1)
- 工业控制 (1)
- 接口技术 (1)
- 数据库系统 (1)
- 源码 (1)
- VIP专区 (1)
网络 最受欢迎的Joomla社区用户管理收费插件 - Commnity Builder 1.2 RC2。 Community Builder suite (CB) extends the Joomla!
最受欢迎的Joomla社区用户管理收费插件 - Commnity Builder 1.2 RC2。
Community Builder suite (CB) extends the Joomla! user management system. Key features: extra fields in profile, enhanced registration workflows, user lists, connection paths between users, admin defined tabs and user profiles, image u ...
软件设计/软件工程 最受欢迎的Joomla 社区用户管理收费插件 Community Builder 1.2 RC2 的电子书
最受欢迎的Joomla 社区用户管理收费插件 Community Builder 1.2 RC2 的电子书,仅提供给付费会员
Community Builder suite (CB) extends the Joomla! user management system. Key features: extra fields in profile, enhanced registration workflows, user lists, connection paths between users, admin defined tabs a ...
通讯/手机编程 UIT - Secteur de la normalisation des télécommunications ITU - Telecommunication Standardization Se
UIT - Secteur de la normalisation des télécommunications
ITU - Telecommunication Standardization Sector
UIT - Sector de Normalización de las Telecomunicaciones
Study Period 1997-2000
Commission d études Study Group Comisión de Estudio 16 Contribution tardive Delayed Contribution Contribución ...
FlashMX/Flex源码 直播视频采集端程序. 用as3写的视频采集工具
直播视频采集端程序.
用as3写的视频采集工具,将直播视频发布到fms服务器。可以采集最多四路视频。video.xml设置发布服务器地址,采集哪几路,每路视频的发布名称。以及一些相关设置。
如果到fms的connection断了,本工具还能够主动建立连接,继续采集视频。做到无人值守。 ...
VC书籍 Many of the designations used by manufacturers and sellers to distinguish their products are claime
Many of the designations used by manufacturers and sellers to distinguish their products are
claimed as trademarks. Where those designations appear in this book and Addison Wesley
Longman Inc., was aware of a trademark claim, the designations have been printed in initial caps
or all caps.
The author ...
其他书籍 The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some no
The combinatorial core of the OVSF code assignment problem
that arises in UMTS is to assign some nodes of a complete binary
tree of height h (the code tree) to n simultaneous connections, such that
no two assigned nodes (codes) are on the same root-to-leaf path. Each
connection requires a code on a ...
金融证券系统 //JDBC驱动器名称(JDBC-ODBC桥) private String strDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver" //数据库的URL地址
//JDBC驱动器名称(JDBC-ODBC桥)
private String strDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver"
//数据库的URL地址
private String strUrl = "jdbc:odbc:atm1"
//指定要访问的数据库名称
private String strDBName = "atm1"
//数据库用户名称
private String strUserName = "testUser"
//数据库用户密码
pr ...
*行业应用 A Design and Implementation of The Online Shopping System Abstract: Along with the development
A Design and Implementation of The Online Shopping System
Abstract: Along with the development of the computer ,the database technique is widespread in the application of Internet, more and more , providing more thoughtful and humanized service for the large network customer. Characteristic serv ...
Jsp/Servlet public class DBClass { private String driver private String url private String user
public class DBClass {
private String driver
private String url
private String username
private String password
private Connection connection
private Statement statement
private String message=""
}
Jsp/Servlet public class guestbook{ String sDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver" String sConnStr = "
public class guestbook{
String sDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver"
String sConnStr = "jdbc:odbc:guestbook"
Connection conn = null
ResultSet rs = null