未分类
macos
程序坞 快捷键【⌥+⌘+D】,那么程序坞显示出来
gdb
gdb printf char *x gdb打印出来 printf "%s", x
gentoo wps字体一团黑
解决方法 从别的系统复制一个低版本的libfreetype.so,保存到/opt/kingsoft/wps-o … Read more
uml and dot
plantuml plantuml成员或者函数跨行:显式用{field}和{method}指出,然后中间加\n … Read more
linux cpu锁频
命令 #上限 sudo cpufreq-set -c i -u 3.8GHz # i 是你的线程id 比如你是 … Read more
protobuf相关
proto定义,repeated bytes是如何clear的 bytes是通过std::string实现的, … Read more