摘要:
# 1 copy orgin data dir of mysql to new one cp -R /var/lib/mysql /mysqldata chown mysql:mysql -R /mysqldata # 2 modify configure files, search for dat 阅读全文
摘要:
```shell
# setup by root
wget http://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz
tar -xzvf ctags-5.8.tar.gz
./configure
make && make install # by user
git clone https://github.com/betachen/vim... 阅读全文
摘要:
You can find all cpp references on websites: http://zh.cppreference.com/ http://www.cplusplus.com/reference/ 泛型算法: 所有算法的前两个参数都是一对iterators:[first,last 阅读全文