主页

Go 语言 http 客户端

Go语言标准库内建提供了 net/http 包,涵盖了 HTTP 客户端和服务端的具体实现。使用 net/http 包,我们可以很方便地编写 HTTP 客户端或服务端的程序。

阅读更多

ReflectASM 用法

ReflectASM 是一个很小的 java 类库,它仅仅有 5 个类,但是却提供了非常高性能的属性操作、方法调用、构造方法调用,它在底层使用了 asm https://www.ibm.com/developerworks/cn/java/j-lo-asm30/index.htm 动态构建出字节码,这相比于反射,直接方法的调用性能高出很多。

阅读更多

CentOS 7 升级内核

The kernel is the core of an operating system. The Linux kernel is the monolithic Unix-like kernel of the Linux computer operating system. It was created by Linux Torvalds, and all Linux distributions including Ubuntu, CentOS and Debian are based on this kernel - the Linux kernel.

阅读更多