- 博客(7)
- 收藏
- 关注
转载 Python执行系统命令,os.system && os.popen && subprocess.Popen
os.systemPython官方文档关于os.system的描述os.system(command)Execute the command (a string) in a subshell. This is implemented by calling the Standard C function system(), and has the same limi...
2013-02-03 15:48:00 126
转载 Android adb 控制网络状态
>adb shell svcAvailable commands: help Show information about the subcommands power Control the power manager data Control mobile data connectivity wifi Control the ...
2013-01-28 22:10:00 1109
转载 Android adb 命令查看系统Service
查看帮助信息>adb shell serviceUsage: service [-h|-?] service list service check SERVICE service call SERVICE CODE [i32 INT | s16 STR] ...Options: i32: Wr...
2013-01-28 21:53:00 214
转载 Android adb 命令发送短信 && 拨打电话
发送短信>>adb shell am start -a android.intent.action.SENDTO -d sms:10086--es sms_body "hello" --ez exit_on_sent true>>adb shell input keyevent 66PS: 1、 sms:短信目的号码2、sms_body:短信内容...
2013-01-28 21:36:00 253
转载 Modeller使用入门
Tutorial of Basic:http://salilab.org/modeller/tutorial/basic.html一、Modeller环境准备1、Python安装下载地址:http://python.org/ftp/python/2.7.3/python-2.7.3.msi下载完,直接双击安装在CMD命令行里输入python,如果进不了如下所...
2012-12-30 04:56:00 3429
转载 Install && Use of Python‘s Library chardet
1、模块作用 chardet模块用来实现字符串/文件编码检测2、chardet下载与安装 下载地址:http://pypi.python.org/pypi/chardet/ 下载chardet后,解压chardet压缩包,直接将chardet文件夹放在应用程序目录下,就可以使用import chardet开始使用chardet了,也可以将chardet拷贝到P...
2012-12-30 02:07:00 92
转载 修改Python IDLE代码配色及语法高亮主题
初学Python,想必大家拿来练习最多的IDE就是Python自带的IDLE了,但是默认的代码配色及语法高亮主题确实很不适应,所以我们需要做个小小的美化,比如像下面这样我做的美化配置: HOW TO DO?别急,下面按我介绍的一步一步来就可以了,首先要找到名为config-highlight.cfg的文件,这个文件位于哪里呢?我列了一份可以找到它的路径清单: ...
2012-12-21 00:25:00 162
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人