XuGang

记录一个程序员的成长

 

2010年4月28日

再探委托与事件

摘要: 委托在这里补充两个对委托运用得比较少的示例:一、将委托作为参数传递,然后再调用;二、使用委托调用内部类中的方法;示例一:委托作为参数委托作为参数.csCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Col... 阅读全文

posted @ 2010-04-28 20:30 钢钢 阅读(894) 评论(1) 推荐(0) 编辑

ASCII编码表

摘要: 十六进制 ASCII编码表 竖列表示高4位编码,横行表示低4位编码。 hex 0 1 2 3 4 5 6 7 8 9 A B C D E F 0 nul soh stx etx eot enq ack bel bs tab lf vt ff cr so si 1 dle dc1 dc2 dc3 dc4 nak syn etb can em sub esc fs gs rs us 2 ! " # ... 阅读全文

posted @ 2010-04-28 12:21 钢钢 阅读(799) 评论(0) 推荐(0) 编辑

导航