摘要:
$ gedit /etc/apt/sources.list $ sudo apt-get update $ apt-cache search ibus |grep ^ibus Ros: Here is the Pipe $ sudo apt-get install ibus ibus-table $ sudo dpkg -i xxxxx.deb 阅读全文
摘要:
#include 编译器从标准库路径开始搜索 #include "filename.h" 编译器从用户工作路径开始搜索 #ifndef #define #endif 用于防止该头文件被重复引用 阅读全文