<?xml version="1.0" encoding="UTF-8"?>
  <feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html"><![CDATA[Kend's Blog]]></title>
  <subtitle type="html"><![CDATA[vNet Studio]]></subtitle>
  <id>http://MyvNet.com/</id>
  <link rel="alternate" type="text/html" href="http://MyvNet.com/" /> 
  <link rel="self" type="application/atom+xml" href="http://MyvNet.com/atom.asp" /> 
  <generator uri="http://www.pjhome.net/" version="2.8">PJBlog3</generator> 
  <updated>2012-01-31T17:03:33+08:00</updated>

  <entry>
	  <title type="html"><![CDATA[Windows SDK v7.1安装问题]]></title>
	  <author>
		 <name>kend</name>
		 <uri>http://MyvNet.com/</uri>
		 <email>kendling@163.com</email>
	  </author>
	  <category term="" scheme="http://MyvNet.com/default.asp?cateID=4" label="程序设计" /> 
	  <updated>2012-01-31T17:03:33+08:00</updated>
	  <published>2012-01-31T17:03:33+08:00</published>
		  <summary type="html"><![CDATA[<blockquote>
<h2>Windows 7 SDK Setup: common installation issues and fixes</h2>
<p><a target="_blank" href="http://blogs.msdn.com/b/windowssdk/archive/2009/09/16/windows-7-sdk-setup-common-installation-issues-and-fixes.aspx">http://blogs.msdn.com/b/windowssdk/archive/2009/09/16/windows-7-sdk-setup-common-installation-issues-and-fixes.aspx</a></p>
<h3>Fix Problem Installing Windows SDK for Windows 7</h3>
<p><a target="_blank" href="http://ctrlf5.net/?p=184">http://ctrlf5.net/?p=184</a></p>
<h3>适用于 Windows SDK 7.1 的 Microsoft Visual C++ 2010 Service Pack 1 编译器更新</h3>
<p><a target="_blank" href="http://www.microsoft.com/downloads/zh-cn/details.aspx?familyid=689655b4-c55d-4f9b-9665-2c547e637b70&amp;displaylang=zh-cn">http://www.microsoft.com/downloads/zh-cn/details.aspx?familyid=689655b4-c55d-4f9b-9665-2c547e637b70&amp;displaylang=zh-cn</a></p>
</blockquote>]]></summary>
	  <link rel="alternate" type="text/html" href="http://MyvNet.com/article.asp?id=419" /> 
	  <id>http://MyvNet.com/default.asp?id=419</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[Android的repo和git使用遇到的疑难杂症]]></title>
	  <author>
		 <name>kend</name>
		 <uri>http://MyvNet.com/</uri>
		 <email>kendling@163.com</email>
	  </author>
	  <category term="" scheme="http://MyvNet.com/default.asp?cateID=4" label="程序设计" /> 
	  <updated>2012-01-30T14:24:42+08:00</updated>
	  <published>2012-01-30T14:24:42+08:00</published>
		  <summary type="html"><![CDATA[<blockquote>
<p>最近在使用Android的repo和git的过程中遇到了很多莫名奇妙的问题，现在记录一下，便于自己以后的查用。</p>
<p>1.repo sync中遇到error:......checkout ....接一串hashnumber</p>
<p>解决方法：进到它说提示的目录中，用git status显示文件，将修改过的文件删除掉，再重新repo sync</p>
<p>2.repo sync中遇到：contains uncommitted changes</p>
<p>解决方法：进到它说提示的目录中，使用git reset --hard命令</p>
<p>3. 怎么对repo下的所有project执行git命令</p>
<p>解决方法：repo forall -c git checkout -b &nbsp; &nbsp;//该条命令会对repo下的project执行切换branch的命令</p>
<p>4. 怎么切换到你想要的branch</p>
<p>解决方法：git checkout branchName，比如 git checkout testBranch</p>
</blockquote>]]></summary>
	  <link rel="alternate" type="text/html" href="http://MyvNet.com/article.asp?id=418" /> 
	  <id>http://MyvNet.com/default.asp?id=418</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[如何更换Android系统默认帐号]]></title>
	  <author>
		 <name>kend</name>
		 <uri>http://MyvNet.com/</uri>
		 <email>kendling@163.com</email>
	  </author>
	  <category term="" scheme="http://MyvNet.com/default.asp?cateID=5" label="五味杂陈" /> 
	  <updated>2012-01-30T11:07:54+08:00</updated>
	  <published>2012-01-30T11:07:54+08:00</published>
		  <summary type="html"><![CDATA[<blockquote>
<p>&nbsp;Google、Baidu都翻遍了，没找着啥办法。</p>
<p>没办法，只能自己去找。到/data目录找了一遍。最后锁定/data/system/account.db，在这个数据库文件看到我的帐号和加密后的密码。</p>
<p>解决办法很简单，就把它干掉然后重启。再去设置里的&ldquo;帐号与同步&rdquo;看看？</p>
<p>记得之前也试过这个办法，貌似不行。我这里注明一下我用的ROM是CM7.1，基于Android 2.3.7系统。</p>
</blockquote>]]></summary>
	  <link rel="alternate" type="text/html" href="http://MyvNet.com/article.asp?id=417" /> 
	  <id>http://MyvNet.com/default.asp?id=417</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[使用Repo在Windows平台下載Android原始碼]]></title>
	  <author>
		 <name>kend</name>
		 <uri>http://MyvNet.com/</uri>
		 <email>kendling@163.com</email>
	  </author>
	  <category term="" scheme="http://MyvNet.com/default.asp?cateID=4" label="程序设计" /> 
	  <updated>2011-11-18T17:39:41+08:00</updated>
	  <published>2011-11-18T17:39:41+08:00</published>
		  <summary type="html"><![CDATA[<p>&nbsp;昨天花了一些時間才弄好，將步驟記錄起來</p>
<div>&nbsp;</div>
<div>1. 安裝Cygwin [1]，要安裝的packages如下：</div>
<div>Net -&gt; curl</div>
<div>Devel -&gt; git* (git, git-completion, git-gui, gitk)</div>
<div>Libs -&gt; libreadline6, libiconv2</div>
<div>Editors -&gt; vim</div>
<div>Python -&gt; python</div>
<div>2. 啟動Cygwin之後，開始安裝Repo[2]</div>
<div>先在使用者的家目錄新增bin目錄</div>
<div>$ cd ~</div>
<div>$ mkdir bin</div>
<div>下載Repo到bin目錄裡</div>
<div>$ curl <a href="https://dl-ssl.google.com/dl/googlesource/git-repo/repo">https://dl-ssl.google.com/dl/googlesource/git-repo/repo</a> &gt; ~/bin/repo</div>
<div>$ chmod a+x ~/bin/repo</div>
<div>設定Repo，並新增mydroid目錄準備放檔案</div>
<div>$ cd ~</div>
<div>$ mkdir mydroid</div>
<div>$ cd mydroid</div>
<div>$ ~/bin/repo init -u https://android.googlesource.com/platform/manifest<br />
(需要輸入一個已申請Google account的email)</div>
<div>&nbsp;</div>
<div>開始抓取所有的Android原始檔</div>
<div>$ ~/bin/repo sync</div>
<div>抓好後就可以用Windows的檔案總管去瀏覽檔案囉。</div>]]></summary>
	  <link rel="alternate" type="text/html" href="http://MyvNet.com/article.asp?id=416" /> 
	  <id>http://MyvNet.com/default.asp?id=416</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[Windows平台下git中文乱码的问题]]></title>
	  <author>
		 <name>kend</name>
		 <uri>http://MyvNet.com/</uri>
		 <email>kendling@163.com</email>
	  </author>
	  <category term="" scheme="http://MyvNet.com/default.asp?cateID=4" label="程序设计" /> 
	  <updated>2011-07-27T14:38:07+08:00</updated>
	  <published>2011-07-27T14:38:07+08:00</published>
		  <summary type="html"><![CDATA[<blockquote>
<p>改一下配置就可以基本解决：</p>
<p><strong>1、</strong>etc\gitconfig：</p>
<pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(250, 250, 250); padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; overflow-x: auto; overflow-y: auto; ">
[gui]
     encoding = utf-8
[i18n]
     commitencoding = gbk
[svn]
     pathnameencoding = gbk</pre>
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 28px; ">说明：打开 Git 环境中的中文支持。pathnameencoding设置了文件路径的中文支持。</p>
<p><strong>2、</strong>etc\git-completion.bash：</p>
<pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(250, 250, 250); padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; overflow-x: auto; overflow-y: auto; background-position: initial initial; background-repeat: initial initial; "><strong>alias ls='ls --show-control-chars --color=auto'</strong></pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 28px; ">说明：使得在 Git Bash 中输入 ls 命令，可以正常显示中文<strong>文件名</strong>。</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 28px; "><strong>3、</strong>etc\inputrc：</p>
<pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(250, 250, 250); padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; overflow-x: auto; overflow-y: auto; background-position: initial initial; background-repeat: initial initial; "><strong>set output-meta on set convert-meta off</strong></pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 28px; ">说明：使得在 Git Bash 中可以正常<strong>输入</strong>中文，比如中文的 commit log。</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 28px; "><strong>4、</strong>etc\profile：</p>
<pre style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(250, 250, 250); padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; overflow-x: auto; overflow-y: auto; background-position: initial initial; background-repeat: initial initial; "><strong>export LESSCHARSET=iso8859    #或者utf-8、gbk</strong></pre>
<p id="aeaoofnhgocdbnbeljkmbjdmhbcokfdb-mousedown" style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 28px; ">说明：$ git log 命令不像其它 vcs 一样，n 条 log 从头滚到底，它会恰当地停在第一页，按 space 键再往后翻页。这是通过将 log 送给 less 处理实现的。以上即是设置 less 的字符编码，使得 $ git log 可以正常显示中文。其实，它的值不一定要设置为 utf-8，比如 latin1 也可以&hellip;&hellip;。还有个办法是 $ git &ndash;no-pager log，在选项里禁止分页，则无需设置上面的选项。</p>
</blockquote>]]></summary>
	  <link rel="alternate" type="text/html" href="http://MyvNet.com/article.asp?id=414" /> 
	  <id>http://MyvNet.com/default.asp?id=414</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[Ubuntu 11.10将会以Hybrid CD/USB ISO镜像派发]]></title>
	  <author>
		 <name>kend</name>
		 <uri>http://MyvNet.com/</uri>
		 <email>kendling@163.com</email>
	  </author>
	  <category term="" scheme="http://MyvNet.com/default.asp?cateID=11" label="杂乱" /> 
	  <updated>2011-06-19T13:45:51+08:00</updated>
	  <published>2011-06-19T13:45:51+08:00</published>
		  <summary type="html"><![CDATA[<blockquote>
<p>　　从美国时间2011年6月16日起,Ubuntu11.10的每日构建版和最终发行版将会以Hybrid CD/USB ISO镜像的形式派发.</p>
<p id="aeaoofnhgocdbnbeljkmbjdmhbcokfdb-mousedown" style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">Hybird ISO解释:</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">&nbsp;</p>
Hybrid ISO格式是一种组合的镜像文件格式,2大工作方式<br />
<ul>
    <li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.8em !important; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">可以烧录成CD/DVD的ISO镜像文件</li>
    <li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.8em !important; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">可以直接使用dd命令拷贝至flash介质,如U盘等的IMG文件</li>
</ul>
<p>Hybird ISO的意义:</p>
用户在制作LiveUSB时,就可以利用文件管理器直接将ISO镜像的内容直接拷贝至格式化好的U盘,当然还可以充分利用dd命令,这样子我们就不需要借助第三方的比如说UNetbootin来产生制作LiveUSB了.<br />
<p>Hybrid ISO 适用于桌面, alternate和服务器版本,支持32位和64位架构 .<br />
<br />
但是Hybird ISO不适用于Debian系,当然包含了Ubuntu.因为他会破坏Jigdo下载(Jiggo是为Debian套件设计的下载工具，可以从几个镜像站 点下载不同的文件，然后再生成一个CD映像).所以之前Ubuntu的开发者都采用xorriso来产生CD镜像.<br />
<br />
<strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(70, 70, 70) !important; font-weight: 500; ">　　但是目前开发者最终决定牺牲Jigdo,采用Hybird CD/USB &nbsp;ISO的形式来派发Ubuntu11.10</strong></p>
<p>&nbsp;</p>
</blockquote>]]></summary>
	  <link rel="alternate" type="text/html" href="http://MyvNet.com/article.asp?id=413" /> 
	  <id>http://MyvNet.com/default.asp?id=413</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[Ubuntu 11.10 发布第一个 Alpha 版 ]]></title>
	  <author>
		 <name>kend</name>
		 <uri>http://MyvNet.com/</uri>
		 <email>kendling@163.com</email>
	  </author>
	  <category term="" scheme="http://MyvNet.com/default.asp?cateID=11" label="杂乱" /> 
	  <updated>2011-06-03T17:18:47+08:00</updated>
	  <published>2011-06-03T17:18:47+08:00</published>
		  <summary type="html"><![CDATA[<blockquote>
<p>　　代号为 Oneiric Ocelot 的 Ubuntu 11.10 今天发布了第一个 alpha 测试版本，使用 2.6.39 版本的内核。与 Ubuntu 11.04 版本比较最大的变化就是升级到 Gnome 3.0。</p>
<p id="aeaoofnhgocdbnbeljkmbjdmhbcokfdb-mousedown" style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">Ubuntu Linux是一份完整的桌面Linux操作系统，它可免费获得，并带有社团及专业的支持。Ubuntu社团按照Ubuntu宣言里所铭记的思想而组建：软 件应免费提供，软件工具应能以人们本地语种的形式可用且不牺牲任何功能，人们应拥有定制及改变他们软件的自由，这包括以任何他们认为适宜的方式。 Ubuntu是一个古非洲语单词，意指对他人的博爱。Ubuntu Linux发行将这种博爱之心带到了软件的世界中。<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />
<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />
发行说明：<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />
<a style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 51, 102); text-decoration: none; " href="https://lists.ubuntu.com/archives/ubuntu-devel-announce/2011-June/000853.html">https://lists.ubuntu.com/archives/ubuntu-devel-announce/2011-June/000853.html</a><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />
<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />
下载地址：<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />
<a style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 51, 102); text-decoration: none; " href="http://cdimage.ubuntu.com/releases/oneiric/alpha-1/oneiric-desktop-i386.iso">oneiric-desktop-i386.iso</a>&nbsp;(714MB,&nbsp;<a style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 51, 102); text-decoration: none; " href="http://cdimage.ubuntu.com/releases/oneiric/alpha-1/oneiric-desktop-i386.iso.torrent">torrent</a>)<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />
<a style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 51, 102); text-decoration: none; " href="http://cdimage.ubuntu.com/releases/oneiric/alpha-1/oneiric-desktop-amd64.iso">oneiric-desktop-amd64.iso</a>&nbsp;(715MB,&nbsp;<a style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 51, 102); text-decoration: none; " href="http://cdimage.ubuntu.com/releases/oneiric/alpha-1/oneiric-desktop-amd64.iso.torrent">torrent</a>).</p>
</blockquote>
<p>&nbsp;</p>]]></summary>
	  <link rel="alternate" type="text/html" href="http://MyvNet.com/article.asp?id=412" /> 
	  <id>http://MyvNet.com/default.asp?id=412</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[Ubuntu 11.10的九大新变化]]></title>
	  <author>
		 <name>kend</name>
		 <uri>http://MyvNet.com/</uri>
		 <email>kendling@163.com</email>
	  </author>
	  <category term="" scheme="http://MyvNet.com/default.asp?cateID=11" label="杂乱" /> 
	  <updated>2011-05-23T16:39:47+08:00</updated>
	  <published>2011-05-23T16:39:47+08:00</published>
		  <summary type="html"><![CDATA[<blockquote>
<p>　　不久前，Canonical公布了Ubuntu 11.10的发布日程，其正式版将在2011年10月13日发布。据<a class="f14_link" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 51, 102); text-decoration: none; " href="http://www.oschina.net/news/18101/changes-of-ubuntu-11-10">开源中国</a>报道，<span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: bold; ">在上周举行的Ubuntu开发者峰会上，Canonical还透露了Ubuntu 11.10中可能的新变化：</span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">&nbsp;</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">1、改进Unity用户界面；</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">2、GNOME经典桌面可能将不包含在Ubuntu CD中，但会包含GNOME 3；</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">3、电子邮件客户端可能采用Mozilla Thunderbird；</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">4、由于空间有限，默认的Ubuntu CD可能将放弃LibreOffice；</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">5、默认浏览器可能用Chromium替代；</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">6、放弃有太多bug的PiTiVi视频编辑器或Computer Janitor；</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">7、LightDM 替代GDM；</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">8、默认备份工具D&eacute;j&agrave; Dup；</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">9、改进Ubuntu软件中心与Unity的整合，简化用户界面。</p>
<p align="center" style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><img alt="Ubuntu 11.10的九大新变化" width="300" height="150" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: initial; border-color: initial; border-bottom-color: black; border-bottom-style: solid; border-left-color: black; border-left-style: solid; border-top-color: black; border-top-style: solid; border-right-color: black; border-right-style: solid; " src="http://MyvNet.com/attachments/month_20115/2011523163937726.jpg" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</blockquote>]]></summary>
	  <link rel="alternate" type="text/html" href="http://MyvNet.com/article.asp?id=411" /> 
	  <id>http://MyvNet.com/default.asp?id=411</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[Ubuntu 11.04新版发布 诠释精美用户界面]]></title>
	  <author>
		 <name>kend</name>
		 <uri>http://MyvNet.com/</uri>
		 <email>kendling@163.com</email>
	  </author>
	  <category term="" scheme="http://MyvNet.com/default.asp?cateID=11" label="杂乱" /> 
	  <updated>2011-03-15T10:59:32+08:00</updated>
	  <published>2011-03-15T10:59:32+08:00</published>
		  <summary type="html"><![CDATA[<blockquote>
<p>　　Ubuntu 11.04（Natty Narwhal）的第三个Alpha预测试版如约发布，<strong style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px">在Alpha 3中，Ubuntu 11.04主要针对Unity用户界面进行了大量的改进</strong>，在细节方面为用户带来更好的体验。<strong style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px">Ubuntu 11.04 Alpha 3中采用了Linux内核2.6.38 RC6、默认办公软件更改为LibreOffice 3.3.1，用户界面Unity 3.6.0，浏览器Mozilla Firefox 4.0 Beta 12, Transmission 2.13、Upstart 0.9.0等组件也一应俱全</strong>。此外Ubuntu 11.04 Alpha 3还修复了大量Bug。</p>
<p><strong style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px">主要改进内容如下：</strong></p>
<p>　　Unity界面在Alpha 3中进行了重大改进，重新设计了Dash面板的功能，可以按类别显示应用程序，此外还包括更好的搜索过滤、支持全屏以及其他视觉效果的提升。</p>
<p align="center" style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px"><a target="_blank" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; color: rgb(0,51,102); text-decoration: none; padding-top: 0px" href="http://news.mydrivers.com/Img/20110304/10405262.jpg"><img alt="Ubuntu 11.04新版发布 诠释精美用户界面" style="border-bottom: black 1px solid; border-left: black 1px solid; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; border-top: black 1px solid; border-right: black 1px solid; padding-top: 0px" src="http://MyvNet.com/attachments/month_20115/20115151231273443.jpg" /></a></p>
<p align="center" style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px"><a target="_blank" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; color: rgb(0,51,102); text-decoration: none; padding-top: 0px" href="http://news.mydrivers.com/Img/20110304/10405301.jpg"><img alt="Ubuntu 11.04新版发布 诠释精美用户界面" style="border-bottom: black 1px solid; border-left: black 1px solid; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; border-top: black 1px solid; border-right: black 1px solid; padding-top: 0px" src="http://MyvNet.com/attachments/month_20115/20115151231278306.jpg" /></a></p>
<p align="center" style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px"><a target="_blank" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; color: rgb(0,51,102); text-decoration: none; padding-top: 0px" href="http://news.mydrivers.com/Img/20110304/10405337.jpg"><img alt="Ubuntu 11.04新版发布 诠释精美用户界面" style="border-bottom: black 1px solid; border-left: black 1px solid; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; border-top: black 1px solid; border-right: black 1px solid; padding-top: 0px" src="http://MyvNet.com/attachments/month_20115/20115151231283699.jpg" /></a></p>
<p style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px">　　Ubuntu 11.04 Alpha 3升级了安装程序，用户如今可以选择从现有的Ubuntu升级到最新版。</p>
<p align="center" style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px"><a target="_blank" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; color: rgb(0,51,102); text-decoration: none; padding-top: 0px" href="http://news.mydrivers.com/Img/20110304/10413061.jpg"><img alt="Ubuntu 11.04新版发布 诠释精美用户界面" width="550" height="360" style="border-bottom: black 1px solid; border-left: black 1px solid; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; border-top: black 1px solid; border-right: black 1px solid; padding-top: 0px" src="http://MyvNet.com/attachments/month_20115/20115151231282129.jpg" /></a></p>
<p style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px">　　NetworkManager网络管理信息框中如今也显示IPv6协议的信息了。</p>
<p style="text-align: center; padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px"><a target="_blank" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; color: rgb(0,51,102); text-decoration: none; padding-top: 0px" href="http://news.mydrivers.com/Img/20110304/10420464.jpg"><img alt="Ubuntu 11.04新版发布 诠释精美用户界面" style="border-bottom: black 1px solid; border-left: black 1px solid; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; border-top: black 1px solid; border-right: black 1px solid; padding-top: 0px" src="http://MyvNet.com/attachments/month_20115/20115151231289432.jpg" /></a></p>
<p style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px">　　Ubuntu 11.04 Alpha 3还改善了对iPhone的支持：</p>
<p style="text-align: center; padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px"><a target="_blank" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; color: rgb(0,51,102); text-decoration: none; padding-top: 0px" href="http://news.mydrivers.com/Img/20110304/10420428.jpg"><img alt="Ubuntu 11.04新版发布 诠释精美用户界面" style="border-bottom: black 1px solid; border-left: black 1px solid; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; border-top: black 1px solid; border-right: black 1px solid; padding-top: 0px" src="http://MyvNet.com/attachments/month_20115/20115151231298018.jpg" /></a></p>
<p style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px">　　整合了Firefox 4.0 Beta 12：</p>
<p align="center" style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px"><a target="_blank" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; color: rgb(0,51,102); text-decoration: none; padding-top: 0px" href="http://news.mydrivers.com/Img/20110304/10430791.jpg"><img alt="Ubuntu 11.04新版发布 诠释精美用户界面" style="border-bottom: black 1px solid; border-left: black 1px solid; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; border-top: black 1px solid; border-right: black 1px solid; padding-top: 0px" src="http://MyvNet.com/attachments/month_20115/20115151231302062.jpg" /></a></p>
<p style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px">　　支持安装私有软件，比如RAR压缩程序：</p>
<p style="text-align: center; padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px"><a target="_blank" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; color: rgb(0,51,102); text-decoration: none; padding-top: 0px" href="http://news.mydrivers.com/Img/20110304/10430831.jpg"><img alt="Ubuntu 11.04新版发布 诠释精美用户界面" style="border-bottom: black 1px solid; border-left: black 1px solid; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; border-top: black 1px solid; border-right: black 1px solid; padding-top: 0px" src="http://MyvNet.com/attachments/month_20115/20115151231313931.jpg" /></a></p>
<p align="center" style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px"><a target="_blank" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; color: rgb(0,51,102); text-decoration: none; padding-top: 0px" href="http://news.mydrivers.com/Img/20110304/10432937.jpg"><img alt="Ubuntu 11.04新版发布 诠释精美用户界面" width="550" height="343" style="border-bottom: black 1px solid; border-left: black 1px solid; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; border-top: black 1px solid; border-right: black 1px solid; padding-top: 0px" src="http://MyvNet.com/attachments/month_20115/20115151231312047.jpg" /><br style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px" />
</a></p>
<p style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px">　　Ubuntu One采用了全新的控制面板，比之前版本漂亮不少：</p>
<p align="center" style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px"><a target="_blank" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; color: rgb(0,51,102); text-decoration: none; padding-top: 0px" href="http://news.mydrivers.com/Img/20110304/10452173.jpg"><img alt="Ubuntu 11.04新版发布 诠释精美用户界面" style="border-bottom: black 1px solid; border-left: black 1px solid; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; border-top: black 1px solid; border-right: black 1px solid; padding-top: 0px" src="http://MyvNet.com/attachments/month_20115/20115151231328367.jpg" /></a></p>
<p align="center" style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px"><a target="_blank" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; color: rgb(0,51,102); text-decoration: none; padding-top: 0px" href="http://news.mydrivers.com/Img/20110304/10452216.jpg"><img alt="Ubuntu 11.04新版发布 诠释精美用户界面" style="border-bottom: black 1px solid; border-left: black 1px solid; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; border-top: black 1px solid; border-right: black 1px solid; padding-top: 0px" src="http://MyvNet.com/attachments/month_20115/20115151231326130.jpg" /></a></p>
<p align="center" style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px"><a target="_blank" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; color: rgb(0,51,102); text-decoration: none; padding-top: 0px" href="http://news.mydrivers.com/Img/20110304/10452259.jpg"><img alt="Ubuntu 11.04新版发布 诠释精美用户界面" style="border-bottom: black 1px solid; border-left: black 1px solid; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; border-top: black 1px solid; border-right: black 1px solid; padding-top: 0px" src="http://MyvNet.com/attachments/month_20115/20115151231326541.jpg" /></a></p>
<p align="center" style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px"><a target="_blank" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; color: rgb(0,51,102); text-decoration: none; padding-top: 0px" href="http://news.mydrivers.com/Img/20110304/10452298.jpg"><img alt="Ubuntu 11.04新版发布 诠释精美用户界面" style="border-bottom: black 1px solid; border-left: black 1px solid; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; border-top: black 1px solid; border-right: black 1px solid; padding-top: 0px" src="http://MyvNet.com/attachments/month_20115/20115151231322225.jpg" /></a></p>
<p align="center" style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px"><a target="_blank" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; color: rgb(0,51,102); text-decoration: none; padding-top: 0px" href="http://news.mydrivers.com/Img/20110304/10452337.jpg"><img alt="Ubuntu 11.04新版发布 诠释精美用户界面" style="border-bottom: black 1px solid; border-left: black 1px solid; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; border-top: black 1px solid; border-right: black 1px solid; padding-top: 0px" src="http://MyvNet.com/attachments/month_20115/20115151231335156.jpg" /></a></p>
<p align="center" style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px"><a target="_blank" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; color: rgb(0,51,102); text-decoration: none; padding-top: 0px" href="http://news.mydrivers.com/Img/20110304/10454376.jpg"><img alt="Ubuntu 11.04新版发布 诠释精美用户界面" style="border-bottom: black 1px solid; border-left: black 1px solid; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; border-top: black 1px solid; border-right: black 1px solid; padding-top: 0px" src="http://MyvNet.com/attachments/month_20115/20115151231333966.jpg" /></a></p>
<p style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px">　　Banshee媒体播放器取代了Rhythmbox成为Ubuntu 11.04的默认媒体播放器：</p>
<p style="text-align: center; padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px"><a target="_blank" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; color: rgb(0,51,102); text-decoration: none; padding-top: 0px" href="http://news.mydrivers.com/Img/20110304/10454416.jpg"><img alt="Ubuntu 11.04新版发布 诠释精美用户界面" style="border-bottom: black 1px solid; border-left: black 1px solid; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; border-top: black 1px solid; border-right: black 1px solid; padding-top: 0px" src="http://MyvNet.com/attachments/month_20115/20115151231335294.jpg" /></a></p>
<p style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px">Ubuntu 11.04接下来的发布日程为：</p>
<p style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px">&mdash; 3月31日，首个Beta版发布；</p>
<p style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px">&mdash; 4月14日，第二个Beta公测版发布，取代预定于4月21日发布的RC候选版；</p>
<p id="" style="padding-bottom: 0px; margin: 0px 0px 1em; padding-left: 0px; padding-right: 0px; padding-top: 0px">&mdash; 4月28日，Ubuntu 11.04正式版。</p>
<p>&nbsp;</p>
</blockquote>]]></summary>
	  <link rel="alternate" type="text/html" href="http://MyvNet.com/article.asp?id=410" /> 
	  <id>http://MyvNet.com/default.asp?id=410</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[安装V2008失败]]></title>
	  <author>
		 <name>kend</name>
		 <uri>http://MyvNet.com/</uri>
		 <email>kendling@163.com</email>
	  </author>
	  <category term="" scheme="http://MyvNet.com/default.asp?cateID=11" label="杂乱" /> 
	  <updated>2011-03-04T19:32:01+08:00</updated>
	  <published>2011-03-04T19:32:01+08:00</published>
		  <summary type="html"><![CDATA[<blockquote>
<p>　　 如果安装界面提示&ldquo;Microsoft Vistual Studio Web 创作组件&rdquo;安装失败，可以先安装光盘上的以下文件：</p>
<p>\WCU\WebDesignerCore\WebDesignerCore.EXE</p>
<p><img border="0" alt="" src="http://MyvNet.com/attachments/month_20113/2011341931531894.jpg" /></p>
<p>　　原因是因为安装了Office 2007、Project 2007等软件。</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>VS2008的经典BUG。。。</p>
<p>&nbsp;</p>
<p><img border="0" small="0" alt="" src="http://MyvNet.com/attachments/month_20113/201135936287467.jpg" /></p>
<p>每次只要重新编译即可通过，但是很闹心，然后到微软的帮助文档上找到个补丁打了半天也没打上去。</p>
<p><span style="line-height: 22px; font-family: arial, helvetica, sans-serif; "><span style="line-height: 20px; font-size: small; "><font size="2" style="line-height: 20px; ">第一种：下载补丁，链接地址为</font></span></span><a style="line-height: 22px; text-decoration: none; color: rgb(134, 79, 14); " href="https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=11399"><span style="line-height: 22px; font-family: arial, helvetica, sans-serif; "><span style="line-height: 20px; font-size: small; "><font size="2" style="line-height: 20px; ">https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=11399</font></span></span></a><span style="line-height: 22px; font-family: arial, helvetica, sans-serif; "><span style="line-height: 20px; font-size: small; "><font size="2" style="line-height: 20px; ">，我下载下来了装不上，说我没装VS2008（我想可能是版本不对或者其他问题，我的系统是win7旗舰版，VS2008是中文版的）。</font></span></span></p>
<p>第二种：修改链接选项：</p>
<p><img border="0" small="0" alt="" src="http://MyvNet.com/attachments/month_20113/201135936297466.jpg" /></p>
<p>然后，继续调整：</p>
<p id="aeaoofnhgocdbnbeljkmbjdmhbcokfdb-mousedown"><img border="0" small="0" alt="" src="http://MyvNet.com/attachments/month_20113/201135936299383.jpg" /></p>
<p>&nbsp;</p>
</blockquote>]]></summary>
	  <link rel="alternate" type="text/html" href="http://MyvNet.com/article.asp?id=409" /> 
	  <id>http://MyvNet.com/default.asp?id=409</id>
  </entry>	
		
</feed>

