码迷,mamicode.com
首页 >  
搜索关键字:c++ driver    ( 5694个结果
SSL support in Havana LBaaS haproxy driver
SSL in Neutron LBaaS haproxy driver 的简单实现。...
分类:其他好文   时间:2014-06-20 11:40:53    阅读次数:349
[Selenium]对弹出的Alert窗口进行操作
Alert alert = driver.switchTo().alert();alert.accept();
分类:其他好文   时间:2014-06-11 13:05:22    阅读次数:169
Ubuntu下串口minicom的配置
一般的配置方法过程如下: 1、安装软件 sudo apt-get install minicom 2、查看端口 找到端口: 这里要注意下,我们用的是USB 转串口,所以其设备是名称要注意,输入以下命令找到USB转串口的位置 dmesg | grep usb 假如有以下内容: [ 7415.893942] usbserial: USB Serial Driver core ...
分类:其他好文   时间:2014-06-09 23:29:39    阅读次数:242
nginx-gridfs 的安装配置和使用
(一)安装nginx前的准备 安装nginx需要安装openssl和pcre,具体安装步骤请参考nginx安装的相关博文(二)nginx和nginx-gridfs 联合编译安装 nginx-gridfs 源码下载(包含Mongo-C-Driver可用的下载链接):地址 http://files.cn...
分类:其他好文   时间:2014-06-09 20:17:39    阅读次数:364
Oracle EBS-SQL (SYS-13):查询DBA在系统中的打补丁信息.SQL
查询DBA在系统中的打补丁信息1.select * from ad_patch_drivers /*查看已经打了哪些Patch*/2.select * from ad_patch_runs/*查看打patch的时间,目录等信息*/3.select * from ad_patch_driver_lan...
分类:数据库   时间:2014-06-09 17:37:18    阅读次数:403
Oracle EBS-SQL (SYS-11):查询系统已打的PATCH.sql
select a.patch_name, b.DRIVER_FILE_NAME, c.language, b.creation_datefrom apps.ad_applied_patches a, apps.ad_patch_drivers b, apps.ad_patch_driver_lang...
分类:数据库   时间:2014-06-09 16:56:14    阅读次数:357
chapter 01
hibernate.cfg.xml oracle.jdbc.driver.OracleDriver jdbc:oracle:thin:@localhost:1521:orcl system orcl ...
分类:其他好文   时间:2014-06-09 16:18:09    阅读次数:344
applicationContext.xml 配置
以下是详解Spring的applicationContext.xml文件代码: com.mysql.jdbc.Driver jdbc:mysql://localhost:3306/tie?hao947=true&characterEncoding=utf-8 ...
分类:移动开发   时间:2014-06-08 17:08:16    阅读次数:193
node-mongo-native1.3.19连接mongo的最优方法
最近需要在node下连接mongo,尝试了很多方法,本文简要总结一下选择Driver首先,基本上有4个常见的driver供选择1.官方的是node-mongo-native2.基于node-mongo-native,封装的mongoose,是一个ODM小框架3.kiss小组同样基于node-mong...
分类:其他好文   时间:2014-06-07 21:03:54    阅读次数:320
Test Automation With Selenium Using Page Object Design
WebDriver IntroductionA different way of automating the browser.. Create a browser-specific driver to control the browser directly and have to do this...
分类:其他好文   时间:2014-06-07 07:14:40    阅读次数:290
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!