代码改变世界

随笔档案-2012年02月

无线认证方案1

2012-02-28 09:32 by 通心菜, 176 阅读, 收藏,
摘要: Wiwiz HotSpot BuilderRedCat-NSS 阅读全文

Action Func delegate

2012-02-27 11:46 by 通心菜, 277 阅读, 收藏,
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { delegate void D1(string name); static Action<string> A1; static Func<string,string> F1; static void Main(string[] args) {... 阅读全文