会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cm_ph
博客园
首页
新随笔
联系
订阅
管理
2014年12月13日
ubuntu kylin + apache2 + django 1.7.1 + python 2.7.6
摘要: 按照教程使用wsgi来进行配置。但是出现了很多问题,主要关于 .wsgi 文件内的path = '/home/phoenix/django/expr/expr'if path not in sys.path: sys.path.append(path)#sys.path.append('/ho...
阅读全文
posted @ 2014-12-13 00:44 曾有人
阅读(371)
评论(0)
推荐(0)
2014年11月22日
cubieboard2 cubieez 联网配置
摘要: 11/22主要参考http://forum.cubietech.com/forum.php?mod=viewthread&tid=160其中wpa_conplicant.conf内容 参考http://www.haogongju.net/art/917984network={ scan...
阅读全文
posted @ 2014-11-22 20:00 曾有人
阅读(432)
评论(0)
推荐(0)
2014年11月12日
如何加快C++代码的编译速度 (转)
摘要: C++代码一直以其运行时的高性能高调面对世人, 但是说起编译速度,却只有低调的份了。比如我现在工作的源代码,哪怕使用Incredibuild调动近百台机子,一个完整的build也需要四个小时,恐怖!!!虽然平时开发一般不需要在本地做完整的build,但编译几个相关的工程就够你等上好一段时间的了(老外...
阅读全文
posted @ 2014-11-12 19:55 曾有人
阅读(759)
评论(0)
推荐(0)
2014年8月26日
转发:ZIP文件格式详解(一)——文件数据格式
摘要: ZIP文件格式详解(一)——文件数据格式----------------------------------------------------------------------------------文档说明ZIP 格式的压缩文件是我们常用的压缩格式之一,他以其通用性、压缩比高而在全球范围内有很...
阅读全文
posted @ 2014-08-26 14:44 曾有人
阅读(5421)
评论(2)
推荐(0)
2014年8月24日
排序算法学习(实现)
摘要: 推荐一个网站给大家,知乎上看到的,亲测好用http://www.comp.nus.edu.sg/~stevenha/visualization/index.html1.冒泡排序#includeusing namespace std;int a[10]={10,9,8,7,6,5,4,3,2,1};i...
阅读全文
posted @ 2014-08-24 07:55 曾有人
阅读(259)
评论(0)
推荐(0)
2014年8月22日
乌云爬虫分项、参数化、优化
摘要: import mysql.connectorimport sys, osimport urllib.requestimport reimport itertoolsimport base64search_item='金融'#搜索项改这个就可以了#以后只需要修改search_item就可以了#转成by...
阅读全文
posted @ 2014-08-22 15:12 曾有人
阅读(325)
评论(0)
推荐(0)
2014年8月18日
乌云漏洞爬虫的数据库版本(mysql)
摘要: 特别鸣谢阮思绮同学!虽然感觉这个冷冷的博客也没人看23333import mysql.connectorimport sys, osimport urllib.requestimport reimport itertoolsuser = 'root'pwd = ''host = '127.0.0....
阅读全文
posted @ 2014-08-18 10:36 曾有人
阅读(663)
评论(0)
推荐(0)
2014年8月13日
字符串匹配sunday算法c++实现(转)
摘要: 转载于http://blog.csdn.net/eqmcc/article/details/8205249sunday.h#include #include #include #include #ifndef _SUNDAYDLL_H_#define _SUNDAYDLL_H_using names...
阅读全文
posted @ 2014-08-13 16:54 曾有人
阅读(798)
评论(0)
推荐(0)
2014年8月5日
简单的python爬虫 爬的乌云漏洞类型
摘要: import urllib.requestimport restarturl="http://wooyun.org/searchbug.php?q=%E9%87%91%E8%9E%8D"def get_html_response(url): html_response = urllib.req...
阅读全文
posted @ 2014-08-05 21:03 曾有人
阅读(513)
评论(0)
推荐(1)
2014年7月30日
每日一题2014/7/30
摘要: ExponentiationTime Limit: 500MSMemory Limit: 10000KTotal Submissions: 134035Accepted: 32776DescriptionProblems involving the computation of exact valu...
阅读全文
posted @ 2014-07-30 09:29 曾有人
阅读(143)
评论(0)
推荐(0)
下一页
公告