编程语言只是一种工具,它不应该成为我们技术前进之路上的壁垒。

随笔分类 -  netty

netty 学习笔记三:大跃进,使用 netty 实现 IM 即时通讯系统
摘要:前言: 本文成文基于掘金小册《Netty 入门与实战:仿写微信 IM 即时通讯系统》:https://juejin.im/book/5b4bc28bf265da0f60130116 掘金上有些小册还是不错,这篇 netty 也是我18年买了,19年再看才能大部分吸收的内容(之前就是菜啊,还能是什么) 阅读全文

posted @ 2019-11-07 13:55 独角没有戏 阅读(3908) 评论(0) 推荐(0)

netty 学习笔记二:服务端、客户端启动流程
摘要:本节笔记承接上一节《netty 学习笔记一》,介绍 netty 服务端、客户端启动流程中关注的一些要素。 服务端启动流程代码:https://github.com/christmad/code-share/blob/master/share-netty/src/main/java/code.shar 阅读全文

posted @ 2019-10-05 20:39 独角没有戏 阅读(544) 评论(0) 推荐(0)

netty 学习笔记一:感受 IO编程 NIO编程 与 Netty 编程
摘要:代码和注释:https://github.com/christmad/code-share/tree/master/share-netty/src/main/java/code.share.netty (1)IO编程模式 IO server端代码: 1 public void IOserver() 阅读全文

posted @ 2019-10-04 19:53 独角没有戏 阅读(368) 评论(0) 推荐(0)

导航