nice reference for my FYP
http://snowball.tartarus.org/algorithms/english/stemmer.html
Sunday, November 18, 2012
Monday, November 12, 2012
Linq to Lucene for Entity Framework
http://linqtolucene.codeplex.com/discussions/79132?ProjectName=linqtolucene
Introducing IIS Express
http://weblogs.asp.net/scottgu/archive/2010/06/28/introducing-iis-express.aspx
Sunday, November 11, 2012
review LINQ
sequence = list of object, normally, LINQ return IEnumerable<T> sequence
iQueryable work with SQL DB
iQueryable work with SQL DB
Tuesday, November 6, 2012
What is preventDefault() in jquery?
preventDefault() 方法阻止元素發生默認的行為(例如,當點擊提交按鈕時阻止對錶單的提交)。
$("a").click(function(event){ event.preventDefault(); });
Sunday, November 4, 2012
Subscribe to:
Posts (Atom)