https://github.com/SecWiki/linux-kernel-exploits ...
分类:
系统相关 时间:
2017-10-07 12:01:14
阅读次数:
366
a = [] with open('douban.json','r') as f: for i in f.readlines(): a.append((i.encode('utf8').decode('unicode_escape'))) ...
分类:
编程语言 时间:
2017-10-06 12:22:33
阅读次数:
128
常见的前端开发工具 记事本: 提示功能较差 editplus/nodepad++: 提示功能较差 Dreamwaver: 更偏向设计 Sublime: 轻量级,自带功能不太全, 但是插件十分丰富 WebStorm: 重量级, 自带功能全面 其它ide(zend studio、netbean等) 当工 ...
分类:
Web程序 时间:
2017-10-04 14:15:51
阅读次数:
184
1.怎样去掉Marshaller的格式化? : 2.xml就像json解析一样,正常不过,是很正常的序列化格式。 ...
分类:
编程语言 时间:
2017-10-03 16:28:33
阅读次数:
302
assert.fail(message) assert.fail(actual, expected[, message[, operator[, stackStartFunction]]]) operator <string> 默认为 '!='。 stackStartFunction <functi ...
分类:
其他好文 时间:
2017-10-03 16:24:47
阅读次数:
203
Given a binary tree, generate all root to leaf paths of a binary tree. Example: Example Tree The output for the above example is [[1, 2, 4], [1, 2, 5] ...
分类:
其他好文 时间:
2017-10-03 00:52:30
阅读次数:
187
#include #include "opencv2/opencv.hpp" using namespace std; using namespace cv; int main( int argc, char** argv ) { /* VideoCapture cap(0); //open the... ...
分类:
其他好文 时间:
2017-10-01 23:52:15
阅读次数:
384
文件类型:我的 (放在档案的开头与结尾) 文件主题: (必须放在「文头」区块内) 文头: (描述性资料,像是「主题」) 文体: (文本主体) 标题: (?表示从1到6,有六层选择) 区分: 强调: (通常会以斜体显示) 特别强调: (通常会以加粗显示) 加粗: 斜体: 下标: 上标: 预文本格式: ... ...
分类:
Web程序 时间:
2017-10-01 22:59:51
阅读次数:
157