摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <script type="text/javascript"> funct 阅读全文
posted @ 2012-11-25 12:47 FiberHomer 阅读(364) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <script type="text/javascript"> //弹出消 阅读全文
posted @ 2012-11-25 10:15 FiberHomer 阅读(120) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace gc{ class Program { delegate void TestDelegate(string s); static void M(string s) { Console.WriteLine(s); } static void Main(string[] args) { //匿名函数 TestDelegate TestDelA = new TestDelegate(M);//委托 "关联&q 阅读全文
posted @ 2012-11-25 10:01 FiberHomer 阅读(186) 评论(0) 推荐(0) 编辑