Jiao Meng

Focus on .NET component development

博客园 首页 新随笔 联系 订阅 管理

2004年12月24日 #

摘要: I strongly agree with this guy's comments on the performance of 'for' vs. 'foreach'. We made too much meaningless microoptimization. In my code, I find that the most important thing for me to focus on... 阅读全文
posted @ 2004-12-24 16:51 Jiao Meng 阅读(716) 评论(0) 推荐(0) 编辑

摘要: 8086CPU中和标志寄存器相关的东东: ZF (Zero Flag): 零标志位。它记录相关指令执行后,其结果是否为0。 PF (Parity Flag): 奇偶标志位。它记录相关指令执行后,其结果的所有二进制位中1的个数是否为偶数。 SF (Sign Flag): 符号标志位。它记录相关指令执行后,其结果是否为负。 CF (Carry F... 阅读全文
posted @ 2004-12-24 16:49 Jiao Meng 阅读(796) 评论(0) 推荐(0) 编辑

摘要: In this article, the author talkes about no-touch deploymentand ClickOnce deployment in its ClickOnce topic. Basically, ClickOnce deployment introducedby Whidbeyis an updated version of no-touch de... 阅读全文
posted @ 2004-12-24 16:47 Jiao Meng 阅读(270) 评论(0) 推荐(0) 编辑

摘要: Junfeng Zhang是在Microsoft工作的华裔工程师,他在自己的中文blog (http://blog.joycode.com/junfeng/)提到性能优化时谈到: Rico Mariani, CLR的Performance Architecture, 在他的blog里提到Performance Culture, http://blogs.msdn.com/ricom/archiv... 阅读全文
posted @ 2004-12-24 16:46 Jiao Meng 阅读(217) 评论(0) 推荐(0) 编辑

摘要: Architectures of Test Automation: http://www.kaner.com/testarch.html More articles: http://www.kaner.com/articles.html 阅读全文
posted @ 2004-12-24 16:45 Jiao Meng 阅读(163) 评论(0) 推荐(0) 编辑

摘要: The post talked about "What is therelationship between DateTime parsing and formatting and the time zone?". Also, it talked about the support .NET 2.0 provides on this field. http://blogs.msdn.com/BC... 阅读全文
posted @ 2004-12-24 16:43 Jiao Meng 阅读(191) 评论(0) 推荐(0) 编辑

摘要: 大学时很多基础课学得不扎实,工作之后才感到“书到用时方恨少”。趁着年轻,趁着还有兴趣,赶快挑几门课恶补一阵。这挑的第一门便是汇编。为什么是汇编?我给自己找了三个理由:一是汇编是很多课程的基础,比如编译原理,组成结构等;二是汇编还算比较有意思的课程,它能带来高级语言无法体会到的底层感;三是实用价值,调试程序,阅读源码有时会用到汇编。 我选的第一本教材绝对是一门傻瓜书,很入门级的教材:王爽的《汇编语言... 阅读全文
posted @ 2004-12-24 16:40 Jiao Meng 阅读(1036) 评论(1) 推荐(0) 编辑

摘要: This guy developed a chess game based on Avalon. It's amazing! http://www.valil.com/avalon/ 阅读全文
posted @ 2004-12-24 16:39 Jiao Meng 阅读(175) 评论(0) 推荐(0) 编辑