路漫漫其修远兮!
专注于Windows API、.NET、虚拟化、企业信息化及网络技术。
摘要: using System; using System.Collections.Generic; public delegate void DExchange<T>(ref T t1,ref T t2); public interface IExchange<T> { void Swap(ref T 阅读全文
posted @ 2016-04-07 16:46 艺歆 阅读(426) 评论(1) 推荐(0)
摘要: Enum 实例 using System; using System.Collections.Generic; public class MyClass { enum EmpType { Manager,Grunt,Contractor,VP } static void AskForBonus(Em 阅读全文
posted @ 2016-04-06 21:00 艺歆 阅读(139) 评论(0) 推荐(0)
摘要: C#与.NET3.0高级程序设计美 Andrew Troelsennamespace liujietest{ public class ConsoleTest { void sayHello() { System.Console.Write("\nHello,C#"); } public override string ToString() { return "This is liujie test!"; } public static vo... 阅读全文
posted @ 2013-04-12 15:34 艺歆 阅读(143) 评论(0) 推荐(0)
摘要: 学习Windows开发,参考 Chales Petzold 《Programming Windows 6th Edition》,基于XAML编程。此为系列文章,争取坚持下去。 阅读全文
posted @ 2013-04-12 15:33 艺歆 阅读(112) 评论(0) 推荐(0)
摘要: 1、《Programming Windows》,Chales Petzold2、《Windows via c/c++ 》,Jeffrey Richter3、Windows CLI,Jeffery Richter4、MCITP5、VCP/VCAD/VCAP6、PLM/CRM/ERP 阅读全文
posted @ 2013-04-12 15:27 艺歆 阅读(113) 评论(0) 推荐(0)