1 How to install cscope to emacs in Ubuntu? sudo apt-get install cscope-el cscope NOTICE: Do not forget cscope-el 2 How to use cscope in emacs After cscope installed, it will add a menu to emacs automatically. There you can see many useful
解決passwd命令的“module is unknown”的錯誤/*******************************************************************本文首發於bbs.bluegem.org的linux區*本人email:chenfei@sohu.com*如轉載本文,請保留首發地和本人聯絡方式,以方便交流,謝謝!******************************************************************/
I have found a very useful web-sit to learn Emacs:http://www.ibm.com/developerworks/cn/aix/lp/emacsnew.htmlwhich is a tutor material of Emacs editing environment. To use the help system of emacs, pay attention of C-h C-h k + key-stroking: show the
萊文斯坦距離(LD)用于衡量兩個字串之間的相似性。 以下我們稱這兩個字串分別為 s (原字串) 和 t (目標字串)。萊文斯坦距離被定義為''將字串 s 變換為字串 t 所需的刪除、插入、替換操作的次數''。 例如: s="test", t="test", 那麼 LD(s,t)=0,因為不需要做任何變換兩者已相等; s="test", t="tent", 那麼 LD(s,t)=1,因為s變換為t只需做一次替換(將"s"替換為"n")。萊文斯坦距離越大,字串的相似程度越低。 inline int
Is it possible to create a full automated SMS test case? The essential of automated testing is to avoid any manual interrupt. So how to verify if a short message is sent successfully full automatically? How to verify a message is received
I didn't write blog so many days. Today, I saw a blog wrote how one guy learning Java from zero. That remind me a lot. I want to learn Java when I'm freshman in college.I remember that's so frastrution I feeled in the beginning.Cause as a man who