<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/afterain" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/afterain" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 16 Jun 2009 11:53:00 GMT</lastBuildDate><title>afterain的专栏</title><link>http://blog.csdn.net/afterain/</link><item><title>Q104807: HOWTO: Logging an MSI Installation</title><link>http://blog.csdn.net/afterain/archive/2009/06/16/4272818.aspx</link><wfw:comment>http://blog.csdn.net/afterain/comments/4272818.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/afterain/comments/commentRss/4272818.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4272818</trackback:ping><description>&lt;br /&gt;转自http://kb.acresso.com/selfservice/microsites/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=Q104807&amp;sliceId=&lt;br /&gt; Q104807: HOWTO: Logging an MSI InstallationProducts&lt;br /&gt;AdminStudio 7.5, AdminStudio 7.x, AdminStudio 8.5x, AdminStudio 8.6x, AdminStudio 8.x, AdminStudio 9.x, InstallShield 11.5 Express, InstallShield 11.5 Premier, InstallShield 11.5 Professional, InstallShield 11 Express, InstallShield 11 Premier, InstallShield 11 Professional, InstallShield 12 Express, InstallShield 12 Pr&lt;img src =&quot;http://blog.csdn.net/afterain/aggbug/4272818.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236603343/afterain/csdn.net/s.gif?r=http://blog.csdn.net/afterain/archive/2009/06/16/4272818.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/afterain/236603343/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/afterain/236603343/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 16 Jun 2009 19:53:00 +0800</pubDate><author>afterian</author><comments>http://blog.csdn.net/afterain/archive/2009/06/16/4272818.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/afterain/archive/2009/06/16/4272818.aspx</guid><dc:creator>afterian</dc:creator><fs:srclink>http://blog.csdn.net/afterain/archive/2009/06/16/4272818.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/afterain/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/afterain/~1197905/236603343/1197883</fs:itemid></item><item><title>批处理例子</title><link>http://blog.csdn.net/afterain/archive/2009/04/29/4136289.aspx</link><wfw:comment>http://blog.csdn.net/afterain/comments/4136289.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/afterain/comments/commentRss/4136289.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4136289</trackback:ping><description>&lt;br /&gt;批处理文件是无格式的文本文件，它包含一条或多条命令。它的文件扩展名为 .bat 或 .cmd。在命令提示下键入批处理文件的名称，或者双击该批处理文件，系统就会调用Cmd.exe按照该文件中各个命令出现的顺序来逐个运行它们。使用批处理文件（也被称为批处理程序或脚本），可以简化日常或重复性任务。当然我们的这个版本的主要内容是介绍批处理在入侵中一些实际运用，例如我们后面要提到的用批处理文件来给系统打补丁、批量植入后门程序等。下面就开始我们批处理学习之旅吧。 (本文因篇幅较长，所以分成两部份。前半部份讲命令，后半部分讲实例分析。)&lt;br /&gt;1.删除win2k/xp系统默认共享的批处理
&lt;br /&gt;　　------------------------ cut here then save as .bat or .cmd file --------------------------- &lt;br /&gt;　　@echo preparing to delete all the default shares.when ready pres any key. &lt;br /&gt;　　@pause &lt;img src =&quot;http://blog.csdn.net/afterain/aggbug/4136289.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/afterain/236603353/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/afterain/236603353/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 29 Apr 2009 21:20:00 +0800</pubDate><author>afterian</author><comments>http://blog.csdn.net/afterain/archive/2009/04/29/4136289.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/afterain/archive/2009/04/29/4136289.aspx</guid><dc:creator>afterian</dc:creator><fs:srclink>http://blog.csdn.net/afterain/archive/2009/04/29/4136289.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/afterain/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/afterain/~1197905/236603353/1197883</fs:itemid></item><item><title>Outlook中的gif动画显示为静态图片</title><link>http://blog.csdn.net/afterain/archive/2009/04/10/4062547.aspx</link><wfw:comment>http://blog.csdn.net/afterain/comments/4062547.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/afterain/comments/commentRss/4062547.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4062547</trackback:ping><description>&lt;br /&gt;解决方法：&lt;br /&gt;工具-internet选项-高级&lt;br /&gt;选中多媒体中的&quot;播放网页中的动画&quot;&lt;img src =&quot;http://blog.csdn.net/afterain/aggbug/4062547.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/afterain/236603356/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/afterain/236603356/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 10 Apr 2009 23:30:00 +0800</pubDate><author>afterian</author><comments>http://blog.csdn.net/afterain/archive/2009/04/10/4062547.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/afterain/archive/2009/04/10/4062547.aspx</guid><dc:creator>afterian</dc:creator><fs:srclink>http://blog.csdn.net/afterain/archive/2009/04/10/4062547.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/afterain/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/afterain/~1197905/236603356/1197883</fs:itemid></item><item><title>2007年最受欢迎的资源top100</title><link>http://blog.csdn.net/afterain/archive/2009/04/05/4050338.aspx</link><wfw:comment>http://blog.csdn.net/afterain/comments/4050338.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/afterain/comments/commentRss/4050338.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4050338</trackback:ping><description>&lt;br /&gt;资源ID 资源名称&lt;br /&gt;&lt;br /&gt;162868 《程序员》电子刊第一期 &lt;br /&gt;162392 Java API文档中文版 &lt;br /&gt;205168 程序员修炼之道：从小工到专家(PDF) &lt;br /&gt;165629 struts2.0官方教程 &lt;br /&gt;159226 ASP.NET 2.0入门经典(第4版)源码 &lt;br /&gt;296883 汇编语言编程艺术清晰版(PDF) &lt;br /&gt;232259 Visual Studio.NET使用技巧手册(PDF) &lt;br /&gt;225316 C语言大全第4版+源码(PDF) &lt;br /&gt;221332 北大青鸟结业考试,java机试试题 &lt;br /&gt;251453 某高手毕生精力总结的电脑技巧.rtf &lt;br /&gt;161230 UML with Rational Rose从入门到精通(PDF) &lt;br /&gt;221168 北大青鸟ACCP4.0教程之J2EE课件 &lt;br /&gt;300150 107个常用Javascript语句 &lt;br /&gt;295928 VS2005典型实例大全(C#)源码 &lt;br /&gt;212302 struts2.&lt;img src =&quot;http://blog.csdn.net/afterain/aggbug/4050338.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/afterain/236603365/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/afterain/236603365/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 06 Apr 2009 01:01:00 +0800</pubDate><author>afterian</author><comments>http://blog.csdn.net/afterain/archive/2009/04/05/4050338.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/afterain/archive/2009/04/05/4050338.aspx</guid><dc:creator>afterian</dc:creator><fs:srclink>http://blog.csdn.net/afterain/archive/2009/04/05/4050338.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/afterain/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/afterain/~1197905/236603365/1197883</fs:itemid></item><item><title>Virtual Time Freeze</title><link>http://blog.csdn.net/afterain/archive/2009/04/04/4048483.aspx</link><wfw:comment>http://blog.csdn.net/afterain/comments/4048483.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/afterain/comments/commentRss/4048483.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4048483</trackback:ping><description>&lt;br /&gt;Chris: I often install 180-day eval editions of software. Every 180 days I flatten my VMs and reinstall my VM guest software. But, my tests are usually only two or three days long. How can I configure the VM so that when I fully reset it (i.e., revert to snapshot) that it doesn't realize how many &quot;days&quot; have passed? I want it to think that it's just been installed, like Day 1. Is that possible?&lt;br /&gt;--Jeremy&lt;br /&gt;&lt;br /&gt;Good question, Jeremy. Many of us that use VMs for periodic software te&lt;img src =&quot;http://blog.csdn.net/afterain/aggbug/4048483.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/afterain/236603389/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/afterain/236603389/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 04 Apr 2009 23:30:00 +0800</pubDate><author>afterian</author><comments>http://blog.csdn.net/afterain/archive/2009/04/04/4048483.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/afterain/archive/2009/04/04/4048483.aspx</guid><dc:creator>afterian</dc:creator><fs:srclink>http://blog.csdn.net/afterain/archive/2009/04/04/4048483.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/afterain/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/afterain/~1197905/236603389/1197883</fs:itemid></item><item><title>禁止虚拟机时间同步的方法</title><link>http://blog.csdn.net/afterain/archive/2009/04/04/4048479.aspx</link><wfw:comment>http://blog.csdn.net/afterain/comments/4048479.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/afterain/comments/commentRss/4048479.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4048479</trackback:ping><description>&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In vmware workstation 5&lt;br /&gt;&lt;br /&gt;      open the vmware configuation (.VMX) file in a text editor,add and set the following option to false&lt;br /&gt;      tools.syncTime = “false”&lt;br /&gt;      tools.synchronize.restore  = “false”&lt;br /&gt;      time.synchronize.resume.disk = “false”&lt;br /&gt;      time.synchronize.continue  = “false”&lt;br /&gt;      time.synchronize.shrink = “false”&lt;br /&gt;In virtual pc 2007&lt;br /&gt;      Open the virtual pc 2007 configuartion (.VMC) file in a text editor(notep&lt;img src =&quot;http://blog.csdn.net/afterain/aggbug/4048479.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/afterain/236603390/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/afterain/236603390/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 04 Apr 2009 23:29:00 +0800</pubDate><author>afterian</author><comments>http://blog.csdn.net/afterain/archive/2009/04/04/4048479.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/afterain/archive/2009/04/04/4048479.aspx</guid><dc:creator>afterian</dc:creator><fs:srclink>http://blog.csdn.net/afterain/archive/2009/04/04/4048479.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/afterain/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/afterain/~1197905/236603390/1197883</fs:itemid></item><item><title>HLA安装与设置——汇编语言教程之《汇编语言编程艺术》</title><link>http://blog.csdn.net/afterain/archive/2009/04/03/4046732.aspx</link><wfw:comment>http://blog.csdn.net/afterain/comments/4046732.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/afterain/comments/commentRss/4046732.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4046732</trackback:ping><description>&lt;br /&gt;版权声明：转载时请以超链接形式标明文章原始出处和作者信息及本声明&lt;br /&gt;http://www.tuenhai.com/logs/3203703.html&lt;br /&gt;&lt;br /&gt;HLA安装与设置——汇编语言教程之《汇编语言编程艺术》&lt;br /&gt;《汇编语言编程艺术》（The Art of Assembly Language）&lt;br /&gt;介绍了一种高级汇编语言HLA （ High Level Assembly ），最开始HLA 是加州大学的教授用来讲解汇编语言编程和机器组织的一个工具，经过几年的发展，如今已经成为了资深汇编语言程序员编写可读性强、功能强大的汇编程序的开发平台。&lt;br /&gt;汇编语言编程艺术 可到作者主页去下载英文电子版  http://webster.cs.ucr.edu/   &lt;br /&gt;tuenhai.com按：我的HLA环境变量设置：&lt;br /&gt;C:\AUTOEXEC.BAT的内容：&lt;br /&gt;@echo off&lt;br /&gt;SET include=d:\masm32\include&lt;br /&gt;SET lib=d:\masm32\lib;d:\hla\hla&lt;img src =&quot;http://blog.csdn.net/afterain/aggbug/4046732.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/afterain/236603391/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/afterain/236603391/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 03 Apr 2009 23:38:00 +0800</pubDate><author>afterian</author><comments>http://blog.csdn.net/afterain/archive/2009/04/03/4046732.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/afterain/archive/2009/04/03/4046732.aspx</guid><dc:creator>afterian</dc:creator><fs:srclink>http://blog.csdn.net/afterain/archive/2009/04/03/4046732.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/afterain/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/afterain/~1197905/236603391/1197883</fs:itemid></item><item><title>汇编语言超浓缩教程</title><link>http://blog.csdn.net/afterain/archive/2009/04/03/4046570.aspx</link><wfw:comment>http://blog.csdn.net/afterain/comments/4046570.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/afterain/comments/commentRss/4046570.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4046570</trackback:ping><description>&lt;br /&gt;对初学者而言，汇编的许多命令太复杂，往往学习很长时间也写不出一个漂漂亮亮的程序，以致妨碍了我们学习汇编的兴趣，不少人就此放弃。所以我个人看法学汇编，不一定要写程序，写程序确实不是汇编的强项，大家不妨玩玩DEBUG，有时CRACK出一个小软件比完成一个程序更有成就感（就像学电脑先玩游戏一样）。某些高深的指令事实上只对有经验的汇编程序员有用，对我们而言，太过高深了。为了使学习汇编语言有个好的开始，你必须要先排除那些华丽复杂的命令，将注意力集中在最重要的几个指令上（CMP LOOP MOV JNZ……）。但是想在啰里吧嗦的教科书中完成上述目标，谈何容易，所以本人整理了这篇超浓缩（用WINZIP、WINRAR…依次压迫，嘿嘿！）教程。大言不惭的说，看通本文，你完全可以“不经意”间在前辈或是后生卖弄一下DEBUG，很有成就感的，试试看！那么――这个接下来呢？―― Here we go！（阅读时看不懂不要紧，下文必有分解） 　　因为汇编是通过CPU和内存跟硬件对话的，所以我们不得不先了解一下CPU和内存：（关于数的进制问题在此不提）&lt;br /&gt;　　ＣＰＵ是可以执行电脑所有算术╱逻辑运算&lt;img src =&quot;http://blog.csdn.net/afterain/aggbug/4046570.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/afterain/236603399/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/afterain/236603399/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 03 Apr 2009 23:02:00 +0800</pubDate><author>afterian</author><comments>http://blog.csdn.net/afterain/archive/2009/04/03/4046570.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/afterain/archive/2009/04/03/4046570.aspx</guid><dc:creator>afterian</dc:creator><fs:srclink>http://blog.csdn.net/afterain/archive/2009/04/03/4046570.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/afterain/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/afterain/~1197905/236603399/1197883</fs:itemid></item><item><title>使用 NSlookup.exe</title><link>http://blog.csdn.net/afterain/archive/2009/03/19/4003900.aspx</link><wfw:comment>http://blog.csdn.net/afterain/comments/4003900.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/afterain/comments/commentRss/4003900.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4003900</trackback:ping><description>&lt;br /&gt;转贴http://support.microsoft.com/default.aspx/kb/200525/zh-cn&lt;br /&gt;&lt;br /&gt;概要Nslookup.exe 是命令行管理工具，用于测试或解决 DNS 服务器问题。此工具是通过“控制面板”与 TCP/IP 协议一起安装的。本文包含使用 Nslo...&lt;br /&gt;Nslookup.exe 是命令行管理工具，用于测试或解决 DNS 服务器问题。此工具是通过“控制面板”与 TCP/IP 协议一起安装的。本文包含使用 Nslookup.exe 的若干提示。
回到顶端更多信息要使用 Nslookup.exe，请注意以下方面： TCP/IP 协议必须安装在运行 Nslookup.exe 的计算机上。 在 Microsoft TCP/I...&lt;br /&gt;要使用 Nslookup.exe，请注意以下方面： 
TCP/IP 协议必须安装在运行 Nslookup.exe 的计算机上。 在 Microsoft TCP/IP 属性页的 DNS 选项卡的“DNS 服务搜索顺序”字段中必须至少指定一个 DNS 服务器。 Nslooku&lt;img src =&quot;http://blog.csdn.net/afterain/aggbug/4003900.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/afterain/236603405/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/afterain/236603405/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 19 Mar 2009 19:46:00 +0800</pubDate><author>afterian</author><comments>http://blog.csdn.net/afterain/archive/2009/03/19/4003900.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/afterain/archive/2009/03/19/4003900.aspx</guid><dc:creator>afterian</dc:creator><fs:srclink>http://blog.csdn.net/afterain/archive/2009/03/19/4003900.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/afterain/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/afterain/~1197905/236603405/1197883</fs:itemid></item><item><title>贴切比喻</title><link>http://blog.csdn.net/afterain/archive/2009/03/19/4003750.aspx</link><wfw:comment>http://blog.csdn.net/afterain/comments/4003750.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/afterain/comments/commentRss/4003750.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4003750</trackback:ping><description>&lt;br /&gt;转贴自http://hi.baidu.com/mikeoldyang/blog/item/cb20e810110ed379ca80c49c.html&lt;br /&gt;1、关于组&lt;br /&gt;全局组（繁体称为：通用）：中国世界贸易部门（中国范围内的全局组）－－－－应用范围是全世界的，单成员不管是单位（组）还是个人（帐户）都是中国的。&lt;br /&gt;&lt;br /&gt;通用组（繁体称为：萬用）：：国际世界贸易组织－－－－这范围和成员就大了。&lt;br /&gt;&lt;br /&gt;因为国际世界贸易组织（通用组）地位的重要（小布什觊觎已久），一旦其中发生人事变动就必须要通知到其范围内的所有国家的（全局组）－－－在各个站点的GC因为要同步开始复制数据会造成网络的负担，一些比较偏远的国家（网络连接不太好，导致数据同步出现问题）可能无法及时发现这些人事变动，就会产生错误“怎么换人了？我还不知道。”&lt;br /&gt;&lt;br /&gt;当然各个国家的世界贸易部门（全局组）发生人事变动就不用这么大费周章了。&lt;br /&gt;&lt;br /&gt;如果各个国家想要了解互相鸡蛋市场的价格（分散在各个国家（域）的资源），那么直接问对方要就要对方把权限指派给自己本&lt;img src =&quot;http://blog.csdn.net/afterain/aggbug/4003750.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/afterain/236603408/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/afterain/236603408/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 19 Mar 2009 19:09:00 +0800</pubDate><author>afterian</author><comments>http://blog.csdn.net/afterain/archive/2009/03/19/4003750.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/afterain/archive/2009/03/19/4003750.aspx</guid><dc:creator>afterian</dc:creator><fs:srclink>http://blog.csdn.net/afterain/archive/2009/03/19/4003750.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/afterain/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/afterain/~1197905/236603408/1197883</fs:itemid></item></channel></rss>