上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页
摘要: pip install Flask -i http://pypi.douban.com/simple ~/.pip/pip.conf The documentation says the config file for Windows is %HOME%\pip\pip.ini, but pip actually looks for %APPDATA%\pip\pip.ini. It only... 阅读全文
posted @ 2015-05-01 07:54 aprial 阅读(1482) 评论(0) 推荐(0) 编辑
摘要: 转自: http://www.cnblogs.com/tiandsp/archive/2012/10/17/2728585.html 起始地址 占用空间 本地址数字的含义 00H ... 阅读全文
posted @ 2015-04-27 23:20 aprial 阅读(432) 评论(0) 推荐(0) 编辑
摘要: s = 'abcde' s[::-1] 阅读全文
posted @ 2015-04-27 23:15 aprial 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 转自: http://www.cnblogs.com/rollenholt/archive/2012/04/23/2466179.html 总是记不住API。昨晚写的时候用到了这些,但是没记住,于是就索性整理一下吧: python中对文件、文件夹(文件操作函数)的操作需要涉及到os模块和shutil模块。 得到当前工作目录,即当前Python脚本工作的目录路径: os.getcwd() 返... 阅读全文
posted @ 2015-04-27 20:29 aprial 阅读(113) 评论(0) 推荐(0) 编辑
摘要: Navigate Open Declaration F3 Editing Script Source Source Mark Occurrences Alt+Shift+O Editing PHP source Naviga... 阅读全文
posted @ 2015-04-01 21:47 aprial 阅读(611) 评论(0) 推荐(0) 编辑
摘要: ## 以eclipse -clean命令从命令行启动 eclipse ## 配置Android模拟器 点击上图右边的按钮(像个手机一样的),打开AVD管理器后,点击 New 新建一个模拟器,输入Name 叫 avd4.0,指定 Target 选择 Android4.0 ,然后再分配 SD Card的大小 256M,最后 Create AVD。 ## 我们的 Hello World(We run i... 阅读全文
posted @ 2015-03-28 11:17 aprial 阅读(794) 评论(0) 推荐(0) 编辑
摘要: 转自: http://testerhome.com/topics/539 用过python的同学对于python setup.py install肯定不会陌生。那么我们自己如果封装了很多的方法怎么很好的保存或者开源呢?模块安装包的制作是必不可少的。 假设我们的模块叫做monkey。那么首先我们创建一个monkey.py。添加如下代码: # -*- coding: utf-8 -*- cl... 阅读全文
posted @ 2015-03-13 23:02 aprial 阅读(314) 评论(0) 推荐(0) 编辑
摘要: http://files.cnblogs.com/files/zhang-pengcheng/pywordform-0.02.zip Win8.1自带微软五笔输入法开启方法 阅读全文
posted @ 2015-03-13 23:01 aprial 阅读(147) 评论(0) 推荐(0) 编辑
摘要: http://sourceforge.net/projects/pywinauto/files/pywinauto/ http://www.microsoft.com/en-us/download/confirmation.aspx?id=44266 https://pypi.python.org/pypi/SendKeys/ http://files.cnblogs.com/files/z... 阅读全文
posted @ 2015-03-12 23:48 aprial 阅读(1219) 评论(0) 推荐(0) 编辑
摘要: 刚在机器上windows环境下装上pip方便以后安装包的时候使用,谁知道第一次使用pip安装asyncio的时候就报错。 在Windows7x64下使用pip安装包的时候提示报错:Microsoft Visual C++ 9.0 is required (Unable to find vcvarsall.bat) 环境:windows7 x64 ,python2.7 ,VS2012 原因:... 阅读全文
posted @ 2015-03-12 23:26 aprial 阅读(272) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页