COM 组件设计与应用(一)起源及复合文件
另外:学习COM技术的绝好resource website: http://www.kuqin.com/components/
阅读全文
posted @ 2008-07-02 21:08 飞天舞者 阅读(150) 评论(0) 编辑
posted @ 2008-07-02 21:08 飞天舞者 阅读(150) 评论(0) 编辑
posted @ 2008-07-02 21:06 飞天舞者 阅读(146) 评论(0) 编辑
posted @ 2008-07-02 21:05 飞天舞者 阅读(98) 评论(0) 编辑
posted @ 2008-07-02 16:31 飞天舞者 阅读(270) 评论(0) 编辑
当IIS发生crash或者hang之后,如果有必要获取此刻的memory dump。我们必须通过相应的debug tool来获得。相应工具很多。推荐的是windbg。安装之后,在其folder下,有一个adplus.vbs脚本工具。
1.dump hang模式下的iis memory:
在command console下面:
key in: adplus -hang -iis -o c:\ Path_to_Put_Files_in -quiet
则系统会listen iis。如果iis发生hang,那么会自动收集与iis相关的memory保存至Path_to_Put_Files,然后exit.
2. dump crash模式下的iis memory:
在command console下面:
key in: adplus -crash -iis -o c:\ Path_to_Put_Files_in -quiet
则当iis crash的时候,系统会自动收集与iis相关的memery并保存至Path_to_Put_Files,然后exit.
posted @ 2008-07-02 15:51 飞天舞者 阅读(227) 评论(0) 编辑
| For more information about me, feel free email to me winston.he@hotmail.com |