上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 29 下一页

2016年9月23日

Django之强大的Form功能

摘要: 转载: http://www.cnblogs.com/0820-zq/p/5807980.html Form Form的验证思路 前端:form表单 后台:创建form类,当请求到来时,先匹配,匹配出正确和错误信息。 Django的Form验证实例: 创建project,进行基础配置文件配置 vie 阅读全文

posted @ 2016-09-23 00:23 alex.shu 阅读(23625) 评论(0) 推荐(1) 编辑

2016年9月21日

忘记Django登陆账号和密码的处理方法

摘要: Reference: http://nolinux.blog.51cto.com/4824967/1743392 公司部署了一套分布式网络监控系统,使用celery来做的分布式任务队列,针对celery的周期任务管理使用的是djcelery。年后开工,原准备登陆后台查看一下任务情况,这才发现过个年把 阅读全文

posted @ 2016-09-21 10:29 alex.shu 阅读(1236) 评论(0) 推荐(0) 编辑

2016年9月20日

深刻理解Python中的元类(metaclass)

摘要: 转载:http://www.python tab.com/html/2015/pythonhexinbiancheng_0906/961.html 译注:这是一篇在Stack overflow上很热的帖子。提问者自称已经掌握了有关Python OOP编程中的各种概念,但始终觉得元类(metaclas 阅读全文

posted @ 2016-09-20 16:01 alex.shu 阅读(411) 评论(0) 推荐(0) 编辑

2016年9月19日

自己动手做聊天机器人 二十九-重磅:近1GB的三千万聊天语料供出

摘要: Reference: http://www.shareditor.com/blogshow/?blogId=112 经过半个月的倾力打造,建设好的聊天语料库包含三千多万条简体中文高质量聊天语料,近1G的纯文本数据。此语料库全部基于2万部影视剧字幕,经由爬取、分类、解压、语言识别、编码识别、编码转换、 阅读全文

posted @ 2016-09-19 09:59 alex.shu 阅读(9811) 评论(2) 推荐(0) 编辑

2016年9月18日

可视化爬虫资料

摘要: Reference: http://toutiao.com/a6319955208902869250/ 随着Scrapy等框架的流行,用Python等语言写爬虫已然成为一种时尚。但是今天,我们并不谈如何写爬虫,而是说说不要写代码就能写出来的爬虫。 爬虫新时代 在早期互联网世界,写爬虫是一项技术含量非 阅读全文

posted @ 2016-09-18 00:21 alex.shu 阅读(976) 评论(0) 推荐(0) 编辑

2016年9月10日

Django 分页

摘要: Reference: https://simpleisbetterthancomplex.com/tutorial/2016/08/03/how-to-paginate-with-django.html How to Paginate with Django (Picture: https://un 阅读全文

posted @ 2016-09-10 12:22 alex.shu 阅读(1153) 评论(0) 推荐(0) 编辑

2016年9月7日

python 开发者 精品

摘要: 当 Python 和 R 遇上北京二手房 http://mp.weixin.qq.com/s?timestamp=1473262097&src=3&ver=1&signature=iZpddC0F-BxYdKaC655diGBK092NGytV-RroRmVHaBhjQiNhezmHw629IIDF 阅读全文

posted @ 2016-09-07 23:50 alex.shu 阅读(374) 评论(0) 推荐(0) 编辑

firefox 28.0

摘要: Ubuntu 安装 firefox 28.0指令: apt-cache show firefox | grep Version sudo apt-get install firefox=28.0+build2-0ubuntu2 sudo apt-mark hold firefox 阅读全文

posted @ 2016-09-07 09:18 alex.shu 阅读(116) 评论(0) 推荐(0) 编辑

2016年8月19日

SVN 备忘录

摘要: 上传文件夹 svn import distcomp/ svn+ssh://USERNAME@166.120.110.119/mnt/disk1/fserver/svn/distcomp -m "initial import" 阅读全文

posted @ 2016-08-19 18:03 alex.shu 阅读(137) 评论(0) 推荐(0) 编辑

2016年8月11日

python 爬取的数据要如何展现(可视化)?

摘要: 我是把数据放在 mongodb ,然后单独一个脚本作分析,导出 json ,用 c3.js 画图,然后随便写个很简单的页面就好了。 展示在这里: http://107.170.207.236/job_analysis 代码在这里: https://github.com/namco1992/job_a 阅读全文

posted @ 2016-08-11 12:50 alex.shu 阅读(2019) 评论(0) 推荐(0) 编辑

上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 29 下一页

导航