摘要: 转自 :https://docs.djangoproject.com/en/1.8/topics/auth/customizing/ 阅读全文
posted @ 2015-06-15 10:00 圆旭 阅读(324) 评论(0) 推荐(0)
摘要: 转自:http://guangboo.org/2013/01/28/python-mixin-programminghttp://en.wikipedia.org/wiki/Mixinhttp://zuoye.baidu.com/question/d25a37ff204175f129c2ef6878... 阅读全文
posted @ 2015-06-12 15:39 圆旭 阅读(170) 评论(0) 推荐(0)
摘要: 转自:http://blog.sina.com.cn/s/blog_65a8ab5d0101fglm.htmlhttp://blog.csdn.net/chenjinyu_tang/article/details/8136841 阅读全文
posted @ 2015-06-12 15:29 圆旭 阅读(136) 评论(0) 推荐(0)
摘要: 转自:https://docs.djangoproject.com/en/1.8/topics/migrations/ 阅读全文
posted @ 2015-06-12 10:27 圆旭 阅读(706) 评论(0) 推荐(0)
摘要: 1)module.__version__2)用dir(module)查看有没有版本信息3)help(module) 阅读全文
posted @ 2015-06-11 15:07 圆旭 阅读(1380) 评论(0) 推荐(0)
摘要: 转自:http://www.algorithm.co.il/blogs/computer-science/10-python-optimization-tips-and-issues/ 阅读全文
posted @ 2015-06-11 10:58 圆旭 阅读(178) 评论(0) 推荐(0)
摘要: 到https://www.google.com/chrome/browser/desktop/index.html可下载指定版本的deb文件。32bit: wgethttps://dl.google.com/linux/direct/google-chrome-stable_current_i386... 阅读全文
posted @ 2015-06-11 10:07 圆旭 阅读(248) 评论(0) 推荐(0)
摘要: 转自: http://blog.csdn.net/longerzone/article/details/32119457http://www.oschina.net/translate/10-virtualbox-tricks-and-advanced-features-you-should-kno... 阅读全文
posted @ 2015-06-10 16:42 圆旭 阅读(231) 评论(0) 推荐(0)
摘要: 官网链接:http://ovx.onlab.us/getting-started/installation/step1:System requirements:Recommended4 Cores4 GB java heap sizeMinimum2 Cores1 GB java heap size... 阅读全文
posted @ 2015-06-10 09:57 圆旭 阅读(757) 评论(0) 推荐(1)
摘要: 可把shell命令批处理写进filename.sh文件然后执行 chmod +x filename.sh就可以执行./filename.sh了 阅读全文
posted @ 2015-06-09 10:36 圆旭 阅读(1190) 评论(0) 推荐(0)