selfboot
selfboot
My template is just like the followings: ``` /* * @Date: {{create_time}} * @Last Modified time: {{last_modified_time}} */ ``` When save XXX.cpp after do some modification, the modified time does...
When there is a link in the header, such as: ``` # Header1 Content.... # [Header2](http://selfboot.cn) content... ## Sub Header content... ``` Then the toc generated seems a bit strange,...
[B 树](https://github.com/xuelangZF/CS_Offer/blob/master/DataStructure/B_Tree.md) 缺少详细内容
socket.listen(backlog) ~~指定同时能处理的最大连接要求,通常为10或者5。最大值可设至128~~。 这里需要完善说明,添加 Socket_Listen.md 进行补充说明。
[ShadowSocks ](https://github.com/xuelangZF/CS_Offer/blob/master/Network/ShadowSocks.md) 是个不错的东西,希望能够完善相关介绍
python 单元测试部分需要完善。 可以加入示例,和 Mock 测试 [Test](https://github.com/xuelangZF/CS_Offer/blob/master/Python/Test.md)
[SharedMemory.md](https://github.com/xuelangZF/CS_Offer/blob/master/Linux_OS/SharedMemory.md) 简单讲述共享内存的使用,却少背后实现机制