摘要: https://github.com/matthewearl/faceswap/blob/master/README.md https://github.com/matthewearl/faceswap/blob/master/README.md Switching Eds: Face swappi 阅读全文
posted @ 2017-05-03 21:08 papering 阅读(154) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-05-03 20:03 papering 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 08088411 攻击程序首地址 命令行 结尾为 空字符串 hack代码的执行地址 strcpy将str中的字符全部拷贝到buffer中, 当长度大于16时,就会溢出到ebp的旧值 16+4+4+1 1 \0,结尾 利用缓冲区溢出转到预设的程序去执行 缓冲区溢出 a中1个元素占4个存储单元,b 8 阅读全文
posted @ 2017-05-03 17:37 papering 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 内存管理 — Python 3.11.3 文档 https://docs.python.org/zh-cn/3/c-api/memory.html 在 Python 中,内存管理涉及到一个包含所有 Python 对象和数据结构的私有堆(heap)。这个私有堆的管理由内部的 Python 内存管理器( 阅读全文
posted @ 2017-05-03 16:52 papering 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 问题:nodeName,nodeValue未知 xml动态数据入库, 解决方案: 入库结果 test-data >更高效的 nodeName,nodeValue未知 xml 入库方案 xml >? >database json只是过程,不是目的; 想到一种算法是将xml转为string,然后借助正则 阅读全文
posted @ 2017-05-03 13:49 papering 阅读(237) 评论(0) 推荐(0) 编辑
摘要: w Parsing Huge XML Files Incrementally Parsing Huge XML Files Incrementally Parsing Huge XML Files Incrementally http://pclib.github.io/safari/program 阅读全文
posted @ 2017-05-03 11:10 papering 阅读(311) 评论(0) 推荐(0) 编辑
摘要: curl https://bootstrap.pypa.io/get-pip.py > curl_get-pip.pypython curl_get-pip.py https://pip.pypa.io/en/stable/installing/ curl https://bootstrap.pyp 阅读全文
posted @ 2017-05-03 11:08 papering 阅读(1701) 评论(0) 推荐(0) 编辑
摘要: [root@e ~]# iptables -hiptables v1.4.21 Usage: iptables -[ACD] chain rule-specification [options] iptables -I chain [rulenum] rule-specification [opti 阅读全文
posted @ 2017-05-03 10:02 papering 阅读(359) 评论(0) 推荐(0) 编辑
摘要: func main() { go func() { for { log.Println("++++++") time.Sleep(time.Second) panic("+") } }() go func() { for { log.Println("=") } }() go func() { fo 阅读全文
posted @ 2017-05-03 00:12 papering 阅读(723) 评论(0) 推荐(0) 编辑