<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>张文杰的博客 &#187; Windows Server 2008 R2</title>
	<atom:link href="http://zhangwenjie.net/archives/tag/windows-server-2008-r2/feed" rel="self" type="application/rss+xml" />
	<link>http://zhangwenjie.net</link>
	<description>技术、生活博客</description>
	<lastBuildDate>Mon, 24 Oct 2011 14:23:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Visual Studio 2010初体验</title>
		<link>http://zhangwenjie.net/archives/372</link>
		<comments>http://zhangwenjie.net/archives/372#comments</comments>
		<pubDate>Sat, 17 Apr 2010 12:43:02 +0000</pubDate>
		<dc:creator>zhangwenjie</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[F#]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://zhangwenjie.net/?p=372</guid>
		<description><![CDATA[从朋友那里借到Visual Studio 2010旗舰版安装盘，然后在自己的Server 2008 R2系统上安装体验了一下。

　　先大初看一下Visual Studio 2010旗舰版安装完成后，会在系统中安装多少个东东：]]></description>
			<content:encoded><![CDATA[<p>　　从朋友那里借到Visual Studio 2010旗舰版安装盘，然后在自己的Server 2008 R2系统上安装体验了一下。</p>
<p>　　先大初看一下Visual Studio 2010旗舰版安装完成后，会在系统中安装多少个东东：</p>
<p>　　</p>
<div id="attachment_373" class="wp-caption aligncenter" style="width: 310px"><a href="http://zhangwenjie.net/wp-content/uploads/2010/04/vs2010.jpg"><img class="size-medium wp-image-373" title="vs2010" src="http://zhangwenjie.net/wp-content/uploads/2010/04/vs2010-300x196.jpg" alt="vs2010" width="300" height="196" /></a><p class="wp-caption-text">vs2010</p></div>
<p>　　这是启动界面：</p>
<p>　　</p>
<div id="attachment_374" class="wp-caption aligncenter" style="width: 310px"><a href="http://zhangwenjie.net/wp-content/uploads/2010/04/startup.jpg"><img class="size-medium wp-image-374" title="vs2010启动界面" src="http://zhangwenjie.net/wp-content/uploads/2010/04/startup-300x252.jpg" alt="vs2010启动界面" width="300" height="252" /></a><p class="wp-caption-text">vs2010启动界面</p></div>
<div id="attachment_375" class="wp-caption aligncenter" style="width: 310px"><a href="http://zhangwenjie.net/wp-content/uploads/2010/04/startup2.jpg"><img class="size-medium wp-image-375" title="vs2010启动界面" src="http://zhangwenjie.net/wp-content/uploads/2010/04/startup2-300x187.jpg" alt="vs2010启动界面" width="300" height="187" /></a><p class="wp-caption-text">vs2010启动界面</p></div>
<p>　　让我们用随Visual Studio 2010带的F#写个小程序:</p>
<div id="attachment_376" class="wp-caption aligncenter" style="width: 310px"><a href="http://zhangwenjie.net/wp-content/uploads/2010/04/F.jpg"><img class="size-medium wp-image-376" title="F#小程序" src="http://zhangwenjie.net/wp-content/uploads/2010/04/F-300x227.jpg" alt="F#小程序" width="300" height="227" /></a><p class="wp-caption-text">F#小程序</p></div>
<p>　　然后运行之:</p>
<div id="attachment_377" class="wp-caption aligncenter" style="width: 310px"><a href="http://zhangwenjie.net/wp-content/uploads/2010/04/F2.jpg"><img class="size-medium wp-image-377" title="F#小程序" src="http://zhangwenjie.net/wp-content/uploads/2010/04/F2-300x168.jpg" alt="F#小程序" width="300" height="168" /></a><p class="wp-caption-text">F#小程序</p></div>
<p>　　我们再来看一下Visual Studio 2010的智能提示的改进：</p>
<div id="attachment_382" class="wp-caption aligncenter" style="width: 310px"><a href="http://zhangwenjie.net/wp-content/uploads/2010/04/hint.jpg"><img class="size-medium wp-image-382" title="Visual Studio 2010智能提示" src="http://zhangwenjie.net/wp-content/uploads/2010/04/hint-300x105.jpg" alt="Visual Studio 2010智能提示" width="300" height="105" /></a><p class="wp-caption-text">Visual Studio 2010智能提示</p></div>
<p style="text-align: center;"> </p>
<p>　　大家能看出相比Visual Studio 2008的改进了吗？它不再列出所有的成员然后导航到你要的成员，而是只列出你想要的成员，比以前精简多了。</p>
<p>　　今天Visual Studio 2010体验先写到这里，以后会不定期与大家分享更多Visual Studio 2010使用情况。</p>
<p>　　</p>
<p>　　原创文章如转载，请注明：转载自<a title="张文杰的博客" href="http://zhangwenjie.net/">张文杰的博客</a> [ <a title="张文杰的博客" href="http://zhangwenjie.net/">http://zhangwenjie.net</a> ]</p>
<p>　　本文链接地址：<a href="http://zhangwenjie.net/archives/372.html">http://zhangwenjie.net/archives/372.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zhangwenjie.net/archives/372/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>救活失效的IE8 Developer Tools</title>
		<link>http://zhangwenjie.net/archives/335</link>
		<comments>http://zhangwenjie.net/archives/335#comments</comments>
		<pubDate>Wed, 24 Mar 2010 14:09:41 +0000</pubDate>
		<dc:creator>zhangwenjie</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://zhangwenjie.net/?p=335</guid>
		<description><![CDATA[IE8 Developer Tools是一个不错的查看页面元素的工具，类似于Firefox的Firebug。至于哪个更好用，不是本文的主题。在用了一段时间以后，实然有一天，这个工具失效了，也就是窗口出不来了]]></description>
			<content:encoded><![CDATA[<p>　　IE8 Developer Tools是一个不错的查看页面元素的工具，类似于Firefox的Firebug。至于哪个更好用，不是本文的主题。在用了一段时间以后，实然有一天，这个工具失效了，也就是窗口出不来了，在IE上点击”Developer Tools”后了出现以下不正常的窗口：</p>
<p>　　</p>
<div id="attachment_336" class="wp-caption aligncenter" style="width: 310px"><a href="http://zhangwenjie.net/wp-content/uploads/2010/03/dt.jpg"><img class="size-medium wp-image-336" title="dt" src="http://zhangwenjie.net/wp-content/uploads/2010/03/dt-300x233.jpg" alt="Developer Tools" width="300" height="233" /></a><p class="wp-caption-text">Developer Tools</p></div>
<p>　　首先我不知道是什么原因造成这样的，不过我猜测是更新补丁的问题(我的系统是Windows Server 2008 R2)。这个工具不能用了，对测试Web页面将是一个损失。怎么办？换Firefox吗？先自己动手试试，看能不能救活它。</p>
<p>　　经反复试验，想完全”救活”它，使它像以前那样正常工作似乎是不可能的(如果你重装系统，并且不再更新补丁的情况例外)。下面的办法可以部分使它能工作，就是麻烦了一些：</p>
<ul>
<li>在出现了上述情况时，在那个空白的窗口上点右键，选择最大化：</li>
</ul>
<p>　　</p>
<div id="attachment_337" class="wp-caption aligncenter" style="width: 251px"><a href="http://zhangwenjie.net/wp-content/uploads/2010/03/dt1.jpg"><img class="size-full wp-image-337" title="dt" src="http://zhangwenjie.net/wp-content/uploads/2010/03/dt1.jpg" alt="Developer Tools" width="241" height="191" /></a><p class="wp-caption-text">Developer Tools</p></div>
<ul>
<li>这时，你会发现窗口出来了，和以前一模一样。现在可以用它来干活了。</li>
</ul>
<p>　　不过很快你就会，这个窗口只能最大化使用。其它的任何操作都会使它像刚打开时的那样”空白”并缩到任务栏上。至少在我的机器上是这样。如果它又”空白”并缩到任务栏上了，再右击，选择最大化选项。</p>
<p>　　就目前来说，只能这样不方便地凑和着使用了。如果确实是微软的补丁的问题，希望能尽快再放个补丁让Developer Tools恢复原状。</p>
<p>　　</p>
<p>　　</p>
<p>　　原创文章如转载，请注明：转载自<a title="张文杰的博客" href="http://zhangwenjie.net/">张文杰的博客</a> [ <a title="张文杰的博客" href="http://zhangwenjie.net/">http://zhangwenjie.net</a> ]</p>
<p>　　本文链接地址：<a href="http://zhangwenjie.net/archives/335.html">http://zhangwenjie.net/archives/335.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zhangwenjie.net/archives/335/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>关于VMware 6.5 build 118166的序列号</title>
		<link>http://zhangwenjie.net/archives/27</link>
		<comments>http://zhangwenjie.net/archives/27#comments</comments>
		<pubDate>Sat, 15 Aug 2009 13:54:23 +0000</pubDate>
		<dc:creator>zhangwenjie</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[RHEL 5.3]]></category>
		<category><![CDATA[VMware 6.5]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[序列号]]></category>

		<guid isPermaLink="false">http://zhangwenjie.net/?p=27</guid>
		<description><![CDATA[        前几天从这里安装了Windows Server 2008 R2，见下图：          这里插一句，我自己一句喜欢在我的笔记本上安装Windows Server版本，如Server 2003,Server 2008,个人觉得比xp好用。          今天在Server 2008 R2中使用VMware 6.5 build 118166虚拟机时，提示缺少msvcr71.dll文件，无法启动。安装Visual Studio 2008也不管用。最后从网上下载msvcr71.dll,放到虚拟机目录中，然后就可以了。          在启动虚拟机RHEL 5.3虚拟机时，出现了以前从没有出现的问题：要求输入序列号才能启动，见下图：   从网上找了N个序列号，皆不起作用。直到现在在我的Windows Server 2008 R2系统上无法启动RHEL 5.3虚拟机。   问题是此虚拟机在windows xp系统上可以正常启动，不需要输入序列号。   如果有朋友解决了此问题，烦请指教一二。谢谢了。]]></description>
			<content:encoded><![CDATA[<p>        前几天从<a title="Windows Server 2008 R2" href="http://www.cnbeta.com/articles/91075.htm" target="_blank">这里</a>安装了Windows Server 2008 R2，见下图：</p>
<p><img class="aligncenter size-medium wp-image-28" title="Untitled" src="http://zhangwenjie.net/wp-content/uploads/2009/08/Untitled-300x187.jpg" alt="Untitled" width="300" height="187" /></p>
<p>         这里插一句，我自己一句喜欢在我的笔记本上安装Windows Server版本，如Server 2003,Server 2008,个人觉得比xp好用。</p>
<p>         今天在Server 2008 R2中使用VMware 6.5 build 118166虚拟机时，提示缺少msvcr71.dll文件，无法启动。安装Visual Studio 2008也不管用。最后从网上下载msvcr71.dll,放到虚拟机目录中，然后就可以了。</p>
<p>         在启动虚拟机RHEL 5.3虚拟机时，出现了以前从没有出现的问题：要求输入序列号才能启动，见下图：</p>
<p><img class="aligncenter size-medium wp-image-31" title="v" src="http://zhangwenjie.net/wp-content/uploads/2009/08/v-300x187.jpg" alt="v" width="300" height="187" /></p>
<p><img class="aligncenter size-medium wp-image-29" title="v" src="http://zhangwenjie.net/wp-content/uploads/2009/08/v-300x187.png" alt="v" width="300" height="187" /></p>
<p>  从网上找了N个序列号，皆不起作用。直到现在在我的Windows Server 2008 R2系统上无法启动RHEL 5.3虚拟机。</p>
<p>  问题是此虚拟机在windows xp系统上可以正常启动，不需要输入序列号。</p>
<p>  如果有朋友解决了此问题，烦请指教一二。谢谢了。</p>
]]></content:encoded>
			<wfw:commentRss>http://zhangwenjie.net/archives/27/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

