码迷,mamicode.com
首页 >  
搜索关键字:cap    ( 3348个结果
大牛总结的Linux提权Exp合集
https://github.com/SecWiki/linux-kernel-exploits ...
分类:系统相关   时间:2017-10-07 12:01:14    阅读次数:366
Django重新学习 验证码注册(六)
下载验证码第三方库 ...
分类:其他好文   时间:2017-10-06 20:35:43    阅读次数:148
python3将unicode转化成中文输出
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
Python编写的ARP扫描工具
源码如下: 运行结果如下: ...
分类:编程语言   时间:2017-10-04 20:48:45    阅读次数:263
主流的一些web开发软件
常见的前端开发工具 记事本: 提示功能较差 editplus/nodepad++: 提示功能较差 Dreamwaver: 更偏向设计 Sublime: 轻量级,自带功能不太全, 但是插件十分丰富 WebStorm: 重量级, 自带功能全面 其它ide(zend studio、netbean等) 当工 ...
分类:Web程序   时间:2017-10-04 14:15:51    阅读次数:184
xml解析工具mashaller javaee自带解析类
1.怎样去掉Marshaller的格式化? : 2.xml就像json解析一样,正常不过,是很正常的序列化格式。 ...
分类:编程语言   时间:2017-10-03 16:28:33    阅读次数:302
assert.fail()
assert.fail(message) assert.fail(actual, expected[, message[, operator[, stackStartFunction]]]) operator <string> 默认为 '!='。 stackStartFunction <functi ...
分类:其他好文   时间:2017-10-03 16:24:47    阅读次数:203
[GeeksForGeeks] Generate all root to leaf paths of a binary tree
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
OPENCV学习笔记1-9_视频读取
#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
HTML基础标签
文件类型:我的 (放在档案的开头与结尾) 文件主题: (必须放在「文头」区块内) 文头: (描述性资料,像是「主题」) 文体: (文本主体) 标题: (?表示从1到6,有六层选择) 区分: 强调: (通常会以斜体显示) 特别强调: (通常会以加粗显示) 加粗: 斜体: 下标: 上标: 预文本格式: ... ...
分类:Web程序   时间:2017-10-01 22:59:51    阅读次数:157
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!