摘要:
Hive隐藏了后面的MapReduce任务 EXPLAIN sql; 分析查询计划。
阅读全文
posted @ 2017-05-07 09:16
papering
阅读(212)
推荐(0)
posted @ 2017-05-07 09:01
papering
阅读(149)
推荐(0)
posted @ 2017-05-07 01:15
papering
阅读(112)
推荐(0)
摘要:
w http://blog.sina.cn/dpool/blog/s/blog_70f632090101bp8u.html
阅读全文
posted @ 2017-05-07 00:43
papering
阅读(192)
推荐(0)
摘要:
w 在容器或虚拟机中,每个VPS都可分配独立公网IP地址、独立操作系统、实现不同VPS间磁盘空间、内存、CPU资源、进程和系统配置的隔离,为用户和应用程序模拟出“独占”使用计算资源的体验。VPS可以像独立服务器一样,重装操作系统,安装程序,单独重启服务器。 http://baike.m.sogou.
阅读全文
posted @ 2017-05-06 23:31
papering
阅读(261)
推荐(0)
摘要:
插桩测试 https://source.android.google.cn/compatibility/tests/development/instrumentation https://zhuanlan.zhihu.com/p/25745743 开源字节码插桩工具HiBeaver介绍与原理详解 h
阅读全文
posted @ 2017-05-06 23:14
papering
阅读(2798)
推荐(0)
posted @ 2017-05-06 20:34
papering
阅读(427)
推荐(0)
摘要:
w Node & 单页应用 来做一个完整用户系统吧! - harryfyodor的前端专栏 - SegmentFaulthttps://segmentfault.com/a/1190000007315867
阅读全文
posted @ 2017-05-06 20:12
papering
阅读(229)
推荐(0)
摘要:
https://code.google.com/archive/p/phpwebsocket/source/default/source The WebSocket API (WebSockets) - Web APIs | MDNhttps://developer.mozilla.org/en-U
阅读全文
posted @ 2017-05-06 20:08
papering
阅读(528)
推荐(0)
posted @ 2017-05-06 19:52
papering
阅读(271)
推荐(0)
posted @ 2017-05-06 19:28
papering
阅读(157)
推荐(0)
摘要:
Cron and Crontab usage and exampleshttps://www.pantz.org/software/cron/croninfo.html 守护进程_百度百科 https://baike.baidu.com/item/%E5%AE%88%E6%8A%A4%E8%BF%9
阅读全文
posted @ 2017-05-06 13:48
papering
阅读(405)
推荐(0)
摘要:
拓扑 图论 为什么公司每天电脑都是dhcp,但是每天的ip似乎不变? dhcp原理回答 伪静态ip client0占用时间和释放时间 client1 交叠 计算机的任何问题都可以通过添加一层来解决 计算机的一些问题可以通过忽略一些曾来思考 为什么vm的几个linux的ip每天不变 计算机操作系统 汤
阅读全文
posted @ 2017-05-06 12:45
papering
阅读(365)
推荐(0)
摘要:
w https://dev.mysql.com/doc/refman/5.7/en/comments.html MySQL 5.7 Reference Manual / Language Structure / Comment Syntax 10.6 Comment Syntax MySQL Ser
阅读全文
posted @ 2017-05-06 11:51
papering
阅读(234)
推荐(0)
摘要:
w https://linux.die.net/man/1/bash bash - GNU Bourne-Again SHell Description Bash is an sh-compatible command language interpreter that executes comma
阅读全文
posted @ 2017-05-06 10:26
papering
阅读(244)
推荐(0)
摘要:
数据开发常用的几种数据预处理和数据整理方法 https://mp.weixin.qq.com/s/Y8GQnj3bHzwq2LHCNMf6Cg 要点 在常见的机器学习/深度学习项目里,数据准备占去整个分析管道的60%到80%。 市场上有各种用于数据清洗和特征工程的编程语言、框架和工具。它们之间的功能
阅读全文
posted @ 2017-05-06 01:26
papering
阅读(277)
推荐(0)
摘要:
w 大数据的发展,伴随的将是软件工程师的渐退,算法工程师的崛起 http://mp.weixin.qq.com/s/XTz2HnzwlgTD3g5zU2u5Tg
阅读全文
posted @ 2017-05-06 01:24
papering
阅读(179)
推荐(0)
摘要:
sudo -u postgres createuser --superuser dbuser sudo -u postgres psql w apt install postgresql 创建视图 CREATE VIEW 类型转换 CAST 子集 全集 计数 单行显示
阅读全文
posted @ 2017-05-06 00:41
papering
阅读(369)
推荐(0)
posted @ 2017-05-05 23:24
papering
阅读(246)
推荐(0)
posted @ 2017-05-05 21:49
papering
阅读(165)
推荐(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
阅读(1898)
推荐(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
阅读(265)
推荐(0)
摘要:
2.3 hashes 类型及操作 Redis hash 是一个 string 类型的 field 和 value 的映射表.它的添加、删除操作都是 O(1)(平均)。hash 特别适合用于存储对象。相较于将对象的每个字段存成单个 string 类型。将一个对象存储在 hash 类型中会占用更少的内存
阅读全文
posted @ 2017-05-05 19:06
papering
阅读(405)
推荐(0)
摘要:
Redis数据备份与恢复 - 流年晕开时光 - 博客园 https://www.cnblogs.com/deny/p/11531355.html Redis数据备份与恢复 Redis所有数据都是保存在内存中,Redis数据备份可以定期的通过异步方式保存到磁盘上,该方式称为半持久化模式,如果每一次数据
阅读全文
posted @ 2017-05-05 15:33
papering
阅读(321)
推荐(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
阅读(504)
推荐(0)
摘要:
w https://www.percona.com/blog/2007/04/10/count-vs-countcol/
阅读全文
posted @ 2017-05-05 14:42
papering
阅读(167)
推荐(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
阅读(426)
推荐(0)
摘要:
w https://en.wikipedia.org/wiki/First-order_logic
阅读全文
posted @ 2017-05-04 23:24
papering
阅读(171)
推荐(0)
摘要:
w https://en.wikipedia.org/wiki/Ehrenfeucht–Fraïssé game
阅读全文
posted @ 2017-05-04 23:20
papering
阅读(253)
推荐(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
阅读(186)
推荐(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
阅读(329)
推荐(0)
posted @ 2017-05-04 20:53
papering
阅读(207)
推荐(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
阅读(151)
推荐(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
阅读(3114)
推荐(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
阅读(452)
推荐(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
阅读(205)
推荐(0)
posted @ 2017-05-03 20:03
papering
阅读(157)
推荐(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
阅读(256)
推荐(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
阅读(324)
推荐(0)
摘要:
问题:nodeName,nodeValue未知 xml动态数据入库, 解决方案: 入库结果 test-data >更高效的 nodeName,nodeValue未知 xml 入库方案 xml >? >database json只是过程,不是目的; 想到一种算法是将xml转为string,然后借助正则
阅读全文
posted @ 2017-05-03 13:49
papering
阅读(254)
推荐(0)