2018年1月份笔记

Docker 核心技术与实现原理

https://draveness.me/docker

openFace 人脸识别框架测试

http://www.cnblogs.com/minsons/p/7922080.html

Redis 运维指南 性能测试

https://gnuhpc.gitbooks.io/redis-all-about/Operation/benchmark.html

Spring Boot工程实践,快速上手Spring Boot开发必备。最全的Spring Boot使用案例!

https://github.com/rhwayfun/spring-boot-learning-examples

【原】通过AOP实现MyBatis多数据源的动态切换

http://www.cnblogs.com/zjrodger/p/5627878.html

美团金融扫码付静态资源加载优化实践

http://mp.weixin.qq.com/s/yHvRoPk00NF_OGVZ4cBPdA
共享单车技术含量,一篇文章全说透了!

http://mp.weixin.qq.com/s/7ZFYJ7jtCLinFx67uL8hnw

【译】区块链是如何工作的——用JavaScript演示

https://juejin.im/post/59cbbcd4518825396f4f84d2?utm_medium=hao.caibaojian.com&utm_source=hao.caibaojian.com

ElasticSearch java API - 聚合查询

https://elasticsearch.cn/article/102

idea--Intellij idea快速查看Java类字节码

http://blog.csdn.net/szzt_lingpeng/article/details/74465964

大文件拆分方案的java实践(附源码)

http://www.cnblogs.com/daoqidelv/p/6884223.html

支撑"小米在印度把亚马逊搞挂了"事件的秒杀解决方案

https://github.com/chanjarster/artemis-disruptor-miaosha

DisruptorUtils.java

https://github.com/zwlzwl376/comm/blob/master/disruptor/disruptor3/src/main/java/com/test/DisruptorUtils.java

disruptor调研报告

http://www.cnblogs.com/killmyday/archive/2012/12/02/2798218.html

Disruptor中遇到的坑

http://blog.csdn.net/software2005/article/details/64440439

Disruptor 详解

http://www.cnblogs.com/jony-zhang/p/3817208.html

Disruptor入门

http://ifeve.com/disruptor-getting-started/

Disruptor原理浅析

http://blog.csdn.net/pentiumchen/article/details/43854745

如何在MQ中实现支持任意延迟的消息?RocketMQ

https://www.cnblogs.com/hzmark/p/mq-delay-msg.html

Otter数据一致性

https://github.com/alibaba/otter/wiki/Otter%E6%95%B0%E6%8D%AE%E4%B8%80%E8%87%B4%E6%80%A7

Disruptor多个消费者不重复处理生产者发送的消息的demo

http://blog.csdn.net/java1993666/article/details/72828342

Disruptor多个消费者独立处理生产者消息的简单demo

http://blog.csdn.net/java1993666/article/details/72828010

JVM菜鸟进阶高手之路十四:分析篇

https://www.jianshu.com/nb/16371736

如何用消息系统避免分布式事务?

http://blog.csdn.net/java1993666/article/details/78086613

Zookeeper、Redis分布式锁,实现与区别

http://blog.csdn.net/qq_19568599/article/details/52612421

Redis 如何分布式,来看京东金融的设计与实践

http://www.infoq.com/cn/articles/jingdong-redis-practice?utm_campaign=rightbar_v2&utm_source=infoq&utm_medium=articles_link&utm_content=link_text#

并发框架Disruptor浅析

https://www.cnblogs.com/shenck/p/4002456.html

Disruptor 源码分析

http://huangyunbin.iteye.com/category/287815

简谈Java的join()方法

https://www.cnblogs.com/techyc/p/3286678.html

京东京麦交易平台设计与实现

http://www.linkedkeeper.com/detail/blog.action?bid=1067&hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io

京东京麦消息推送架构的演进之路

http://www.linkedkeeper.com/detail/blog.action?bid=1072

Timing Wheel 定时轮算法

http://blog.csdn.net/mindfloating/article/details/8033340

 Redis几个认识误区

https://timyang.net/data/redis-misunderstanding/

Redis基础、高级特性与性能调优  watch 事务CAS

https://www.cnblogs.com/276815076/p/7245333.html

Linux中关于swap、虚拟内存和page的区别

http://blog.csdn.net/xifeijian/article/details/8209750

剖析Disruptor:为什么会这么快、Disruptor如何工作和使用

http://ifeve.com/disruptor/

高性能线程间队列DISRUPTOR简介

http://niceaz.com/%E9%AB%98%E6%80%A7%E8%83%BD%E7%BA%BF%E7%A8%8B%E9%97%B4%E9%98%9F%E5%88%97disruptor%E7%AE%80%E4%BB%8B/#more-189

 

架构师入门笔记八 并发框架Disruptor场景应用

http://blog.csdn.net/qq_19558705/article/details/77247912

LMAX Disruptor—多生产者多消费者中,消息复制分发的高性能实现

https://www.cnblogs.com/ohuang/p/5799467.html

聊聊MyBatis缓存机制

https://mp.weixin.qq.com/s/Ju4d71VrL0omGkV3s3U_1Q

CentOS 7 开放3306端口访问 iptables

http://blog.csdn.net/zhldt2008/article/details/52626892

zk 07之:zookeeper客户端管理工具

https://www.cnblogs.com/duanxz/archive/2012/07/11/2586259.html

在CentOS7上关闭IPv6

http://blog.csdn.net/skykingf/article/details/41957147

ZooKeeper学习第二期--ZooKeeper安装配置  集群配置

http://www.cnblogs.com/sunddenly/p/4018459.html

实践基于Redis的分布式锁

https://www.jianshu.com/p/e72baf5e5617?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io

基于Zookeeper和Curator实现简单的K-V配置中心

https://www.jianshu.com/p/7d324ac9cc64

京东618技术解析之高可用多中心交易平台

http://blog.csdn.net/bestlove12345/article/details/51802991

电商系统中的商品模型的分析与设计—续

http://www.cnblogs.com/leefreeman/p/4564886.html

不管你的Redis集群规模有多大,都是时候思考下如何提升资源利用率了

http://mp.weixin.qq.com/s/02NDtPI_CyDLDxAnf_OLdg

阿里再度开源重磅技术,95%程序员受用

http://techforum-img.cn-hangzhou.oss-pub.aliyun-inc.com/1516614343703/AliDouble11.pdf

Redis应用场景

https://segmentfault.com/p/1210000007982994/read

Elasticsearch权威指南(中文版)

https://es.xiaoleilu.com/

Elastic-Job的主要功能

http://blog.csdn.net/tanga842428/article/category/6361065/1

京东git小号

https://github.com/tiglabs

 

posted @ 2018-01-12 19:56  Smalltalk  阅读(155)  评论(0编辑  收藏  举报