cauchyschwarz
2021年12月19日
TCP Socket Option
总结一下自己目前接触到的TCP socket option。可以通过以下方式获得更加准确、详细的关于这些选项的介绍和应用: man 7 tcp查看linux自带的manuanl 阅读Unix网络编程之...
2021年12月19日
OpenMP多线程读书笔记
八、OpenMP多线程编程及性能优化 OpenMP是一种面向共享内存以及分布式共享内存的多处理器多线程并行编程语言。OpenMP是一种能够被用于显示制导多线程、共享内存并行的应用程序编程接口(API)...
2021年12月18日
build a dota2 ai
Tired of endless dota2 matches, write a dota2 bot script for fun. Start Place For short, make a copy...
2021年12月18日
kernel tracing techniques
Install debug symbols And read this SO answer. [Install kernel source] Then go to /usr/src...
2021年12月18日
2021年12月18日
Java Logging
Java自带的log工具。 入门 打印信息: JUL的workflow LoggerA named entity to which user application sends messages. H...
2021年12月18日
生成letsencrypt证书
Read the documentation.After install the certbot tool, run the standalone version to get letsen...
近期评论