代码改变世界

阅读排行榜

The simple debugger

2004-07-12 16:03 by atempcode, 587 阅读, 收藏,
摘要: This is the p-code of a simple debugger on Windows.1. the debugger create a process with the dwCreationFlags set to DEBUG_ONLY_THIS_PROCESS.2. After the target started, the debugger enter into a loop.... 阅读全文

I do not like itunes

2007-08-16 11:53 by atempcode, 586 阅读, 收藏,
摘要: iTunes是最难用的软件, 即使现在它已经支持自己拖歌进iPod, 而不是愚蠢无比的全盘同步.iTunes store? 人家根本就没有准备让你用, 在中国连个账户都申请不了. 当然我想要一个账户也不是为了买歌, 而是为了能自动下载album arts. 昨天插上iPod, 居然告诉我我的ipod在restore mode, 要restore后再用. restore, 所有的歌, photoes... 阅读全文

Warinig C4244 and integral promotion

2006-10-11 18:47 by atempcode, 578 阅读, 收藏,
摘要: 今天按照公司的code standard, 把一个project开到warning W4编译了一下, 一堆warning. 其中有一个很有趣. Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->typedef byte BYTE;BYTE by;BYTE... 阅读全文

Shipping a product is no easy...

2004-07-10 09:48 by atempcode, 564 阅读, 收藏,
摘要: What happened in the week before VS.net2005 beta1 released:http://blogs.msdn.com/Somasegar/archive/2004/07/09/178789.aspx 阅读全文

Something about MS Help 2 (3) – Search in VS2005 Help

2007-04-04 14:22 by atempcode, 559 阅读, 收藏,
摘要: VS2005 的帮助search中有两个新的概念: categories 和 filters. 图中 Language就是一个Category, 它包含了很多filters. 这些filter (象 C#, C++等) 是以checkbox的形式表现, 可想而知他们之间是 OR 的关系. 假设我们现在为BIOS开发准备一套帮助, 并准备把它集成到VS2005的帮助系统中. 我们想定义一个新的 ... 阅读全文
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 23 下一页