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
1.安装系统:别的没什么说的,就是安的时候把网线拔了,不然到 configure
apt的时候会卡起很久不走的2.配置网络 编辑/etc/network/interface打开/etc/networt/interface
添加下面几句:auto eth0iface inet eth0 static ...
分类:
系统相关 时间:
2014-05-23 06:09:49
阅读次数:
341
网卡别名的配置:这个和ifconfig临时修改网卡ip
差不多,但是不一样。都是临时的,只要重启电脑就没了。配永久的ip别名:cp ifcfg-eth0 ifcfg-eth0:0vim
ifcfg-eth0:0这样做也能出来,对不对就不知道了重启网络就ok了网卡的绑定:虚拟机为2块网卡,一块eth0...
分类:
系统相关 时间:
2014-05-23 05:53:39
阅读次数:
349
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
http://www.howtoforge.com/apache2-how-to-redirect-users-to-mobile-or-normal-web-site-based-on-device-using-mod_rewriteApache2:
How To Redirect Users T...
分类:
Web程序 时间:
2014-05-21 22:53:20
阅读次数:
432
虚拟机管理软件:Oracle VirturalBox Manager
4.0.8虚拟机:Ubuntu Server 10.10 i386The problem lies in the fact that ethernet MAC
addresses are cached.You need to re...
分类:
其他好文 时间:
2014-05-21 19:27:39
阅读次数:
311
The semaphore module can be used as an arbiter to ensure mutual exclusivity when sharing resources over multiple cores in a multicore device. It provides up to 64 independent semaphores that can be ac...
分类:
其他好文 时间:
2014-05-21 16:26:59
阅读次数:
234
今天在腾讯云的服务器被攻击后,apache启动报错,查找原因发现是磁盘空间不够no space left on device,
诡异的是df命令磁盘占用仅55%
继续查找原因,发现是iNode已满,即没有索引空间
这就好办了,首先定位哪个目录占用iNode最多,命令如下:
find */ ! -type l | cut -...
分类:
系统相关 时间:
2014-05-21 14:46:09
阅读次数:
363
最近开发,兄弟们问我这个问题,写出来解决方法和大家分享一下。
当控制台出现:
Failed to install ***.apk on device '019417a3': Unable to open sync connection!
java.io.IOException: Unable to open sync connection!
Launch canceled!
...
分类:
其他好文 时间:
2014-05-21 14:13:00
阅读次数:
496