<?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>起点博客</title>
	<atom:link href="http://xinzero.com/feed" rel="self" type="application/rss+xml" />
	<link>http://xinzero.com</link>
	<description>起于学习，点与应用，一切只为更高效</description>
	<lastBuildDate>Fri, 18 May 2012 00:59:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>如何在word中输入带方框的对勾</title>
		<link>http://xinzero.com/how-to-check-mark-in-a-box.html</link>
		<comments>http://xinzero.com/how-to-check-mark-in-a-box.html#comments</comments>
		<pubDate>Fri, 18 May 2012 00:59:00 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[软件应用]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://xinzero.com/?p=586</guid>
		<description><![CDATA[WORD文档中，有的选项需要在方框内打勾，怎么办？
以下word2007为例，有两种方法：
1、WORD里，先打一个大写的字母R，然后选择它的字体为Wingding 2 。这样就可以了，试试看。
2、先插入√，然后选中对勾，点击“开始”下的带圈字符，选择圈号的格式为方框即可。
第一种方法更为方便快捷，但使用就不要用格式刷了，可能就变回大写字母R了。
相关文章CrackPDF破解加密的pdf文件word自动生成目录的样式控制Word表格前插入文字正文的方法题注与交叉引用，批量更新域&#8212;&#8212;word使用技巧文档结构视图&#8212;&#8212;word使用技巧]]></description>
			<content:encoded><![CDATA[<p>WORD文档中，有的选项需要在方框内打勾，怎么办？<br />
以下word2007为例，有两种方法：<br />
1、WORD里，先打一个大写的字母R，然后选择它的字体为Wingding 2 。这样就可以了，试试看。<br />
2、先插入√，然后选中对勾，点击“开始”下的带圈字符，选择圈号的格式为方框即可。<br />
第一种方法更为方便快捷，但使用就不要用格式刷了，可能就变回大写字母R了。</p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href="http://xinzero.com/crackpdf-crack-pdf-files.html" title="CrackPDF破解加密的pdf文件">CrackPDF破解加密的pdf文件</a></li><li><a href="http://xinzero.com/edit-word-catalog-style.html" title="word自动生成目录的样式控制">word自动生成目录的样式控制</a></li><li><a href="http://xinzero.com/word-table-insert-text-in-the-front-of-the-table.html" title="Word表格前插入文字正文的方法">Word表格前插入文字正文的方法</a></li><li><a href="http://xinzero.com/word-caption-and-cross-reference.html" title="题注与交叉引用，批量更新域&mdash;&mdash;word使用技巧">题注与交叉引用，批量更新域&mdash;&mdash;word使用技巧</a></li><li><a href="http://xinzero.com/word-outline-edited.html" title="文档结构视图&mdash;&mdash;word使用技巧">文档结构视图&mdash;&mdash;word使用技巧</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://xinzero.com/how-to-check-mark-in-a-box.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>source insight在标题栏显示完整路径名</title>
		<link>http://xinzero.com/source-insight-display-full-filepath-in-title-bar.html</link>
		<comments>http://xinzero.com/source-insight-display-full-filepath-in-title-bar.html#comments</comments>
		<pubDate>Sun, 06 May 2012 13:25:17 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[source insight]]></category>

		<guid isPermaLink="false">http://xinzero.com/?p=581</guid>
		<description><![CDATA[假如我已经在source insight中打开了文件 E:\code\module1\souce\temp.c , 那么在source insight标题栏将显示 temp.c的路径为(E:\code\..\source).我们希望显示temp.c的完整路径名如：(E:\code\module1\source).应该怎么做呢？
在Options&#8211;&#62;Preferences—&#62;Display

设置Trim long path names with ellipses为取消选择。如图：

相关文章source insight代码对齐Tab键终极版win7下source insight使用Courier New字体Source insight代码对齐source insight的切换标签栏工具（switch Tabbar）Source Insight扩展编程语言语法高亮-source insight使用]]></description>
			<content:encoded><![CDATA[<p>假如我已经在source insight中打开了文件 <code>E:\code\module1\souce\temp.c</code> , 那么在source insight标题栏将显示 <code>temp.c的路径为(E:\code\..\source).我们希望显示</code><code>temp.c的完整路径名如：(E:\code\module1\source)</code>.应该怎么做呢？</p>
<p>在Options&#8211;&gt;Preferences—&gt;Display</p>
<p><a href="http://xinzero.com/wordpress/wp-content/uploads/2012/05/SIoption.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="SI option" src="http://xinzero.com/wordpress/wp-content/uploads/2012/05/SIoption_thumb.png" border="0" alt="SI option" width="325" height="262" /></a></p>
<p>设置Trim long path names with ellipses为取消选择。如图：</p>
<p><a href="http://xinzero.com/wordpress/wp-content/uploads/2012/05/tirmlong.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="tirm long副本" src="http://xinzero.com/wordpress/wp-content/uploads/2012/05/tirmlong_thumb.png" border="0" alt="tirm long副本" width="508" height="590" /></a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href="http://xinzero.com/source-insight-code-alignment-ended.html" title="source insight代码对齐Tab键终极版">source insight代码对齐Tab键终极版</a></li><li><a href="http://xinzero.com/win7-source-insight-courier-new-font.html" title="win7下source insight使用Courier New字体">win7下source insight使用Courier New字体</a></li><li><a href="http://xinzero.com/source-insight-code-alignment.html" title="Source insight代码对齐">Source insight代码对齐</a></li><li><a href="http://xinzero.com/source-insight-file-switch-tabbar.html" title="source insight的切换标签栏工具（switch Tabbar）">source insight的切换标签栏工具（switch Tabbar）</a></li><li><a href="http://xinzero.com/source-insight-syntax-highlight.html" title="Source Insight扩展编程语言语法高亮-source insight使用">Source Insight扩展编程语言语法高亮-source insight使用</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://xinzero.com/source-insight-display-full-filepath-in-title-bar.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>word2007转换为PDF或XPS</title>
		<link>http://xinzero.com/word2007-save-to-pdf-or-xps.html</link>
		<comments>http://xinzero.com/word2007-save-to-pdf-or-xps.html#comments</comments>
		<pubDate>Fri, 20 Apr 2012 00:36:27 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[软件应用]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[word2007]]></category>

		<guid isPermaLink="false">http://xinzero.com/?p=575</guid>
		<description><![CDATA[word2007可自动转换word/excel等为pdf格式文件，但需安装插件（Add-in），下载安装SaveAsPDFandXPS.exe（微软官网），安装后在word中选择另存为，出现下图选择PDF或XPS保存即可。

PS：SaveAsPDFandXPS.exe（dbank下载）
相关文章CrackPDF破解加密的pdf文件]]></description>
			<content:encoded><![CDATA[<p>word2007可自动转换word/excel等为pdf格式文件，但需安装插件（Add-in），下载安装<a title="SaveAsPDFandXPS" href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=7" target="_blank">SaveAsPDFandXPS.exe（微软官网）</a>，安装后在word中选择<strong>另存为</strong>，出现下图选择PDF或XPS保存即可。</p>
<p><a href="http://xinzero.com/wordpress/wp-content/uploads/2012/04/WordsaveasPDForXPS.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="WordsaveasPDForXPS" src="http://xinzero.com/wordpress/wp-content/uploads/2012/04/WordsaveasPDForXPS_thumb.jpg" border="0" alt="WordsaveasPDForXPS" width="327" height="399" /></a></p>
<p>PS：<a title="SaveAsPDFandXPS" href="http://dl.dbank.com/c09waap4ri" target="_blank">SaveAsPDFandXPS.exe（dbank下载）</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href="http://xinzero.com/crackpdf-crack-pdf-files.html" title="CrackPDF破解加密的pdf文件">CrackPDF破解加密的pdf文件</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://xinzero.com/word2007-save-to-pdf-or-xps.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>嵌入式软件调试应注意什么</title>
		<link>http://xinzero.com/%e5%b5%8c%e5%85%a5%e5%bc%8f%e8%bd%af%e4%bb%b6%e8%b0%83%e8%af%95%e5%ba%94%e6%b3%a8%e6%84%8f%e4%bb%80%e4%b9%88.html</link>
		<comments>http://xinzero.com/%e5%b5%8c%e5%85%a5%e5%bc%8f%e8%bd%af%e4%bb%b6%e8%b0%83%e8%af%95%e5%ba%94%e6%b3%a8%e6%84%8f%e4%bb%80%e4%b9%88.html#comments</comments>
		<pubDate>Mon, 16 Apr 2012 14:43:10 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[嵌入式]]></category>

		<guid isPermaLink="false">http://xinzero.com/%e5%b5%8c%e5%85%a5%e5%bc%8f%e8%bd%af%e4%bb%b6%e8%b0%83%e8%af%95%e5%ba%94%e6%b3%a8%e6%84%8f%e4%bb%80%e4%b9%88.html</guid>
		<description><![CDATA[嵌入式软件调试就是通过软件控制硬件完成某项工作，它与桌面软件的不同在于它需要硬件支持。在软件代码正确的情况下，还需硬各信号正确方能正常运行。这就需要我们对各类硬件相关协议、时序关系了解清楚。一般来说需要关心的信号是时钟、复位、读、写信号，所以调试过程中示波器是必不可少的，最好是多通道的，便于查看多路信号之间的时序关系。
随机文章wordpress feedsky插件Windows下subversion强制写日志强制Windows下如何更改串口号AutoCAD字体文件下载CCS3.3 Bool类型重复定义]]></description>
			<content:encoded><![CDATA[<p>嵌入式软件调试就是通过软件控制硬件完成某项工作，它与桌面软件的不同在于它需要硬件支持。在软件代码正确的情况下，还需硬各信号正确方能正常运行。这就需要我们对各类硬件相关协议、时序关系了解清楚。一般来说需要关心的信号是时钟、复位、读、写信号，所以调试过程中示波器是必不可少的，最好是多通道的，便于查看多路信号之间的时序关系。</p>
<h3  class="related_post_title">随机文章</h3><ul class="related_post"><li><a href="http://xinzero.com/word-caption-and-cross-reference.html" title="题注与交叉引用，批量更新域&mdash;&mdash;word使用技巧">题注与交叉引用，批量更新域&mdash;&mdash;word使用技巧</a></li><li><a href="http://xinzero.com/i7500-standby-time.html" title="自用i7500待机时间评测">自用i7500待机时间评测</a></li><li><a href="http://xinzero.com/qqreader-update-080504.html" title="QQ阅读空间更新">QQ阅读空间更新</a></li><li><a href="http://xinzero.com/china-navigation-project.html" title="中国北斗导航计划">中国北斗导航计划</a></li><li><a href="http://xinzero.com/screenshot-in-common-usage-software.html" title="常用软件的截图功能">常用软件的截图功能</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://xinzero.com/%e5%b5%8c%e5%85%a5%e5%bc%8f%e8%bd%af%e4%bb%b6%e8%b0%83%e8%af%95%e5%ba%94%e6%b3%a8%e6%84%8f%e4%bb%80%e4%b9%88.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>source insight代码对齐Tab键终极版</title>
		<link>http://xinzero.com/source-insight-code-alignment-ended.html</link>
		<comments>http://xinzero.com/source-insight-code-alignment-ended.html#comments</comments>
		<pubDate>Mon, 12 Mar 2012 00:16:00 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[软件应用]]></category>
		<category><![CDATA[source insight]]></category>

		<guid isPermaLink="false">http://xinzero.com/?p=570</guid>
		<description><![CDATA[以前也写过一个source insight代码对齐，由于自己理解不够深刻，只能解决部分问题，不能根治在source insight中对齐的代码在XXX编辑器中全乱了的问题。
在改变字体为Courier New字体后，代码无法对齐的主要原因就是Tab与空格的问题。在很多大公司如华为已经禁止在代码中使用Tab来对齐了，这是个好习惯。有同学要说了，什么不准用tab来对齐，你想累死我呀。不用Tab来对齐，不代表不能使用Tab键，按下图设置你的source insight。首先是Tab Width设置为4，即一个Tab占4个空格的位置。Expand tabs选项保证在每次按下Tab键时用相应的空格来代替（不一定是4个空格，但可以保证是对齐的）。Visable tabs是将Tab可见，可以在提醒他人代码中的空格，便于修改。按这个方式编写代码就不会再有对不齐的问题了。对于以前已经编写过的未对齐的代码如何处理呢？请往下看。    
对于已经写好的文件，可能也存在代码对不齐的。在上图的设置情况，会出现下图的效果，因为采用Tab对齐的缘故。   
选中需要更改的代码部分，然后在Edit-》special Edit-》Tabs to spaces,将选中代码部分中的Tab都换成空格。
代码文件全选的方法，由于CTRL+A已经被Save all占用，所以需要改变快捷键。在Options-》key assignment在出现的窗口按图中操作。    
在command框中输入save，然后选择save all，将Ctrl+A Delete,然后点Assign New Key，在键盘上按CTRL+SHIFT+A。
然后在command框中输入select，选择select all，然后点assign new key，在按键盘的CTRL+A。这样CTRL+A就成了全选的快捷键了。
相关文章source insight在标题栏显示完整路径名win7下source insight使用Courier New字体Source insight代码对齐source insight的切换标签栏工具（switch Tabbar）Source Insight扩展编程语言语法高亮-source insight使用]]></description>
			<content:encoded><![CDATA[<p>以前也写过一个<a title="Source insight代码对齐" href="http://xinzero.com/source-insight-code-alignment.html" target="_blank">source insight代码对齐</a>，由于自己理解不够深刻，只能解决部分问题，不能根治在source insight中对齐的代码在XXX编辑器中全乱了的问题。</p>
<p>在改变字体为Courier New字体后，代码无法对齐的主要原因就是Tab与空格的问题。在很多大公司如华为已经禁止在代码中使用Tab来对齐了，这是个好习惯。有同学要说了，什么不准用tab来对齐，你想累死我呀。不用Tab来对齐，不代表不能使用Tab键，按下图设置你的source insight。首先是<strong>Tab Width</strong>设置为4，即一个Tab占4个空格的位置<strong>。Expand tabs</strong>选项保证在每次按下Tab键时用相应的空格来代替（不一定是4个空格，但可以保证是对齐的）。<strong>Visable tabs</strong>是将Tab可见，可以在提醒他人代码中的空格，便于修改。按这个方式编写代码就不会再有对不齐的问题了。对于以前已经编写过的未对齐的代码如何处理呢？请往下看。    <br /><a href="http://xinzero.com/wordpress/wp-content/uploads/2012/03/docunmentoptions.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="代码对齐 docunment options" border="0" alt="代码对齐 docunment options" src="http://xinzero.com/wordpress/wp-content/uploads/2012/03/docunmentoptions_thumb.png" width="542" height="408" /></a></p>
<p>对于已经写好的文件，可能也存在代码对不齐的。在上图的设置情况，会出现下图的效果，因为采用Tab对齐的缘故。   <br /><a href="http://xinzero.com/wordpress/wp-content/uploads/2012/03/visiableTabs.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="visiable Tabs" border="0" alt="visiable Tabs" src="http://xinzero.com/wordpress/wp-content/uploads/2012/03/visiableTabs_thumb.png" width="290" height="103" /></a></p>
<p>选中需要更改的代码部分，然后在<strong>Edit</strong>-》<strong>special Edit</strong>-》<strong>Tabs to spaces</strong>,将选中代码部分中的Tab都换成空格。</p>
<p>代码文件全选的方法，由于CTRL+A已经被Save all占用，所以需要改变快捷键。在<strong>Options-》key assignment</strong>在出现的窗口按图中操作。    <br /><a href="http://xinzero.com/wordpress/wp-content/uploads/2012/03/keyassignments.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="key assignments" border="0" alt="key assignments" src="http://xinzero.com/wordpress/wp-content/uploads/2012/03/keyassignments_thumb.png" width="500" height="346" /></a></p>
<p>在command框中输入<strong>save</strong>，然后选择<strong>save all</strong>，将Ctrl+A Delete,然后点<strong>Assign New Key</strong>，在键盘上按CTRL+SHIFT+A。</p>
<p>然后在command框中输入<strong>select</strong>，选择<strong>select all</strong>，然后点assign new key，在按键盘的CTRL+A。这样CTRL+A就成了全选的快捷键了。</p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href="http://xinzero.com/source-insight-display-full-filepath-in-title-bar.html" title="source insight在标题栏显示完整路径名">source insight在标题栏显示完整路径名</a></li><li><a href="http://xinzero.com/win7-source-insight-courier-new-font.html" title="win7下source insight使用Courier New字体">win7下source insight使用Courier New字体</a></li><li><a href="http://xinzero.com/source-insight-code-alignment.html" title="Source insight代码对齐">Source insight代码对齐</a></li><li><a href="http://xinzero.com/source-insight-file-switch-tabbar.html" title="source insight的切换标签栏工具（switch Tabbar）">source insight的切换标签栏工具（switch Tabbar）</a></li><li><a href="http://xinzero.com/source-insight-syntax-highlight.html" title="Source Insight扩展编程语言语法高亮-source insight使用">Source Insight扩展编程语言语法高亮-source insight使用</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://xinzero.com/source-insight-code-alignment-ended.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>win7下source insight使用Courier New字体</title>
		<link>http://xinzero.com/win7-source-insight-courier-new-font.html</link>
		<comments>http://xinzero.com/win7-source-insight-courier-new-font.html#comments</comments>
		<pubDate>Sun, 11 Mar 2012 09:15:00 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[软件应用]]></category>
		<category><![CDATA[source insight]]></category>

		<guid isPermaLink="false">http://xinzero.com/?p=562</guid>
		<description><![CDATA[wuhao问到在win7下如何使用Courier New字体，以前使用win7时没有注意，现在又换回win7了，也发现了这个问题，经过一番试验终于搞定了。
原因是win7自带的Courier New字体默认是不显示的，所以在source insight中设置字体时也显示不出来。
解决办法：控制面板-》外观和个性化，然后按图片操作


然后到source insight下设置应该就ok了。
PS：source insight下载win7可用
相关文章source insight在标题栏显示完整路径名source insight代码对齐Tab键终极版Source insight代码对齐source insight的切换标签栏工具（switch Tabbar）Source Insight扩展编程语言语法高亮-source insight使用]]></description>
			<content:encoded><![CDATA[<p><a href="http://xinzero.com/source-insight-code-alignment.html/comment-page-1#comment-131231" target="_blank">wuhao问到在win7下如何使用Courier New字体</a>，以前使用win7时没有注意，现在又换回win7了，也发现了这个问题，经过一番试验终于搞定了。</p>
<p>原因是win7自带的Courier New字体默认是不显示的，所以在source insight中设置字体时也显示不出来。</p>
<p>解决办法：<strong>控制面板</strong>-》<strong>外观和个性化，</strong>然后按图片操作<br />
<a href="http://xinzero.com/wordpress/wp-content/uploads/2012/03/sourceinsightCourierNew.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="source insight Courier New字体" src="http://xinzero.com/wordpress/wp-content/uploads/2012/03/sourceinsightCourierNew_thumb.png" border="0" alt="source insight Courier New字体" width="782" height="460" /></a><br />
<a href="http://xinzero.com/wordpress/wp-content/uploads/2012/03/sourceinsightCourierNew1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="source insight Courier New字体显示" src="http://xinzero.com/wordpress/wp-content/uploads/2012/03/sourceinsightCourierNew_thumb1.png" border="0" alt="source insight Courier New字体显示" width="782" height="460" /></a></p>
<p>然后到source insight下设置应该就ok了。</p>
<p>PS：<a title="source insight下载win7可用" href="http://xinzero.com/source-insight-functions-and-source-insight-download.html" target="_blank">source insight下载win7可用</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href="http://xinzero.com/source-insight-display-full-filepath-in-title-bar.html" title="source insight在标题栏显示完整路径名">source insight在标题栏显示完整路径名</a></li><li><a href="http://xinzero.com/source-insight-code-alignment-ended.html" title="source insight代码对齐Tab键终极版">source insight代码对齐Tab键终极版</a></li><li><a href="http://xinzero.com/source-insight-code-alignment.html" title="Source insight代码对齐">Source insight代码对齐</a></li><li><a href="http://xinzero.com/source-insight-file-switch-tabbar.html" title="source insight的切换标签栏工具（switch Tabbar）">source insight的切换标签栏工具（switch Tabbar）</a></li><li><a href="http://xinzero.com/source-insight-syntax-highlight.html" title="Source Insight扩展编程语言语法高亮-source insight使用">Source Insight扩展编程语言语法高亮-source insight使用</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://xinzero.com/win7-source-insight-courier-new-font.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>怎样将傲游收藏夹的内容导入到搜狗浏览器收藏夹中</title>
		<link>http://xinzero.com/how-to-change-maxthon-fav-to-sogou-fav.html</link>
		<comments>http://xinzero.com/how-to-change-maxthon-fav-to-sogou-fav.html#comments</comments>
		<pubDate>Mon, 06 Feb 2012 14:11:29 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[软件应用]]></category>

		<guid isPermaLink="false">http://xinzero.com/?p=555</guid>
		<description><![CDATA[一直使用傲游Maxthon浏览器，但最近一直出现假死，特别是浏览淘宝时，经常死掉，对于一些js处理不过来，如google的通讯录导入，都没有效果显示。试用了一下搜狗感觉不错，决定换到搜狗浏览器，也把收藏夹导过来，下面是方法。我用的是傲游3，搜狗也为3的版本。
1、在傲游浏览器中选择导入/导出用户数据，出现如下图所示窗口，选择途中的导出为html

2、在搜狗浏览器中，收藏-&#62;导入收藏-&#62;从文件导入收藏，选择刚才导出的文件即可
随机文章VMware下运行VxWorks WindML3.0嵌套式的电影发展思路&#8212;&#8212;《刀见笑》常用软件的截图功能自用i7500待机时间评测Windows Update Agent 5.8.02469下载]]></description>
			<content:encoded><![CDATA[<p>一直使用<a title="傲游Maxthon浏览器" href="http://xinzero.com/speed-dial-for-maxthon.html" target="_blank">傲游Maxthon浏览器</a>，但最近一直出现假死，特别是浏览淘宝时，经常死掉，对于一些js处理不过来，如google的通讯录导入，都没有效果显示。试用了一下搜狗感觉不错，决定换到搜狗浏览器，也把收藏夹导过来，下面是方法。我用的是傲游3，搜狗也为3的版本。</p>
<p><strong>1、在傲游浏览器中选择导入/导出用户数据，出现如下图所示窗口，选择途中的导出为html</strong></p>
<p><a href="http://xinzero.com/wordpress/wp-content/uploads/2012/02/4a8b5568d0c6.png" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="遨游收藏夹导出" src="http://xinzero.com/wordpress/wp-content/uploads/2012/02/thumb.png" border="0" alt="遨游收藏夹导出" width="440" height="388" /></a></p>
<p><strong>2、在搜狗浏览器中，收藏-&gt;导入收藏-&gt;从文件导入收藏，选择刚才导出的文件即可</strong></p>
<h3  class="related_post_title">随机文章</h3><ul class="related_post"><li><a href="http://xinzero.com/gcc-on-cygwin-win32.html" title="cygwin下载安装gcc">cygwin下载安装gcc</a></li><li><a href="http://xinzero.com/replace-kav7-key.html" title="卡巴斯基更换授权文件key的方法">卡巴斯基更换授权文件key的方法</a></li><li><a href="http://xinzero.com/koowo-mbox-download.html" title="酷我音乐盒免费自动下载音乐">酷我音乐盒免费自动下载音乐</a></li><li><a href="http://xinzero.com/qqmail-cant-send-to-gmail.html" title="QQmail不能发送gmail的临时解决办法">QQmail不能发送gmail的临时解决办法</a></li><li><a href="http://xinzero.com/xml-sitemap-generator-for-wordpress.html" title="XML-Sitemap &#8211; wordpress sitemap插件">XML-Sitemap &#8211; wordpress sitemap插件</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://xinzero.com/how-to-change-maxthon-fav-to-sogou-fav.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LTM8032电压调节电阻计算方法</title>
		<link>http://xinzero.com/ltm8032-adj-resistor-equation.html</link>
		<comments>http://xinzero.com/ltm8032-adj-resistor-equation.html#comments</comments>
		<pubDate>Mon, 25 Jul 2011 00:23:00 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[电源]]></category>

		<guid isPermaLink="false">http://xinzero.com/?p=529</guid>
		<description><![CDATA[LTM8032以其超低的噪声（Ultralow Noise），以及宽电压输入（3.6V~36V），宽电压输出（0.8V~10V），大负载能力（2A），完全可以替换掉LTM8023。
然而在使用过程中调节电压输出的电阻计算公式，如下图所示。

而实际使用中需要将最终Radj乘以2
随机文章QQmail不能发送gmail的临时解决办法起点博客季度总结all in one seo pack &#8211; wordpress seo插件卡巴斯基更换授权文件key的方法emacs windows安装使用-emacs下载]]></description>
			<content:encoded><![CDATA[<p>LTM8032以其超低的噪声（<strong>Ultralow Noise</strong>），以及宽电压输入（3.6V~36V），宽电压输出（0.8V~10V），大负载能力（2A），完全可以替换掉LTM8023。</p>
<p>然而在使用过程中调节电压输出的电阻计算公式，如下图所示。</p>
<p><a href="http://xinzero.com/wordpress/wp-content/uploads/2011/07/clip_image0025.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" src="http://xinzero.com/wordpress/wp-content/uploads/2011/07/clip_image002_thumb5.jpg" border="0" alt="clip_image002" width="416" height="173" /></a></p>
<p><strong>而实际使用中需要将最终Radj</strong><strong>乘以2</strong></p>
<h3  class="related_post_title">随机文章</h3><ul class="related_post"><li><a href="http://xinzero.com/wordpress-feed-burned-by-feedsky.html" title="Feedsky烧制wordpress博客RSS">Feedsky烧制wordpress博客RSS</a></li><li><a href="http://xinzero.com/all-in-one-seo-pack-plugin.html" title="all in one seo pack &#8211; wordpress seo插件">all in one seo pack &#8211; wordpress seo插件</a></li><li><a href="http://xinzero.com/enlarge-wince-physical-memory-size.html" title="扩大WinCE可用物理内存">扩大WinCE可用物理内存</a></li><li><a href="http://xinzero.com/russian-doll-problems.html" title="俄罗斯套娃问题的C语言解">俄罗斯套娃问题的C语言解</a></li><li><a href="http://xinzero.com/mothod-and-tool-of-hex-to-bin.html" title="hex转bin方法与工具">hex转bin方法与工具</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://xinzero.com/ltm8032-adj-resistor-equation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>利用酷狗音乐制作手机铃声</title>
		<link>http://xinzero.com/kugou-make-ring-download.html</link>
		<comments>http://xinzero.com/kugou-make-ring-download.html#comments</comments>
		<pubDate>Sat, 16 Jul 2011 14:34:00 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[生活记录]]></category>

		<guid isPermaLink="false">http://xinzero.com/?p=531</guid>
		<description><![CDATA[酷狗音乐播放器为我们省去了找歌的时间，只需输入歌曲名称或歌手名称即能找到对应的歌曲，自动下载到本地播放，很是方便。而如果需要将这些美妙的音乐歌曲转换为手机铃声，就需要稍作处理了。
酷狗提供了制作工具“酷狗铃声制作专家”，但并非是默认安装的，需要通过插件选择安装。在我的应用&#8212;》制作铃声
可以完成简单的歌曲选段，足以制作符合您心意的铃声。铃声的大小不能超过1MB，制作完成之后不能点击下面的“保存并发送到手机”，而是选择上面的“保存铃声”按钮，选择“保存到本地”，然后连接手机数据线下载到手机里，就ok了。
下载酷狗铃声制作专家
随机文章winrar3.71注册TMS320VC33下crc16源程序自用i7500待机时间评测东芝L525笔记本XP系统下禁用触摸板解决XP进入桌面后，加载网络与用户名超慢]]></description>
			<content:encoded><![CDATA[<p>酷狗音乐播放器为我们省去了找歌的时间，只需输入歌曲名称或歌手名称即能找到对应的歌曲，自动下载到本地播放，很是方便。而如果需要将这些美妙的音乐歌曲转换为手机铃声，就需要稍作处理了。</p>
<p>酷狗提供了制作工具“酷狗铃声制作专家”，但并非是默认安装的，需要通过插件选择安装。在<strong>我的应用&#8212;》制作铃声</strong></p>
<p>可以完成简单的歌曲选段，足以制作符合您心意的铃声。铃声的大小不能超过1MB，制作完成之后不能点击下面的“保存并发送到手机”，而是选择上面的“保存铃声”按钮，选择“保存到本地”，然后连接手机数据线下载到手机里，就ok了。</p>
<p><a href="http://dl.dbank.com/c0c8x1zonq" target="_blank">下载酷狗铃声制作专家</a></p>
<h3  class="related_post_title">随机文章</h3><ul class="related_post"><li><a href="http://xinzero.com/edit-word-catalog-style.html" title="word自动生成目录的样式控制">word自动生成目录的样式控制</a></li><li><a href="http://xinzero.com/autocad-fonts-download.html" title="AutoCAD字体文件下载">AutoCAD字体文件下载</a></li><li><a href="http://xinzero.com/serialport-communication-debug.html" title="调试串口通信程序">调试串口通信程序</a></li><li><a href="http://xinzero.com/latest-little-ma-win7-active-tools.html" title="最新小马Win7激活工具Oem7F7_sp1版适用">最新小马Win7激活工具Oem7F7_sp1版适用</a></li><li><a href="http://xinzero.com/windows-live-writer-offline-blogging.html" title="离线博客软件&mdash;&mdash;Windows Live Writer">离线博客软件&mdash;&mdash;Windows Live Writer</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://xinzero.com/kugou-make-ring-download.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerISO制作WinXP系统盘</title>
		<link>http://xinzero.com/poweriso-how-to-burn-winxp-on-dvd-disk.html</link>
		<comments>http://xinzero.com/poweriso-how-to-burn-winxp-on-dvd-disk.html#comments</comments>
		<pubDate>Wed, 13 Jul 2011 01:05:00 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[软件应用]]></category>
		<category><![CDATA[PowerISO]]></category>
		<category><![CDATA[光盘刻录]]></category>

		<guid isPermaLink="false">http://xinzero.com/poweriso%e5%88%b6%e4%bd%9cwinxp%e7%b3%bb%e7%bb%9f%e7%9b%98.html</guid>
		<description><![CDATA[PowerISO是一个功能强大的光盘刻录软件，可查看PowerISO的主要功能。今天使用PowerISO刻录一张XP系统的启动光盘。注意是DVD光盘，以前用DVD刻录的系统盘无法通过光驱启动，可能还是操作有问题，这次记录操作过程，便于以后使用。
在PowerISO的“工具”菜单栏选择“刻录”，或者在工具栏上点击“刻录”按钮，出现如图所示窗口。选择系统光盘的镜像文件路径。因为是系统光盘，所以选择较低低速速度刻录（8倍速），刻录完成成后进行校验，保证数据的完整性。

光盘刻录工程如图

光盘刻录完成如下图

刻录完成后，使用计算机的光盘启动一切正常，这也证明了用DVD光盘刻录CD-ROM镜像是完全没有问题的。
相关文章光盘刻录软件PowerISO_附PowerISO下载]]></description>
			<content:encoded><![CDATA[<p>PowerISO是一个功能强大的光盘刻录软件，可查看<a href="http://xinzero.com/poweriso-main-feature-and-crack-download.html" target="_blank">PowerISO的主要功能</a>。今天使用PowerISO刻录一张XP系统的启动光盘。注意是DVD光盘，以前用DVD刻录的系统盘无法通过光驱启动，可能还是操作有问题，这次记录操作过程，便于以后使用。</p>
<p>在PowerISO的“<strong>工具</strong>”菜单栏选择“<strong>刻录</strong>”，或者在工具栏上点击“<strong>刻录</strong>”按钮，出现如图所示窗口。选择系统光盘的镜像文件路径。因为是系统光盘，所以选择较低低速速度刻录（8倍速），刻录完成成后进行校验，保证数据的完整性。</p>
<p><a href="http://xinzero.com/wordpress/wp-content/uploads/2011/07/clip_image0023.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" src="http://xinzero.com/wordpress/wp-content/uploads/2011/07/clip_image002_thumb3.jpg" border="0" alt="clip_image002" width="447" height="518" /></a></p>
<p>光盘刻录工程如图</p>
<p><a href="http://xinzero.com/wordpress/wp-content/uploads/2011/07/clip_image0041.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image004" src="http://xinzero.com/wordpress/wp-content/uploads/2011/07/clip_image004_thumb1.jpg" border="0" alt="clip_image004" width="447" height="518" /></a></p>
<p>光盘刻录完成如下图</p>
<p><a href="http://xinzero.com/wordpress/wp-content/uploads/2011/07/clip_image006.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image006" src="http://xinzero.com/wordpress/wp-content/uploads/2011/07/clip_image006_thumb.jpg" border="0" alt="clip_image006" width="447" height="518" /></a></p>
<p>刻录完成后，使用计算机的光盘启动一切正常，这也证明了用<strong>DVD光盘</strong>刻录CD-ROM镜像是完全没有问题的。</p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href="http://xinzero.com/poweriso-main-feature-and-crack-download.html" title="光盘刻录软件PowerISO_附PowerISO下载">光盘刻录软件PowerISO_附PowerISO下载</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://xinzero.com/poweriso-how-to-burn-winxp-on-dvd-disk.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

