码迷,mamicode.com
首页 >  
搜索关键字:c++ driver    ( 5694个结果
MySQL的MySQL 的JDBC的安装与使用
1、配置好环境,主要是安装mysql和下载连接需要的包(我用的是mysql-connector-java-5.1.3-rc-bin.jar)2、注册驱动 Class.forName("com.jdbc.mysql.Driver");3、创建连接 Connection con = DriverMana...
分类:数据库   时间:2015-04-18 14:24:53    阅读次数:161
Syslog-ng使用备忘
====syslog-ng特性====1.传输可靠(TCP)2.支持TLS安全传输日志3.数据库接入4.日志过滤和分类5.日志解析和重写6.支持IPV67.工作模式(客户端,服务端,转发)====工作机制====source driver: 源驱动器,收集源日志的方式source: 源驱动器集合de...
分类:其他好文   时间:2015-04-17 20:05:29    阅读次数:324
Device driver testing framework for OMAP Linux kernel
unittestonandroidkernel: OMAPDDT(DeviceDriverTest) DevicedrivertestingframeworkforOMAPLinuxkernel PartofLinuxOMAPProject code:git://gitorious.org/omap-ddt/omap-ddt.git
分类:系统相关   时间:2015-04-16 17:55:50    阅读次数:233
kettle 连接 mysql 出错 Driver class 'org.gjt.mm.mysql.Driver' could not be found, make sure the ……
解决办法:1:首先,到官网下载mysql-connector-java。2:把驱动文件放置在data-integration\lib\ 目录下
分类:数据库   时间:2015-04-15 22:40:23    阅读次数:1481
Install and configure Intel NIC teaming on R420
OS env: windows2008 R2 std1. Download NIC driver from Dell Websitehttp://www.dell.com/support/home/us/en/04/Drivers/DriversDetails?driverId=HP103http:...
分类:其他好文   时间:2015-04-15 16:56:44    阅读次数:164
spring proxool的配置
方式一: ?在Spring的"applicationContext.xml"中的dataSource bean定义 <bean?id="dataSource" ????class="org.logicalcobwebs.proxool.ProxoolDataSource"> ????<property?name="driver"> ?????...
分类:编程语言   时间:2015-04-15 15:11:09    阅读次数:203
Android 输入子系统
输入子系统模型: 输入子系统由设备驱动层(input device driver),核心层(input core)和事件驱动层(event driver)三部份组成。 任何一次输入事件, 如鼠标移动, 按键按下, 都需要通过InputDeviceDriver- >InputCore- >EventD...
分类:移动开发   时间:2015-04-15 12:48:08    阅读次数:148
PHP连接access
PHP连接access有很多方法,odbc扩展是默认开通的,也是容易成功的,PDO方法需要开通PDO扩展; 1,PHP连接ACCESS使用ODBC扩展 <?php? //需要驱动路径,数据库名,数据库密码 $Driver="DRIVER=Microsoft?Access?...
分类:数据库   时间:2015-04-15 11:38:55    阅读次数:157
Could not create pool connection. The DBMS driver exception was: Io 异常: Broken pipe
现场同事反馈:中间件weblogic连不上数据库Oracle,发回日志可以看到:     Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: Io 异常: B...
分类:数据库   时间:2015-04-14 21:40:41    阅读次数:367
善于使用Linux中的help
善于使用Linux中的help lsusb --help /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M     |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M         |__ Port 2: Dev 3, If 0, Class...
分类:系统相关   时间:2015-04-13 20:56:22    阅读次数:158
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!