标签:客户 tty style 第三章 开发 color end .net 3.1
3.1 Netty开发环境的搭建
3.1.1 下载Netty的软件包
3.1.2 搭建Netty应用工程
3.2 Netty服务端开发
3.3 Netty客户端开发
3.4 运行和调试
3.4.1 服务端和客户端的运行
3.4.2 打包和部署
3.5 总结
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
3.1 Netty开发环境的搭建
3.1.1 下载Netty的软件包
<!-- netty --> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>5.0.0.Alpha2</version> </dependency>
3.1.2 搭建Netty应用工程
啦啦啦
标签:客户 tty style 第三章 开发 color end .net 3.1
原文地址:http://www.cnblogs.com/ClassNotFoundException/p/6290466.html