摘要:
Before the advent of large-scale services, an application might just exposes or references remote service by using RMI or Hessian, the call is done by 阅读全文
摘要:
With the fast development of Internet, the scale of web applications expands unceasingly, and finally we find that the traditional vertical architectu 阅读全文
摘要:
First, what is high concurrency High concurrency is one of the factors that must be considered in the architecture design of the Internet Distributed 阅读全文
摘要:
Get an overview of data structures and algorithms and how they work together in your Java programs Java programmers use data structures to store and o 阅读全文
摘要:
我周围的人几乎都认为二分查找很简单,但事实真的如此吗?二分查找真的很简单吗?并不简单。看看 Knuth 大佬(发明 KMP 算法的那位)怎么说的: Although the basic idea of binary search is comparatively straightforward, t 阅读全文