摘要: If you do much work on computers, eventually you find that there’s some task you’d like to automate. For example, you may wish to perform a search-and-replace over a large number of text files, or rename and rearrange a bunch of photo files in a complicated way. Perhaps you’d like to write a small custom database, or a specialized GUI application... 阅读全文
posted @ 2014-12-01 13:19 Mx.Hu 阅读(269) 评论(0) 推荐(0) 编辑
摘要: python学习笔记(一)元组,序列,字典 阅读全文
posted @ 2014-12-01 13:06 Mx.Hu 阅读(140) 评论(0) 推荐(0) 编辑
摘要: http://git.oschina.net/gitlab/StartWithCoding/tree/master/example/python/pyzmq 阅读全文
posted @ 2014-10-13 14:38 Mx.Hu 阅读(284) 评论(0) 推荐(0) 编辑
摘要: django-db-relationships:OneToOneField, ManyToManyField, ForeignKey 阅读全文
posted @ 2014-10-13 14:35 Mx.Hu 阅读(630) 评论(0) 推荐(0) 编辑
摘要: Debian's default Apache2 installation attempts to make adding and removing modules, virtual hosts, and extra configuration directives as flexible as possible, in order to make automating the changes and administering the server as easy as possible. 阅读全文
posted @ 2014-10-09 13:40 Mx.Hu 阅读(1908) 评论(0) 推荐(0) 编辑
摘要: A full configuration of start-your-django-project-in-nginx-with-uwsgi. 阅读全文
posted @ 2014-09-30 11:13 Mx.Hu 阅读(1794) 评论(0) 推荐(0) 编辑
摘要: Connect mysql on Linux from Windows 阅读全文
posted @ 2014-09-29 18:28 Mx.Hu 阅读(294) 评论(0) 推荐(0) 编辑
摘要: This tutorial is aimed at the Django user who wants to set up a production web server. It takes you through the steps required to set up Django so that it works nicely with uWSGI and nginx. It covers all three components, providing a complete stack of web application and server software. 阅读全文
posted @ 2014-09-29 12:57 Mx.Hu 阅读(303) 评论(0) 推荐(0) 编辑
摘要: If you spend a lot of time typing plain text, writing programs or HTML, you can save much of that time by using a good editor and using it effectively. This paper will present guidelines and hints for doing your work more quickly and with fewer mistakes. 阅读全文
posted @ 2014-09-29 10:29 Mx.Hu 阅读(227) 评论(0) 推荐(0) 编辑
摘要: Use ssh to create the key to used in git or github 阅读全文
posted @ 2014-09-29 09:27 Mx.Hu 阅读(347) 评论(0) 推荐(0) 编辑