javap 简介 Disassembles one or more class files.及反汇编一个或多个class文件 使用介绍 javap [options] cla...
AWK 简介 Awk is abbreviated from the names of the developers – Aho, Weinberger, and Kerni...
原文链接详解 Eureka 缓存机制 整理与思考 引言 AP特性 服务状态 Eureka Server 缓存机制 三级缓存 缓存相关配置 关键类 Eureka Client ...
原文链接:API 设计最佳实践的思考 整理与思考 前言 里面有一句话特别好,成功的系统不是有一些特别闪光的地方,而是设计时点点滴滴的努力积累起来的。 范围 讨论一个问题需要明...
OverView 照例,依然贴出原文链接https://medium.com/free-code-camp/sometimes-the-key-to-learning-fas...
OverView https://medium.com/free-code-camp/the-most-important-skill-a-programmer-can-le...
Algorithm Generate Parentheses Description Given n pairs of parentheses, write a functi...
Algorithm Remove Nth Node from End of list Description Given a linked list, remove the ...
OverView lsoflist all open files to list all open files lsof to list opened files by pr...
有赞亿级订单同步的探索与实践 有赞订单管理的三生三世与“十面埋伏”
KERBEROS PROTOCOL TUTORIAL Overview 本文主要介绍了kerberos的应用场景,以及kerberos鉴权的几个基础组件,以及一个请求的调用过...
Algorithm Four Sum Description Given an array nums of n integers and an integer target,...
当我们在谈论机器学习平台时,我们到底在谈什么 Review 本文主要介绍了平台相关的内容,以及机器学习平台较之传统的平台有哪些区别。主要是拓宽视野
Maximizing use of the terminal 建议 所谓“工欲善其事,必先利其器”基于命令行的操作方式,对于提高工作效率很有帮助。一个是使用 iterm2的终...
StackOverFlowError: Causes & Solutions Review jvm stackoverflowerror 的原因和解决方案jvm实例,每个线程...
Algorithm Letter Combinations of a Phone Number Description Given a string containing d...
NoSQL 数据库不应该放弃 Consistency Review 看完感触,放弃了consistency的nosql数据库,在业务逻辑的实现上增加了难度,主要是用来解决最终...
jcmdSends diagnostic command requests to a running Java Virtual Machine (JVM). Synopsis...
Data Streaming Fault Tolerance Review 本文主要介绍了flink 处理实时数据流的容错特性,以及实现的基本原理。