原创 Linux下怎麼安裝中文輸入法?

卸載Ibus輸入法 代碼: sudo apt-get remove ibus 安裝scim輸入法 代碼: sudo apt-get install scim 代碼: sudo apt-get install scim-chinese 代碼

原创 Use HttpUtility and NameValueCollection in c# of Visual Studio 2010

Class NameValueCollection is in the namespace System.Colletions.Specialized Class HttpUtility is in the namespace Syste

原创 英文Email常用句型

以下句型內容摘自[經理人月刊] -《利用上班,學好英文》(楊偉凱著,商周出版)英文Email,第一段該寫什麼?1. I am writing to confirm/ enquire/ inform you...我寫信是要確認/ 詢問/

原创 [zz]在港內地學生辦理工作簽證指南(IANG)

轉載自: http://bbs.gter.net/bbs/viewthread.php?tid=947683作者:Zephyr_su(BBF注:不願意看入境處官網而到處詢問IANG辦理手續的童鞋們,再懶也不能不看這篇文章了吧)1. 前言(

原创 Linux, Mac下Latex的IDE

常年在windows下用慣了WinEdt,進來轉戰Mac, Linux,用Vim寫Latex總覺得不是那麼習慣,經朋友推薦,發現一款Linux下非常

原创 Linux,Mac或者windows下編譯latex生成pdf的指令

Linux or Mac: 可以把以下5行寫到一個compile.sh裏 latex abc.tex bibtex abc latex abc.tex latex abc.tex dvipdf abc.dvi abc.pdf 特別注意的

原创 記錄幾道面試題留着之後看

1, 面試題之鏈表問題 - 判斷單鏈表是否有環? 給定一個單鏈表: 如何判斷單鏈表是否有環? 如何找出環的連接點在哪裏? 如何知道環的長度? 答案: 使用追趕的方法,很容易得到環的存在性結論。能夠解決問題1。記下碰撞點P。 從

原创 latex中在\begin{equation}輸入空格的方法

在latex的equation模式中,輸入空格的方法是一個波浪線~

原创 關於linux bash shell中sort命令指定分隔符的用法

linux的bash shell中有個函數叫做sort,其中有個flag是-t,這個flag的作用是指定用戶定義的字符作爲分隔符(bash shell 默認用'\t'和' '作爲分隔符),但是當指定的字符爲'\t'時,用法有些特別了,如下

原创 vim的配置文件

找到一個好用的vim配置文件。 http://amix.dk/vim/vimrc.html 點贊 收藏 分享 文章舉報 lovelytigerphd 發佈了67 篇原創文章 ·

原创 A good code base of Microsoft C#

http://1code.codeplex.com/releases http://1code.codeplex.com/releases/view/62253#DownloadId=215082 點贊 收藏 分

原创 KDD 2011的關於topic modeling的Tutorial

KDD 2011的關於topic modeling的Tutorial 首先,神馬是topic model? wikipedia說是這個: In machine learning and natural language processin

原创 責任 慾望 堅持 前瞻 + 創新 = 持續的青年領導力/有朝氣的青年領導力

2010中國經濟年度人物香港論壇邀請了紅杉資本的沈南鵬, 新浪CEO曹國偉,摩根大通的方方以及香港青年聯合會的陳仲尼作爲嘉賓,探討青年領導力的話題。

原创 Sort c# Dictionary by Value

Following is an example of using LINQ to sort c# Dictionary by Value:     Dictionary<String, int> itemCount = new Dicti

原创 Examples to disable script error, JTI debugger, etc in c# WebBrowser

Microsoft provides several great examples about script error, JTI debugger, etc in c# WebBrowser object   http://1code.