心 涯

NET&JAVA&PHP(要跨界,你不只要跨「脑」的界限,更要跨越「心」的界限,不怕改变,不怕再学习!)

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

04 2008 档案

摘要:很早就知道Lucene.Net但一直都没时间认真实践一下.最近项目需要.所以考虑学习一下Lucene.Net引擎.终于做出了第一个Demo感觉挺实用的.还不错.代码贴上.各位博友可参考学习一下. protected void btnAddIndex_Click(object sender, EventArgs e) { ... 阅读全文
posted @ 2008-04-26 22:40 witer666 阅读(447) 评论(0) 推荐(0)

摘要:IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process. New in... 阅读全文
posted @ 2008-04-11 23:32 witer666 阅读(483) 评论(0) 推荐(0)

摘要:6 free online editors for your asp.net site VIA : .Net Adventures FCKeditor this HTML text editor brings to the web much of the power of desktop editors like MS Word. Download FCKeditor Demo D... 阅读全文
posted @ 2008-04-11 22:55 witer666 阅读(511) 评论(0) 推荐(0)

摘要:Standard GridView declaration: ... 阅读全文
posted @ 2008-04-08 23:04 witer666 阅读(18836) 评论(8) 推荐(1)

摘要:Dim sNewConnStr As String = "" 'Get the file info Dim config As System.Configuration.Configuration = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None) 'Load the file in... 阅读全文
posted @ 2008-04-05 23:21 witer666 阅读(758) 评论(2) 推荐(0)

摘要:1.利用Linq创建一个XML //Create dummy XML to work var root = new XElement("parent", from i in new int[] { 1, 2, 3, 4, 5, 6 } select new XElement("child", new XAttribute("number", i))); This w... 阅读全文
posted @ 2008-04-05 23:12 witer666 阅读(608) 评论(0) 推荐(0)

摘要:大家再猜猜.Net Framework4.0会有多少呢?各位现又了解多少呢? 阅读全文
posted @ 2008-04-05 11:19 witer666 阅读(325) 评论(0) 推荐(0)