闲云

一张白纸,总想写上点什么...
  博客园  :: 首页  :: 新随笔  :: 订阅 订阅  :: 管理

2006年6月28日

摘要: 阅读全文

posted @ 2006-06-28 17:43 闲云 阅读(100) 评论(0) 推荐(0) 编辑

摘要: 阅读全文

posted @ 2006-06-28 17:42 闲云 阅读(82) 评论(0) 推荐(0) 编辑

摘要: WINDOWS PE EXCUTE FORMAT Implement a Custom Common Language Runtime Host for Your Managed App Unicode Normalization Forms 阅读全文

posted @ 2006-06-28 16:01 闲云 阅读(94) 评论(0) 推荐(0) 编辑

摘要: 学习 Programming C#: Attributes and Reflection public class EmitHelloWorld{ static void Main(string[] args) { // 创建动态程序集和模块 AssemblyName assemblyName = new AssemblyName(); ... 阅读全文

posted @ 2006-06-28 15:51 闲云 阅读(388) 评论(0) 推荐(0) 编辑

摘要: 表示可读取连续字符系列的读取器 常见方法: 1,Peek() 读取下一个字符,不更改读取器状态或数据源。返回下一个可读字符, 而实际上并不从输入流中读取此字符 2,Read() 从输入流读取数据。 读取输入流中的下一个字符并使该字符的位置提升一个字符。 3,Rea... 阅读全文

posted @ 2006-06-28 13:21 闲云 阅读(604) 评论(0) 推荐(0) 编辑

摘要: 一,不常见写法: 1, if(...){} else switch(...){} --觉得还比较简洁二,误解的概念 1, SomeType a = new SomeType(); if(SomeType==nulll){} 这句话永远是对的 2, SomeType a = new SomeT... 阅读全文

posted @ 2006-06-28 13:10 闲云 阅读(451) 评论(2) 推荐(1) 编辑

摘要: 阅读全文

posted @ 2006-06-28 09:56 闲云 阅读(106) 评论(0) 推荐(0) 编辑