码迷,mamicode.com
首页 >  
搜索关键字:wlan driver    ( 6189个结果
[JavaEE]Spring配置文件总结
首先来看一个标准的Spring配置文件 applicationContext.xml com.mysql.jdbc.Driver jdbc:mysql://localhost/ssh?characterEncoding=utf-8 root 123 ...
分类:编程语言   时间:2014-10-09 14:44:43    阅读次数:262
da,da_driver
daSet=session.query(da).all()for da in daSet: da.mount_list=map(lambda x:x.mount_point , x for x in da.driver )daSet=session.query(da,da.driver).all(....
分类:其他好文   时间:2014-10-09 13:41:43    阅读次数:195
led driver 0--一个简单但完整的字符设备驱动程序
#include #include #include #include #include #include #include #include #include #include #define DEVICE_NAME "leds" /* 加载模式后,执行”cat /proc/device...
分类:其他好文   时间:2014-10-08 15:43:25    阅读次数:357
led driver 1--ioremap
#define GPIO_OFT(x) ((x) - 0x56000000)#define GPFCON (*(volatile unsigned long *)(gpio_va + GPIO_OFT(0x56000050)))static int s3c24xx_leds_open(struct....
分类:其他好文   时间:2014-10-08 15:08:25    阅读次数:224
windows 7 SDK和DDK下载地址
查个小资料,得到地址,顺便记录一下。Windows Driver Kit Version 7.1.0http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=36a2630f-5d56-43b5-b996-7633...
分类:Windows程序   时间:2014-10-06 20:58:40    阅读次数:249
数据库连接
javaMySQL:String Driver="com.mysql.jdbc.Driver";//驱动程序String URL="jdbc:mysql://localhost:3306/db_name";//连接的URL,db_name为数据库名String Username="username"...
分类:数据库   时间:2014-10-06 13:49:50    阅读次数:149
MongoDB-Getting Started with the C# Driver
简介:本文仅提供快速入门级别的使用C# Driver操作MongoDB,高手跳过Downloading the C# Driver猛击下载添加相关的dll引用 MongoDB.Bson.dll MongoDB.Driver.dll添加名称空间引用using MongoDB.Bson;us...
分类:数据库   时间:2014-10-05 12:12:58    阅读次数:283
Windows下连接调试Asus Nexus 7 Tablet
Linux和mac下都能够直接连接,可是windows下必须下驱动。官网上的driver无论用。管用的是 https://drive.google.com/uc?id=0Bw8B2a85Qa1jSldjc3RIM3pkNWc然后在device manager里,Update Driver Softw...
分类:Windows程序   时间:2014-10-03 16:42:04    阅读次数:227
Appium基于安卓的各种FindElement的控件定位方法实践和建议
AppiumDriver的各种findElement方法的尝试,尝试的目标应用是SDK自带的Notepad应用。 1. findElementByName 1.1 示例 el = driver.findElementByName("Add note"); assertThat(el.getText(),equalTo("Add note")); ...
分类:移动开发   时间:2014-10-03 12:33:54    阅读次数:239
(转)FS_S5PC100平台上Linux Camera驱动开发详解(一) .
平台linuxstructlinux内核videocam说明:理解摄像头驱动需要四个前提:1)摄像头基本的工作原理和S5PC100集成的Camera控制器的工作原理2)platform_device和platform_driver工作原理3)Linux内核V4L2驱动架构4)Linux内核I2C驱动...
分类:系统相关   时间:2014-10-02 17:33:33    阅读次数:348
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!