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

2016年10月18日

使用django-compressor压缩静态文件

摘要: Reference:http://blog.csdn.net/permike/article/details/52355095 在网站开发阶段,对于静态资源文件比如JS,CSS等文件都是未经过压缩合并处理的,这对于访问量巨大的网站来说不仅浪费带宽,而且也会影响网站的访问速度。django-compr 阅读全文

posted @ 2016-10-18 11:49 alex.shu 阅读(2073) 评论(1) 推荐(0) 编辑

2016年10月14日

今日头条视频Url嗅探

摘要: 1.打开http://toutiao.com/a6309254755004875010/,查看网页源代码获取videoid = 0425d8f0c2bb425d9361c0eb2eeb4f16 2.拼接成如下字符串/video/urls/v/1/toutiao/mp4/{videoid}?r={ra 阅读全文

posted @ 2016-10-14 16:30 alex.shu 阅读(1581) 评论(1) 推荐(0) 编辑

2016年10月12日

python 异常类型

摘要: 1、NameError:尝试访问一个未申明的变量>>> vNameError: name 'v' is not defined2、ZeroDivisionError:除数为0>>> v = 1/0ZeroDivisionError: int division or modulo by zero3、S 阅读全文

posted @ 2016-10-12 14:44 alex.shu 阅读(383) 评论(0) 推荐(0) 编辑

2016年10月11日

抓包分析工具备注

摘要: Reference: http://blog.csdn.net/crylearner/article/details/38712349 Reference: http://www.cnblogs.com/TankXiao/archive/2012/10/10/2711777.html Wiresha 阅读全文

posted @ 2016-10-11 01:11 alex.shu 阅读(712) 评论(0) 推荐(0) 编辑

2016年10月9日

Django中扩展Paginator实现分页

摘要: Reference:https://my.oschina.net/kelvinfang/blog/134342 Django中已经实现了很多功能,基本上只要我们需要的功能,都能够找到相应的包。要在Django中实现分页显示,只需要简单地使用Paginator就可以实现了。 首先,需要在应用的view 阅读全文

posted @ 2016-10-09 17:57 alex.shu 阅读(975) 评论(0) 推荐(0) 编辑

bootstrap 导航栏

摘要: Reference: http://www.kodingmadesimple.com/2014/04/bootstrap-custom-responsive-navbar-tutorial.html http://www.kodingmadesimple.com/2015/01/add-custom 阅读全文

posted @ 2016-10-09 13:47 alex.shu 阅读(387) 评论(0) 推荐(0) 编辑

2016年9月29日

大数据竞赛平台——Kaggle 入门

摘要: Reference: http://blog.csdn.net/witnessai1/article/details/52612012 Kaggle是一个数据分析的竞赛平台,网址:https://www.kaggle.com/ 企业或者研究者可以将数据、问题描述、期望的指标发布到Kaggle上,以竞 阅读全文

posted @ 2016-09-29 00:54 alex.shu 阅读(5590) 评论(0) 推荐(0) 编辑

2016年9月27日

基于 Python 和 Scikit-Learn 的机器学习介绍

摘要: Reference:http://mp.weixin.qq.com/s?src=3&timestamp=1474985436&ver=1&signature=at24GKibwNNoE9VsETitURyMHzXYeytp1MoUyAFx-2WOZTdPelAdJBv9nkMPyczdr4riYdU 阅读全文

posted @ 2016-09-27 22:15 alex.shu 阅读(3183) 评论(0) 推荐(0) 编辑

Python科学计算之Pandas

摘要: Reference: http://mp.weixin.qq.com/s?src=3&timestamp=1474979163&ver=1&signature=wnZn1UtWreFWjQbpWweZXp6RRvmmKwW1-Kud3x6OF0czmyPqv*F6KzQ1i-dKhi4D-QvDjp 阅读全文

posted @ 2016-09-27 21:34 alex.shu 阅读(77362) 评论(0) 推荐(6) 编辑

2016年9月23日

Django performance

摘要: Reference: https://impythonist.wordpress.com/2016/02/21/building-high-performance-django-systems/ The main motto of Django web framework is: The web f 阅读全文

posted @ 2016-09-23 01:06 alex.shu 阅读(519) 评论(0) 推荐(0) 编辑

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

导航