dbgview 在windows 10 中关闭后再次打开时无法“capture kernel”
摘要:DbgView 是一个免费的用于抓取log 的工具,可以捕获并输出OutputDebugString()函数的输出,以及输出windows driver 中dbgprint 的log,对于windows driver 开发和调试是十分有帮助的。 但是该tool 已经很久不再更新了,最新的版本是V4.
阅读全文
posted @
2016-06-13 17:44
chen-jiao
阅读(3053)
推荐(2)
[LeetCode] Median of Two Sorted Arrays 解题报告
摘要:There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sh
阅读全文
posted @
2016-06-13 17:40
chen-jiao
阅读(198)
推荐(0)