码迷,mamicode.com
首页 >  
搜索关键字:c++ driver    ( 5694个结果
多台linux服务器时间同步
1,设置A机时间服务器: a,修改 /etc/ntp.conf,如下: # Undisciplined Local Clock. This is a fake driver intended for backup# and when no outside source of synchroniz.....
分类:系统相关   时间:2014-07-10 12:15:56    阅读次数:253
通过MyEclipse生成实体类及映射文件
1、在工程上添加hibernate支持,导入相关包,修改配置文件为如下:hibernate.cfg.xml文件 com.mysql.jdbc.Driver jdbc:mysql://localhost...
分类:系统相关   时间:2014-07-07 19:15:11    阅读次数:281
Internet Explorer Developer Channel 自动化测试 IE 浏览器
IE 原生 Web Driver 调用,通过简单配置,即可自动化测试 IE 浏览器(目前仅限 Internet Explorer Developer Channel 版本)。做一些自动化的操作,都是很容易的。如快速登录、抢票等。开始-运行-cmd粘贴或输入 格式:LinrIEWebDriver.ex...
分类:Web程序   时间:2014-07-07 15:38:58    阅读次数:249
Compile wireless driver on Lenovo W520 with Debian
First step: I have to make the wireless ethernet card start to work for my Lenovo W520 with Debian installed. Initially, I installed the package firmw...
分类:其他好文   时间:2014-06-30 13:47:42    阅读次数:257
Compile NVIDIA driver on Lenovo W520 with Debian
Originally, I installed an Ubuntu using Wubi on my company's laptop (Lenovo W520). One purpose is for fun, the other is to use some instant messengers...
分类:其他好文   时间:2014-06-30 12:26:40    阅读次数:326
JDBC公共操作类
public static final String DRIVER = "com.mysql.jdbc.Driver"; public static final String URL = "jdbc:mysql://localhost:3306/easyui"; public static final String USERNAME = "root"; public static final String PASSWORD = "root"; /** * 获得Connection * *...
分类:数据库   时间:2014-06-29 22:20:55    阅读次数:278
mongoDB2.6,java使用详解
一、准备工作 1、 首先,下载mongoDB对Java支持的驱动包 驱动包下载地址:https://github.com/mongodb/mongo-java-driver/downloads mongoDB对Java的相关支持、技术:http://www.mongodb.org/display/DOCS/Java+Language+Center 驱动源码下载:https://d...
分类:数据库   时间:2014-06-28 08:19:20    阅读次数:331
linux总线设备驱动模型
本篇文章通过平台总线设备模型为例,讲解总线设备驱动模型:platform_device_register的作用:1.把device放入bus的device链表2.从bus的driver链表中取出每一个driver,用bus的match函数判断driver能否支持这个device3.若可以支持,调用d...
分类:系统相关   时间:2014-06-27 22:38:15    阅读次数:327
Oracle的thin驱动和oci驱动有什么不同?哪个性能好些?
OCI:要安装ORACLE客户端,移植性略差,理论上性能好些THIN:属于TYPE4,纯JAVA实现,移植性好,理论上性能略差些推荐:最好还是使用THIN DRIVER吧,移植性好些,使用起来也相对规范些,问题也少。至于性能嘛,说实话,在8i上没感觉THIN DRIVER比OCI慢,感觉还快些。.....
分类:数据库   时间:2014-06-27 16:14:36    阅读次数:203
php 连接sqlserver方法
1.下载SQL Server Driver for PHP,解压缩后,将php_pdo_sqlsrv_53_ts_vc9.dll和php_sqlsrv_53_ts_vc9.dll拷贝到php-->ext文件夹下2.修改php.ini 文件,extension=php_pdo_sqlsrv_53_ts...
分类:数据库   时间:2014-06-27 13:10:10    阅读次数:250
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!