/arch/arm/mach-omap2/board_am335xevm.c中 1、myd_am335x_dev_cfg[]{ evm_nand_init() ... myir_gpio_init() myir_wdt_init()} 2、__init am335x_evm_init(void) { ...
分类:
其他好文 时间:
2017-05-11 10:18:07
阅读次数:
153
英文原文:smashingmagazine 导读:Windows Phone 7 引进了一个全新的内容管理和用户界面,命名为Metro的设计语言和理论。微软这次所看准的市场和用户群也与之前的老一代 Windows 不同(终于转变了):从针对商业和技术用户到普通用户,线上,线下的生活紧密链接的新兴用户 ...
1. 先看设备id,使 用 "lsusb" 命令。 比如设备显示的是: Bus 001 Device 123: ID 0e8d:200c MediaTek Inc. 那么其id就是: 0e8d 使用的时候要写: "0x0e8d".2. 查到了设备id,将其添加 到 "~/.android/adb_u ...
分类:
移动开发 时间:
2017-05-09 12:37:11
阅读次数:
525
利用CoreLocation.framework很容易扫描获得周边蓝牙设备,苹果开源代码AirLocate有具体实现,下载地址: https://developer.apple.com/library/ios/samplecode/AirLocate/Introduction/Intro.html ...
分类:
其他好文 时间:
2017-05-08 12:20:04
阅读次数:
390
1.什么是缓存? 缓存就是用来避免频繁的到数据库或磁盘文件获取数据而建立的一个高速暂时存储器。一般来说,缓存比数据库或磁盘容量更小。可是存取速度很快。一般来说,内存是当前技术下最便宜且有效的缓存介质。内存价格低廉。可是存取速度是一般磁盘IO无法比拟的。 2.缓存的作用 1 . 存储频繁訪问的数据 2 ...
分类:
其他好文 时间:
2017-05-07 12:58:55
阅读次数:
266
看了网上好多关于jquery $(this)的解释,感觉都说的很模糊。 下面说出我自己的理解。 this表示的是当前对象,下面以例子来说明 [javascript] view plain copy <!DOCTYPE html> <html> <head> <script src="//ajax.g ...
分类:
Web程序 时间:
2017-05-07 11:44:59
阅读次数:
205
A Knight's Journey Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 29241 Accepted: 10027 Description Background The knight is getting bored ...
分类:
其他好文 时间:
2017-05-06 15:56:50
阅读次数:
179
Ⅰ.绝对定位居中(Absolute Centering)技术 我们经常用margin:0 auto来实现水平居中,而一直认为margin:auto不能实现垂直居中……实际上,实现垂直居中仅需要声明元素高度和下面的CSS: [css] view plain copy .Absolute-Center ...
分类:
其他好文 时间:
2017-05-06 11:47:24
阅读次数:
292
Given two strings s1 and s2, write a function to return true if s2 contains the permutation of s1. In other words, one of the first string's permutati ...
分类:
其他好文 时间:
2017-05-06 01:02:09
阅读次数:
157
1、使用selenium+python+eclipse实现的登录“问卷星”,问卷星访问地址:https://www.sojump.com/ 2、实现步骤:1)进入链接 首页 点击“登录” 输入账号、密码 登录 2)检查登录是否成功 3、页面截图: 4、代码包含点: 1)log信息的打印与特定文件中的 ...
分类:
编程语言 时间:
2017-05-05 17:20:33
阅读次数:
256