﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-学海拾遗-随笔分类-技术学习</title><link>http://www.blogjava.net/tanzek/category/22218.html</link><description>生活、技术、思想无处不在学习
</description><language>zh-cn</language><lastBuildDate>Tue, 27 May 2008 20:49:50 GMT</lastBuildDate><pubDate>Tue, 27 May 2008 20:49:50 GMT</pubDate><ttl>60</ttl><item><title>A Timeless Way of Building Software</title><link>http://www.blogjava.net/tanzek/archive/2008/05/26/203057.html</link><dc:creator>tanzek</dc:creator><author>tanzek</author><pubDate>Mon, 26 May 2008 15:08:00 GMT</pubDate><guid>http://www.blogjava.net/tanzek/archive/2008/05/26/203057.html</guid><wfw:comment>http://www.blogjava.net/tanzek/comments/203057.html</wfw:comment><comments>http://www.blogjava.net/tanzek/archive/2008/05/26/203057.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/tanzek/comments/commentRss/203057.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/tanzek/services/trackbacks/203057.html</trackback:ping><description><![CDATA[
		<font face="Georgia" size="2">Most of my readers know that I'm a software architect by trade.  I've been creating software large and small for over twenty years.  And I've experienced movement after movement in software design from <em>object-orientation</em> in the 1980s and early 90s to <em>component-based design</em>, <em>distributed objects</em>, <em>Web-based software</em>, <em>service-oriented architecture</em> and too many others to even mention.  I'm pretty jaded at this point because I've learned, in general, the problems that you couldn't solve in the previous generation of technique are often only marginally more solveable in the next generation (which is invariably invented to "fix" the previous problems.) <br /><br />Alas, a genuinely better mousetrap is really hard to find.<br /><br />So in the end, if you couldn't do whatever it is you wanted to do with the previous generation of technique, it's actually not that likely you'll succeed in the next.  Certain software problems remain hard, and in general, it mysteriously happens to involve the juncture between technology and people in some way.  To paraphrase this, I could say that the software and techniques get better fairly constantly, but people remain the same.<br /><br />And please, bear with me because I'm going to try out a real zinger on you in a minute.  <br /><br />Because every once in a long while, something <em>new and big</em> actually does come along.  Or at least something that <em>looks </em>new and big.  One of the new and big things that came along about ten years ago was the concept of </font>
		<a href="http://en.wikipedia.org/wiki/Design_pattern_%28computer_science%29">
				<em>
						<font face="Georgia" size="2">design patterns</font>
				</em>
		</a>
		<font face="Georgia" size="2">.  It was pretty neat stuff.  It said that despite the current technology we have, the processes that continue to evolve, there are certain timeless solutions to certain software design problems.  It was a revelation at the time.  And the writers of the </font>
		<a href="http://www.amazon.com/exec/obidos/tg/detail/-/0201633612?v=glance">
				<font face="Georgia" size="2">book that explained this</font>
		</a>
		<font face="Georgia" size="2"> got both famous and very successful.  Why? Because these design patterns really worked is why.  And anyone who has read the books and has ever really built software recognizes these patterns.  And what was strange was that no one really expected it. One day, we just had them.  And the kicker was, they were always there, but now they were in our conscious thought and we had real names for them.  <em>My point</em>: They were in our face all the time but most of us couldn't see them.<br /><br />We are in a similar place with the Web right now.  We've done this Web stuff enough now that we are just beginning to see the design patterns.  What works, and why, in a specific situations, bounded by forces.  Some folks have had the hubris to give this next generation a name and to tease out these patterns.  Some people are just now going <em>aha</em>, and some people haven't got it yet, and most of the rest of us either aren't ready for it or just haven't heard of it.  But, I will tell you this.  It's quite real.  The best practices and design patterns of Web software are just starting to become understood.  The strange part is, we're discovering the same things over again.  What's old is new again.<br /><br />Now, before you get all worked up or worse, I bore you and you stop reading, I will give you a nice list of the the forces behind these patterns.  If you recall, design patterns are a solution to a problem in context.  We are starting to get the context and even the outlines of the patterns of this "new" generation of software.  But we have a long way to go still.  The Web is a monstrously big space with big problems, and it's not getting better.  There are </font>
		<a href="http://www.useit.com/alertbox/internet_growth.html">
				<font face="Georgia" size="2">one billion of us</font>
		</a>
		<font face="Georgia" size="2"> out here now.  Clearly understanding what it takes to create great software on the Web that is successful, useful, and vibrant will be an ongoing challenge for a <em>long time</em>.  But it will get easier because we are codifying our knowledge of this exciting and huge place where we now find ourselves.<br /><br /><br /></font>
		<div align="center">
				<font face="Georgia" size="2">
						<img alt="The Timeless Way of Software" src="http://hinchcliffe.org/img/timelesswayofsoftware.jpg" />
						<br />
				</font>
		</div>
		<br />
		<div align="center">
				<font size="2">
						<font face="Georgia">
								<strong>Figure 1:  </strong>The driving forces in modern software.<br />With a rough comparison between SOA<br />and The Timeless Way (Web 2.0 by any other name).</font>
				</font>
		</div>
		<br />
		<font face="Georgia" size="2">
				<br />Now is where I'm going to hit you with a flight of fancy.  I'm going to use <a href="http://en.wikipedia.org/wiki/Christopher_Alexander">Christopher Alexander's</a> opening chapter of a <a href="http://www.davidsheen.com/words/timeless.htm">Timeless Way of Building</a> and tailor it to describe this old-but-new way of building the Web and software for it.  We are lacking for a little inspiration and this book in particular continues to sell upwards of 10,000 copies a year, 25 years after it was frst published.  And Christopher Alexander, for those of you who may not know, was the person that originally discovered the design pattern.  But it wasn't for software.  It was for creating great, timeless buildings.  He was one of the first that realized that his field of endeavor has certain elemental, timeless cores, no matter the technique, building material, or the people.  It was an amazing discovery that poured over into the software world with considerable success.  <br /><br />My assertion is that nothing has really changed in software, we might understand the forces better but they are almost always the same.  People want software that does what they want, is available when they need it.  They want software that grows with them, helps them, teaches them, and lets them do the same with others.  They want software that gets out of their way, disappears, and is more convenient by far than inconvenient.  A</font>
		<font face="Georgia" size="2">nd they want to pay as little as possible for it, but enough so that it's worth it.  </font>
		<font face="Georgia" size="2">They are willing to have software get right into the middle of their lives.  If it's the right software.  And as long as we've had software, they've always wanted this. But now they might actually start getting it.<br /><br />In any case, I don't literally believe every phrase in this take-off, but I do believe the overall concept deeply and profoundly as a software professional.  And I will continue to update the diagram above (clearly marked <em>beta 1</em>) until we have more of the forces in it. And some are definitely missing.  <em>Please, as always, leave any comments and suggestions for improvement below</em>.<br /><br />And now, without further ado, here is the <em>The Timeless Way of Building Software</em>, with <em>sincere </em>apologies to Christopher Alexander:<br /></font>
		<font face="Georgia" size="2">
				<br />
		</font>
		<br />
		<div align="center">
				<font color="#0000ff" size="5">
						<strong>
								<font face="Georgia">The Timeless Way of Building Software</font>
						</strong>
				</font>
				<br />
		</div>
		<br />
		<div align="center">
				<font color="#0000ff">
						<em>
								<font face="Georgia" size="2">Inspiration For The Next Generation of Web Software</font>
						</em>
				</font>
				<br />
		</div>
		<br />
		<font face="Georgia" size="2">
				<br />There is <em>one timeless way</em> of building software.  It is decades old and is the same today as it's always been.  And because it is timeless, it will always remain this way.<br /><br />The great software of our time has always been created by people who were close to this way.  It isn't possible to create great software - software that is satisfying, and useful, and makes itself a natural extension of life - except by following this way.  And as you will see, this way will lead anyone who looks for it to elegant, vibrant software which is itself timeless in its form.<br /><br />It is the process by which the function of a piece of software grows directly from the inner nature of people and naturally out of the raw bits, the otherwise meaningless digital medium, of which it is made.<br /><br />It is a process which allows the life inside a person, or a group of people, or a community to flourish, openly, in freedom, so vividly that it gives rise, of its own accord, to the natural order which is needed to be contained within it.<br /><em><br />It is so powerful and fundamental that with its help you can create software that is as beautiful and enriching as anything else you have ever seen.</em><br /><br />Once you understand this way, you yourself will be able to create software that is alive, that is intertwined comfortably with your life and the lives of others. You will design worlds where you and others will want to work, play, and co-exist together; beautiful places where you can sit and dream comfortably.<br /><br />This way is so powerful, that with its help hundreds or thousands, or even hundreds of thousands of people, can come together together to create software and community which is as alive and vibrant, peaceful and relaxed, as any living experience has ever been.<br /><br />Without the central control of authorities and experts, if you are working in this timeless way, a genuine place will grow right from underneath your fingertips, as steady as the grass in the fields or the trees in your backyard.<br /><br /><em>And there is no other way in which a software which is fundamentally good can possibly be made.</em><br /><br />That doesn't mean that all ways of making software are identical.  Quite the contrary. It means that at the core of all successful software and at the core of all successful processes of creation and evolution, there is one fundamental invariant feature which is responsible for their success.  Although this way has taken on a thousand different forms at different times, in different places, still, there is an unavoidable, invariant core to all of them.<br /><br />Take a look at the some of the great Web software like Google's search page, Flickr or del.icio.us.  They all have that unique, yet unhurried, grace which comes from perfect ease and natural balance.  But what is it they have in common exactly?  They are beautiful, ordered, harmonious - yes, all of these things.  But especially, and what strikes to the heart, they <em>live</em>.<br /><br /><em>Each one of us yearns to be able to bring something to life like this. Or just be a part of it somehow.</em><br /><br />It is a fundamental human instinct, as much a part of our desire as the desire to be part of something greater than ourselves.  It is, quite simply, the desire to make a part of nature, to complete a world which is already made of mountains, streams, stones, buildings, ourselves, our living systems, and our increasing connectedness together.<br /><br />Each one of us has, somewhere in our heart, the dream to make a living world, a universe, and place of our own for us to share with others.<br /><br />Those of us who have trained as software designers have this desire perhaps at the very center of our lives; that one day, somewhere, somehow, we shall build a software experience which is wonderful, beautiful, and breathtaking; a place where people can go and live their dreams.<br /><br />In some form, every person has some version of this dream; whoever you are, you may have the dream of one day creating a most beautiful place, virtual or otherwise, where you can come together with others and freely share your knowledge, learn, participate in your community or government, and otherwise conduct your daily interaction with the rest of the world.<br /><br />In some less clear fashion, anyone who is concerned with communities and other large group efforts has this same dream, perhaps for the entire world.<br /><br /><em>And there is a way that software can actually be brought to life like this.</em><br /><br />There is a definable sequence of activities which are the heart of all acts of software design, and it is possible to specify, precisely, under way conditions these activities will generate software which is alive.  All this can be made so explicit that anyone can do it.<br /><br />And just so, the process by which a group of independent people can make software become alive and create a place as real as any other can equally be made precise.  Again, there is a definable sequence of activities, more complex in this case, which are the heart of all collective processes of software creation.  And it is also possible to specify exactly when these processes will bring things to life.  And once again, these processes can be made so explicit, and so clear, that any <em>group </em>of people can make use of them.<br /><br />This process is behind the design of community built software like Linux, Apache, Wikipedia, and many others.  It was behind the design of the great virtual places for people to live and work: the Internet, Usenet, and the World Wide Web.  It was behind the creation of simple, satisfying software of the kind that powers the iPod, the Blackberry, and Firefox; of SourceForge, Wikipedia, and BitTorrent.  In an unconscious form, this way has been behind almost all ways of creating software since the beginning.<br /><br />But it has become possible to identify it, only now, by going to a level of analysis which is deep enough to show what is invariant in all of the different versions of this way.<br /><br /><em>This hinges on a form of representation which reveals all possible design processes, as versions of one most fundamental set of patterns.</em><br /><br />First, we have a way of looking at the ultimate constituents of the environment: the ultimate "things" which a piece of software is made of.  As we shall see, every piece of software is made of certain fundamental entities known as design patterns; and once we understand software in terms of its patterns, we have a way of looking at them, which makes all software, all of their parts and function, all members of the same class of thing.<br /><br />Second, we have a way of understanding the generative processes which give rise to these patterns: in short, the source from which the ultimate constituents of software come.  These patterns tend to come from certain combinatory processes, which are different in the specific patterns that they generate, but always similar in their overall structure, and in the way they work.  They are essentially like languages.  And again, in terms of these pattern languages, all the different way of building software, although different in detail, become similar in general outline.<br /><br />At this level of analysis, we can compare many different software creation processes.<br /><br />Then, once we see their differences clearly, it becomes possible to define the difference between those processes which make software vibrant, alive, and useful, and those which make them the opposite.<br /><br />And it turns out that, invariant, behind all processes which allow us to make great software, there is a single common process.<br /><br />This single idea is operational and precise.  It is not merely a vague idea, or a class of processes which we can understand: it is conrete enough and specific enough, so that it functions practically.  It gives us the power to make software and virtual communities live, as concrete as a match gives us the power to make flame.  It is a method of a discipline, which teaches us precisely what we have to do make our software what we want it to be.<br /><br />But though this method is precise, it cannot be used mechanically.<br /><br />The fact is, that even when we have seen deep into the processes by which it is possible to make software alive, in the end, it turns out this knowledge only brings us back to that part of ourselves which is forgotten.  Although the process is precise, and can be defined in exact scientific terms, finally it becomes valuable, not so much because it shows us things which we don't know (though it may do that as well), but instead, because it shows us what we know already.<br /><br />Of course, this way of building software has never be named.  It's not service-oriented architecture, or the personal software process, or agile methodology, or the unified process, or CMM, or any of the others.  It's the actual things that are conceived and done and worried about when software is created and used.  For now, because all software is quickly becoming connected to all other software, and because the Web is becoming the place where more and more of the relevant software is, and finally because it is a more complete reconception of what we thought we knew, we'll give it a name temporarily.  An unsatisfying name, but one that we can remember for now. <br /><br />We will call it Web 2.0.<br /><br /></font>
		<font face="Georgia" size="2">
				<em>What do you think?  Are we at a place where we can really identify the design patterns in Web 2.0?<br /><br /></em>Traceback:  <a href="http://web2.wsj2.com/a_timeless_way_of_building_software.htm">http://web2.wsj2.com/a_timeless_way_of_building_software.htm</a></font>
