随笔分类 - Python
摘要:参考: https://kivy.org/doc/stable/installation/installation-linux.html#ubuntu-kubuntu-xubuntu-lubuntu-saucy-and-above https://stackoverflow.com/question
阅读全文
摘要:django-oscar https://github.com/django-oscar/django-oscar#screenshots django-shop https://github.com/awesto/django-shop cakeshop https://github.com/my
阅读全文
摘要:参考: https://www.raspberrypi.org/forums/viewtopic.php?f=91&t=79379 在 树莓派(Raspbian Jessie) 上安装django-oscar时,使用如下命令无法安装成功Pillow 解决
阅读全文
摘要:参考: http://linbo.github.io/2013/04/04/supervisor/ http://www.restran.net/2015/10/04/supervisord-tutorial/
阅读全文
摘要:参考:http://www.cnblogs.com/xiongqiangcs/p/4914049.html#undefined 1、重启电脑,按command+R进入恢复模式,点击菜单【实用工具】,打开【终端】,输入 csrutil disable 2、重启电脑,正常进入,打开【终端】输入 csru
阅读全文
摘要:...sudo apt-get install rrdtoolsudo apt-get install librrd-devsudo apt-get install python-devpip install python-rrdtool...
阅读全文
摘要:日志等级说明: UNSET < DEBUG < INFO < WARNNING < ERROR < CRITICALimport logginglogger = logging.getLogger('[test]') #留空则取根日志logger.setLevel(logging.DEBUG)fh...
阅读全文
摘要:Debiansudo apt-get install gcc python-dev && sudo pip install twistedCentOSsudo yum install gcc python-devel && sudo pip install twisted备注:当安装出现错误:com...
阅读全文
摘要:所需第三方库: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...
阅读全文
摘要: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...
阅读全文
摘要:bug of pythonhttp://bugs.python.org/issue1759845解决:print sys.stdout.encoding #eg : it shows cp936info = u'汉字'cmd = 'echo ' + infosubprocess.call(["jav...
阅读全文
摘要:http://docs.mongodb.org/ecosystem/drivers/python/http://www.cnblogs.com/holbrook/archive/2012/03/11/2390715.htmlhttp://artori.us/use-mongodb-with-djan...
阅读全文
摘要:廖雪峰教程--- http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/001386832360548a6491f20c62d427287739fcfa5d5be1f000https:/...
阅读全文
摘要:正则表达式经典入门教程---http://deerchao.net/tutorials/regex/regex.htmPython中的(类工厂|元类)---http://pyzh.readthedocs.org/en/latest/python-questions-on-stackoverflow....
阅读全文
摘要:打包手册:https://python-packaging-user-guide.readthedocs.org/en/latest/installing.html#installing-from-a-local-src-treehttp://lingxiankong.github.io/blog/...
阅读全文