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

Something in gRPC

常用的rpc框架

2019-06-29
golang

To my lover

I was looking for something until met you, So I found the whole world

2019-06-26
Love

Golang Context

Golang出色的协程为其增添不少色彩,而Context在协程间的协作,同步发挥了很大的作用

2019-06-21
golang

Fmt 输出包

留个坑----

2019-06-21
golang

Something should be noted in golang's map

There is SortedMap or LinkedHashMap in Java Both can ensure the inserted order of elements, but f ** k myself, I found that Go only supports basic HashMap which means you have to do SortedMap and Link

2019-06-19
golang

Golang Mux

开始做笔记… (之前面试被怼了)

2019-06-08
golang

Something about authentication and authorization

Wat the hack is Oauth2, JWT, HTTPS??? Followings are my notes:

2019-06-05
security

Channel

其实里面只涉及部分Channel重点问题,只是暂时做个笔记,仍然有大部分问题需要继续深入,保持持续更新

2019-06-05
golang

Something about Slice in Go

Golang’s Slice is kinda diffrent===>

2019-06-05
golang

class loading

##类的加载 双亲委托模型 双亲委派指的就是 类加载器需要加载类的时候,会先把请求委托给父类加载器,依次递归,如果父类能完成,就返回,只有父类或祖类等无法完成,才自己加载; JVM预定义的三个类型的加载器(classloader) Bootstrap加载器 一般在<JAVA_RUNTIME_HOME>/lib下的类库加载到内存中,因为其涉及JVM本身实现细节,使用C++实现,所以开

2019-06-05
Java
123456

Search

Hexo Fluid