KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
recording
★ 15
Open GitHub ↗
学习笔记
Download README (.md)
Explore Similar Repositories
pc2pix
:
Keras code of my 2019 CVPR Workshop paper "A Conditional Generative Adversarial Network for Rendering Point Clouds"
UnityPatrolSystem
:
Basic Point/Area System for NavMesh Navigation
ToStruct.jl
:
Easy way to convert dict to struct
markdown-formatter
:
A markdown formatter intended for writing specifications
readPL4
:
Describe and read ATP's PL4 binary data file format by means of reverse engineering.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
recording
?
Download (.md)
#### 学习笔记 **[多线程并发编程](https://github.com/haoxiaoyong1014/recording/blob/master/md/thread.md)** 基本知识回顾 怎么理解多线程 两种方式的区别 获取当前线程的对象 守护线程 加入线程(join(),join(int)) 线程安全 解决线程安全问题 死锁 线程间通信 线程的生命周期 生产者消费者模式 生产者-消费者与队列 线程池的使用 线程池的原理 synchronized的三种使用方式 synchronized底层语义原理 **[BIO编程](https://github.com/haoxiaoyong1014/recording/blob/master/md/bio.md)** 到底什么是“IO Block” BIO介绍 BIO代码实例 多线程的方式-同步阻塞式I/O 利用线程池解决BIO-伪异步I/O模型 **[NIO编程](https://github.com/haoxiaoyong1014/recording/blob/master/md/nio.md)** 网络IO的介绍 nio的概述 channel通道 FileChannel文件IO buffer缓冲区 selector选择器 selectionKey NIO的入门案例 网络聊天案例 源码分析 IO 对比总结 **[BIO,NIO AIO 总结](https://github.com/haoxiaoyong1014/recording/blob/master/md/sumup.md)** 同步异步 阻塞非阻塞 BIO总结 NIO总结 AIO总结 **[Netty框架](https://github.com/haoxiaoyong1014/recording/blob/master/md/netty.md)** 概述 核心API 入门案例 网络聊天案例 整合WebSocket 使用netty做心跳检测 使用netty做文件传输 netty编码解码 netty粘包拆包 **[自定义RPC](https://github.com/haoxiaoyong1014/recording/blob/master/md/rpc.md)** 整体分析 设置和实现 代码实现 使用方式 测试结果 **持续更新中.....欢迎Star**