上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: Beautiful Soup 3.0 中文文档说明: http://www.crummy.com/software/BeautifulSoup/bs3/documentation.zh.htmlBeautiful Soup 4.2.0中文文档 http://www.crummy.co... 阅读全文
posted @ 2015-04-08 10:59 卡尔西 阅读(212) 评论(0) 推荐(0) 编辑
摘要: python在安装时,默认的编码是ascii,当程序中出现非ascii编码时,python的处理常常会报这样的错UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0x?? in position 1: ordinal not in... 阅读全文
posted @ 2015-04-07 11:11 卡尔西 阅读(6130) 评论(0) 推荐(1) 编辑
摘要: 更多详见: http://www.w3cschool.cc/python/python-email.htmlpython中email模块使得处理邮件变得比较简单,今天着重学习了一下发送邮件的具体做法,这里写写自己的的心得,也请高手给些指点。 一、相关模块介绍 发送邮件... 阅读全文
posted @ 2015-04-03 17:22 卡尔西 阅读(312) 评论(1) 推荐(1) 编辑
摘要: python unittest要产生一个可看的报告,需要借助一个第三方的包 下载HTMLTestRunner.py 第三方库 ,参考地址: http://tungwaiyip.info/software/HTMLTestRunner.html是个牛人自己写的,真挺不错的,佩服佩服下载... 阅读全文
posted @ 2015-04-03 16:43 卡尔西 阅读(511) 评论(0) 推荐(0) 编辑
摘要: https://docs.python.org/2/library/unittest.html# 阅读全文
posted @ 2015-04-03 14:34 卡尔西 阅读(282) 评论(0) 推荐(0) 编辑
摘要: Python 第三方包可以使用pip 更容易地安装,和管理pip 的下载地址 https://pypi.python.org/pypi/pip/pip的使用以及相关文档参考 https://pip.pypa.io/en/latest/python第三方包下载路径https://pyp... 阅读全文
posted @ 2015-04-01 15:37 卡尔西 阅读(271) 评论(0) 推荐(0) 编辑
摘要: Python 使用 easy_instal安装第三方扩展包更容易easy insatll 下载地址 https://pypi.python.org/pypi/setuptools/windows 下: 找到一个 与你python 版本对于的setuptools 版本。比如 setup... 阅读全文
posted @ 2015-04-01 15:31 卡尔西 阅读(230) 评论(0) 推荐(0) 编辑
摘要: http://apps.hi.baidu.com/share/detail/37384818download ADT linkhttp://dl.google.com/android/ADT-0.9.6.zipdownload SDK linkhttp://dl.google.com... 阅读全文
posted @ 2015-04-01 10:30 卡尔西 阅读(196) 评论(0) 推荐(0) 编辑
摘要: VIM命令大全光标控制命令 命令 光标移动 h 向左移一个字符 j 向下移一行 k 向上移一行 l 向右... 阅读全文
posted @ 2015-03-31 16:12 卡尔西 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 1.vim 在命令行中输入vim,进入vim编辑器2.i 按一下i键,下端显示 –INSERT–插入命令,在vim中可能任意字符都有作用3.Esc 退出i(插入)命令进行其它命令使用4.:r filename 读入一个文件内容,并写入到当前编辑器中5.:w newfilename 将... 阅读全文
posted @ 2015-03-31 16:10 卡尔西 阅读(133) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
AmazingCounters.com