摘要:Demo, 请见 www.guoxuetow.com/search第一步创建索引: 很简单,从数据库里查出你想要索引的数据,并调用lucene的api进行索引就行了。 1 static void CreateIndex() 2 { 3 PanGu.Segme... 阅读全文
Loading a Different jQuery Version for IE6-8
2014-07-17 23:03 by 图安, 216 阅读, 0 推荐, 收藏, 编辑
摘要:http://www.impressivewebs.com/loading-different-jquery-version-ie6-8/ 阅读全文
选择排序和冒泡排序
2014-07-15 14:50 by 图安, 182 阅读, 0 推荐, 收藏, 编辑
摘要:static void Main(string[] args) { int[] arr = new int[] { 11,1, 9, 4, 6, 8, 6, 11, 30 }; printMM(arr); Select... 阅读全文
Bootstrap Tabs with AJAX snippet - SpDNq5bVl0
2014-07-09 16:23 by 图安, 813 阅读, 0 推荐, 收藏, 编辑
摘要:http://www.bootply.com/62742http://www.bootply.com/63891# 1 $('#myTabs a').click(function (e) { 2 e.preventDefault(); 3 4 var url = $(this)... 阅读全文
jquery.qrcode.js
2014-07-08 16:23 by 图安, 191 阅读, 0 推荐, 收藏, 编辑
摘要:http://www.nowamagic.net/librarys/veda/detail/2634 阅读全文
validator.w3.org for html5
2014-07-07 17:32 by 图安, 331 阅读, 0 推荐, 收藏, 编辑
摘要:http://validator.w3.org/ 阅读全文
在ASP.NET MVC 中获取当前URL、controller、action
2014-07-07 14:10 by 图安, 252 阅读, 0 推荐, 收藏, 编辑
摘要:URL的获取很简单,ASP.NET通用:【1】获取 完整url (协议名+域名+虚拟目录名+文件名+参数)string url=Request.Url.ToString();【2】获取 虚拟目录名+页面名+参数:string url=Request.RawUrl;(或 string url=Requ... 阅读全文
Using the ASP.NET MVC 4 Logon returnUrl Parameter
2014-07-07 11:12 by 图安, 309 阅读, 0 推荐, 收藏, 编辑
摘要:Using the ASP.NET MVC 3 Logon returnUrl Parameterhttp://visualstudiounleashed.com/mikesnell/post/2011/08/16/Using-the-ASPNET-MVC-3-Logon-returnUrl-Par... 阅读全文
WPF ReActive MEF MVVM
2014-07-04 10:20 by 图安, 307 阅读, 0 推荐, 收藏, 编辑
摘要:http://rx.codeplex.com/http://www.codeproject.com/Articles/43625/Building-an-Extensible-Application-with-MEF-WPF-an 阅读全文