上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页

2018年5月10日

摘要: 一、区别: Hbase: Hadoop database 的简称,也就是基于Hadoop数据库,是一种NoSQL数据库,主要适用于海量明细数据(十亿、百亿)的随机实时查询,如日志明细、交易清单、轨迹行为等。 Hive:Hive是Hadoop数据仓库,严格来说,不是数据库,主要是让开发人员能够通过SQ 阅读全文
posted @ 2018-05-10 21:35 不忘初衷,方能致远 阅读(179) 评论(0) 推荐(0)

2018年5月9日

摘要: 单点更新,区间查询的问题 https://blog.csdn.net/u014532901/article/details/79910991 https://blog.csdn.net/u014532901/article/details/79937786 https://blog.csdn.net 阅读全文
posted @ 2018-05-09 22:42 不忘初衷,方能致远 阅读(107) 评论(0) 推荐(0)

2018年3月2日

摘要: https://www.jianshu.com/p/13f8a81d7c7c 阅读全文
posted @ 2018-03-02 16:22 不忘初衷,方能致远 阅读(90) 评论(0) 推荐(0)

2017年12月19日

摘要: #!/usr/bin/env python import requests # pip install requests r = requests.post(url, data=text.encode('utf-8'), headers={'Content-type': 'text/plain; c 阅读全文
posted @ 2017-12-19 19:47 不忘初衷,方能致远 阅读(113) 评论(0) 推荐(0)

2017年12月14日

摘要: https://tessil.github.io/2017/06/22/hat-trie.html https://github.com/Tessil/hat-trie 阅读全文
posted @ 2017-12-14 19:59 不忘初衷,方能致远 阅读(132) 评论(0) 推荐(0)

2017年8月22日

摘要: #coding=utf-8 import sys reload(sys) sys.setdefaultencoding('utf-8') from MyClient import MyClient import os,time,json,urllib import requests reload(sys) sys.setdefaultencoding('utf-8') ''' python... 阅读全文
posted @ 2017-08-22 14:22 不忘初衷,方能致远 阅读(1850) 评论(0) 推荐(0)

2017年8月17日

摘要: 收集端:input { file { path => "/home/admin/local/uae_agent/apps/InProcessorOL/log/a4_comment_processor/comment_processor.log*" start_position => "beginning" type => "processor_10.40.87.141... 阅读全文
posted @ 2017-08-17 20:04 不忘初衷,方能致远 阅读(619) 评论(0) 推荐(0)

2017年7月22日

摘要: 只要使用utf-8编码,就可以支持中文。我们的软件都是跑在linux上面的,都是utf-8,所以支持中文就是如何支持utf-8的。 python默认编码:是系统编码,所有有些机器不是utf-8的(可能没有中文原因,是ASCII编码)。 Mysql默认是latin1编码,很简单,开发商是瑞典公司。 让 阅读全文
posted @ 2017-07-22 10:55 不忘初衷,方能致远 阅读(461) 评论(0) 推荐(0)

2017年6月29日

摘要: https://www.lucidchart.com/documents#docs?folder_id=home&browser=icon&sort=saved-desc 阅读全文
posted @ 2017-06-29 10:21 不忘初衷,方能致远 阅读(168) 评论(0) 推荐(0)

2017年5月19日

摘要: ulimit -c unlimited 查看coredump文件输出目录: cat /proc/sys/kernel/core_pattern查看linux内核重大信息的环形缓存日志: dmesg | tail 阅读全文
posted @ 2017-05-19 15:20 不忘初衷,方能致远 阅读(166) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页

导航