.\usb\USB\usb_pwr.h(54): error: #20: identifier "bool" is undefinedusb\USB\usb_pwr.h(54): error: #20: identifier "bool" is undefinedusb-driver\STM32_U ...
分类:
其他好文 时间:
2016-06-02 23:28:28
阅读次数:
2716
本文为一个动手实验,配置Active Standby Pair,配置3个数据库, master, standby和一个subscriber。拓扑如下:在本实验中,为简化,三个数据库皆位于同一主机。创建DSN[ODBC Data Sources]
master1=TimesTen 11.2.2 Driver
master2=TimesTen 11.2.2 Driver
subscriber1=T...
分类:
数据库 时间:
2016-06-02 14:40:02
阅读次数:
380
"D:\Program Files (x86)\Log Parser 2.2\logparser.exe" "SELECT * FROM 'D:\u_ex160405.log' to MyMVC_WebLog" -i:IISW3C -o:SQL -oConnString:"Driver={SQL S ...
分类:
其他好文 时间:
2016-06-02 11:36:40
阅读次数:
120
Hi, Long time no see. Briefly, I plan to step into this new area, data analysis. In the past few years, I have tried Linux programming, device driver ...
分类:
系统相关 时间:
2016-06-02 09:50:18
阅读次数:
225
jdbc工作原理 -加载驱动 -创建语句对象 -执行sql语句 -处理结果集 -关闭连接 驱动加载方式 Class.forName("oracle.jdbc.driver.OracleDriver")(注:装载驱动类驱动类通过static块实现在DriverManager中的自动注册) Connec ...
分类:
数据库 时间:
2016-06-01 23:16:30
阅读次数:
419
String currentWindow = driver.getWindowHandle();// 获取当前窗口句柄 Set<String> handles = driver.getWindowHandles();// 获取所有窗口句柄 Iterator<String> it = handles. ...
分类:
其他好文 时间:
2016-06-01 18:13:04
阅读次数:
255
1.linkText()常用于定位链接,以谷歌的gmail为例: WebElement gmailLink = driver.findElement(By.linkText("Gmail")); 2.如果链接是动态的,比如说用来打开收件箱的链接,返回的链接同时也会动态显示收件箱的数量。 返里我们就可 ...
分类:
其他好文 时间:
2016-06-01 00:10:57
阅读次数:
1278
Agile.DataAccess.dll 文件为平台数据访问支持库,本ORM基于FluentData扩展重写,提供各种数据库访问功能。 数据库支持列表: MS SQL Server using the native .NET driver. MS SQL Azure using the native ...
分类:
Web程序 时间:
2016-05-31 20:35:47
阅读次数:
225
在Windows 2000 与Windows XP 系统采用是WINDDK来开发WINDOWS驱动程序,我手头也有WINDDK,可是从Windows Vista开始之后,一般采用Microsoft Windows Driver简称(WDK)。这段时间刚好项目有用到USB HID,需要用到HID.li ...
遇到问题: 1、安卓4.2及以下系统无法识别resource-id属性 只能用text属性识别 2、输入中文无法识别脚本最顶部增加#coding=utf-8 3、对象无法识别resource-id属性,text属性都为空 用坐标模拟点击事件 模拟点击 driver.tap([(165,755),], ...
分类:
移动开发 时间:
2016-05-31 10:20:58
阅读次数:
287