上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页
摘要: 当你听说Linq给你的承诺时,你怎么想的?Wow,我们可以以统一的方式操作各种各样的数据了。这就是我当时的想法。虽然人们在现实中总是喜欢差异,认为差异才能产生美,如果一切的一切都是一样的,这个世界将无比的单调,可是作为程序员的我们却对标准趋之若鹜,对差异嫉恶如仇。看同桌的你是不是正在为了Oracle和Sql Server两种数据库编写两套数据访问的类?表达式树概念Linq的承诺貌似Java那个梦想一样:Write Once,Run Anywhere。Java是怎么做到的?Sun等公司为我们在各种平台架构上实现了各自的虚拟机,Java的编译分为两个阶段,第一阶段将Java代码编译为字节码,在这个 阅读全文
posted @ 2012-06-21 10:19 猛龍過江 阅读(837) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/ldp615/archive/2009/08/07/1541404.html 阅读全文
posted @ 2012-06-20 14:28 猛龍過江 阅读(156) 评论(0) 推荐(0)
摘要: IntroductionIt is normal practice to open the Windows command prompt and execute commands. The command when executed shows the result onto the screen. There are many commands that we execute daily such as dir, find, etc. A situation may arise when you want to execute a (shell) command from the C# ap 阅读全文
posted @ 2012-06-12 10:00 猛龍過江 阅读(542) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/light169/archive/2007/03/25/686978.html 阅读全文
posted @ 2012-06-11 11:16 猛龍過江 阅读(189) 评论(0) 推荐(0)
摘要: BrowsableAttribute:描述是否一个属性或事件应该被显示在属性浏览器里。 CategoryAttribute:描述一个属性或事件的类别,当使用类别的时候,属性浏览器按类别将属性分组。 DescriptionAttribute:当用户在属性浏览器里选择属性的时候,description里指定的文本会显示在属性浏览器的下边,向用户显示属性的功能。 DefaultPropertyAttribute:为组件指定一个默认的属性,当用户在Form设计器上选择一个控件的时候,默认属性会在属性浏览器里被选中。 DefaultValueAttribute:为一个简单类型的属性设置一个默认值。 De 阅读全文
posted @ 2012-06-11 09:18 猛龍過江 阅读(143) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页