Doujohner 
  • Home
  • Archives
  • Categories
  • Tags
  • About
  •   
  •   

Notes about JVM

不得不说,特么这兄弟归纳的太好了

2019-06-05
Java

Notes about HTTP2

HTTP2

2018-07-15
networking

Notes about Raft and Paxos

复习一些分布式理论: Raft和Paxos(暂时只讨论算法情况,工程情况留坑)

2018-07-10
Distributed

Notes about Design Pattern(java)

For reviewing some most likely used design pattern: Singleton Most commonly public class Singleton{ private static final Singleton singleton = new Singleton(); private Singleton(){

2018-04-30
Design Pattern

Java-Concurrency

Actually we’ve learned the concept about multithread and the problem may cause.For instance, deadlock.

2018-03-07
Java

Java-Collections

Following is the summarize of the Java Collections://todo

2018-01-07
Java

正则表达式

曾经认为,这玩意儿要匹配的话扔网上工具转换就行,但现在感觉还是记住一些比较重要的好一点,所以就当练打字吧~ 这里的正则表达式就暂时在javascript上讨论吧。

2018-01-05
Regular Expression

从DocumentFragment看到GUI渲染

这里主要说说重绘(repaint)和回流(reflow)的问题

2017-02-05
css

Markdown学习记录

很久不用,今天就从这里开始重新学习吧!

2017-02-01
Markdown

My Understanding towards Promise/A+

Personal comprehension about ES6 promise,including simulated promise implementation

2017-01-07
Javascript
1…3456

Search

Hexo Fluid