Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on KDevelop

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

KDevCMakeManager

If you get an error saying that project management plugin could not be loaded ("Could not load project management plugin KDevCMakeManager.") make sure cmake is installed.

  1. vim mode Menu -> Settings …

Tips on IBus

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. advanced, share among all ...

Tips on MongoDB

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

{"\(and": [{"tags": {"\)regex": "idea"}}, {"tags": {"$regex": "idea"}}]}

{"\(and": [{"tags": {"\)regex": "idea"}}, {"tags": {"$regex": "mob"}}]}

mongoimport -d notes -c note notes.json

mongodb: dbpath, centos: /data/db by default

Writing Doc Using Microsoft Word

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. MS Word 2007 and 2010 is not fully compatible. Open Word 2010 document in Word 2007 might cause problems.

  2. Word 2007 is not as good as Word 2010 at converting documents …

Tips on C++

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

IDE

  1. Eclispe CDT is a good IDE for C/C++ development in Unix/Linux sytem. Configuration of Eclipse CDT in Windows system is not pleasant. Netbeans and code::blocks are good …