posted @ 2017-05-05 23:24
papering
阅读(240)
推荐(0)
posted @ 2017-05-05 21:49
papering
阅读(164)
推荐(0)
摘要:
rfc4251 https://datatracker.ietf.org/doc/html/rfc4251 10.1 ‘The server's host key is not cached in the registry’ This error message occurs when PuTTY
阅读全文
posted @ 2017-05-05 21:36
papering
阅读(1888)
推荐(0)
摘要:
redis save 备份 恢复 root@ubuntu:/etc/init.d# find / -name dump.rdb |xargs ls -alt redis-cli save cp /var/lib/redis/dump.rdb /var/lib/redis/BEFOREdump.rdb
阅读全文
posted @ 2017-05-05 20:37
papering
阅读(258)
推荐(0)
摘要:
2.3 hashes 类型及操作 Redis hash 是一个 string 类型的 field 和 value 的映射表.它的添加、删除操作都是 O(1)(平均)。hash 特别适合用于存储对象。相较于将对象的每个字段存成单个 string 类型。将一个对象存储在 hash 类型中会占用更少的内存
阅读全文
posted @ 2017-05-05 19:06
papering
阅读(396)
推荐(0)
摘要:
Redis数据备份与恢复 - 流年晕开时光 - 博客园 https://www.cnblogs.com/deny/p/11531355.html Redis数据备份与恢复 Redis所有数据都是保存在内存中,Redis数据备份可以定期的通过异步方式保存到磁盘上,该方式称为半持久化模式,如果每一次数据
阅读全文
posted @ 2017-05-05 15:33
papering
阅读(313)
推荐(0)
摘要:
root@ubuntu:/etc/init.d# ll total 256 drwxr-xr-x 2 root root 4096 May 4 23:24 ./ drwxr-xr-x 87 root root 4096 May 4 23:24 ../ -rwxr-xr-x 1 root root 6250 Oct 4 2016 apparmor* -rwxr-xr-x 1 ...
阅读全文
posted @ 2017-05-05 15:18
papering
阅读(496)
推荐(0)
摘要:
w https://www.percona.com/blog/2007/04/10/count-vs-countcol/
阅读全文
posted @ 2017-05-05 14:42
papering
阅读(165)
推荐(0)
摘要:
https://dev.mysql.com/doc/refman/5.7/en/glossary.html#glos_page_size https://dev.mysql.com/doc/refman/5.7/en/innodb-file-space.html 15.12.2 File Space
阅读全文
posted @ 2017-05-05 00:54
papering
阅读(409)
推荐(0)
摘要:
w https://en.wikipedia.org/wiki/First-order_logic
阅读全文
posted @ 2017-05-04 23:24
papering
阅读(167)
推荐(0)
摘要:
w https://en.wikipedia.org/wiki/Ehrenfeucht–Fraïssé game
阅读全文
posted @ 2017-05-04 23:20
papering
阅读(249)
推荐(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
阅读(180)
推荐(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
阅读(319)
推荐(0)
posted @ 2017-05-04 20:53
papering
阅读(202)
推荐(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
阅读(150)
推荐(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
阅读(3063)
推荐(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
阅读(449)
推荐(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
阅读(192)
推荐(0)
posted @ 2017-05-03 20:03
papering
阅读(156)
推荐(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
阅读(255)
推荐(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
阅读(299)
推荐(0)
摘要:
问题:nodeName,nodeValue未知 xml动态数据入库, 解决方案: 入库结果 test-data >更高效的 nodeName,nodeValue未知 xml 入库方案 xml >? >database json只是过程,不是目的; 想到一种算法是将xml转为string,然后借助正则
阅读全文
posted @ 2017-05-03 13:49
papering
阅读(248)
推荐(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
阅读(323)
推荐(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
阅读(1814)
推荐(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
阅读(375)
推荐(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
阅读(760)
推荐(0)
摘要:
w yaoxing.zhang@mongodb.com 转变思路:根据读写模式而不是范式设计数据模型积累经验:了解常见的数据结构对应的模式理解思想:数据是应用的一部分,随应用一起迭代 模式演化{_id: Object Id(“…”),level: “Fatal”,message: “Shit jus
阅读全文
posted @ 2017-05-02 20:23
papering
阅读(169)
推荐(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
阅读(167)
推荐(0)
摘要:
w https://trishagee.github.io/post/groovy_import_to_mongodb/
阅读全文
posted @ 2017-05-02 15:32
papering
阅读(168)
推荐(0)
摘要:
实践 2、无线网络 通过一个笔记本虚拟出一台局域网电脑,可以访问公网、可以被笔记本访问 C:\>ipconfig Windows IP 配置 以太网适配器 以太网 5: 连接特定的 DNS 后缀 . . . . . . . : 本地链接 IPv6 地址. . . . . . . . : fe80::
阅读全文
posted @ 2017-05-02 15:07
papering
阅读(1448)
推荐(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
阅读(433)
推荐(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
阅读(1286)
推荐(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
阅读(194)
推荐(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
阅读(350)
推荐(0)
摘要:
w 使用 Python 实现多进程https://www.ibm.com/developerworks/cn/aix/library/au-multiprocessing/
阅读全文
posted @ 2017-04-29 14:47
papering
阅读(155)
推荐(0)
posted @ 2017-04-29 14:45
papering
阅读(186)
推荐(0)
摘要:
w 期货合约(英语:Futures contract),简称期货(英语:Futures),是一种跨越时间的交易方式。买卖双方透过签订合约,同意按指定的时间、价格与其他交易条件,交收指定数量的现货。 历史上最早的期货市场是江户幕府时代的日本。由于当时的稻米价格,对经济及军事活动造成很重大的影响,米商往
阅读全文
posted @ 2017-04-29 14:26
papering
阅读(1028)
推荐(0)
posted @ 2017-04-29 13:32
papering
阅读(131)
推荐(0)
posted @ 2017-04-29 02:37
papering
阅读(223)
推荐(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
阅读(449)
推荐(0)