上一页 1 ··· 158 159 160 161 162 163 164 165 166 ··· 187 下一页
摘要: w https://en.wikipedia.org/wiki/First-order_logic 阅读全文
posted @ 2017-05-04 23:24 papering 阅读(159) 评论(0) 推荐(0)
摘要: w https://en.wikipedia.org/wiki/Ehrenfeucht–Fraïssé game 阅读全文
posted @ 2017-05-04 23:20 papering 阅读(246) 评论(0) 推荐(0)
摘要: w https://openproceedings.org/2014/conf/icdt/FigueiraFA14.pdf From a database perspective, however, Core-XPath fails to include the single most import 阅读全文
posted @ 2017-05-04 23:12 papering 阅读(179) 评论(0) 推荐(0)
摘要: w https://www.w3.org/TR/xpath20/ Before an expression can be processed, its input data must be represented as an XDM instance. This process occurs out 阅读全文
posted @ 2017-05-04 22:41 papering 阅读(315) 评论(0) 推荐(0)
摘要: w 阅读全文
posted @ 2017-05-04 20:53 papering 阅读(201) 评论(0) 推荐(0)
摘要: w http://stackoverflow.com/questions/20166749/how-to-convert-an-ordereddict-into-a-regular-dict-in-python3 阅读全文
posted @ 2017-05-04 18:51 papering 阅读(147) 评论(0) 推荐(0)
摘要: w 删除具有空字符的文件 反斜杠来转义下一个字符 Linux下如何处理包含空格和特殊字符的文件名 - 51CTO.COMhttp://os.51cto.com/art/201507/483983_all.htm Linux下如何处理包含空格和特殊字符的文件名2015-07-13 11:28 Avis 阅读全文
posted @ 2017-05-04 18:44 papering 阅读(3052) 评论(0) 推荐(0)
摘要: 1、mysql-c++连接MySQL :: Download Connector/C++ https://dev.mysql.com/downloads/connector/cpp/ 1-1VS2015中添加依赖库文件的三种方式 - heibao111728的博客 - CSDN博客 https:// 阅读全文
posted @ 2017-05-04 17:08 papering 阅读(444) 评论(0) 推荐(0)
摘要: 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 阅读(179) 评论(0) 推荐(0)
摘要: w 阅读全文
posted @ 2017-05-03 20:03 papering 阅读(155) 评论(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 阅读(250) 评论(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 阅读(295) 评论(0) 推荐(0)
摘要: 问题:nodeName,nodeValue未知 xml动态数据入库, 解决方案: 入库结果 test-data >更高效的 nodeName,nodeValue未知 xml 入库方案 xml >? >database json只是过程,不是目的; 想到一种算法是将xml转为string,然后借助正则 阅读全文
posted @ 2017-05-03 13:49 papering 阅读(245) 评论(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 阅读(321) 评论(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 阅读(1809) 评论(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 阅读(372) 评论(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 阅读(739) 评论(0) 推荐(0)
摘要: w yaoxing.zhang@mongodb.com 转变思路:根据读写模式而不是范式设计数据模型积累经验:了解常见的数据结构对应的模式理解思想:数据是应用的一部分,随应用一起迭代 模式演化{_id: Object Id(“…”),level: “Fatal”,message: “Shit jus 阅读全文
posted @ 2017-05-02 20:23 papering 阅读(164) 评论(0) 推荐(0)
摘要: w https://www.mongodb.com/blog/post/building-your-first-application-mongodb-creating-rest-api-using-mean-stack-part-1 阅读全文
posted @ 2017-05-02 20:13 papering 阅读(162) 评论(0) 推荐(0)
摘要: w https://trishagee.github.io/post/groovy_import_to_mongodb/ 阅读全文
posted @ 2017-05-02 15:32 papering 阅读(165) 评论(0) 推荐(0)
摘要: 实践 2、无线网络 通过一个笔记本虚拟出一台局域网电脑,可以访问公网、可以被笔记本访问 C:\>ipconfig Windows IP 配置 以太网适配器 以太网 5: 连接特定的 DNS 后缀 . . . . . . . : 本地链接 IPv6 地址. . . . . . . . : fe80:: 阅读全文
posted @ 2017-05-02 15:07 papering 阅读(1435) 评论(0) 推荐(0)
摘要: http://php.net/manual/en/internals2.memory.management.php Basic memory management The engine's memory management is implemented with features importan 阅读全文
posted @ 2017-05-02 12:17 papering 阅读(427) 评论(0) 推荐(0)
摘要: 内存泄露 http://slides.com/gruizdevilla/memory#/3 What is a memory leak? Gradual loss of available computer memory when a program repeatedly fails to retu 阅读全文
posted @ 2017-05-02 09:49 papering 阅读(1264) 评论(0) 推荐(0)
摘要: w 使用 Python 进行线程编程https://www.ibm.com/developerworks/cn/aix/library/au-threadingpython/index.html url_fetch_serial.py 阅读全文
posted @ 2017-04-29 16:21 papering 阅读(189) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/iamcodingmylife/article/details/79866600 1,使用python文件默认的‘ file ’属性 2,使用 sys.argv[0] print sys.argv # 输入参数列表 print sys.argv[0] # 阅读全文
posted @ 2017-04-29 14:50 papering 阅读(348) 评论(0) 推荐(0)
摘要: w 使用 Python 实现多进程https://www.ibm.com/developerworks/cn/aix/library/au-multiprocessing/ 阅读全文
posted @ 2017-04-29 14:47 papering 阅读(154) 评论(0) 推荐(0)
摘要: w 阅读全文
posted @ 2017-04-29 14:45 papering 阅读(185) 评论(0) 推荐(0)
摘要: w 期货合约(英语:Futures contract),简称期货(英语:Futures),是一种跨越时间的交易方式。买卖双方透过签订合约,同意按指定的时间、价格与其他交易条件,交收指定数量的现货。 历史上最早的期货市场是江户幕府时代的日本。由于当时的稻米价格,对经济及军事活动造成很重大的影响,米商往 阅读全文
posted @ 2017-04-29 14:26 papering 阅读(1019) 评论(0) 推荐(0)
摘要: w DT security 阅读全文
posted @ 2017-04-29 13:32 papering 阅读(127) 评论(0) 推荐(0)
摘要: r 阅读全文
posted @ 2017-04-29 02:37 papering 阅读(220) 评论(0) 推荐(0)
摘要: Java菜鸟教程 面向对象(二)——constructor、overload与一个练习 - CSDN博客 https://blog.csdn.net/thomasli2017/article/details/77338454 Java 对象和类 | 菜鸟教程 http://www.runoob.co 阅读全文
posted @ 2017-04-29 01:31 papering 阅读(445) 评论(0) 推荐(0)
摘要: w Scala 简介 | 菜鸟教程 http://www.runoob.com/scala/scala-intro.html 阅读全文
posted @ 2017-04-29 01:15 papering 阅读(188) 评论(0) 推荐(0)
摘要: Scala集成了函数编程和对象编程的优点。 SEAMLESS JAVA INTEROP Scala runs on the JVM, so Java and Scala stacks can be freely mixed for totally seamless integration. TYPE 阅读全文
posted @ 2017-04-29 01:10 papering 阅读(188) 评论(0) 推荐(0)
摘要: 啊 阅读全文
posted @ 2017-04-29 00:49 papering 阅读(988) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/40317106/failed-to-start-redis-service-unit-redis-server-service-is-masked https://redis.io/topics/quickstart servi 阅读全文
posted @ 2017-04-28 22:58 papering 阅读(1185) 评论(0) 推荐(0)
摘要: Makefile的工作流程 http://c.biancheng.net/view/7091.html Makefile文件是什么? 我们教程主要是讲的是 Makefile 。很多 Linux(Unix) 做开发的初学者不了解 Makefile 是什么,甚至大部分 Windows 开发工程师对 Ma 阅读全文
posted @ 2017-04-28 22:00 papering 阅读(701) 评论(0) 推荐(0)
摘要: w 阅读全文
posted @ 2017-04-28 20:34 papering 阅读(633) 评论(0) 推荐(0)
摘要: http://www.jianshu.com/p/f59a0695b164 https://technology.amis.nl/2014/01/27/a-short-guide-to-networking-in-virtual-box-with-oracle-linux-inside/#prett 阅读全文
posted @ 2017-04-28 20:13 papering 阅读(273) 评论(0) 推荐(0)
摘要: 实践: 1、 def odd(): print("s1") yield print("s2") yield print("s3") yield for i in odd(): continue o=odd() next(o) next(o) next(o) next(o) # StopIterati 阅读全文
posted @ 2017-04-28 18:06 papering 阅读(525) 评论(0) 推荐(0)
摘要: Solr Deep Paging(solr 深分页) - ickes的专栏 - CSDN博客 https://blog.csdn.net/xl_ickes/article/details/42772521 问题深分页的问题是很清楚。Solr必须为返回的搜索结果准备一个列表,并返回它的一部分。如果该部 阅读全文
posted @ 2017-04-28 16:00 papering 阅读(442) 评论(0) 推荐(0)
上一页 1 ··· 158 159 160 161 162 163 164 165 166 ··· 187 下一页