PWM测试参考链接1Enable PWM on BeagleBone with Device Tree
overlays2Using PWM on the Beaglebone Black3Beaglebone Coding 101: Buttons and
PWM4Using PWM output...
分类:
其他好文 时间:
2014-05-29 03:53:30
阅读次数:
235
今天对公司系统进行修改,还是ajax请求的问题,不过这次比上次的简单。但是遇到一个很纳闷的问题,我当时以为是ajax的问题,后来在浏览器上直接访问也是这样,连接就是这种:https://88.88.88.88:88/index.php?q=device/getdevictnum/did/88问题描述...
分类:
其他好文 时间:
2014-05-28 03:53:33
阅读次数:
191
A Simple monkeyrunner ProgramHere is a simple
monkeyrunner program that connects to a device, creating aMonkeyDeviceobject.
Using theMonkeyDeviceobjec...
分类:
其他好文 时间:
2014-05-26 23:18:26
阅读次数:
364
##adb命令是安装到platform-tools目录中,而非上一步android命令所在的tools目录。$ cd
/opt/local/share/java/android-sdk-mac_x86/platform-tools##先探测是否可以正确识别设备,有设备号和device字样表示正确识别...
分类:
移动开发 时间:
2014-05-26 08:00:20
阅读次数:
273
获取crash log
如果不借助第三方框架,要收集ios app的crash log是一件很困难的事情。有2个办法:
第一个办法是要求用户打开“诊断与用量”中的自动发送,然后如果APP崩溃了,ios会弹出提示框,用户确认之后,crash log会自动发送到苹果后台,然后用开发者账号登陆上去,可以拿到crash log
第二个办法是将device,同步到iTunes之后,再从pc上拿到cra...
分类:
移动开发 时间:
2014-05-26 05:05:06
阅读次数:
315
1.基础工具:e2label /device/xxx [new label name]
显示/设定设备的label名称 2.e2fsck 修复工具,用-b 指定备用的superblock位置 3.mke2fs –n /devce/xxx
模拟创建ext文件系统 4.mount –L labelnam...
分类:
其他好文 时间:
2014-05-26 02:55:17
阅读次数:
383
Android DIP: Device-independent Pixel Graphics Design How Android Supports Device Displays: UI Design and UX Device Display Concepts: Size, Density, Orientation, DIP size Type small,normal,large,...
分类:
移动开发 时间:
2014-05-25 07:28:50
阅读次数:
458
MyBatis mapper文件中的变量引用方式#{}与${}的差别
默认情况下,使用#{}语法,MyBatis会产生PreparedStatement语句中,并且安全的设置PreparedStatement参数,这个过程中MyBatis会进行必要的安全检查和转义。
示例1:
执行SQL:Select * from emp where name = #{emp...
分类:
移动开发 时间:
2014-05-24 20:29:18
阅读次数:
455
monkeyrunnerThe monkeyrunner tool provides an API
for writing programs that control an Android device or emulator from outside of
Android code. With m...
分类:
其他好文 时间:
2014-05-23 05:27:27
阅读次数:
257
Semaphore module in block diagram of the TI C66x DSP device....
分类:
其他好文 时间:
2014-05-22 22:36:43
阅读次数:
455