计算机
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...
2021年12月18日
Java Language
总是想重新学习一遍Java,或者觉得自己掌握不够扎实想补全一下,除了Oracle的官方教程外,最近发现了logicbig.com这个网站,上面的基本都带有完整的代码实例,讲解也清楚简洁,排版也很好看,...
近期评论