- 博客(7)
- 收藏
- 关注
原创 Shell脚本及Python的一些用法
1. 载入文件. /functions.sh此即+++,使用此方法可以将其他shell脚本载入到正在使用的shell脚本中,从而调用其他shell脚本里的函数。2. 函数的调用语法: 函数名称(){ 函数体 }函数调用方法: 函数名称3. 判断文件是否存在语法: if [ -f filename ]; then
2015-01-22 11:53:35 512
原创 Shell之getevent/sendevent的用法(通过shell来做屏幕解锁)
getevent/sendevent源码这两个命令的源码在system/core/toolbox/下,sendevent.c getevent.c
2014-09-01 11:28:18 4197
转载 Android自动化测试之monkeyrunner
1. #导入模块; from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice, MonkeyImage 2. #连接当前设备,并返回一个MonkeyDevice对象; device = MonkeyRunner.waitForConnection() if not device:
2014-05-09 13:45:15 308
原创 Android学习之Service命令的使用以及am的用法
一. Service的用法1.使用service的phone来打电话service call phone 2 s16 10086挂电话service call phone 52.使用service的phone来发短信service call isms 5 s16 "13814869354" s16 "" s16 "hello world!" s16 "" s16 "
2013-03-04 14:54:19 984
原创 去掉 loadrunner运行时弹出的*.UNK文件 方法
解决方法:(关掉lr执行时Run-Time Viewer 窗口)在Vugen中,【Tools】-【General Options】-【Display】,去掉 “Show brower during replay”,如图:再次回放就不会出现“弹出的*.UNK文件”。 问题是解决了,但是会有些小问题:因为去掉这个选项后,回放时,不显示回放窗口(Run-Tim
2013-01-18 18:39:04 468
原创 Linux内核配置之图形化的配置make xconfig
使用make xconfig需要安装以下东西:首先安装gcc g++sudo apt-get install build-essential然后装libqt3-mt试试sudo apt-get install libqt3-mt如果还是报No package 'qt-mt' found 继续装libqt3-mt-devsudo apt-get install lib
2012-06-13 19:22:36 1427
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人