12 2017 档案

Debugging Java Native Memory Leaks
摘要:GZIP造成JAVA Native Memory泄漏案例 https://www.elastic.co/blog/tracking-down-native-memory-leaks-in-elasticsearch https://gdstechnology.blog.gov.uk/2015/12/ 阅读全文

posted @ 2017-12-29 21:54 暖风的风 阅读(299) 评论(0) 推荐(0) 编辑

ES monitoring
摘要:https://www.quora.com/What-is-the-best-monitoring-tool-for-Elasticsearch-I-also-want-log-monitoring-to-make-sure-no-error-messages-get-missed https:// 阅读全文

posted @ 2017-12-29 15:14 暖风的风 阅读(615) 评论(1) 推荐(0) 编辑

my stackoverflow
摘要:https://stackoverflow.com/questions/48017641/how-to-monitor-elastic-stack-without-x-pack https://stackoverflow.com/users/7171370/yufeng-shen?tab=quest 阅读全文

posted @ 2017-12-29 13:06 暖风的风 阅读(205) 评论(0) 推荐(0) 编辑

ES 监控
摘要:https://www.elastic.co/guide/en/x-pack/6.1/how-monitoring-works.html 阅读全文

posted @ 2017-12-28 16:21 暖风的风 阅读(184) 评论(0) 推荐(0) 编辑

Natural Language Processing 课程,文章,论文
摘要:CS224n: Natural Language Processing with Deep Learning http://cs224d.stanford.edu/syllabus.html https://web.stanford.edu/class/cs224n/syllabus.html 论文 阅读全文

posted @ 2017-12-27 16:07 暖风的风 阅读(160) 评论(0) 推荐(0) 编辑

搜索引擎名著
摘要:https://www.amazon.com/Modern-Information-Retrieval-Concepts-Technology/dp/0321416910/ref=pd_sim_14_2?_encoding=UTF8&psc=1&refRID=PA193S6R7J5XV0SKEDH3 阅读全文

posted @ 2017-12-27 15:25 暖风的风 阅读(134) 评论(0) 推荐(0) 编辑

https://medium.com/netflix-techblog/linux-performance-analysis-in-60-000-milliseconds-accc10403c55
摘要:https://medium.com/netflix-techblog/linux-performance-analysis-in-60-000-milliseconds-accc10403c55 http://www.brendangregg.com/FlameGraphs/offcpuflame 阅读全文

posted @ 2017-12-19 11:29 暖风的风 阅读(258) 评论(0) 推荐(0) 编辑

MySQL 性能跟踪方法
摘要:https://www.cnblogs.com/zhoujinyi/p/5236705.html https://dev.mysql.com/doc/refman/5.7/en/slow-query-log.html https://dev.mysql.com/doc/refman/5.7/en/d 阅读全文

posted @ 2017-12-19 10:50 暖风的风 阅读(185) 评论(0) 推荐(0) 编辑

JAVA CAS原理深度分析 volatile,偏向锁,轻量级锁
摘要:JAVA CAS原理深度分析 http://blog.csdn.net/hsuxu/article/details/9467651 偏向锁,轻量级锁 https://blog.csdn.net/zqz_zqz/article/details/70233767 http://tutorials.jen 阅读全文

posted @ 2017-12-17 21:06 暖风的风 阅读(231) 评论(0) 推荐(0) 编辑

spark-architecture-shuffle
摘要:https://0x0fff.com/spark-architecture-shuffle/ 阅读全文

posted @ 2017-12-13 18:32 暖风的风 阅读(124) 评论(0) 推荐(0) 编辑

Linux performance commands and tool
摘要:https://www.howtogeek.com/194642/understanding-the-load-average-on-linux-and-other-unix-like-systems/ http://www.brendangregg.com/ebpf.html 阅读全文

posted @ 2017-12-13 11:37 暖风的风 阅读(152) 评论(0) 推荐(0) 编辑

性能优化方法学
摘要:http://www.brendangregg.com/tsamethod.html http://carymillsap.blogspot.hk/2009/11/why-we-made-method-r.html https://medium.com/netflix-techblog/linux- 阅读全文

posted @ 2017-12-12 17:27 暖风的风 阅读(188) 评论(0) 推荐(0) 编辑

设计原则与设计模式
摘要:http://www.cnblogs.com/gaochundong/p/liskov_substitution_principle.html https://www.tutorialspoint.com/design_pattern/factory_pattern.htm https://sour 阅读全文

posted @ 2017-12-11 18:23 暖风的风 阅读(159) 评论(0) 推荐(0) 编辑

Java NIO 2.0
摘要:https://www.ibm.com/developerworks/cn/java/j-nio2-1/index.html https://www.ibm.com/developerworks/cn/java/j-lo-nio2/index.html 阅读全文

posted @ 2017-12-11 17:25 暖风的风 阅读(264) 评论(0) 推荐(0) 编辑

java并发编程之CountDownLatch与CyclicBarrier
摘要:http://blog.csdn.net/u010185262/article/details/54692886 阅读全文

posted @ 2017-12-11 14:22 暖风的风 阅读(166) 评论(0) 推荐(0) 编辑

Java Interview
摘要:[置顶] Java就业指导 [置顶] Java面试题全集(下) [置顶] Java就业指导 [置顶] Java面试题全集(下) [置顶] Java面试题全集(下) [置顶] Java面试题全集(中) [置顶] Java面试题全集(中) [置顶] Java面试题全集(中) [置顶] Java面试题全集 阅读全文

posted @ 2017-12-07 17:43 暖风的风 阅读(181) 评论(0) 推荐(0) 编辑

如何高效的学习 TensorFlow 代码? 以及TensorFlow相关的论文
摘要:https://www.zhihu.com/question/41667903 源码分析 http://www.cnblogs.com/yao62995/p/5773578.html 如何贡献TensorFlow代码 https://github.com/DjangoPeng/tensorflow/ 阅读全文

posted @ 2017-12-06 10:19 暖风的风 阅读(217) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示