摘要:#include#includestd::this_thread::sleep_for(std::chrono::milliseconds(1000));
阅读全文
摘要:1. 安装 git# sudo apt-get update# sudo apt-get install git2. 配置# git config --global user.name "Your Name" # git config --global user.email "youremail@domain.com"3. 查看配置# gitconfig--list4. 安装 SmartG...
阅读全文
摘要:# sudo apt-get install openjdk-7-jdk# sudo apt-get install g++# cd ~/Downloads# wget http://download.netbeans.org/netbeans/8.1/final/bundles/netbeans-8.1-cpp-linux-x86.sh# chmod +x ~/Downloads/netbean...
阅读全文
摘要:安装sublime的pakcage control参考: https://packagecontrol.io/installation#st3ctrl+`import urllib.request,os,hashlib; h = '2915d1851351e5ee549c20394736b442' + '8bc59f460fa1548d1514676163dafc88'; pf = 'Pa...
阅读全文
摘要:1. 下载$ cd ~/Downloads$ wgethttps://download.sublimetext.com/sublime-text_build-3083_i386.deb2. 安装$ sudo dpkg -isublime-text_build-3083_i386.deb3. 注册运行...
阅读全文