摘要:
Netty 一、概述 1、什么是Netty Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance proto 阅读全文
摘要:
Java - 编写自己的类库 2021-08-02 许多程序代码我们先用到以后的开发中。比如:排序算法等。避免每次使用都要重新写一遍这些代码。如果可以像调用jdk一样的方法来调用我们自己写的代码块。那么该多好。 万幸,有。废话不多说。talk is cheap,show me your code。 阅读全文