<img src ="http://www.blogjava.net/tanzek/aggbug/203057.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/tanzek/" target="_blank">tanzek</a> 2008-05-26 23:08 <a href="http://www.blogjava.net/tanzek/archive/2008/05/26/203057.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>JOONE(Java Object-Oriented Network Engine)使用初探</title><link>http://www.blogjava.net/tanzek/archive/2007/09/30/149925.html</link><dc:creator>tanzek</dc:creator><author>tanzek</author><pubDate>Sun, 30 Sep 2007 08:03:00 GMT</pubDate><guid>http://www.blogjava.net/tanzek/archive/2007/09/30/149925.html</guid><wfw:comment>http://www.blogjava.net/tanzek/comments/149925.html</wfw:comment><comments>http://www.blogjava.net/tanzek/archive/2007/09/30/149925.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.blogjava.net/tanzek/comments/commentRss/149925.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/tanzek/services/trackbacks/149925.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 1												/**/										/*																										  2														 * JOONE - Java Object Oriented Neural Engine						  3														 * 						http://joone.sourcefo...&nbsp;&nbsp;<a href='http://www.blogjava.net/tanzek/archive/2007/09/30/149925.html'>阅读全文</a><img src ="http://www.blogjava.net/tanzek/aggbug/149925.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/tanzek/" target="_blank">tanzek</a> 2007-09-30 16:03 <a href="http://www.blogjava.net/tanzek/archive/2007/09/30/149925.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>JDBC驱动下载</title><link>http://www.blogjava.net/tanzek/archive/2007/09/11/144343.html</link><dc:creator>tanzek</dc:creator><author>tanzek</author><pubDate>Tue, 11 Sep 2007 11:01:00 GMT</pubDate><guid>http://www.blogjava.net/tanzek/archive/2007/09/11/144343.html</guid><wfw:comment>http://www.blogjava.net/tanzek/comments/144343.html</wfw:comment><comments>http://www.blogjava.net/tanzek/archive/2007/09/11/144343.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/tanzek/comments/commentRss/144343.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/tanzek/services/trackbacks/144343.html</trackback:ping><description><![CDATA[
		<strong>
				<font size="4">SQL Server 2000 Driver for JDBC Service Pack 3</font>
				<br />
		</strong>Download-Site: <a href="http://www.microsoft.com/downloads/details.aspx?familyid=07287B11-0502-461A-B138-2AA54BFDC03A&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=07287B11-0502-461A-B138-2AA54BFDC03A&amp;displaylang=en</a><br /><h4>System Requirements</h4><div><span><ul><li>Supported Operating Systems: HP-UX; IBM AIX; Linux; Solaris; Windows 2000 Service Pack 2; Windows 2000 Service Pack 3; Windows 2000 Service Pack 4; Windows Server 2003; Windows XP</li></ul>The following versions of SQL Server will be supported for use with the SQL Server 2000 Driver for JDBC SP2: <br />• SQL Server 2000 Standard and Enterprise Editions* <br />• SQL Server 2000 Standard and Enterprise Editions with Service Pack 1 or higher* <br />• SQL Server 2000 Enterprise Edition (64-bit)*<br /><br />* Service Pack 3a is strongly recommended <br /><br />The following versions of the JDK will be supported for use with the SQL Server 2000 Driver for JDBC: <br />• JDK 1.1.8 <br />• JDK 1.2<br />• JDK 1.3<br />• JDK 1.4<br /></span></div><br /><hr /><strong><font size="4">MySQL Connector/J 5.0</font></strong><br />Download-Site: <a href="http://dev.mysql.com/downloads/connector/j/5.0.html">http://dev.mysql.com/downloads/connector/j/5.0.html</a><div><span><br />MySQL Connector/J is the official JDBC driver for MySQL. <br /></span></div><div><br /><hr /><strong><font size="4">Microsoft SQL Server 2005 JDBC Driver 1.1</font><br /></strong><h4>System Requirements</h4><div><span><ul><li>Supported Operating Systems: Linux; Solaris; Windows 2000 Service Pack 4; Windows Server 2003 R2 (32-Bit x86); Windows Server 2003 x64 editions; Windows XP Service Pack 2<br /></li><li>Java Runtime Environment (JRE) 1.4 or later<br /></li><li>SQL Server 2005 or SQL Server 2000<br /></li></ul></span></div></div><img src ="http://www.blogjava.net/tanzek/aggbug/144343.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/tanzek/" target="_blank">tanzek</a> 2007-09-11 19:01 <a href="http://www.blogjava.net/tanzek/archive/2007/09/11/144343.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Eclipse常用插件</title><link>http://www.blogjava.net/tanzek/archive/2007/05/02/114988.html</link><dc:creator>tanzek</dc:creator><author>tanzek</author><pubDate>Tue, 01 May 2007 17:01:00 GMT</pubDate><guid>http://www.blogjava.net/tanzek/archive/2007/05/02/114988.html</guid><wfw:comment>http://www.blogjava.net/tanzek/comments/114988.html</wfw:comment><comments>http://www.blogjava.net/tanzek/archive/2007/05/02/114988.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/tanzek/comments/commentRss/114988.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/tanzek/services/trackbacks/114988.html</trackback:ping><description><![CDATA[Eclipse常用插件介绍<br />[转至CowNew培训视频]<br /><br />数据库管理 SQLExplorer<br />可视化GUI界面开发SWT-Designer(高级功能收费)<br />反编译工具Jode   <font size="2">http://www.technoetic.com/eclipse/update</font><br />J2EE开发Lomboz、MyEclipse(收费)<br />XML编写查看XMLBuddy<br /><img src ="http://www.blogjava.net/tanzek/aggbug/114988.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/tanzek/" target="_blank">tanzek</a> 2007-05-02 01:01 <a href="http://www.blogjava.net/tanzek/archive/2007/05/02/114988.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Windows 2000下的远程桌面工具</title><link>http://www.blogjava.net/tanzek/archive/2007/04/28/114408.html</link><dc:creator>tanzek</dc:creator><author>tanzek</author><pubDate>Sat, 28 Apr 2007 10:10:00 GMT</pubDate><guid>http://www.blogjava.net/tanzek/archive/2007/04/28/114408.html</guid><wfw:comment>http://www.blogjava.net/tanzek/comments/114408.html</wfw:comment><comments>http://www.blogjava.net/tanzek/archive/2007/04/28/114408.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.blogjava.net/tanzek/comments/commentRss/114408.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/tanzek/services/trackbacks/114408.html</trackback:ping><description><![CDATA[在Windows XP之后的系统中都会在&#8220;系统&#8221;属性中可以设置&#8220;远程桌面&#8221;那一项，用mstsc.exe这个工具都是可以连接的，相当方便，使用起来就好像是本地机器一样。然而在Windows 2000下面却是没有这个工具，所以无法直接连接Windows XP等的远程桌面。<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 后来经过观察，发现Windows 2000下面也可以用这个远程控制工具，如下：<br>1、首先在Windows XP之后的系统中去找一个文件，叫mstscax.dll，它存放在system32系统目录下面，拷贝一份放入到Windows 2000的系统文件夹下，然后再拷贝mstsc.exe文件也放到系统文件夹下；<br><br>2、拷贝完毕后还不能远行，还需加载mstscax.dll这个控件，执行命令：<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<div style="BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid"><span style="COLOR: #0000ff">regsvr32 mstscax.dll<br></span></div>
