09 2005 档案

posted @ 2005-09-25 16:11 shipfi 阅读(120) | 评论 (0) 编辑
摘要: 今天看到木帷幕的一篇文章,讲到如何用反射调用别人的.net程序。遂自己也根据他的理念实作了一遍。阅读全文
posted @ 2005-09-24 10:14 shipfi 阅读(184) | 评论 (2) 编辑
摘要: Attributes是一种新的用来描述信息的类型,我们可以用Attributes来定义设计时或者运行时的信息。对于设计时,我们可以提供帮助文件,文档等信息,对于运行时,我们可以提供类的域,并用XML来描述。我们还可以用Attributes来设计“自描述” 的组件类型。阅读全文
posted @ 2005-09-22 10:01 shipfi 阅读(144) | 评论 (0) 编辑
摘要:
Memory-mapped files (MMFs) offer a unique memory management feature that allows applications to access files on disk in the same way they access dynamic memory—through pointers. With this capability you can map a view of all or part of a file on disk to a specific range of addresses within your process's address space. And once that is done, accessing the content of a memory-mapped file is as simple as dereferencing a pointer in the designated range of addresses.阅读全文
posted @ 2005-09-16 16:05 shipfi 阅读(1035) | 评论 (1) 编辑
摘要: 还记得这段旋律吗?熟悉吗?看过《成长的烦恼》的朋友应该知道的。阅读全文
posted @ 2005-09-04 22:39 shipfi 阅读(248) | 评论 (0) 编辑
摘要: 关于线程池的概念以及使用阅读全文
posted @ 2005-09-04 17:04 shipfi 阅读(2320) | 评论 (1) 编辑
摘要: MSDN中讲Thread Pooling的一篇文章。阅读全文
posted @ 2005-09-02 14:47 shipfi 阅读(505) | 评论 (0) 编辑
摘要:
1.等待定时器内核对象
2.信标对象
3.互斥对象阅读全文
posted @ 2005-09-02 10:56 shipfi 阅读(292) | 评论 (0) 编辑
摘要:
Very quietly I take my leave

  As quietly as I came here;

  Quietly I wave good-bye

  To the rosy clouds in the western sky.
阅读全文
posted @ 2005-09-01 10:08 shipfi 阅读(189) | 评论 (0) 编辑