摘要: 结果: 代码: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Windows.Forms; using System.Diagnostics; using System.Drawi... 阅读全文
posted @ 2008-08-15 17:24 公元前 阅读(280) 评论(0) 推荐(0)
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using... 阅读全文
posted @ 2008-08-15 17:19 公元前 阅读(773) 评论(0) 推荐(0)
摘要: {dede:channel type='self' row='10' currentstyle="~typename~" } [field:typename/] {/dede:channel} 阅读全文
posted @ 2008-08-15 17:02 公元前 阅读(161) 评论(0) 推荐(0)
摘要: 在受控代码与非受控代码进行交互时会产生一个事务(transition) ,这通常发生在使用平台调用服务(Platform Invocation Services),即P/Invoke 如调用系统的 API 或与 COM 对象打交道,通过 System.Runtime.InteropServices 命名空间 虽然使用 Interop 非常方便,但据估计每次调用事务都要执行 10 到 40 条指令,... 阅读全文
posted @ 2008-08-15 09:59 公元前 阅读(2660) 评论(2) 推荐(1)