05 2008 档案

摘要:吕老师经典的设计模式讲解 阅读全文
posted @ 2008-05-31 10:27 roboth 阅读(224) 评论(0) 推荐(0) 编辑
摘要:debug多多 阅读全文
posted @ 2008-05-29 12:30 roboth 阅读(5934) 评论(0) 推荐(0) 编辑
摘要:yield return 功不可没 阅读全文
posted @ 2008-05-28 10:28 roboth 阅读(486) 评论(0) 推荐(0) 编辑
摘要:你有可能熟悉out,ref.你熟悉params吗?不知道可以看看。 阅读全文
posted @ 2008-05-28 10:20 roboth 阅读(815) 评论(0) 推荐(0) 编辑
摘要:Delegate经典诠释 阅读全文
posted @ 2008-05-27 09:42 roboth 阅读(183) 评论(0) 推荐(0) 编辑
摘要:杀手锏 阅读全文
posted @ 2008-05-24 19:54 roboth 阅读(634) 评论(11) 推荐(0) 编辑
摘要:看看吧。 阅读全文
posted @ 2008-05-24 12:33 roboth 阅读(607) 评论(5) 推荐(0) 编辑
摘要:AppDomain知识 阅读全文
posted @ 2008-05-24 11:38 roboth 阅读(581) 评论(0) 推荐(0) 编辑
摘要:不知道谁写的了。 阅读全文
posted @ 2008-05-23 13:02 roboth 阅读(292) 评论(0) 推荐(0) 编辑
摘要:很简单的一个问题。 阅读全文
posted @ 2008-05-22 18:08 roboth 阅读(452) 评论(2) 推荐(0) 编辑
摘要:观察美丽少妇的后果 阅读全文
posted @ 2008-05-22 12:14 roboth 阅读(523) 评论(0) 推荐(0) 编辑
摘要:MyResume 阅读全文
posted @ 2008-05-22 08:38 roboth 阅读(979) 评论(9) 推荐(0) 编辑
摘要:不错的一篇关于ViewState的E文文章。 阅读全文
posted @ 2008-05-12 16:05 roboth 阅读(384) 评论(0) 推荐(0) 编辑
摘要:献给母亲 阅读全文
posted @ 2008-05-11 11:10 roboth 阅读(234) 评论(2) 推荐(0) 编辑
摘要:~ 阅读全文
posted @ 2008-05-09 10:59 roboth 阅读(317) 评论(0) 推荐(0) 编辑
摘要:using内幕。 阅读全文
posted @ 2008-05-09 10:52 roboth 阅读(365) 评论(3) 推荐(0) 编辑
摘要:using System; using System.IO; class Program { static void Main() { try { // Initialize a Stream resource to pass // to the DisposableResource class.... 阅读全文
posted @ 2008-05-09 10:23 roboth 阅读(269) 评论(0) 推荐(0) 编辑
摘要:概念性的东东。 阅读全文
posted @ 2008-05-08 22:33 roboth 阅读(597) 评论(0) 推荐(0) 编辑
摘要:In a project I'm doing I needed to basically do a DISTINCT on a couple fields in a DataTable that I had used earlier in code. Did some Google searching and came up with this MS KB on the subject. I was hoping to find it in the Framework, but hey, writing a little extra code never hurt anyway. Looking over the code though I found that I just didn't really like it. Biggest reason being it only took one field. I wanted to be able to pass in n number of fields, so I rewrote it and did a little 阅读全文
posted @ 2008-05-05 19:38 roboth 阅读(557) 评论(4) 推荐(0) 编辑
摘要:From:MSDN Example private static void DemonstrateMergeTable() { // Demonstrate merging, within and without // preserving changes. // In this example, take these actions: ... 阅读全文
posted @ 2008-05-04 20:01 roboth 阅读(189) 评论(1) 推荐(0) 编辑
摘要://Create DataTable DataTable dt = new DataTable(); dt.CaseSensitive = true; //Create DataColumns DataColumn col1 = new DataColumn("id", typeof(int)); DataColumn... 阅读全文
posted @ 2008-05-04 18:51 roboth 阅读(232) 评论(0) 推荐(0) 编辑
摘要:using System.Collections; using System.Reflection; using System.Data; using System; public class CADataConverter { private static Hashtable types = new Hashtable(); private CADataConverter() ... 阅读全文
posted @ 2008-05-03 19:37 roboth 阅读(273) 评论(0) 推荐(0) 编辑
摘要:from:http://www.cnblogs.com/David-weihw/archive/2006/11/17/563701.html 今天我的同事,被ExecuteNonQuery 方法给困住了。 同事只知道ExecuteNonQuery返回受影响的行数,但不知道对于SQL 的 select命令返回值为-1。 更准确的说法是: 对于 UPD... 阅读全文
posted @ 2008-05-01 11:01 roboth 阅读(190) 评论(0) 推荐(0) 编辑
摘要:ConnectionStringSettings setting = new ConnectionStringSettings(); setting = ConfigurationManager.ConnectionStrings["Codematic"]; DbProviderFactory facotory = DbProviderFactories.GetFa... 阅读全文
posted @ 2008-05-01 10:30 roboth 阅读(240) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示