<br>3、那么现在就可以运行mstsc.exe这个远程桌面连接工具了。<br><br>下面是我写的一个批处理，很简单，主要是图自己方便一点：<br><span style="COLOR: #0000ff">
<div style="BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid"><span style="COLOR: #0000ff">@regsvr32 /s c:\winnt\system32\mstscax.dll<br>@start c:\winnt\system32\mstsc.exe</span></div>
</span>
<img src ="http://www.blogjava.net/tanzek/aggbug/114408.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/tanzek/" target="_blank">tanzek</a> 2007-04-28 18:10 <a href="http://www.blogjava.net/tanzek/archive/2007/04/28/114408.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>JAVA与蓝牙起步(Getting Started with Java and Bluetooth)</title><link>http://www.blogjava.net/tanzek/archive/2007/04/26/113658.html</link><dc:creator>tanzek</dc:creator><author>tanzek</author><pubDate>Wed, 25 Apr 2007 16:39:00 GMT</pubDate><guid>http://www.blogjava.net/tanzek/archive/2007/04/26/113658.html</guid><wfw:comment>http://www.blogjava.net/tanzek/comments/113658.html</wfw:comment><comments>http://www.blogjava.net/tanzek/archive/2007/04/26/113658.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/tanzek/comments/commentRss/113658.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/tanzek/services/trackbacks/113658.html</trackback:ping><description><![CDATA[<p>栈初始化<br>在你做任何事之前，你需要初始化你的栈。记住，栈是一个用来控制你的蓝牙设</p>
<p>备的软件或固件。栈初始化由一系列工作组成，但是它的最主要目的是获得准备</p>
<p>无线通信的蓝牙设备。不同的厂商处理不同的初始化工作，所以我们将用Atinav </p>
<p>JAVA Bluetooth SDK来适用如何初始化一个栈。</p>
<p>import javax.bluetooth.*;<br>import javax.microedition.io.*;<br>import com.atinav.BCC;</p>
<p>public class WirelessDevice implements DiscoveryListener {<br>&nbsp;&nbsp;&nbsp; LocalDevice localDevice = null; <br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; public WirelessDevice (){ <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //setting the port number using Atinav's BCC<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BCC.setPortName("COM1"); <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //setting the baud rate using Atinav's BCC<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BCC.setBaudRate(57600);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //connectable mode using Atinav's BCC<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BCC.setConnectable(true);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //Set discoverable mode using Atinav's BCC <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BCC.setDiscoverable(DiscoveryAgent.GIAC); <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; try{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; localDevice = LocalDevice.getLoaclDevice(); <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; catch (BluetoothStateException exp) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // implementation of methods in DiscoveryListener class<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // of javax.bluetooth goes here<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // now do some work<br>&nbsp;&nbsp;&nbsp; }<br>}</p>
<p>设备管理<br>LocalDevice类<br>RemoteDevice类<br>JAVA Bluetooth标准中让你用来进行设备管理的两个主类，可查询一些你的本地</p>
<p>蓝牙设备和区域内设备的静态信息。<br>静态方法getLocalDevice()，返回一个供你使用的LocalDevice实例对象<br>LocalDevice对象上的getBluetoothAddress()，获得你的蓝牙无线装置的唯一地</p>
<p>址<br>LocalDevice对象上的静态方法setDiscoverable()，设备允许其它的蓝牙设备发</p>
<p>现到该设备</p>
<p>当获得一个LocalDevice对象后，调用LocalDeevice.getDiscoveryAgent()实例化</p>
<p>一个DiscoveryAgent对象。<br>首先，本地对象实现DiscoveryListener接口；为了我启动发现进程，调用你的Di</p>
<p>scoveryAgent对象的startInquiry()方法，此方法为非阻塞式的，所以你能够去</p>
<p>干其它的事情，一边等待其它的蓝牙设备被发现。<br>当蓝牙设备被发现后，JVM会调用实现DiscoveryListener接口类的deviceDiscove</p>
<p>red()方法，此方法会传递给你一个代表被查询的设备的RemoteDevice对象</p>
<p>服务发现<br>DiscoveryAgent类的searchServices()方法允许你搜索RemoteDevice对象上的服</p>
<p>务。当服务查找到，而且你的对象实现了DiscoveryListener接口，JVM会调用ser</p>
<p>vicesDiscovered()方法。此回调方法也会传入属于你查找到的服务的一个Servic</p>
<p>eRecord对象。当创建了ServiceRecord对象后，将其连接至RemoteDevice。<br>String connectionURL = servRecord[i].getConnectionURL(0, false);</p>
<p>服务注册Service Registration<br>当一个蓝牙客户端设备能够在一个蓝牙服务器设备用服务发现之前，蓝牙服务器</p>
<p>需要在服务发现数据库中(Service Discovery database, SDDB)中注册它的服务</p>
<p>数据库中，此过程叫做服务注册。这一节将讨论一个蓝牙设备服务注册包括一些</p>
<p>什么，同时我也会给出一个需要完成这项工作的类纲要。<br>注意：在点对点的应用中，比如一个文件传输或聊天应用，记住任何设备都是客</p>
<p>户端或服务器，为了处理同时为服务发现和服务注册的情况，因此你需要将这些</p>
<p>功能（包括客户端和服务器）合并入你的程序中。下面是一个包含了获得你注册</p>
<p>的服务和存入SDDB中的情景。<br>1、调用Connector.open()并将Connection的结果放入到一个StreamConnectionNo</p>
<p>tifier对象。一个Connector.open()创建一个ServiceRecord并设定一些属性；<br>2、用LocalDevice对象和StreamConnectionNotifier来获得系统创建的ServiceRe</p>
<p>cord；<br>3、在ServiceRecord中增加或修改属性；[可选]<br>4、用StreamConnectionNotifier调用acceptAndOpen()方法，并等待蓝牙客户端</p>
<p>发现并连接服务；<br>&nbsp;a、系统在SDDB中创建一个服务记录。<br>5、等待直到一个客户端连接；<br>6、当服务器端准备退出，在StreamConnectionNotifier上调用close()<br>&nbsp;a、系统移除SDDB中的服务记录<br>StreamConnectNotifier和Connector都来自于J2ME平台的javax.microedition.io</p>
<p>包中。完成上面任务的代码片断显示如下：<br>// lets name our variables<br>StreamConnectionNotifier notifier = null;<br>StreamConnection sconn = null;<br>LocalDevice localdevice = null;<br>ServiceRecord servicerecord = null;</p>
<p>// step #1<br>// the String url will already be defined with the <br>// correct url parameters<br>notifier = (StreamConnectionNotifier)Connector.open(url);</p>
<p>// step #2<br>// we will get the LocalDevice if not already done so<br>localdevice = LocalDevice.getLocalDevice();<br>servicerecord = localdevice.getRecord(notifier);</p>
<p>// step #3 is optional</p>
<p>// step #4<br>// this step will block the current thread until<br>// a client responds this step will also cause the<br>// service record to be stored in the SDDB<br>notifier.acceptAndOpen();</p>
<p>// step #5<br>// just wait...<br>// assume the client has connected and you are ready to exit</p>
<p>// step #6<br>// this causes the service record to be removed <br>// from the SDDB<br>notifier.close();<br>你需要在蓝牙里面做的服务发现如上，下一步是通信</p>
<p>通信<br>蓝牙是一个通信协议，因此你将如何与它通信呢？JAVA Bluetooth API给你三种方法来发送和接收数据。但为立刻起见，我们实现其中的一个：RFCOMM<br>注意：RFCOMM是用来通信的串行端口操作模式的协议层，但是这两个东西经常被当作同样来使用。</p>
<p>[未完...]</p>
<br>[Original Text]：<a href="http://today.java.net/pub/a/today/2004/07/27/bluetooth.html">http://today.java.net/pub/a/today/2004/07/27/bluetooth.html</a> 
<img src ="http://www.blogjava.net/tanzek/aggbug/113658.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/tanzek/" target="_blank">tanzek</a> 2007-04-26 00:39 <a href="http://www.blogjava.net/tanzek/archive/2007/04/26/113658.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>一个Java问题贴子</title><link>http://www.blogjava.net/tanzek/archive/2007/04/13/110346.html</link><dc:creator>tanzek</dc:creator><author>tanzek</author><pubDate>Fri, 13 Apr 2007 01:08:00 GMT</pubDate><guid>http://www.blogjava.net/tanzek/archive/2007/04/13/110346.html</guid><wfw:comment>http://www.blogjava.net/tanzek/comments/110346.html</wfw:comment><comments>http://www.blogjava.net/tanzek/archive/2007/04/13/110346.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/tanzek/comments/commentRss/110346.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/tanzek/services/trackbacks/110346.html</trackback:ping><description><![CDATA[[问题引出]:<br>
<p>public class Parent<br>{<br>&nbsp;public void test()<br>&nbsp;{}<br>&nbsp;<br>&nbsp;public Parent()<br>&nbsp;{<br>&nbsp;&nbsp;test();<br>&nbsp;}</p>
<p>&nbsp;public static void main(String [] args)<br>&nbsp;{<br>&nbsp;&nbsp;new Child();<br>&nbsp;}<br>}</p>
<p>class Child extends Parent<br>{<br>&nbsp;private int instanceValue = 20;<br>&nbsp;public void test()<br>&nbsp;{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.println("instance value is: " + instanceValue);<br>&nbsp;}<br>}</p>
<p>执行Parent的main结果是什么，并说出理由 <br><br>[回复]:<br>我试着分析下哦: <br><br>很显然,程序是从Main开始执行的,不过执行之前肯定是装载了Parent类的. <br>当执行new Child();语句时,肯定也会去装载Child类(记住,这是只是装载,装载的同时会完成类的静态成员的初始化工作).这里是请求创建Child的实例,因为Child是Parent的子类,那么肯定是要去先去创建Parent的一个实例的,那么在这个过程中,就会执行了Child的覆盖方法test(),这时,子类中的instanceValue还没有被赋值.因为这时候还没有进行Child的实例创建. <br>看一下我加入一些状态的程序和执行结果哦. <br>程序清单: <br>public class Parent <br>{ <br>public void test() { <br>System.out.println("In Parent Class."); <br>} <br><br>public Parent() { <br>System.out.println("In Parent Constructor"); <br>test(); <br>} <br><br>public static void main(String [] args) { <br>System.out.println("In Main Function."); <br>new Child(); <br>} <br>} <br><br>class Child extends Parent { <br>private int instanceValue = 20; <br><br>public void test() { <br>System.out.println("In Child Class."); <br>System.out.println("instance value is: " + this.instanceValue); <br>} <br><br>public Child() { <br>System.out.println("In Child Constructor."); <br>} <br>} <br>执行结果(主要是看执行顺序哦): <br>In Main Function. <br>In Parent Constructor <br>In Child Class. <br>instance value is: 0 <br>In Child Constructor. <br><br>嘿嘿,应该懂了吧!~ 你可以试着把instanceValue的修饰符改为static试试哦. <br></p>
<img src ="http://www.blogjava.net/tanzek/aggbug/110346.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/tanzek/" target="_blank">tanzek</a> 2007-04-13 09:08 <a href="http://www.blogjava.net/tanzek/archive/2007/04/13/110346.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>IBM xSeries服务器安装内存一则</title><link>http://www.blogjava.net/tanzek/archive/2007/04/04/108304.html</link><dc:creator>tanzek</dc:creator><author>tanzek</author><pubDate>Tue, 03 Apr 2007 16:55:00 GMT</pubDate><guid>http://www.blogjava.net/tanzek/archive/2007/04/04/108304.html</guid><wfw:comment>http://www.blogjava.net/tanzek/comments/108304.html</wfw:comment><comments>http://www.blogjava.net/tanzek/archive/2007/04/04/108304.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/tanzek/comments/commentRss/108304.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/tanzek/services/trackbacks/108304.html</trackback:ping><description><![CDATA[<br>部门进购IBM xSeries 225服务器已经达三年之久了，128*2=256MB RAM + 40G HDD跑起来嘎哒嗄哒地响，期间一直没有更新过，如今赶上个好日子，领导重视服务器应用起来了，于是报告一批，一根512MB的内存条马上就到手了。<br><br>趁着这喜头，连夜加班装到机器上面，一开机却发现不了512M+256M那么多的内存，却只有640MB。郁闷，怎么会这样子呢？换个插槽试试，结果总共四个插槽和三根内存条，试遍了整整3*3*3*3种方法，却发现内存最大也只能为640MB，最小却有128MB，倒哦，白喜了一趟，那夜晚上就用了那640MB的内存一直跑到如今来了。<br><br>那是比较久的事了，大概还是半年前。嘿嘿，今天兴致比较好，居然又想动起这个来了，于是把它又整出来（IBM的机箱真难拆）。这一次换了思路了，打算先从文档下手，嘿嘿，找到了&#8220;@server xSeries 225 Documentation&#8221;这张光盘，放进去看一下文档，居然有&#8220;Installation Guide&#8221;，进去查找，找到了，现引用原文如下哦：<br><br><span style="FONT-SIZE: 10pt; COLOR: #2000ff">Installing memory modules</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">You can increase the amount of memory in your server by installing memory</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">modules. Your server uses industry-standard PC2100 double-data-rate (DDR) dual</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">inline memory modules (DIMMs).</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">Notes:</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">1. The system board contains four DIMM connectors and supports two-way</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">memory interleaving.</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">2. The DIMM options available for your server are 128 MB, 256 MB, 512 MB, 1</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">GB, and 2 GB. Your server supports a minimum of 256 MB and a maximum of 8</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">GB of system memory.</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">3. The amount of usable memory will be reduced depending on the system</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">configuration. A certain amount of memory must be reserved for system</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">resources. The BIOS will display the total amount of installed memory and the</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">amount of configured memory.</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">4. Your server comes with two 256 MB or 512 MB DIMMs (for a total of 512 MB or</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">1024 MB) installed in the DIMM 3 and DIMM 4 memory connectors. When you</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">install additional DIMMs, be sure to install them as a pair in DIMM connectors 1</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">and 2.</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">5. DIMMs must be installed in matched pairs. The first pair of DIMMs you install in</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">DIMM 3 and DIMM 4 memory connectors must be the same size, speed, type,</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">and technology. You can mix compatible DIMMs from various manufacturers. If</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">you install a second pair of DIMMs in DIMM 1 and DIMM 2 memory connectors,</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">they do not have to be the same size, speed, type, and technology as the</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">DIMMs you installed in DIMM 3 and DIMM 4 memory connectors. However, the</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">size, speed, type, and technology of the DIMMs you install in DIMM 1 and</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">DIMM 2 memory connectors must match each other.</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">6. Install only 133 MHz (memory bus), 2.5 V, 184-pin, double-data-rate (DDR),</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">PC2100, registered synchronous dynamic random-access memory (SDRAM)</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">with error correcting code (ECC) DIMMs. These DIMMs must be compatible</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">with the latest PC2100 SDRAM Registered DIMM specification. For a list of</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">supported options for your server, go to http://www.ibm.com/us/compat/ on the</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">World Wide Web.</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">7. Your server supports Chipkill&#8482; memory if the DIMMs are all type x4 and are 256</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">MB or larger. Using any 128 MB DIMMs or DIMMs that are not type x4 on your</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">server disables Chipkill memory.</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">Complete the following steps to install a DIMM:</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">1. Review the safety information beginning on page vii, &#8220;Installation guidelines&#8221; on</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">page 9, and &#8220;Handling static-sensitive devices&#8221; on page 10.</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">2. Remove the side cover (see &#8220;Removing the side cover&#8221; on page 11).</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">3. Remove the support bracket (see &#8220;Removing and installing the support bracket&#8221;</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">on page 13).</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">4. Locate the DIMM connectors on the system board. Determine the connectors</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">into which you will install the DIMMs. Install the DIMMs in the order shown in</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">the following table.</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">Table 3. DIMM installation sequence</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">Installation order DIMM connectors Diagnostic reference</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">First DIMM 3 and DIMM 4 Bank 2</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">Second DIMM 1 and DIMM 2 Bank 1</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">28 IBM xSeries 225 Type 8647: Installation Guide</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">5. Open the retaining clips and, if necessary, remove any existing DIMM.</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">6. Touch the static-protective package containing the DIMM to any unpainted metal</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">surface on the server. Then remove the new DIMM from the package.</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">7. Gently open the retaining clip on each end of the DIMM slot. Turn the DIMM so</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">that the pins align correctly with the connector.</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">8. Insert the DIMM into the connector. Firmly press the DIMM straight down into</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">the connector by applying pressure on both ends of the DIMM simultaneously.</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">The retaining clips snap into the locked position when the DIMM is firmly seated</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">in the connector. If there is a gap between the DIMM and the retaining clips, the</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">DIMM has not been correctly installed. Open the retaining clips, remove the</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">DIMM, and then reinsert it.</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">DIMM 1</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">DIMM 3</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">DIMM 2</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">DIMM 4</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">9. If you have other options to install or remove, do so now; otherwise, replace the</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">support bracket (see &#8220;Removing and installing the support bracket&#8221; on page 13)</span><br style="COLOR: #2000ff"><span style="COLOR: #2000ff">and go to &#8220;Completing the installation&#8221; on page 34. <br><br><span style="COLOR: #000000">看了上面的说明，大概就知道了真的不能这么混着插内存条的，必须成pairs出现的在DIMM1,DIMM2或DIMM3,DIMM4中。刚看完这个，就有点后悔为什么当初没有此东西了。唉！~</span><br></span>
<img src ="http://www.blogjava.net/tanzek/aggbug/108304.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/tanzek/" target="_blank">tanzek</a> 2007-04-04 00:55 <a href="http://www.blogjava.net/tanzek/archive/2007/04/04/108304.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>MS Project 2003的一个问题</title><link>http://www.blogjava.net/tanzek/archive/2007/04/03/108244.html</link><dc:creator>tanzek</dc:creator><author>tanzek</author><pubDate>Tue, 03 Apr 2007 10:04:00 GMT</pubDate><guid>http://www.blogjava.net/tanzek/archive/2007/04/03/108244.html</guid><wfw:comment>http://www.blogjava.net/tanzek/comments/108244.html</wfw:comment><comments>http://www.blogjava.net/tanzek/archive/2007/04/03/108244.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/tanzek/comments/commentRss/108244.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/tanzek/services/trackbacks/108244.html</trackback:ping><description><![CDATA[<p style="COLOR: #2708ff"><span style="COLOR: #ff0000">[问题引出]：刚装完MS Project 2003，一运行就出现一个&#8220;gbui://blank.htm/无法打开&#8221;的情况，然后再出现一个&#8220;gbui://mainpage.html/无法打开的&#8221;，接下来唯一能做的就是用&#8220;任务管理器&#8221;结束掉任务了。</span><br></p>
<p style="COLOR: #2708ff">[问题解决]：The command is attempting to use a Web page from the site &gt;gbui://blank.htm/<br>You have not identified this site as a trusted site in Internet Explorer.</p>
<p style="COLOR: #2708ff">Background Information</p>
<p style="COLOR: #2708ff">This error indicates that a needed registry key was not created during the installation of Project Server.</p>
<p style="COLOR: #2708ff">Resolution</p>
<p style="COLOR: #2708ff">You can uninstall and reinstall Project Server, or you can manually create the following registry key:</p>
<p style="COLOR: #2708ff">[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\MSProject\Options\Interface "GBUIDisplayToggle"=dword:00000000</p>
<br>
<p><br></p>
<p>[转自：]http://www.projectserverexperts.com/Shared%20Documents/gbuierror.htm <br></p>
<br>
<img src ="http://www.blogjava.net/tanzek/aggbug/108244.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/tanzek/" target="_blank">tanzek</a> 2007-04-03 18:04 <a href="http://www.blogjava.net/tanzek/archive/2007/04/03/108244.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[转]Windows系统文件详细解说</title><link>http://www.blogjava.net/tanzek/archive/2007/04/02/108077.html</link><dc:creator>tanzek</dc:creator><author>tanzek</author><pubDate>Mon, 02 Apr 2007 15:38:00 GMT</pubDate><guid>http://www.blogjava.net/tanzek/archive/2007/04/02/108077.html</guid><wfw:comment>http://www.blogjava.net/tanzek/comments/108077.html</wfw:comment><comments>http://www.blogjava.net/tanzek/archive/2007/04/02/108077.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/tanzek/comments/commentRss/108077.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/tanzek/services/trackbacks/108077.html</trackback:ping><description><![CDATA[<span id=ContentLabel style="PADDING-RIGHT: 10px; DISPLAY: block; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px">详细的介绍了WINDOWS系统文件的用途,我想各位保存一份以后说不定会有用吧<br>&nbsp;<br>&nbsp;A<br>&nbsp;ACCESS.CHM&nbsp;-&nbsp;Windows帮助文件&nbsp;<br>&nbsp;ACCSTAT.EXE&nbsp;-&nbsp;辅助状态指示器&nbsp;<br>&nbsp;ADVAPI32.DLL&nbsp;-&nbsp;高级Win32应用程序接口&nbsp;<br>&nbsp;AHA154X.MPD&nbsp;-&nbsp;SCSI驱动程序&nbsp;<br>&nbsp;AM1500T.VXT&nbsp;-&nbsp;网卡驱动程序&nbsp;<br>&nbsp;AM2100.DOS&nbsp;-&nbsp;网卡驱动程序&nbsp;<br>&nbsp;APPSTART.ANI&nbsp;-&nbsp;动画光标&nbsp;<br>&nbsp;APPS.HLP&nbsp;-&nbsp;Windows帮助文件&nbsp;<br>&nbsp;AUDIOCDC.HLP&nbsp;-&nbsp;"易码编码解码器"帮助文件&nbsp;<br>&nbsp;AWARDPR32.EXE&nbsp;-&nbsp;增加打印机工具<br>&nbsp;<br>&nbsp;B<br>&nbsp;BIGMEM.DRV&nbsp;-&nbsp;BIGMEM虚拟设备&nbsp;<br>&nbsp;BILLADD.DLL&nbsp;-&nbsp;动态链接库(支持MSW)&nbsp;<br>&nbsp;BIOS.VXD&nbsp;-&nbsp;即插即用BIOS接口&nbsp;<br>&nbsp;BUSLOGIC.MPD&nbsp;-&nbsp;SCSI驱动程序<br>&nbsp;<br>&nbsp;C<br>&nbsp;CALC.EXE&nbsp;-&nbsp;计算器应用程序&nbsp;<br>&nbsp;CANNON800.DRV&nbsp;-&nbsp;佳能打印机驱动程序&nbsp;<br>&nbsp;CHOICE.COM&nbsp;-&nbsp;MSDOS命令&nbsp;<br>&nbsp;CHS16.FON&nbsp;-&nbsp;字体文件(16点阵中文)&nbsp;<br>&nbsp;CANYON.MID&nbsp;-&nbsp;MIDI文件例子&nbsp;<br>&nbsp;CARDDRV.EXE&nbsp;-&nbsp;PCMCIA支持程序&nbsp;<br>&nbsp;CDFS.VXD&nbsp;-&nbsp;CDROM文件系统&nbsp;<br>&nbsp;CDPLAYER.EXE&nbsp;-&nbsp;CD播放器应用程序&nbsp;<br>&nbsp;CDPLAYER.HLP&nbsp;-&nbsp;CD播放器帮助文件&nbsp;<br>&nbsp;CHIPS.DRV&nbsp;-&nbsp;芯片技术显示驱动程序&nbsp;<br>&nbsp;CHKDSK.EXE&nbsp;-&nbsp;DOS磁盘检查工具&nbsp;<br>&nbsp;CHOOSUSR.DLL&nbsp;-&nbsp;网络客户&nbsp;<br>&nbsp;CHOKD.WAV&nbsp;-&nbsp;声音文件例子&nbsp;<br>&nbsp;CIS.SCP&nbsp;-&nbsp;脚本文件(演示如何建立与Compuserve的PPP连接)&nbsp;<br>&nbsp;CLAIRE~1.RMI&nbsp;-&nbsp;MINI序列&nbsp;<br>&nbsp;CLIP.INF&nbsp;-&nbsp;安装信息文件(剪粘板查看器)&nbsp;<br>&nbsp;CLOSEWIN.AVI&nbsp;-&nbsp;影片剪辑(AVI)(如何关闭窗口)&nbsp;<br>&nbsp;CMC.DLL:Mail&nbsp;-&nbsp;API1.0公共信息调用&nbsp;<br>&nbsp;COMBUFF.VXD&nbsp;-&nbsp;COM端虚拟设备&nbsp;<br>&nbsp;COMCTL32.DLL&nbsp;-&nbsp;32位Shell组件&nbsp;<br>&nbsp;COMDLG32.DLL&nbsp;-&nbsp;32位公共对话库&nbsp;<br>&nbsp;COMIC.TIF&nbsp;-&nbsp;TrueType字体文件(Comic&nbsp;Sans&nbsp;Ms)&nbsp;<br>&nbsp;COMMAND.COM&nbsp;-&nbsp;公共对话库&nbsp;<br>&nbsp;COMMDLG.DLL&nbsp;-&nbsp;16位公共对话库&nbsp;<br>&nbsp;COMMON.HLP&nbsp;-&nbsp;OLE帮助文件&nbsp;<br>&nbsp;COMPOBJ.DLL&nbsp;-&nbsp;OLE16/32互*作库&nbsp;<br>&nbsp;CONAGEN.EXE&nbsp;-&nbsp;32位控制支持&nbsp;<br>&nbsp;CONFAPI.DLL&nbsp;-&nbsp;Microsoft网络组件&nbsp;<br>&nbsp;CONFIG.SYS&nbsp;-&nbsp;配置文件&nbsp;<br>&nbsp;CONFIG.TXT&nbsp;-&nbsp;自述文件(配置文件中如何使用命令)&nbsp;<br>&nbsp;CONTROL.EXE&nbsp;-&nbsp;"控制面板"应用程序&nbsp;<br>&nbsp;COOL.DLL&nbsp;-&nbsp;统一资源定位文件&nbsp;<br>&nbsp;COPY.INF&nbsp;-&nbsp;安装信息文件&nbsp;<br>&nbsp;CP-1250.NLS&nbsp;-&nbsp;自然语言支持文件&nbsp;<br>&nbsp;CPQNDIS.DOS&nbsp;-&nbsp;网卡驱动程序&nbsp;<br>&nbsp;CPQNDIS3.VXD&nbsp;-&nbsp;Compaq以太控制器NDIS驱动程序&nbsp;<br>&nbsp;CR3240.EXE&nbsp;-&nbsp;DOS6.22中文版CR3240打印机驱动程序&nbsp;<br>&nbsp;CRTDLL.DLL&nbsp;-&nbsp;Microsoft&nbsp;C运行时间库&nbsp;<br>&nbsp;CSETUP.EXE&nbsp;-&nbsp;MSDOS6.22中文设置程序&nbsp;<br>&nbsp;CSETUP.WIN&nbsp;-&nbsp;CSetup.exe支持文件&nbsp;<br>&nbsp;CSMAPPER.SYS&nbsp;-&nbsp;系统文件(支持PCMCIA)&nbsp;<br>&nbsp;CSPMAN.DLL&nbsp;-&nbsp;动态链接库(SoundBlaster&nbsp;16&nbsp;Driver)&nbsp;<br>&nbsp;CTRLPAN.EXE&nbsp;-&nbsp;MSDOS命令(系统控制台程序)&nbsp;<br>&nbsp;CTRLPAN.EXE&nbsp;-&nbsp;MSDOS6.22中文版控制程序<br>&nbsp;<br>&nbsp;D<br>&nbsp;DBLBVFF.SYS&nbsp;-&nbsp;双缓冲驱动程序&nbsp;<br>&nbsp;DC21X4.SYS&nbsp;-&nbsp;NDIS3驱动程序&nbsp;<br>&nbsp;DCIMAN.DLL&nbsp;-&nbsp;显示控制接口&nbsp;<br>&nbsp;DCIMAN32.DLL&nbsp;-&nbsp;显示控制接口&nbsp;<br>&nbsp;DDEML.DLL&nbsp;-&nbsp;DDE信息库&nbsp;<br>&nbsp;DEBMP.DLL&nbsp;-&nbsp;光栅显示设备&nbsp;<br>&nbsp;DEBUG.EXE&nbsp;-&nbsp;Debug调试工具&nbsp;<br>&nbsp;DECPSMW4.INF&nbsp;-&nbsp;安装信息文件(DEC打印机安装)&nbsp;<br>&nbsp;DECLAN.VXD&nbsp;-&nbsp;DECLAN网卡驱动程序&nbsp;<br>&nbsp;DEFRAG&nbsp;-&nbsp;打开"选定驱动器"窗口&nbsp;<br>&nbsp;DEL.INF&nbsp;-&nbsp;安装信息文件&nbsp;<br>&nbsp;DELTEMP.COM&nbsp;-&nbsp;初始化帮助工具&nbsp;<br>&nbsp;DELTREE.EXE&nbsp;-&nbsp;删除目录工具&nbsp;<br>&nbsp;DEMET.DLL&nbsp;-&nbsp;向量显示工程&nbsp;<br>&nbsp;DESKCP16.DLL&nbsp;-&nbsp;16位桌面控制面板&nbsp;<br>&nbsp;DESKTOP.MSN&nbsp;-&nbsp;Microsoft网络组件&nbsp;<br>&nbsp;DESS.DLL&nbsp;-&nbsp;表格显示工程&nbsp;<br>&nbsp;DEWP.DLL&nbsp;-&nbsp;字处理显示工程&nbsp;<br>&nbsp;DIALER.CNT&nbsp;-&nbsp;对话帮助&nbsp;<br>&nbsp;DIALER.EXE&nbsp;-&nbsp;电话拨号程序&nbsp;<br>&nbsp;DIALER.HLP&nbsp;-&nbsp;电话拨号帮助文件&nbsp;<br>&nbsp;DIALMON.EXE&nbsp;-&nbsp;拨号监视程序(IE2.0)&nbsp;<br>&nbsp;DIBENG.DLL&nbsp;-&nbsp;独立设备的位同工程&nbsp;<br>&nbsp;DICONIX.DRX&nbsp;-&nbsp;打印机驱动&nbsp;<br>&nbsp;非常棒哦^__^.WAN&nbsp;-&nbsp;声音文件例子&nbsp;<br>&nbsp;DIRECTCC.EXE&nbsp;-&nbsp;直接线缆连接应用程序&nbsp;<br>&nbsp;DISKCOMP&nbsp;-&nbsp;磁盘比较工具&nbsp;<br>&nbsp;DISKCOPY.COM&nbsp;-&nbsp;磁盘拷贝工具&nbsp;<br>&nbsp;DISKDRV.INF&nbsp;-&nbsp;安装信息&nbsp;<br>&nbsp;DISPLAY.TXT&nbsp;-&nbsp;显示卡README文件&nbsp;<br>&nbsp;DMCOLOR.DLL&nbsp;-&nbsp;通用打印驱动程序彩打支持库&nbsp;<br>&nbsp;DOSKEY.COM&nbsp;-&nbsp;DOS命令&nbsp;<br>&nbsp;DOSX.EXE&nbsp;-&nbsp;MSDOS配置程序&nbsp;<br>&nbsp;DRAGDROP.AVI&nbsp;-&nbsp;影片剪辑(AVI)(如何使用拖拽)&nbsp;<br>&nbsp;DRIVER.SYS&nbsp;-&nbsp;DOS驱动程序&nbsp;<br>&nbsp;DRVSPACE.EXE&nbsp;-&nbsp;磁盘压缩工具&nbsp;<br>&nbsp;DRVSPACE.HLP&nbsp;-&nbsp;磁盘空间管理帮助文件&nbsp;<br>&nbsp;<br>&nbsp;E<br>&nbsp;EDIT.COM&nbsp;-&nbsp;DOS文字编辑程序&nbsp;<br>&nbsp;EDLIN.EXE&nbsp;-&nbsp;DOS行编辑器&nbsp;<br>&nbsp;EE16.VXD&nbsp;-&nbsp;虚拟设备驱动程序&nbsp;<br>&nbsp;EISA.VXD&nbsp;-&nbsp;即插即用EISA总线计数器&nbsp;<br>&nbsp;EK550C.ICM&nbsp;-&nbsp;打印机简介&nbsp;<br>&nbsp;EMM386.EXE&nbsp;-&nbsp;扩展内存管理程序&nbsp;<br>&nbsp;ENABLE.INF&nbsp;-&nbsp;初始化信息&nbsp;<br>&nbsp;ENGCT.EXE&nbsp;-&nbsp;MSN支持文件&nbsp;<br>&nbsp;ESCP24SC.DRV&nbsp;-&nbsp;设备驱动程序&nbsp;<br>&nbsp;EUDCEDIT.CNF&nbsp;-&nbsp;帮助索引文件(造字程序)&nbsp;<br>&nbsp;EUDCEDIT.EXE&nbsp;-&nbsp;造字程序&nbsp;<br>&nbsp;EUDCEDIT.HLP&nbsp;-&nbsp;帮助文件(造字程序)&nbsp;<br>&nbsp;EUDCEDIT.INF&nbsp;-&nbsp;安装信息文件(造字程序)&nbsp;<br>&nbsp;EVX16.DOS&nbsp;-&nbsp;网卡驱动程序&nbsp;<br>&nbsp;EWRK3.DOS&nbsp;-&nbsp;网卡驱动程序&nbsp;<br>&nbsp;EWRK3.SYS&nbsp;-&nbsp;网卡驱动程序&nbsp;<br>&nbsp;EXCEL.XLS&nbsp;-&nbsp;Excel5.0文件模板&nbsp;<br>&nbsp;EXCEL4.XLS&nbsp;-&nbsp;Excel4.0文件模板&nbsp;<br>&nbsp;EXCHANGE.TXT&nbsp;-&nbsp;Inbox和Exchange的自述文件&nbsp;<br>&nbsp;EXCHNG.CNT&nbsp;-&nbsp;Mail/Exchange帮助文件内容&nbsp;<br>&nbsp;EXCHNG.HLP&nbsp;-&nbsp;Mail/Exchange组件&nbsp;<br>&nbsp;EXCHNG32.EXE&nbsp;-&nbsp;对用户的交换机作初始设置&nbsp;<br>&nbsp;EXPLORER.AVI&nbsp;-&nbsp;影片剪辑(AVI)(如何使用资源管理器)&nbsp;<br>&nbsp;EXPLORER.EXE&nbsp;-&nbsp;"资源管理器"应用程序&nbsp;<br>&nbsp;EXPO.HLP&nbsp;-&nbsp;帮助文件(产品信息)&nbsp;<br>&nbsp;EXPOSTRT.EXE&nbsp;-&nbsp;产品信息应用程序&nbsp;<br>&nbsp;EXTRACT.EXE&nbsp;-&nbsp;解压缩工具&nbsp;<br>&nbsp;EXTRA.TXT&nbsp;-&nbsp;自述文件(联机访问附加文件)&nbsp;<br>&nbsp;<br>&nbsp;F<br>&nbsp;FAQ.TXT&nbsp;-&nbsp;疑难解答自述文件&nbsp;<br>&nbsp;FAXCODEC.DLL&nbsp;-&nbsp;传真编码/译码器&nbsp;<br>&nbsp;FAXCOVER.EXE&nbsp;-&nbsp;封面编辑器&nbsp;<br>&nbsp;FC.EXE&nbsp;-&nbsp;DOS命令,比较两个文件&nbsp;<br>&nbsp;FD16-700.MPD&nbsp;-&nbsp;SCSI驱动程序&nbsp;<br>&nbsp;FD8XX.MPD&nbsp;-&nbsp;SCSI驱动程序&nbsp;<br>&nbsp;FDISK.EXE&nbsp;-&nbsp;DOS命令,在硬盘上建立、删除及显示当前分区&nbsp;<br>&nbsp;FILESEC.VXD&nbsp;-&nbsp;文件存取控制管理器&nbsp;<br>&nbsp;FILEXFER.CNT&nbsp;-&nbsp;文件传输帮助文件内容&nbsp;<br>&nbsp;FILEXFER.EXE&nbsp;-&nbsp;Microsoft文件传输&nbsp;<br>&nbsp;FIND.AVI&nbsp;-&nbsp;影片剪辑(如何使用查找)&nbsp;<br>&nbsp;FIND.EXE&nbsp;-&nbsp;寻找指定字符串命令&nbsp;<br>&nbsp;FINDMVI.DLL&nbsp;-&nbsp;媒体视觉支持&nbsp;<br>&nbsp;FINSTALL.DLL&nbsp;-&nbsp;字库安装程序&nbsp;<br>&nbsp;FINSTALL.HLP&nbsp;-&nbsp;字库安装帮助文件&nbsp;<br>&nbsp;FLSIMTD.VXD&nbsp;-&nbsp;PCMCIA支持&nbsp;<br>&nbsp;FLSIMTD.VXD&nbsp;-&nbsp;PCMCIA支持&nbsp;<br>&nbsp;FONT16.EXE&nbsp;-&nbsp;DOS6.22中文版16点阵字体驱动程序&nbsp;<br>&nbsp;FONTS.INF&nbsp;-&nbsp;字体选择初始化信息&nbsp;<br>&nbsp;FONTVIEW.EXE&nbsp;-&nbsp;字体浏览程序&nbsp;<br>&nbsp;formAT.COM&nbsp;-&nbsp;DOS磁盘格式化工具&nbsp;<br>&nbsp;FOUTLINE.EXE&nbsp;-&nbsp;轮廓字体驱动程序&nbsp;<br>&nbsp;FRAMEBUF.DRV&nbsp;-&nbsp;SVGA显示器驱动程序&nbsp;<br>&nbsp;FTE.DLL&nbsp;-&nbsp;声音浏览文件传输工程文件&nbsp;<br>&nbsp;FTP.EXE&nbsp;-&nbsp;文件传输协议TCP工具&nbsp;<br>&nbsp;FURELI~1.RMI&nbsp;-&nbsp;MINI序列<br>&nbsp;<br>&nbsp;G<br>&nbsp;GBK.TXT&nbsp;-&nbsp;中文Windows95GBK代码集字符定义表&nbsp;<br>&nbsp;GDI.EXE&nbsp;-&nbsp;简版WIN3.1图形界面&nbsp;<br>&nbsp;GDI32.DLL&nbsp;-&nbsp;32位GDI图形界面&nbsp;<br>&nbsp;GENERAL.IDF&nbsp;-&nbsp;一般MIDI指示器&nbsp;<br>&nbsp;GRPCONV.EXE&nbsp;-&nbsp;Windows程序组转换器&nbsp;<br>&nbsp;GUIDE.EXE&nbsp;-&nbsp;应用程序(MSN)&nbsp;<br>&nbsp;<br>&nbsp;H<br>&nbsp;HARDWARE.TXT&nbsp;-&nbsp;硬件自述文件&nbsp;<br>&nbsp;HOSTS.SAM&nbsp;-&nbsp;TCP配置&nbsp;<br>&nbsp;HPCLRLSK.ICM&nbsp;-&nbsp;打印简介&nbsp;<br>&nbsp;HPDESK.ICM&nbsp;-&nbsp;打印机简介表&nbsp;<br>&nbsp;HPDSKJET.DRV&nbsp;-&nbsp;打印机驱动程序&nbsp;<br>&nbsp;HPEISA.VXD&nbsp;-&nbsp;网络适配器驱动程序&nbsp;<br>&nbsp;HPJAHLP.CNT&nbsp;-&nbsp;JetAdmin程序帮助文件&nbsp;<br>&nbsp;HPJD.DLL&nbsp;-&nbsp;HPJetAdmin支持程序&nbsp;<br>&nbsp;HPLAN.DOS&nbsp;-&nbsp;网络适配器驱动程序&nbsp;<br>&nbsp;HPLJ300.DRV&nbsp;-&nbsp;HPLJ300DPI打印机驱动程序&nbsp;<br>&nbsp;HPLJ300.EXE&nbsp;-&nbsp;MSDOS命令(HP打印机驱动)&nbsp;<br>&nbsp;HPLJ-31.SPD&nbsp;-&nbsp;打印机驱动程序&nbsp;<br>&nbsp;HPLJ600.DRV&nbsp;-&nbsp;HPLJ600DPI打印机驱动程序&nbsp;<br>&nbsp;HPLJP-V4.INF&nbsp;-&nbsp;打印机安装信息&nbsp;<br>&nbsp;HPNETPRN.INF&nbsp;-&nbsp;HPJetAdmin支持程序&nbsp;<br>&nbsp;HPPJXL31.SPD&nbsp;-&nbsp;打印机驱动程序&nbsp;<br>&nbsp;HPPLOT.DRV&nbsp;-&nbsp;打印机驱动程序&nbsp;<br>&nbsp;HPPLOT.HLP&nbsp;-&nbsp;打印机驱动程序帮助文件&nbsp;<br>&nbsp;HPPRARBK.DLL&nbsp;-&nbsp;HPJetAdmin支持程序&nbsp;<br>&nbsp;HPPRARRK.HLP&nbsp;-&nbsp;HPJetAdmin支持程序帮助文件&nbsp;<br>&nbsp;HPVCM.HPM&nbsp;-&nbsp;打印机驱动程序&nbsp;<br>&nbsp;HSFLOP.PDR&nbsp;-&nbsp;HSFLOP虚拟设备&nbsp;<br>&nbsp;HTICONS.DLL&nbsp;-&nbsp;终端设备动态链接库&nbsp;<br>&nbsp;HYPERTRM.CNT&nbsp;-&nbsp;终端设备帮助文件&nbsp;<br>&nbsp;HYPERTRM.EXE&nbsp;-&nbsp;终端设备应用程序&nbsp;<br>&nbsp;HYPERTRM.HLP&nbsp;-&nbsp;"超级终端"帮助&nbsp;<br>&nbsp;HZKBD.EXE&nbsp;-&nbsp;常用输入方法程序&nbsp;<br>&nbsp;HZVIO95.EXE&nbsp;-&nbsp;显示驱动程序<br>&nbsp;<br>&nbsp;I<br>&nbsp;I82593.DOS&nbsp;-&nbsp;网络适配器驱动程序&nbsp;<br>&nbsp;IB401917.SPD&nbsp;-&nbsp;打印机驱动程序&nbsp;<br>&nbsp;IBM20470.SPD&nbsp;-&nbsp;打印机驱动程序&nbsp;<br>&nbsp;IBM20K.DOS&nbsp;-&nbsp;网络适配器驱动程序&nbsp;<br>&nbsp;ICM32.DLL&nbsp;-&nbsp;图象颜色匹配程序&nbsp;<br>&nbsp;ICMOI.DLL&nbsp;-&nbsp;用户界面颜色匹配程序&nbsp;<br>&nbsp;ICONLIB.DLL&nbsp;-&nbsp;图符库&nbsp;<br>&nbsp;IEXPLORE.CNT&nbsp;-&nbsp;帮助索引文件(IE)&nbsp;<br>&nbsp;IEXPLORE.EXE&nbsp;-&nbsp;InternetExplore&nbsp;<br>&nbsp;IEXPLORE.HLP&nbsp;-&nbsp;帮助文件(IE)&nbsp;<br>&nbsp;IFSHLP.SYS&nbsp;-&nbsp;文件系统安装帮助文件&nbsp;<br>&nbsp;IFSMGR.VXD&nbsp;-&nbsp;文件系统安装管理程序&nbsp;<br>&nbsp;IMAGEOIT.EXE&nbsp;-&nbsp;图象编辑器光标程序&nbsp;<br>&nbsp;IMCLIENT.DLL&nbsp;-&nbsp;Microsoft网络组件&nbsp;<br>&nbsp;IME.CNT&nbsp;-&nbsp;帮助索引文件(中文输入法)&nbsp;<br>&nbsp;IME.HLP&nbsp;-&nbsp;Windows帮助文件&nbsp;<br>&nbsp;IME.INF&nbsp;-&nbsp;安装信息文件(中文输入法)&nbsp;<br>&nbsp;IMEGEN.CNF&nbsp;-&nbsp;帮助索引文件(输入法生成器)&nbsp;<br>&nbsp;IMEGEN.EXE&nbsp;-&nbsp;输入法生成器&nbsp;<br>&nbsp;IMEGEN.HLP&nbsp;-&nbsp;帮助文件(输入法生成器)&nbsp;<br>&nbsp;IMEINFO.INI&nbsp;-&nbsp;输入法初始化文件&nbsp;<br>&nbsp;IMM32.DLL&nbsp;-&nbsp;WIN32IMM应用程序界面&nbsp;<br>&nbsp;INBOX.EXC&nbsp;-&nbsp;邮件组件&nbsp;<br>&nbsp;INDICDLL.DLL&nbsp;-&nbsp;多语言组件&nbsp;<br>&nbsp;INET.TXT&nbsp;-&nbsp;IE自述文件&nbsp;<br>&nbsp;INET16.DLL&nbsp;-&nbsp;动态链接库(支持IE2.0)&nbsp;<br>&nbsp;INETAB32.DLL&nbsp;-&nbsp;动态链接库(支持Internet&nbsp;mail)&nbsp;<br>&nbsp;INETCFG.DLL&nbsp;-&nbsp;动态链接库(支持IE2.0)&nbsp;<br>&nbsp;INETCPL.CPL&nbsp;-&nbsp;控制面板文件(配置IE2.0)&nbsp;<br>&nbsp;INETMAIL.INF&nbsp;-&nbsp;安装信息文件(Internet&nbsp;mail)&nbsp;<br>&nbsp;INETWIZ.EXE&nbsp;-&nbsp;Internet安装向导&nbsp;<br>&nbsp;INformS.WPF&nbsp;-&nbsp;样板文件&nbsp;<br>&nbsp;INSTBE.BAT&nbsp;-&nbsp;Microsoft网络组件&nbsp;<br>&nbsp;INSTDICT.EXE&nbsp;-&nbsp;MSDOS命令(输入法安装程序)&nbsp;<br>&nbsp;INTB.VXD&nbsp;-&nbsp;13号中断虚拟设备&nbsp;<br>&nbsp;INTL.CPL&nbsp;-&nbsp;控制面板&nbsp;<br>&nbsp;INT-MAIL.CNT&nbsp;-&nbsp;帮助索引文件(Internet&nbsp;mail)&nbsp;<br>&nbsp;IOS.INI&nbsp;-&nbsp;设置需要安全保护的程序&nbsp;<br>&nbsp;IOSCLASS.DLL&nbsp;-&nbsp;CDROM安装程序&nbsp;<br>&nbsp;IRMATR.DOS&nbsp;-&nbsp;网络适配器驱动程序&nbsp;<br>&nbsp;ISAPNP.VXD&nbsp;-&nbsp;ISA总线即插即用程序<br>&nbsp;<br>&nbsp;J<br>&nbsp;JOY.CPL&nbsp;-&nbsp;游戏杆控制面板&nbsp;<br>&nbsp;JOYSTICK.INF&nbsp;-&nbsp;多媒体安装信息&nbsp;<br>&nbsp;JP350.DRV&nbsp;-&nbsp;打印机驱动程序&nbsp;<br>&nbsp;JUNGLE~1.WAV&nbsp;-&nbsp;声音文件<br>&nbsp;<br>&nbsp;K<br>&nbsp;KBDBE.KBD&nbsp;-&nbsp;比利时键盘格式&nbsp;<br>&nbsp;KBDBR.KBD&nbsp;-&nbsp;巴西键盘格式&nbsp;<br>&nbsp;KBDCA.KBD&nbsp;-&nbsp;法国、加拿大键盘格式&nbsp;<br>&nbsp;KBDOS.KBD&nbsp;-&nbsp;美国键盘格式&nbsp;<br>&nbsp;KDCOLOR1.SPD&nbsp;-&nbsp;打印机驱动程序&nbsp;<br>&nbsp;KERNEL32.DLL&nbsp;-&nbsp;32位内核&nbsp;<br>&nbsp;KEYB.COM&nbsp;-&nbsp;将控制键盘程序装入内存&nbsp;<br>&nbsp;KODAKCE.ICM&nbsp;-&nbsp;柯达ICC配置文件&nbsp;<br>&nbsp;KRNL386.EXE&nbsp;-&nbsp;Core应用程序<br>&nbsp;<br>&nbsp;L<br>&nbsp;LABEL.EXE&nbsp;-&nbsp;DOS命令,设置磁盘名称&nbsp;<br>&nbsp;LFNBK.EXE&nbsp;-&nbsp;长文件名备份文件&nbsp;<br>&nbsp;LFNBK.TXT&nbsp;-&nbsp;LFNBK的自述文件&nbsp;<br>&nbsp;LICENSE.HLP&nbsp;-&nbsp;Windows帮助文件&nbsp;<br>&nbsp;LMSCRIPT.EXE&nbsp;-&nbsp;LAN管理器文稿处理程序&nbsp;<br>&nbsp;LOGIN.EXE&nbsp;-&nbsp;Win95登录NetWare文件&nbsp;<br>&nbsp;LQ1600K.EXE&nbsp;-&nbsp;LQ1600K打印驱动程序<br>&nbsp;<br>&nbsp;M<br>&nbsp;MAILMSG.DLL&nbsp;-&nbsp;微软网络组件&nbsp;<br>&nbsp;MAILOPT.INF&nbsp;-&nbsp;MAIL/MAPI设置文件&nbsp;<br>&nbsp;MAPI.DLL&nbsp;-&nbsp;Mail/Exchange组件&nbsp;<br>&nbsp;MCIAVI.DRV&nbsp;-&nbsp;多媒体驱动程序&nbsp;<br>&nbsp;MCICDA.DRV&nbsp;-&nbsp;MCICD声音驱动程序&nbsp;<br>&nbsp;MCIOLE.DLL&nbsp;-&nbsp;MCIOLE句柄&nbsp;<br>&nbsp;MCIPIONR.DRV&nbsp;-&nbsp;MCI光盘驱动程序&nbsp;<br>&nbsp;MCISEQ.DRV&nbsp;-&nbsp;MCI定序器驱动程序&nbsp;<br>&nbsp;MCIVISCA.DRV&nbsp;-&nbsp;MCIVCR驱动程序&nbsp;<br>&nbsp;MCIWAVE.DRV&nbsp;-&nbsp;MCI&nbsp;Ware驱动程序&nbsp;<br>&nbsp;MDMNOKIA.INF&nbsp;-&nbsp;安装信息文件(modem)&nbsp;<br>&nbsp;MDMNOVA.INF&nbsp;-&nbsp;安装信息文件(modem)&nbsp;<br>&nbsp;MDMVV.INF&nbsp;-&nbsp;安装信息文件(modem)&nbsp;<br>&nbsp;MEMMAKER.EXE&nbsp;-&nbsp;内存管理程序&nbsp;<br>&nbsp;MEMMAKER.INF&nbsp;-&nbsp;内存管理程序设置信息&nbsp;<br>&nbsp;MFCUIA32.DLL&nbsp;-&nbsp;OLEI公共对话动态链接库&nbsp;<br>&nbsp;MIDI.INF&nbsp;-&nbsp;即插即用MIDI设备信息&nbsp;<br>&nbsp;MINET32.DLL&nbsp;-&nbsp;支持Internet&nbsp;Mail动态链接库&nbsp;<br>&nbsp;MKECR5XX.MPD&nbsp;-&nbsp;SCSI驱动程序&nbsp;<br>&nbsp;ML3XEC16.EXE&nbsp;-&nbsp;应用程序(MAPI)&nbsp;<br>&nbsp;MLSHEXT.DLL&nbsp;-&nbsp;微软核扩展库&nbsp;<br>&nbsp;MMCI.DLL&nbsp;-&nbsp;媒体类安装程序&nbsp;<br>&nbsp;MMDEVLDR.VXD&nbsp;-&nbsp;即插即用设备装载程序&nbsp;<br>&nbsp;MMDRV.HLP&nbsp;-&nbsp;多媒体帮助文件&nbsp;<br>&nbsp;MMSOUND.DRV&nbsp;-&nbsp;多媒体驱动程序&nbsp;<br>&nbsp;MMSYSTEM.DLL&nbsp;-&nbsp;多媒体系统内核&nbsp;<br>&nbsp;MMTASK.TSK&nbsp;-&nbsp;多媒体背景任务交换器&nbsp;<br>&nbsp;MODE.COM&nbsp;-&nbsp;DOS命令&nbsp;<br>&nbsp;MODERN.FON&nbsp;-&nbsp;字体文件(modem)&nbsp;<br>&nbsp;MORE.COM&nbsp;-&nbsp;DOS命令&nbsp;<br>&nbsp;MOUSE.DRV&nbsp;-&nbsp;鼠标驱动程序&nbsp;<br>&nbsp;MOVEWIN.AVI&nbsp;-&nbsp;影片剪辑(如何移动窗口)&nbsp;<br>&nbsp;MPLAYER.EXE&nbsp;-&nbsp;媒体播放程序&nbsp;<br>&nbsp;MPR.DLL&nbsp;-&nbsp;WIN32网络接口动态链接库&nbsp;<br>&nbsp;MSAB32.DLL&nbsp;-&nbsp;微软网络地址簿&nbsp;<br>&nbsp;MSBASE.INF&nbsp;-&nbsp;设置信息&nbsp;<br>&nbsp;MSCDEX.EXE&nbsp;-&nbsp;DOS&nbsp;MSCDEX&nbsp;CDROM扩展工具&nbsp;<br>&nbsp;MSCDROM.INF&nbsp;-&nbsp;类安装设置信息&nbsp;<br>&nbsp;MSD.EXE&nbsp;-&nbsp;微软诊断工具&nbsp;<br>&nbsp;MSD.INI&nbsp;-&nbsp;微软诊断初始化&nbsp;<br>&nbsp;MSDET.INF&nbsp;-&nbsp;系统检测设置信息&nbsp;<br>&nbsp;MSDISP.INF&nbsp;-&nbsp;显示设置信息&nbsp;<br>&nbsp;MSDLG.EXE&nbsp;-&nbsp;数据链接控制协议&nbsp;<br>&nbsp;MSDOS.INF&nbsp;-&nbsp;设置信息&nbsp;<br>&nbsp;MSDOSDRV.TXT&nbsp;-&nbsp;设备驱动程序自述文件&nbsp;<br>&nbsp;MSFT.VRL&nbsp;-&nbsp;统一资源定位文件&nbsp;<br>&nbsp;MSGSRV32.EXE&nbsp;-&nbsp;Windows32位虚拟设备信息系统&nbsp;<br>&nbsp;MSHDC.INF&nbsp;-&nbsp;硬盘控制设置信息&nbsp;<br>&nbsp;MSJSTICK.DRV&nbsp;-&nbsp;即插即用游戏杆驱动程序&nbsp;<br>&nbsp;MSMAIL.INF&nbsp;-&nbsp;Mail/MAPI初始化&nbsp;<br>&nbsp;MSMOUSE.INF&nbsp;-&nbsp;鼠标设置信息&nbsp;<br>&nbsp;MSN.TXT&nbsp;-&nbsp;微软网络自述文件&nbsp;<br>&nbsp;MSNET32.DLL&nbsp;-&nbsp;微软32位网络API库&nbsp;<br>&nbsp;MSNEXCH.EXE&nbsp;-&nbsp;微软网络设置程序&nbsp;<br>&nbsp;MSNPSS.HLP&nbsp;-&nbsp;微软网络帮助文件&nbsp;<br>&nbsp;MSNVER.TXT&nbsp;-&nbsp;微软网络帮助信息&nbsp;<br>&nbsp;MSPAINT.EXE&nbsp;-&nbsp;画图工具&nbsp;<br>&nbsp;MSPCIC.DLL&nbsp;-&nbsp;PCMCIA类安装与控制工具&nbsp;<br>&nbsp;MSPORTS.INF&nbsp;-&nbsp;公共设置信息&nbsp;<br>&nbsp;MSPP32.DLL&nbsp;-&nbsp;微软网络打印支持程序&nbsp;<br>&nbsp;MSPWL32.DLL&nbsp;-&nbsp;口令清单管理库&nbsp;<br>&nbsp;MSSBLST.DRV&nbsp;-&nbsp;声霸卡驱动程序&nbsp;<br>&nbsp;MSSBLSI.VXD&nbsp;-&nbsp;声霸卡驱动程序&nbsp;<br>&nbsp;MSSHRVI.DLL&nbsp;-&nbsp;共享内核扩展程序&nbsp;<br>&nbsp;MSSNDSYS.DRV&nbsp;-&nbsp;Windows声音系统驱动程序&nbsp;<br>&nbsp;MSSP.VXP&nbsp;-&nbsp;Windows&nbsp;NT安全支持&nbsp;<br>&nbsp;MSTCP.DLL&nbsp;-&nbsp;TCP用户界面&nbsp;<br>&nbsp;MSVIEWUT.DLL&nbsp;-&nbsp;显示设备服务数据链接库&nbsp;<br>&nbsp;MTMMINIP.MPD&nbsp;-&nbsp;SCSI驱动程序&nbsp;<br>&nbsp;MULLANG.INF&nbsp;-&nbsp;多种语言字体支持设置信息&nbsp;<br>&nbsp;MVIWAVE.DRV&nbsp;-&nbsp;声音驱动程序<br>&nbsp;<br>&nbsp;N<br>&nbsp;NBTSTAT.EXE&nbsp;-&nbsp;TCP工具&nbsp;<br>&nbsp;NDDEAPI.DLL&nbsp;-&nbsp;Workgroups&nbsp;DDE共享接口&nbsp;<br>&nbsp;NDDENB.DLL&nbsp;-&nbsp;微软网络DDE&nbsp;NetBIOS接口&nbsp;<br>&nbsp;NDISHLP.SYS&nbsp;-&nbsp;实模式NDIS支持驱动程序&nbsp;<br>&nbsp;NET.EXE&nbsp;-&nbsp;实模式网络客户软件&nbsp;<br>&nbsp;NET.INF&nbsp;-&nbsp;网络检测信息&nbsp;<br>&nbsp;NET.MSG&nbsp;-&nbsp;网络客户信息&nbsp;<br>&nbsp;NET3COM.INF&nbsp;-&nbsp;网络设置信息&nbsp;<br>&nbsp;NETAMD.INF&nbsp;-&nbsp;网络设置信息&nbsp;<br>&nbsp;NETAPI.DLL&nbsp;-&nbsp;网络应用程序接口动态链接库&nbsp;<br>&nbsp;NETAPI32.DLL&nbsp;-&nbsp;32位网络API动态链接库&nbsp;<br>&nbsp;NETAVXT.INF&nbsp;-&nbsp;MS内部传输文件&nbsp;<br>&nbsp;NETBEUI.VXD&nbsp;-&nbsp;32位NetBEUI协议&nbsp;<br>&nbsp;NETBIOS.DLL&nbsp;-&nbsp;NetBIOSAPI库&nbsp;<br>&nbsp;NETDCA.INF&nbsp;-&nbsp;安装信息文件&nbsp;<br>&nbsp;NETDDE.EXE&nbsp;-&nbsp;Windows网络动态数据交换&nbsp;<br>&nbsp;NETDET.INI&nbsp;-&nbsp;NetWare检测文件&nbsp;<br>&nbsp;NETDI.DLL&nbsp;-&nbsp;网络设备安装&nbsp;<br>&nbsp;NETH.MSG&nbsp;-&nbsp;网络客户帮助信息&nbsp;<br>&nbsp;NETOS.DLL&nbsp;-&nbsp;NOS检测DLL&nbsp;<br>&nbsp;NETWATCH.EXE&nbsp;-&nbsp;网络观测程序&nbsp;<br>&nbsp;NETWORK.TXT&nbsp;-&nbsp;网络信息自述文件&nbsp;<br>&nbsp;NOTEPAD.EXE&nbsp;-&nbsp;记事本应用程序&nbsp;<br>&nbsp;NODRIVER.INF&nbsp;-&nbsp;即插即用设备信息&nbsp;<br>&nbsp;NOTEPAD.EXE&nbsp;-&nbsp;NOTEPAD文件&nbsp;<br>&nbsp;NSCL.VXD&nbsp;-&nbsp;NSCL虚拟设备&nbsp;<br>&nbsp;NW16.DLL&nbsp;-&nbsp;NetWare客户&nbsp;<br>&nbsp;NWAB32.DLL&nbsp;-&nbsp;地址簿支持动态链接库&nbsp;<br>&nbsp;NWLSCON.EXE&nbsp;-&nbsp;登录文稿控制台程序&nbsp;<br>&nbsp;NWLSPROC.EXE&nbsp;-&nbsp;NetWare登录处理器&nbsp;<br>&nbsp;NWNET32.DLL&nbsp;-&nbsp;NetWare客户&nbsp;<br>&nbsp;NWNP32.DLL&nbsp;-&nbsp;NetWare组件&nbsp;<br>&nbsp;NWREDIR.VXD&nbsp;-&nbsp;NetWare重定向&nbsp;<br>&nbsp;NWSERVER.VXD&nbsp;-&nbsp;NCP服务&nbsp;<br>&nbsp;NWSP.VXD&nbsp;-&nbsp;NCP服务安全提供<br>&nbsp;<br>&nbsp;O<br>&nbsp;OEMREVA.INF&nbsp;-&nbsp;安装信息文件&nbsp;<br>&nbsp;OLE2.DLL&nbsp;-&nbsp;OLE2.0动态链接库&nbsp;<br>&nbsp;OLE2.INF&nbsp;-&nbsp;OLE设置信息&nbsp;<br>&nbsp;OLE32.DLL&nbsp;-&nbsp;32位OLE2.0组件&nbsp;<br>&nbsp;OLEAUT32.DLL&nbsp;-&nbsp;OLE2-32自动化&nbsp;<br>&nbsp;OLECL1.DLL&nbsp;-&nbsp;对象链接与嵌入客户库&nbsp;<br>&nbsp;OLEDLG.DLL&nbsp;-&nbsp;Windows&nbsp;OLE2.0用户接口支持&nbsp;<br>&nbsp;OLESVR.DLL&nbsp;-&nbsp;对象链接与嵌入服务端库&nbsp;<br>&nbsp;OLETHK32.DLL&nbsp;-&nbsp;OLE形实替换程序库<br>&nbsp;<br>&nbsp;P<br>&nbsp;PACKAGER.EXE&nbsp;-&nbsp;对象包装程序&nbsp;<br>&nbsp;PARALINK.VXD&nbsp;-&nbsp;远程网络存取并行口驱动程序&nbsp;<br>&nbsp;PBRVSH.EXE&nbsp;-&nbsp;"画图"应用程序&nbsp;<br>&nbsp;PDOS95.BAT&nbsp;-&nbsp;进入中文DOS状态&nbsp;<br>&nbsp;PERF.VXD&nbsp;-&nbsp;系统性能监视器&nbsp;<br>&nbsp;PIFMGR.DLL&nbsp;-&nbsp;程序信息文件管理服务程序&nbsp;<br>&nbsp;PING.EXE&nbsp;-&nbsp;TCPPing工具&nbsp;<br>&nbsp;PMSPL.DLL&nbsp;-&nbsp;LAN管理应用程序接口&nbsp;<br>&nbsp;POWER.DRV&nbsp;-&nbsp;高级电源管理驱动程序&nbsp;<br>&nbsp;PPPMAC.VXD&nbsp;-&nbsp;Windows虚拟PPP驱动程序&nbsp;<br>&nbsp;PRINT.EXE&nbsp;-&nbsp;DOS打印文件&nbsp;<br>&nbsp;PRINTERS.TXT&nbsp;-&nbsp;打印信息自述文件&nbsp;<br>&nbsp;PROGMAN.EXE&nbsp;-&nbsp;程序管理器&nbsp;<br>&nbsp;PRTVPD.INF&nbsp;-&nbsp;打印机升级设置信息<br>&nbsp;<br>&nbsp;Q<br>&nbsp;QUIKVIEW.EXE&nbsp;-&nbsp;快速查看&nbsp;<br>&nbsp;QUIT.EXE&nbsp;-&nbsp;退出中文DOS状态<br>&nbsp;<br>&nbsp;R<br>&nbsp;README.TXT&nbsp;-&nbsp;Windows95自述文件&nbsp;<br>&nbsp;REGEDIT.EXE&nbsp;-&nbsp;注册编辑器&nbsp;<br>&nbsp;REGSERV.EXE&nbsp;-&nbsp;远程注册&nbsp;<br>&nbsp;REGWIE.EXE&nbsp;-&nbsp;注册工具&nbsp;<br>&nbsp;REGSERV.INF&nbsp;-&nbsp;远程注册&nbsp;<br>&nbsp;RESTORE.EXE&nbsp;-&nbsp;DOS命令&nbsp;<br>&nbsp;RNAAPP.EXE&nbsp;-&nbsp;拨号网络应用程序&nbsp;<br>&nbsp;RNASERV.DLL&nbsp;-&nbsp;远程网络存取服务&nbsp;<br>&nbsp;RNASETUP.DLL&nbsp;-&nbsp;远程网络存取设置动态链接库&nbsp;<br>&nbsp;RNATHUNK.DLL&nbsp;-&nbsp;远程网络存取转换支持动态链接库&nbsp;<br>&nbsp;RNAUI.DLL&nbsp;-&nbsp;远程网络存取用户接口DLLRNDSRV32.DLL复制服务程序&nbsp;<br>&nbsp;ROBOTZCL.WAV&nbsp;-&nbsp;声音文件&nbsp;<br>&nbsp;ROBOTZWI.WAV&nbsp;-&nbsp;声音文件&nbsp;<br>&nbsp;ROMAN.FON&nbsp;-&nbsp;字型文件&nbsp;<br>&nbsp;ROUTE.EXE&nbsp;-&nbsp;TCP/IP&nbsp;ROUTE命令&nbsp;<br>&nbsp;RPCLTC1.DLL&nbsp;-&nbsp;远程调用库&nbsp;<br>&nbsp;RPCNS4.DLL&nbsp;-&nbsp;远程调用库&nbsp;<br>&nbsp;RPCPP.DLL&nbsp;-&nbsp;远程调用打印驱动&nbsp;<br>&nbsp;RPCRT4.DLL&nbsp;-&nbsp;远程调用库&nbsp;<br>&nbsp;RPCSS.EXE&nbsp;-&nbsp;远程调用结点映象&nbsp;<br>&nbsp;RPLBOOT.SYS&nbsp;-&nbsp;远程程序装入&nbsp;<br>&nbsp;RPLIMAGE.DLL&nbsp;-&nbsp;远程程序装入磁盘映象器&nbsp;<br>&nbsp;RSRC16.DLL&nbsp;-&nbsp;资源计量器&nbsp;<br>&nbsp;RSRCMTR.EXE&nbsp;-&nbsp;资源计量器&nbsp;<br>&nbsp;RSRCMTR.INF&nbsp;-&nbsp;资源计量器&nbsp;<br>&nbsp;RUMOR.EXE&nbsp;-&nbsp;DDE测试/游戏&nbsp;<br>&nbsp;RUNDLL.EXE&nbsp;-&nbsp;把DLL作为应用程序运行&nbsp;<br>&nbsp;RUNDLL32.EXE&nbsp;-&nbsp;32位壳组件<br>&nbsp;<br>&nbsp;S<br>&nbsp;S3.DRV&nbsp;-&nbsp;S3显示驱动&nbsp;<br>&nbsp;S3.VXD&nbsp;-&nbsp;S3虚拟设备&nbsp;<br>&nbsp;SACLIEN.DLL&nbsp;-&nbsp;Microsoft网络组件&nbsp;<br>&nbsp;SAMPLEVIDEOS&nbsp;-&nbsp;图象文件&nbsp;<br>&nbsp;SAPNSP.DLL&nbsp;-&nbsp;Winsock数据连接库&nbsp;<br>&nbsp;SAVE32.COM&nbsp;-&nbsp;安装时所需的TSR文件&nbsp;<br>&nbsp;SB16.VXD&nbsp;-&nbsp;16位声卡虚拟设备&nbsp;<br>&nbsp;SB16SND.DRV&nbsp;-&nbsp;16位声卡驱动&nbsp;<br>&nbsp;SBAWE.VXD&nbsp;-&nbsp;AWE声卡虚拟设备&nbsp;<br>&nbsp;SBAWE32.DRV&nbsp;-&nbsp;AWE声卡驱动&nbsp;<br>&nbsp;SBFM.DRV&nbsp;-&nbsp;16位声卡驱动&nbsp;<br>&nbsp;SCANDISK.BAT&nbsp;-&nbsp;MSDOS6.x&nbsp;Scandisk的替代存根模块SCANDISK.BAT磁盘诊断工具&nbsp;<br>&nbsp;SCANDISK.INI&nbsp;-&nbsp;磁盘诊断工具&nbsp;<br>&nbsp;SCANDISK.PIF&nbsp;-&nbsp;安装磁盘诊断工具时的PIF文件&nbsp;<br>&nbsp;SCANDSKW.EXE&nbsp;-&nbsp;磁盘扫描工具&nbsp;<br>&nbsp;SCANPROG.EXE&nbsp;-&nbsp;磁盘扫描工具&nbsp;<br>&nbsp;SCRNSAVE.SCR&nbsp;-&nbsp;屏幕保护&nbsp;<br>&nbsp;SCSI.INF&nbsp;-&nbsp;SCSI安装文件文件名描述&nbsp;<br>&nbsp;SCSIIHLP.VXD&nbsp;-&nbsp;SCSI支持文件&nbsp;<br>&nbsp;SCSIPORT.PDR&nbsp;-&nbsp;SCSI虚拟设备口&nbsp;<br>&nbsp;SECUR32.DLL&nbsp;-&nbsp;Microsoft&nbsp;Win32安全服务&nbsp;<br>&nbsp;SECURCL.DLL&nbsp;-&nbsp;Microsoft网络组件&nbsp;<br>&nbsp;SEIKO24E.DRV&nbsp;-&nbsp;打印机驱动&nbsp;<br>&nbsp;SEIKOSH9.DRV&nbsp;-&nbsp;打印机驱动&nbsp;<br>&nbsp;SERIAL.VXD&nbsp;-&nbsp;串口VCOMM驱动器&nbsp;<br>&nbsp;SERIFE.FON&nbsp;-&nbsp;字型文件&nbsp;<br>&nbsp;SERVER.HLP&nbsp;-&nbsp;服务器帮助文件&nbsp;<br>&nbsp;SE小乖IR.EXE&nbsp;-&nbsp;SBS文件&nbsp;<br>&nbsp;SETUP.BIN&nbsp;-&nbsp;安装支持文件&nbsp;<br>&nbsp;SETUP.BMP&nbsp;-&nbsp;安装Wash位图文件&nbsp;<br>&nbsp;SETUP.EXE&nbsp;-&nbsp;Windows95安装程序&nbsp;<br>&nbsp;SETUP.INF&nbsp;-&nbsp;安装信息文件&nbsp;<br>&nbsp;SETUP.TXT&nbsp;-&nbsp;安装时的README文件&nbsp;<br>&nbsp;SETUP4.DLL&nbsp;-&nbsp;安装支持文件&nbsp;<br>&nbsp;SETUPPP.INF&nbsp;-&nbsp;安装信息&nbsp;<br>&nbsp;SETUPX.DLL&nbsp;-&nbsp;安装支持&nbsp;<br>&nbsp;SETVER.EXE&nbsp;-&nbsp;MSDOS版本显示,该程序可在网络上执行&nbsp;<br>&nbsp;SF4029.EXE&nbsp;-&nbsp;打印机驱动&nbsp;<br>&nbsp;SHARE.EXE&nbsp;-&nbsp;MSDOS共享实用程序&nbsp;<br>&nbsp;SHELL.INF&nbsp;-&nbsp;安装壳信息&nbsp;<br>&nbsp;SHELL.VXD&nbsp;-&nbsp;虚拟壳设备&nbsp;<br>&nbsp;SHELL2.INF&nbsp;-&nbsp;颜色组合&nbsp;<br>&nbsp;SHELL3.INF&nbsp;-&nbsp;颜色组合&nbsp;<br>&nbsp;SIZE1-1.CUR&nbsp;-&nbsp;光标&nbsp;<br>&nbsp;SIZE1-M.CUR&nbsp;-&nbsp;光标&nbsp;<br>&nbsp;SIZE4-M.CUR&nbsp;-&nbsp;光标&nbsp;<br>&nbsp;SIZENESW.ANI&nbsp;-&nbsp;活动光标&nbsp;<br>&nbsp;SIZEWE.ANI-&nbsp;活动光标&nbsp;<br>&nbsp;SKPSFA-1.SPD&nbsp;-&nbsp;打印机驱动&nbsp;<br>&nbsp;SLAN.DOS&nbsp;-&nbsp;网络适配器驱动&nbsp;<br>&nbsp;SLCD32.MPD&nbsp;-&nbsp;SCSI驱动器&nbsp;<br>&nbsp;SLENH.DLL&nbsp;-&nbsp;高级节能选项&nbsp;<br>&nbsp;SMALLE.FON&nbsp;-&nbsp;字型文件&nbsp;<br>&nbsp;SMALLF.FON&nbsp;-&nbsp;字型文件&nbsp;<br>&nbsp;SMARTDRV.EXE&nbsp;-&nbsp;超高速缓存程序&nbsp;<br>&nbsp;SMARTND.DOS&nbsp;-&nbsp;网络适配器驱动器&nbsp;<br>&nbsp;SMC3000.DOS&nbsp;-&nbsp;网络适配器驱动器&nbsp;<br>&nbsp;SMC9000.VXD&nbsp;-&nbsp;网络适配器驱动器&nbsp;<br>&nbsp;SNAPSHOT.EXE&nbsp;-&nbsp;抽点&nbsp;<br>&nbsp;SNAPSHOT.VXD&nbsp;-&nbsp;抽点虚拟设备&nbsp;<br>&nbsp;SNDREC32.EXE&nbsp;-&nbsp;录音机&nbsp;<br>&nbsp;SNIP.VXD&nbsp;-&nbsp;网络适配驱动器&nbsp;<br>&nbsp;SOCKET.VXD&nbsp;-&nbsp;Windows虚拟Socket网卡驱动器SOCKET.VXD&nbsp;PCMCIA支持&nbsp;<br>&nbsp;SOL.CNT&nbsp;-&nbsp;纸牌游戏&nbsp;<br>&nbsp;SOL.HLP&nbsp;-&nbsp;纸牌游戏帮助文件&nbsp;<br>&nbsp;SORT.EXE&nbsp;-&nbsp;MSDOS分类实用程序&nbsp;<br>&nbsp;SOUNDREC.CNT&nbsp;-&nbsp;录音机帮助文件内容&nbsp;<br>&nbsp;SOUNDREC.HLP&nbsp;-&nbsp;录音机帮助文件&nbsp;<br>&nbsp;SPARROW.WPD&nbsp;-&nbsp;SCSI驱动器&nbsp;<br>&nbsp;SPARROWX.MPD&nbsp;-&nbsp;SCSI驱动器&nbsp;<br>&nbsp;SPOOL32.EXE&nbsp;-&nbsp;打印机支持&nbsp;<br>&nbsp;SPOOLER.VXD&nbsp;-&nbsp;打印机共享虚拟设备&nbsp;<br>&nbsp;SRAMMTD.VXD&nbsp;-&nbsp;PCMCIA支持&nbsp;<br>&nbsp;SSERIFE.FON&nbsp;-&nbsp;字型文件&nbsp;<br>&nbsp;SSERIFF.FON&nbsp;-&nbsp;字型文件&nbsp;<br>&nbsp;SSFLYWIN.SCR&nbsp;-&nbsp;屏幕保护&nbsp;<br>&nbsp;SSSTARS.SCR&nbsp;-&nbsp;屏幕保护&nbsp;<br>&nbsp;STAR24E.DRV&nbsp;-&nbsp;打印机驱动&nbsp;<br>&nbsp;STAR9E.DRV&nbsp;-&nbsp;打印机驱动&nbsp;<br>&nbsp;START.EXE&nbsp;-&nbsp;启动程序&nbsp;<br>&nbsp;STATE.PBK&nbsp;-&nbsp;Microsoft网络组件&nbsp;<br>&nbsp;STDOLE.TLB&nbsp;-&nbsp;OLE2.0文件&nbsp;<br>&nbsp;STDOLE32.TLB&nbsp;-&nbsp;OLE2-32文件&nbsp;<br>&nbsp;STEMO409.DLL&nbsp;-&nbsp;Windows95帮助文件的DLL&nbsp;<br>&nbsp;STLSO4SS.SPD&nbsp;-&nbsp;打印机驱动程序&nbsp;<br>&nbsp;STLS577U.SPD&nbsp;-&nbsp;打印机驱动程序&nbsp;<br>&nbsp;STORAGE.DLL&nbsp;-&nbsp;OLE存储器管理库&nbsp;<br>&nbsp;STRN.DOS&nbsp;-&nbsp;网络适配器驱动&nbsp;<br>&nbsp;SUBST.EXE&nbsp;-&nbsp;MSDOS&nbsp;Subst实用程序&nbsp;<br>&nbsp;SUEXPAND.DLL&nbsp;-&nbsp;LZ&nbsp;DLL安装&nbsp;<br>&nbsp;SUHELPER.BIN&nbsp;-&nbsp;安装支持&nbsp;<br>&nbsp;SUPERVGA.DRV&nbsp;-&nbsp;高级VGA显示驱动&nbsp;<br>&nbsp;SURPORT.TXT&nbsp;-&nbsp;PSS支持信息&nbsp;<br>&nbsp;SVCPROP.DLL&nbsp;-&nbsp;Microsoft网络组件&nbsp;<br>&nbsp;SVRAPI.DLL&nbsp;-&nbsp;32位公用服务器API实用程序&nbsp;<br>&nbsp;SXCIEXT.DLL&nbsp;-&nbsp;Matrox显示驱动支持文件&nbsp;<br>&nbsp;SYMBOLE.FON&nbsp;-&nbsp;字型文件&nbsp;<br>&nbsp;SYS.COM&nbsp;-&nbsp;MSDOS系统实用程序&nbsp;<br>&nbsp;SYSCLASS.DLL&nbsp;-&nbsp;系统类库安装&nbsp;<br>&nbsp;SYSDETMG.DLL&nbsp;-&nbsp;系统检测库&nbsp;<br>&nbsp;SYSEDIT.EXE&nbsp;-&nbsp;系统编辑器&nbsp;<br>&nbsp;SYSLOGO.RLE&nbsp;-&nbsp;系统标识&nbsp;<br>&nbsp;SYSMON.EXE&nbsp;-&nbsp;系统监控程序&nbsp;<br>&nbsp;SYSMON.HLP&nbsp;-&nbsp;系统监控帮助&nbsp;<br>&nbsp;SYSTEM.DRV&nbsp;-&nbsp;最小Win3.1标准模式&nbsp;<br>&nbsp;SYSTHUNK.DLL&nbsp;-&nbsp;Windows系统形实替换程序库&nbsp;<br>&nbsp;SYSTRAY.EXE&nbsp;-&nbsp;高级节能管理<br>&nbsp;<br>&nbsp;T<br>&nbsp;T128.MPD&nbsp;-&nbsp;SCSI驱动器&nbsp;<br>&nbsp;T160.MPD&nbsp;-&nbsp;SCSI驱动器&nbsp;<br>&nbsp;T20N3.VXD&nbsp;-&nbsp;网络适配驱动器&nbsp;<br>&nbsp;T30ND.DOS&nbsp;-&nbsp;网络适配驱动器&nbsp;<br>&nbsp;T338.MPD&nbsp;-&nbsp;SCSI驱动器&nbsp;<br>&nbsp;TADA.WAV&nbsp;-&nbsp;声音文件&nbsp;<br>&nbsp;TAPI.DLL&nbsp;-&nbsp;API通话程序&nbsp;<br>&nbsp;TAPI.INF&nbsp;-&nbsp;API通话安装信息文件&nbsp;<br>&nbsp;TAPI32.DLL&nbsp;-&nbsp;32位形实替换&nbsp;<br>&nbsp;TAPIADDR.DLL&nbsp;-&nbsp;API通话程序&nbsp;<br>&nbsp;TAPIEXE.EXE&nbsp;-&nbsp;API通话组件&nbsp;<br>&nbsp;TAPIINI.EXE&nbsp;-&nbsp;API通话组件&nbsp;<br>&nbsp;TASKMAM.EXE&nbsp;-&nbsp;任务管理器&nbsp;<br>&nbsp;TCCARC.DOS&nbsp;-&nbsp;网络适配驱动器&nbsp;<br>&nbsp;TCTOKCH.VXD&nbsp;-&nbsp;网络适配驱动器&nbsp;<br>&nbsp;TELEPHON.CPL&nbsp;-&nbsp;通话帮助&nbsp;<br>&nbsp;TESTPS.TXT&nbsp;-&nbsp;PostScript测试&nbsp;<br>&nbsp;TEXTCHAT.EXE&nbsp;-&nbsp;Microsoft网络组件&nbsp;<br>&nbsp;THEMIC-1.WAV&nbsp;-&nbsp;声音文件&nbsp;<br>&nbsp;THINKJET.DRV&nbsp;-&nbsp;打印机驱动&nbsp;<br>&nbsp;THREED.VBX&nbsp;-&nbsp;Windows95浏览&nbsp;<br>&nbsp;T1850.DRV&nbsp;-&nbsp;打印机驱动&nbsp;<br>&nbsp;TIMEDATE.CPL&nbsp;-&nbsp;时间/日期控制面板&nbsp;<br>&nbsp;TIMES.TTF&nbsp;-&nbsp;时间字型&nbsp;<br>&nbsp;TIMESBD.TTF&nbsp;-&nbsp;时间粗体字型&nbsp;<br>&nbsp;TIMESBI.TTF&nbsp;-&nbsp;时间粗斜体字型&nbsp;<br>&nbsp;TIMESI.TTF&nbsp;-&nbsp;时间斜体字型&nbsp;<br>&nbsp;TIMEZONE.INF&nbsp;-&nbsp;安装信息&nbsp;<br>&nbsp;TIMLP232.SPD&nbsp;-&nbsp;打印机驱动&nbsp;<br>&nbsp;TIPS.txt&nbsp;-&nbsp;提示和技巧自述文件&nbsp;<br>&nbsp;TKPHZR32.SPD&nbsp;-&nbsp;打印机驱动&nbsp;<br>&nbsp;TLNK.DOS&nbsp;-&nbsp;网络适配驱动器&nbsp;<br>&nbsp;TLNK3.VXD&nbsp;-&nbsp;网络适配驱动器&nbsp;<br>&nbsp;TMV1.MPD&nbsp;-&nbsp;SCSI驱动器&nbsp;<br>&nbsp;TOOLHELP.DLL&nbsp;-&nbsp;16位开发工具帮助器&nbsp;<br>&nbsp;TOSHIBA.DRV&nbsp;-&nbsp;打印机驱动&nbsp;<br>&nbsp;TOUR.EXE&nbsp;-&nbsp;浏览文件&nbsp;<br>&nbsp;TPHAIII.ICM&nbsp;-&nbsp;打印机简介&nbsp;<br>&nbsp;TRACERT.EXE&nbsp;-&nbsp;TCP/IP&nbsp;IRACEROUTE命令&nbsp;<br>&nbsp;TREE.COM&nbsp;-&nbsp;MS&nbsp;DOS树实用程序&nbsp;<br>&nbsp;TREEEDCL.DLL&nbsp;-&nbsp;Microsoft网络组件&nbsp;<br>&nbsp;TREENVCL.DLL&nbsp;-&nbsp;Microsoft网络组件&nbsp;<br>&nbsp;TRIUMPHI.SPD&nbsp;-&nbsp;打印机驱动&nbsp;<br>&nbsp;TSD32.DLL&nbsp;-&nbsp;声音压缩管理器&nbsp;<br>&nbsp;TSENG.DRV&nbsp;-&nbsp;ET4000W32显示驱动&nbsp;<br>&nbsp;TTY.DRV&nbsp;-&nbsp;打印机驱动&nbsp;<br>&nbsp;TTY.HLP&nbsp;-&nbsp;TTY打印机驱动帮助&nbsp;<br>&nbsp;TYPELIB.DLL&nbsp;-&nbsp;OLE2.0<br>&nbsp;<br>&nbsp;U<br>&nbsp;U9415470.SPD&nbsp;-&nbsp;打印机驱动&nbsp;<br>&nbsp;UBNEI.DOS&nbsp;-&nbsp;网络适配器驱动&nbsp;<br>&nbsp;ULTRA124.MPD&nbsp;-&nbsp;SCSI驱动器&nbsp;<br>&nbsp;ULTRA24F.MPD&nbsp;-&nbsp;SCSI驱动器&nbsp;<br>&nbsp;UMDM16.DLL&nbsp;-&nbsp;通用调制解调器驱动组件&nbsp;<br>&nbsp;UMDM32.DLL&nbsp;-&nbsp;通用调制解调器驱动组件&nbsp;<br>&nbsp;UNIDRV.DLL&nbsp;-&nbsp;Microsoft通用打印机驱动库&nbsp;<br>&nbsp;UNIDRV.HLP&nbsp;-&nbsp;通用打印机驱动帮助&nbsp;<br>&nbsp;UNIMODEM.VXD&nbsp;-&nbsp;通用调制解调器驱动&nbsp;<br>&nbsp;USER32.DLL&nbsp;-&nbsp;32位用户<br>&nbsp;<br>&nbsp;V<br>&nbsp;V86MMGR.VXD&nbsp;-&nbsp;V86MMGR虚拟设备&nbsp;<br>&nbsp;VCACHE.VXD&nbsp;-&nbsp;VCache虚拟设备&nbsp;<br>&nbsp;VCD.VXD&nbsp;-&nbsp;虚拟COM驱动程序&nbsp;<br>&nbsp;VCOMM.VXD&nbsp;-&nbsp;VCOMM驱动程序&nbsp;<br>&nbsp;VCOND.VXD&nbsp;-&nbsp;Win32控制台&nbsp;<br>&nbsp;VDMAD.VXD&nbsp;-&nbsp;VDMAD虚拟设备&nbsp;<br>&nbsp;VER.DLL&nbsp;-&nbsp;小型Win3.1安装程序16位版动态链接库&nbsp;<br>&nbsp;VER.NEW&nbsp;-&nbsp;版本检测与文件安装库&nbsp;<br>&nbsp;VERSION.DLL&nbsp;-&nbsp;32位版本动态链接库&nbsp;<br>&nbsp;VERX.DLL&nbsp;-&nbsp;安装程序使用的版本动态库&nbsp;<br>&nbsp;VFAT.VXD&nbsp;-&nbsp;VFAT文件系统&nbsp;<br>&nbsp;VFD.VXD&nbsp;-&nbsp;软盘虚拟设备&nbsp;<br>&nbsp;VFLATD.VXD&nbsp;-&nbsp;虚拟平板帧缓存虚拟设备&nbsp;<br>&nbsp;VGA.DRV&nbsp;-&nbsp;VGA显示驱动程序&nbsp;<br>&nbsp;VIDCAP.INF&nbsp;-&nbsp;即插即用VCD信息&nbsp;<br>&nbsp;VIDEOT.VXD&nbsp;-&nbsp;视频虚拟设备&nbsp;<br>&nbsp;VIP.386&nbsp;-&nbsp;TCP/IP虚拟IP设备&nbsp;<br>&nbsp;VJOYD.VXD&nbsp;-&nbsp;游戏棒虚拟设备&nbsp;<br>&nbsp;VKD.VXD&nbsp;-&nbsp;虚拟键盘设备&nbsp;<br>&nbsp;VLB32.DLL&nbsp;-&nbsp;Mail/Exchange组件&nbsp;<br>&nbsp;VMD.VXD&nbsp;-&nbsp;Win3.1虚拟鼠标驱动程序&nbsp;<br>&nbsp;VMM.VXD&nbsp;-&nbsp;虚拟存储管理设备&nbsp;<br>&nbsp;VMM32.VXD&nbsp;-&nbsp;虚拟存储管理设备&nbsp;<br>&nbsp;VMOUSE.VXD&nbsp;-&nbsp;虚拟鼠标驱动程序&nbsp;<br>&nbsp;VNBT.386&nbsp;-&nbsp;NetBIOS传输驱动程序&nbsp;<br>&nbsp;VNETBIOS.VXD&nbsp;-&nbsp;VNETBIOS虚拟设备&nbsp;<br>&nbsp;VNETSUP.VXD&nbsp;-&nbsp;网络支持虚拟设备&nbsp;<br>&nbsp;VPD.VXD&nbsp;-&nbsp;虚拟LPT驱动程序&nbsp;<br>&nbsp;VPICD.VXD&nbsp;-&nbsp;虚拟可编程干扰控制器设备&nbsp;<br>&nbsp;VPOWERD.VXD&nbsp;-&nbsp;高级电源管理虚拟设备&nbsp;<br>&nbsp;VREDIR.VXD&nbsp;-&nbsp;Microsoft网络32位客户端程序&nbsp;<br>&nbsp;VSAMI.DLL&nbsp;-&nbsp;AMI文件语法分析程序&nbsp;<br>&nbsp;VSASC8.DLL&nbsp;-&nbsp;ASCII文件语法分析程序&nbsp;<br>&nbsp;VSBMP.DLL&nbsp;-&nbsp;BMP文件语法分析程序&nbsp;<br>&nbsp;VSERVER.VXD&nbsp;-&nbsp;Microsoft网络32位服务器端程序&nbsp;<br>&nbsp;VSGIF.DLL&nbsp;-&nbsp;GIF文件语法分析程序&nbsp;<br>&nbsp;VSHARE.VXD&nbsp;-&nbsp;32位共享虚拟设备驱动程序&nbsp;<br>&nbsp;VSMSW.DLL&nbsp;-&nbsp;Win写文件语法分析&nbsp;<br>&nbsp;VSPP.DLL&nbsp;-&nbsp;PowerPoint语法分析程序&nbsp;<br>&nbsp;VSRTF.DLL&nbsp;-&nbsp;RTF文件语法分析程序&nbsp;<br>&nbsp;VSTIFF.DLL&nbsp;-&nbsp;TIFF文件语法分析程序&nbsp;<br>&nbsp;VSW6.DLL&nbsp;-&nbsp;Word6文件语法分析程序&nbsp;<br>&nbsp;VSWORD.DLL&nbsp;-&nbsp;Word文件语法分析程序&nbsp;<br>&nbsp;VSWP5.DLL&nbsp;-&nbsp;WordPerfect5文件语法分析程序&nbsp;<br>&nbsp;VSXL5.DLL&nbsp;-&nbsp;Excel文件/图表语法分析程序&nbsp;<br>&nbsp;VTCP.386&nbsp;-&nbsp;TCP/IP虚拟TCP驱动程序&nbsp;<br>&nbsp;VTDAPI.VXD&nbsp;-&nbsp;VTDAPI虚拟设备&nbsp;<br>&nbsp;VTDI.386&nbsp;-&nbsp;传输驱动接口支持程序&nbsp;<br>&nbsp;VXDLDR.VXD&nbsp;-&nbsp;虚拟设备驱动程序装载器<br>&nbsp;<br>&nbsp;W<br>&nbsp;WAVE.INF&nbsp;-&nbsp;即插即用音波设备信息&nbsp;<br>&nbsp;WDTOOOEX.MPD&nbsp;-&nbsp;SCSI驱动&nbsp;<br>&nbsp;WGPOADMN.DLL&nbsp;-&nbsp;Mail/Exchange组件&nbsp;<br>&nbsp;WHLP16T.DLL&nbsp;-&nbsp;帮助动态链接库&nbsp;<br>&nbsp;WIN87EM.DLL&nbsp;-&nbsp;80387数学仿真库&nbsp;<br>&nbsp;WINABC.HLP&nbsp;-&nbsp;智能ABC帮助文件&nbsp;<br>&nbsp;WINBX.HLP&nbsp;-&nbsp;表形码输入法帮助文件&nbsp;<br>&nbsp;WINCHA.HLP&nbsp;-&nbsp;繁体仓颉输入法帮助文件&nbsp;<br>&nbsp;WINDOWS.CNT&nbsp;-&nbsp;Windows95帮助文件内容&nbsp;<br>&nbsp;WINDOWS.HLP&nbsp;-&nbsp;Windows95帮助文件&nbsp;<br>&nbsp;WINFILE.CNT&nbsp;-&nbsp;文件管理器帮助文件内容&nbsp;<br>&nbsp;WINFILE.EXE&nbsp;-&nbsp;Windows工作组文件管理器&nbsp;<br>&nbsp;WINFILE.HLP&nbsp;-&nbsp;文件管理器帮助文件&nbsp;<br>&nbsp;WINGB.HLP&nbsp;-&nbsp;区位码输入法帮助文件&nbsp;<br>&nbsp;WINHLP23.HLP&nbsp;-&nbsp;Windows帮助文件&nbsp;<br>&nbsp;WINIME.HLP&nbsp;-&nbsp;*作指南帮助文件&nbsp;<br>&nbsp;WINNM.HLP&nbsp;-&nbsp;GBK内码输入法帮助文件&nbsp;<br>&nbsp;WININIT.EXE&nbsp;-&nbsp;Windows初始化文件&nbsp;<br>&nbsp;WINIPCFG.EXE&nbsp;-&nbsp;TCP/IP配置工具&nbsp;<br>&nbsp;WINNEWS.TXT&nbsp;-&nbsp;Winnews信息&nbsp;<br>&nbsp;WINPHO.HLP&nbsp;-&nbsp;繁体注音输入法帮助文件&nbsp;<br>&nbsp;WINPOPUP.EXE&nbsp;-&nbsp;POPUP工具&nbsp;<br>&nbsp;WINREG.DLL&nbsp;-&nbsp;远程注册支持&nbsp;<br>&nbsp;WINPY.HLP&nbsp;-&nbsp;全拼输入法帮助文件&nbsp;<br>&nbsp;WINSOCK.DLL&nbsp;-&nbsp;Windows的套接API&nbsp;<br>&nbsp;WINSY.HLP&nbsp;-&nbsp;双拼输入法帮助文件&nbsp;<br>&nbsp;WINXSP.HLP&nbsp;-&nbsp;GBK双拼输入法帮助文件&nbsp;<br>&nbsp;WINXZM.HLP&nbsp;-&nbsp;GBK郑码输入法帮助&nbsp;<br>&nbsp;WINZM.HLP&nbsp;-&nbsp;郑码输入法帮助文件&nbsp;<br>&nbsp;WNASPI32.DLL&nbsp;-&nbsp;Windows&nbsp;DLL32位ASPI&nbsp;<br>&nbsp;WPSUNI.DRV&nbsp;-&nbsp;传真驱动程序&nbsp;<br>&nbsp;WPSUNIRE.DLL&nbsp;-&nbsp;WPS主机资源执行程序<br>&nbsp;<br>&nbsp;X<br>&nbsp;XCOPY.EXE&nbsp;-&nbsp;DOS&nbsp;XCOPY工具&nbsp;<br>&nbsp;XCOPY32.EXE&nbsp;-&nbsp;文件拷贝程序&nbsp;<br>&nbsp;XGA.DRV&nbsp;-&nbsp;XGA显示驱动程序</span> 
<img src ="http://www.blogjava.net/tanzek/aggbug/108077.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/tanzek/" target="_blank">tanzek</a> 2007-04-02 23:38 <a href="http://www.blogjava.net/tanzek/archive/2007/04/02/108077.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>多Web服务器的80端口访问</title><link>http://www.blogjava.net/tanzek/archive/2007/03/23/105789.html</link><dc:creator>tanzek</dc:creator><author>tanzek</author><pubDate>Fri, 23 Mar 2007 03:42:00 GMT</pubDate><guid>http://www.blogjava.net/tanzek/archive/2007/03/23/105789.html</guid><wfw:comment>http://www.blogjava.net/tanzek/comments/105789.html</wfw:comment><comments>http://www.blogjava.net/tanzek/archive/2007/03/23/105789.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.blogjava.net/tanzek/comments/commentRss/105789.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/tanzek/services/trackbacks/105789.html</trackback:ping><description><![CDATA[写这篇文章，源自于自己的一个需求。这几天一校园WEB站点因为域名到期，这次打算不出资再去买空间了，想用一下校园网络的rich resouces。可服务器不多，都已经在提供WEB服务了。苦思了半天，想起以前弄Apache的时候，记得可以做重定向访问，查了下资料，果然还行。下面就是具体的配置喽：<br>（因为查了很多的资料，所以改动的地方有好多哦！）<br><br>1、先把下面四项前面的注释符号"#"取消掉<br>
<div style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"><span style="COLOR: #000000">LoadModule&nbsp;proxy_module&nbsp;modules</span><span style="COLOR: #000000">/</span><span style="COLOR: #000000">mod_proxy.so<br>LoadModule&nbsp;proxy_connect_module&nbsp;modules</span><span style="COLOR: #000000">/</span><span style="COLOR: #000000">mod_proxy_connect.so<br>LoadModule&nbsp;proxy_http_module&nbsp;modules</span><span style="COLOR: #000000">/</span><span style="COLOR: #000000">mod_proxy_http.so<br>LoadModule&nbsp;proxy_ftp_module&nbsp;modules</span><span style="COLOR: #000000">/</span><span style="COLOR: #000000">mod_proxy_ftp.so</span></div>
2、添加如下内容：<br>
<div style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"><span style="COLOR: #000000">ProxyRequests&nbsp;Off&nbsp;<br>KeepaLive&nbsp;On&nbsp;<br><br></span><span style="COLOR: #000000">&lt;</span><span style="COLOR: #000000">Proxy&nbsp;</span><span style="COLOR: #000000">*&gt;</span><span style="COLOR: #000000">&nbsp;<br>Order&nbsp;deny,allow&nbsp;<br>Allow&nbsp;from&nbsp;all&nbsp;<br></span><span style="COLOR: #000000">&lt;/</span><span style="COLOR: #000000">Proxy</span><span style="COLOR: #000000">&gt;</span><span style="COLOR: #000000">&nbsp;</span></div>
（位置没有关系，不过我建议是放在最后面）<br>3、然后根据要求配置如下的项目：<br>
<div style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"><font color=#0000ff><span style="COLOR: #000000">NameVirtualHost&nbsp;</span><span style="COLOR: #000000">*</span></font><span style="COLOR: #000000"><br></span><font color=#0000ff><span style="COLOR: #000000">&lt;</span><span style="COLOR: #000000">VirtualHost&nbsp;</span><span style="COLOR: #000000">*&gt;</span></font><span style="COLOR: #000000"><br><font color=#0000ff><font color=#000000>ServerName&nbsp;hostname.example.net<br>ProxyPreserveHost&nbsp;On<br>ProxyPass</font>&nbsp;</font></span><font color=#0000ff><span style="COLOR: #000000">/</span><span style="COLOR: #000000">&nbsp;http://localhost:81/</span></font><span style="COLOR: #008000"><br></span><font color=#0000ff><span style="COLOR: #000000">ProxyPassReverse&nbsp;</span><span style="COLOR: #000000">/</span><span style="COLOR: #000000">&nbsp;http://localhost:81/</span></font><span style="COLOR: #008000"><br></span><font color=#0000ff><span style="COLOR: #000000">&lt;/</span><span style="COLOR: #000000">VirtualHost</span><span style="COLOR: #000000">&gt;</span></font><font color=#0000ff><span style="COLOR: #000000">&nbsp;<br><br></span><span style="COLOR: #000000">&lt;</span><span style="COLOR: #000000">VirtualHost&nbsp;</span><span style="COLOR: #000000">*&gt;</span></font><span style="COLOR: #000000"><br><font color=#000000>ServerName&nbsp;hostname.example.com<br>ProxyPreserveHost&nbsp;On<br>ProxyPass&nbsp;</font></span><font color=#000000><span style="COLOR: #000000">/</span><span style="COLOR: #000000">&nbsp;http://localhost:82/</span></font><span style="COLOR: #008000"><br></span><font color=#000000><span style="COLOR: #000000">ProxyPassReverse&nbsp;</span><span style="COLOR: #000000">/</span><span style="COLOR: #000000">&nbsp;http://localhost:82</span>/</font><span style="COLOR: #008000"><br></span><font color=#0000ff><span style="COLOR: #000000">&lt;/</span><span style="COLOR: #000000">VirtualHost</span><span style="COLOR: #000000">&gt;</span></font></div>
中间的[hostname.example.net]和[hostname.example.com]就是要访问该虚拟主机的名字，可以做域名解析的哦。另外，其中的http://localhost:81/和http://localhost:82/是代表着我自己主机上的两个WEB服务器监听端口，是利用端口重定向的方式来使得IIS、Apache和其它需要80端口服务能够共存，可以根据自己的需要改动，甚至可以重定向到另外的服务器去。呵呵，可以想一下自己做二级域名哦！~<br><br>可能出现的问题：<br>1、其中添加了一个NameVirtualHost和两个VirtualHost，注意后面的*必须相同，否则会出现：<br>&nbsp;&nbsp;&nbsp;[warn]&nbsp;&nbsp; NameVirtualHost *:0 has no VirtualHosts<br>另外：<br>2、在上面配置中的三项必须打开，否则也会出现无法访问网页的现象：<br>
<div style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"><span style="COLOR: #000000">LoadModule&nbsp;proxy_connect_module&nbsp;modules</span><span style="COLOR: #000000">/</span><span style="COLOR: #000000">mod_proxy_connect.so<br>LoadModule&nbsp;proxy_http_module&nbsp;modules</span><span style="COLOR: #000000">/</span><span style="COLOR: #000000">mod_proxy_http.so<br>LoadModule&nbsp;proxy_ftp_module&nbsp;modules</span><span style="COLOR: #000000">/</span><span style="COLOR: #000000">mod_proxy_ftp.so</span></div>
<br>中间有一些内容我也没太去研究，所以提供不了更为详细的资料，不过这里给一个链接吧。<br>Apache2中文手册[<a title=http://www.uplinux.com/download/doc/apache/ApacheManual/ href="http://www.uplinux.com/download/doc/apache/ApacheManual/" target=_blank>http://www.uplinux.com/download/doc/apache/ApacheManual/</a>] 
<img src ="http://www.blogjava.net/tanzek/aggbug/105789.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/tanzek/" target="_blank">tanzek</a> 2007-03-23 11:42 <a href="http://www.blogjava.net/tanzek/archive/2007/03/23/105789.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>