Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 573 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 573 Bytes

CodeRepository

练习代码库

wsdlService

wsdl服务创建与请求

thread

线程(Synchronized、Lock)、线程池、volatile

blockingQueue

高效并且线程安全的队列类,很好的解决了多线程中高效安全“传输”数据的问题;属于Concurrent包。

socket

流相关:read-in;wirte-out

reflect

反射

netty

netty是一个基于NIO的客户、服务器端编程框架;例如:基于TCP和UDP的socket服务开发。

hadoop

hdfs