随笔分类 -  Python

摘要: Python中的if和else,for循环,range序列,break和continue, 函数的定义以及Python的代码风格 阅读全文
posted @ 2014-12-02 22:07 Mx.Hu 阅读(382) 评论(0) 推荐(0)
摘要: An Informal Introduction to Python: Python中的数,字符串,序列 阅读全文
posted @ 2014-12-02 21:30 Mx.Hu 阅读(325) 评论(0) 推荐(0)
摘要: The Python interpreter is usually installed as /usr/local/bin/python on those machines where it is available; putting /usr/local/bin in your Unix shell’s search path makes it possible to start it by typing the command 阅读全文
posted @ 2014-12-01 13:28 Mx.Hu 阅读(415) 评论(0) 推荐(0)
摘要:django-db-relationships:OneToOneField, ManyToManyField, ForeignKey 阅读全文
posted @ 2014-10-13 14:35 Mx.Hu 阅读(639) 评论(0) 推荐(0)
摘要:A full configuration of start-your-django-project-in-nginx-with-uwsgi. 阅读全文
posted @ 2014-09-30 11:13 Mx.Hu 阅读(1816) 评论(0) 推荐(0)
摘要:It is not a good idea to use dev server in Production Environment. Apache or Nginx are good choice.Both of them are of great used as the web server. I'm trying to deploy in apache. 阅读全文
posted @ 2014-09-25 00:13 Mx.Hu 阅读(329) 评论(0) 推荐(0)
摘要:connect with mysql service in virtual pc from really pc environment. it seems to be that the port rule in fire wall configuration should be noticed. 阅读全文
posted @ 2014-09-23 23:29 Mx.Hu 阅读(240) 评论(0) 推荐(0)
摘要:install python-memcached library in Windows for Django project 阅读全文
posted @ 2014-09-22 13:59 Mx.Hu 阅读(261) 评论(0) 推荐(0)
摘要:理解Python的*args, **kwargs 阅读全文
posted @ 2014-09-15 11:10 Mx.Hu 阅读(244) 评论(0) 推荐(0)
摘要:python内建函数的元组、序列、字典 阅读全文
posted @ 2014-07-26 21:44 Mx.Hu 阅读(240) 评论(1) 推荐(0)
摘要:windows下的python开发环境搭建的一个简单教程,包括python安装,ez_install pip virtualenv的安装使用以及一些注意事项 阅读全文
posted @ 2014-07-20 20:05 Mx.Hu 阅读(5228) 评论(5) 推荐(1)