摘要:
所需第三方库:python-daemon[https://pypi.python.org/pypi/python-daemon/]使用方式: python linux_service.py start/stop/restartfrom mythings import startfrom daemo... 阅读全文
摘要:
参考:http://assback.iteye.com/blog/1731565安装pywin32-219.win32-py2.7.exe #32bitpywin32-219.win-amd64-py2.7.exe #64bithttp://blog.csdn.net/gho... 阅读全文
摘要:
参考:http://www.cnblogs.com/chengmo/archive/2010/09/30/1839632.html创建数组a=(1 2 3 4 5)获得数组长度${#a[@]} #${#变量}为获得变量长度${#a[*]}打印数组内容echo ${a[@]} #echo $a仅... 阅读全文
摘要:
1.PDF文件的合并与拆分pypdfhttp://www.douban.com/note/455252403/http://www.redicecn.com/html/Python/20130101/441.html2.Tiff文件的合并与拆分pyLibTiffImageMagick-->conve... 阅读全文
摘要:
参考自---http://blog.csdn.net/clh604/article/details/9274793#-*- coding=utf8 -*-from email.message import Message from email.header import Header impor... 阅读全文
摘要:
前提:有网络wget -c --no-check-certificate https://bootstrap.pypa.io/get-pip.pypython get-pip.py 阅读全文
摘要:
参考:http://www.cnblogs.com/tianyajuanke/p/4048844.htmlhttp://blog.chinaunix.net/uid-24701781-id-3347590.htmlhttp://www_pythontab_com/html/2013/pythonhe... 阅读全文
摘要:
cat -n filename:空行也算一行nl filename:空行不算一行 阅读全文