上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 186 下一页
摘要: flume一开始是cloudlera的项目 当时他们的工程师需要一次次地为客户编写工具 来实现数据的自动化导入 阅读全文
posted @ 2019-06-04 22:42 papering 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 制定一套良好的健模式、语法和命名约定是高效稳定的解决方案和技术混乱的分水岭 KEYS 需要遍历数据库中的每一个键, 对实例造成长时间的阻塞,甚至会导致Redis的内存耗尽 SCAN HSCAN SSCAN ZSCAN 为所有key提供一个迭代器,可以对所有键进行增量式调用。抽取一个随机的键片段。如果 阅读全文
posted @ 2019-06-03 22:31 papering 阅读(223) 评论(0) 推荐(0) 编辑
摘要: major.minor.patchlevel minor 偶数 稳定版本 奇数 不稳定的分分支 阅读全文
posted @ 2019-06-03 22:16 papering 阅读(176) 评论(0) 推荐(0) 编辑
摘要: a 阅读全文
posted @ 2019-06-03 21:58 papering 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 《深入理解Redis》 mastering redis 阅读全文
posted @ 2019-06-03 21:50 papering 阅读(185) 评论(0) 推荐(0) 编辑
摘要: yarn集群8088端口被攻击挖矿 https://www.jianshu.com/p/a2d6b0d827ab https://blog.csdn.net/lm709409753/article/details/80540715 https://labitacoranet.wordpress.co 阅读全文
posted @ 2019-06-03 20:25 papering 阅读(641) 评论(0) 推荐(0) 编辑
摘要: x 阅读全文
posted @ 2019-06-03 19:42 papering 阅读(452) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/jfHFXZpzbAEbHKkCMSev6w 对话 CTO〡用声音在一起,听荔枝 CTO 丁宁聊 UGC 声音互动平台的技术世界 原创 王颖奇 极客公园 2018-12-01 知乎千万级高性能长连接网关揭秘 - 知乎 https://zhuanl 阅读全文
posted @ 2019-06-02 22:13 papering 阅读(508) 评论(0) 推荐(0) 编辑
摘要: i 系统每月崩溃1分钟 可用性 1-1/(30*24*60)=99.998% 非常不可靠 ii 系统从来不崩溃,但是每年要停机2周 高度可靠 可用性 1-2*7/365=96.164% 阅读全文
posted @ 2019-06-02 22:05 papering 阅读(1448) 评论(0) 推荐(0) 编辑
摘要: 一致性 可用性 分区容错性 《Hadoop构建数据仓库实践》 p84 阅读全文
posted @ 2019-06-02 20:32 papering 阅读(140) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/Rx43XfhgdwerQWLn1eI3Ww 51信用卡金融风控场景下实时计算引擎的设计与实践 原创: 周来 51NB技术 5月7日 阅读全文
posted @ 2019-06-02 00:00 papering 阅读(285) 评论(0) 推荐(0) 编辑
摘要: p15 阅读全文
posted @ 2019-06-01 21:22 papering 阅读(220) 评论(0) 推荐(0) 编辑
摘要: effective java p9 JavaBeans模式阻止了把类做成不可变的可能,这需要程序员付出额外的努力来确保它的线程安全。 阅读全文
posted @ 2019-06-01 21:03 papering 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 策略 阅读全文
posted @ 2019-06-01 19:58 papering 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 数据共享 计算隔离 阅读全文
posted @ 2019-06-01 19:04 papering 阅读(516) 评论(0) 推荐(0) 编辑
摘要: 干货分享 | 阿里PB级Kubernetes日志平台建设实践https://www.infoq.cn/article/HiIxh-8o0Lm4b3DWKvph 日志最主要的采集工具是 Agent,在 Kubernetes 场景下,通常会分为两种采集方式: 每种采集方式都有其对应的优缺点,这里简单总结 阅读全文
posted @ 2019-05-31 23:09 papering 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 阿里巴巴高可用技术专家襄玲:压测环境的设计和搭建 PTS - 襄玲 云栖社区 今天 阅读全文
posted @ 2019-05-31 23:04 papering 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、在连接环节计数,有清零环节 有3个参量 maxburst unit_delay https://github.com/openresty/lua-resty-limit-traffic/blob/master/README.md -- limit the requests under 2 阅读全文
posted @ 2019-05-31 22:01 papering 阅读(790) 评论(0) 推荐(0) 编辑
摘要: Somatic hypermutation (or SHM) is a cellular mechanism by which the immune system adapts to the new foreign elements that confront it (e.g. microbes), 阅读全文
posted @ 2019-05-31 21:20 papering 阅读(250) 评论(0) 推荐(0) 编辑
摘要: openrstry 限流 是否有清零逻辑 https://github.com/openresty/lua-resty-limit-traffic # encoding=utf-8 # Shawn 2020/4/28 10:31 from asgiref.sync import async_to_s 阅读全文
posted @ 2019-05-31 20:45 papering 阅读(432) 评论(0) 推荐(0) 编辑
摘要: http://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/ResourceManagerRestart.html Feature Phase 1: Non-work-preserving RM restart As of Ha 阅读全文
posted @ 2019-05-31 20:44 papering 阅读(606) 评论(0) 推荐(0) 编辑
摘要: https://www.w3cschool.cn/uml_tutorial/uml_tutorial-mi5w28ur.html 阅读全文
posted @ 2019-05-31 14:41 papering 阅读(223) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/youxin/p/3805706.html http://www.dongcoder.com/detail-1218275.html 阅读全文
posted @ 2019-05-31 00:25 papering 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 统计 系统 收集系统 信息 阅读全文
posted @ 2019-05-31 00:25 papering 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 并行执行函数 阅读全文
posted @ 2019-05-30 00:34 papering 阅读(318) 评论(0) 推荐(0) 编辑
摘要: tmp 阅读全文
posted @ 2019-05-29 15:50 papering 阅读(123) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/WaNVT2bZFGHNO_mb5nK6vw 连HDFS源码大神都会犯的错之线程泄露(1) 西瓜老师 西瓜老师爱大数据 1月11日 阅读全文
posted @ 2019-05-29 00:13 papering 阅读(178) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/9Q5-oU3bPIBieScwzrawDg 资源消耗降低2/3,Flink在唯品会实时平台的应用(有彩蛋) 王新春 DBAplus社群 2018-11-02 阅读全文
posted @ 2019-05-29 00:00 papering 阅读(197) 评论(0) 推荐(0) 编辑
摘要: Mercury:唯品会全链路应用监控系统解决方案详解(含PPT) 原创: 姚捷 高可用架构 2016-08-08 阅读全文
posted @ 2019-05-28 23:55 papering 阅读(484) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/ClYYfpvylQGlYYHDFBuKpA 唯品会舆情监控系统 姚彬炎 唯技术 2月26日 阅读全文
posted @ 2019-05-28 23:49 papering 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 唯品会HDFS性能挑战和优化实践 原创: 大数据平台 唯技术 4月1日 https://mp.weixin.qq.com/s/LMa99ubgACI4eaDV3G-6gw 阅读全文
posted @ 2019-05-28 23:42 papering 阅读(277) 评论(0) 推荐(0) 编辑
摘要: HDFS监控背后那些事儿,构建Hadoop监控共同体 原创: 应用研发部 京东云 2018-12-19 https://mp.weixin.qq.com/s/kulwDgwu-rYf4SvQ1dOwcw 阅读全文
posted @ 2019-05-28 23:40 papering 阅读(173) 评论(0) 推荐(0) 编辑
摘要: p44 阅读全文
posted @ 2019-05-28 00:38 papering 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 效率 https://www.cnblogs.com/zhujiabin/p/6168671.html?utm_source=itdadao&utm_medium=referral https://openmind.iteye.com/blog/1845219 https://cwiki.apach 阅读全文
posted @ 2019-05-28 00:25 papering 阅读(294) 评论(0) 推荐(0) 编辑
摘要: yum install nmap 阅读全文
posted @ 2019-05-28 00:25 papering 阅读(332) 评论(0) 推荐(0) 编辑
摘要: ha 阅读全文
posted @ 2019-05-28 00:24 papering 阅读(122) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_37372007/article/details/82937584 使用netty实现一个多人聊天室--failed: Error during WebSocket handshake: Unexpected response code: 200 阅读全文
posted @ 2019-05-28 00:24 papering 阅读(244) 评论(0) 推荐(0) 编辑
摘要: c++ 套接字 >2002 java NIO >netty 阅读全文
posted @ 2019-05-27 01:38 papering 阅读(255) 评论(0) 推荐(0) 编辑
摘要: netty精妙 1、 关注点分离 业务和网络逻辑解耦 2、 模块化和可复用性 3、 可测试性作为首要的要求 阅读全文
posted @ 2019-05-27 01:28 papering 阅读(221) 评论(0) 推荐(0) 编辑
摘要: Apache 后台服务器(主要处理php及一些功能请求 如:中文url) Nginx 前端服务器(利用它占用系统资源少得优势来处理静态页面大量请求) Lighttpd 图片服务器 总体来说,随着nginx功能得完善将使他成为今后web server得主流。 阅读全文
posted @ 2019-05-26 13:11 papering 阅读(206) 评论(0) 推荐(0) 编辑
上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 186 下一页