摘要: 解决Windows下Python安装模块出现error: Unable to find vcvarsall.bat 阅读全文
posted @ 2015-02-04 21:03 Mx.Hu 阅读(509) 评论(0) 推荐(0) 编辑
摘要: 用Python实现的一个抓取行政区划的小小爬虫 阅读全文
posted @ 2015-01-27 19:50 Mx.Hu 阅读(990) 评论(0) 推荐(0) 编辑
摘要: Python尾递归的一个简单运用 阅读全文
posted @ 2015-01-27 12:45 Mx.Hu 阅读(304) 评论(0) 推荐(0) 编辑
摘要: Python下的静态常量的实现 阅读全文
posted @ 2015-01-27 12:08 Mx.Hu 阅读(599) 评论(0) 推荐(0) 编辑
摘要: 今日主题 + 定义博客文章和评论的的数据库定义 + 定义操作这几个Model的后台数据 阅读全文
posted @ 2015-01-26 22:21 Mx.Hu 阅读(547) 评论(0) 推荐(0) 编辑
摘要: 今日任务: 1 blog的数据库模型定义 2 简单的注册登录功能的实现 数据库模型的定义,字段相关的介绍,views中函数的定义,模板文件的使用,表单的简单运用 阅读全文
posted @ 2015-01-22 01:07 Mx.Hu 阅读(1851) 评论(2) 推荐(2) 编辑
摘要: 本阶段的任务小记: 简单介绍一下Django的使用,创建项目和一个app 简单介绍一下Django的settings.py文件的相关配置 整合数据库到自己的博客系统中 用Django实现一个Hello World页面 阅读全文
posted @ 2015-01-21 01:28 Mx.Hu 阅读(2174) 评论(2) 推荐(1) 编辑
摘要: 大学开始就一直使用Notepad++ 作为代码编辑器,喜欢它的简洁明了,喜欢它的个性,也喜欢它各种各样骚气的插件. 今天闲来无事,写篇文章记录一下平时使用的种种,包括但不限于个性化使用一些宏,快捷键,相关的命令以及一些个人用的比较多的插件. 这里着重(或者是主要)介绍一些如何将Notepad++打造的适合Python开发. 阅读全文
posted @ 2015-01-10 23:45 Mx.Hu 阅读(4554) 评论(0) 推荐(0) 编辑
摘要: Python-standard-library-1-buildin-functions 阅读全文
posted @ 2014-12-15 21:57 Mx.Hu 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 11. Brief Tour of the Standard Library – Part II 11.1. Output Formatting 11.2. Templating 11.3. Working with Binary Data Record Layouts 11.4. Multi-threading 11.5. Logging 11.6. Weak References 11.7. Tools for Working with Lists 11.8. Decimal Floating Point Arithmetic 阅读全文
posted @ 2014-12-11 22:32 Mx.Hu 阅读(504) 评论(0) 推荐(0) 编辑