<?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>Douglas&#039; Blog- 雪语壞壞 &#187; 小知识</title>
	<atom:link href="http://www.lovezt.com/tag/%E5%B0%8F%E7%9F%A5%E8%AF%86/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lovezt.com</link>
	<description>泪水抹不去的情缘</description>
	<lastBuildDate>Mon, 15 Mar 2010 16:19:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>电脑DVD光驱变成CD光驱的解决方法</title>
		<link>http://www.lovezt.com/dvd-cd.zt</link>
		<comments>http://www.lovezt.com/dvd-cd.zt#comments</comments>
		<pubDate>Wed, 26 Mar 2008 23:57:00 +0000</pubDate>
		<dc:creator>雪语壞壞</dc:creator>
				<category><![CDATA[杂谈]]></category>
		<category><![CDATA[DVD变CD]]></category>
		<category><![CDATA[小知识]]></category>
		<category><![CDATA[电脑]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>相信很多朋友都遇到过这个问题：电脑的DVD光驱盘符突然变成CD光驱，然而DVD数据光盘可以正常读取的问题。设备管理器里显示的也是DVD，但我的电脑里就是显示CD驱动器。虽然能正常使用，但看着总是不爽吧。我也遇到过几次，到网上查了查都说了一堆废话，没一个能解决问题的，于是自己研究了下，其实很简单啦。以前优化系统的时候总是会优化一下服务，把不用的都关了，让它不自动启动，其实就是这个服务的问题。<br />
      解决办法是：开始-运行-msconfig-服务选项卡，找到Shell Hardware Detection 勾选它，让它自动启动就行了。想立即生效的话再运行services.msc 找到这个服务，属性-启动。打开我的电脑看看，DVD回来了吧！</p>
</p></p></p>	相关日志
	
	asp中对ip进行过滤限制函数 (0)
	记第一次参加工作 (0)
	寒意 (0)
	回忆小学的记叙文 (2)
	C语言编程易犯毛病集合 (0)


]]></description>
		<wfw:commentRss>http://www.lovezt.com/dvd-cd.zt/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>asp中对ip进行过滤限制函数</title>
		<link>http://www.lovezt.com/asp-ip-check.zt</link>
		<comments>http://www.lovezt.com/asp-ip-check.zt#comments</comments>
		<pubDate>Fri, 02 Nov 2007 23:31:00 +0000</pubDate>
		<dc:creator>雪语壞壞</dc:creator>
				<category><![CDATA[分享]]></category>
		<category><![CDATA[小知识]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>[codes=js]&lt;%<br /> &#39;获取访问者的地址<br /> ip=Request.ServerVariables(&quot;REMOTE_ADDR&quot;)</p>
<p> &#39;允许的IP地址段为10.0.0.0～10.68.63.255<br /> allowip1=&quot;10.0.0.0&quot;<br /> allowip2=&quot;10.68.10.71&quot;</p>
<p> response.write checkip(ip,allowip1,allowip2)</p><p>……<a href='http://www.lovezt.com/asp-ip-check.zt' rel="nofollow">阅读全文>></a></p>	相关日志
	
	软件项目版本号的命名格式 (0)
	C语言编程易犯毛病集合 (0)
	电脑DVD光驱变成CD光驱的解决方法 (3)


]]></description>
		<wfw:commentRss>http://www.lovezt.com/asp-ip-check.zt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>软件项目版本号的命名格式</title>
		<link>http://www.lovezt.com/name-program.zt</link>
		<comments>http://www.lovezt.com/name-program.zt#comments</comments>
		<pubDate>Sat, 20 Oct 2007 21:29:38 +0000</pubDate>
		<dc:creator>雪语壞壞</dc:creator>
				<category><![CDATA[杂谈]]></category>
		<category><![CDATA[小知识]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>版本控制比较普遍的 3 种命名格式 :</p>
<p> 一、 GNU 风格的版本号命名格式 :<br /> 主版本号 . 子版本号 [. 修正版本号 [. 编译版本号 ]]<br /> 英文对照 : Major_Version_Number.Minor_Version_Number[.Revision_Number[.Build_Number]]<br /> 示例 : 1.2.1, 2.0, 5.0.0 build-13124</p>
<p> 二、 Windows 风格的版本号命名格式 :<br /> 主版本号 . 子版本号 [ 修正版本号 [. 编译版本号 ]]<br /> 英文对照 : Major_Version_Number.Minor_Version_Number[Revision_Number[.Build_Number]]<br /> 示例: 1.21, 2.0</p><p>……<a href='http://www.lovezt.com/name-program.zt' rel="nofollow">阅读全文>></a></p>	相关日志
	
	asp中对ip进行过滤限制函数 (0)
	电脑DVD光驱变成CD光驱的解决方法 (3)
	C语言编程易犯毛病集合 (0)


]]></description>
		<wfw:commentRss>http://www.lovezt.com/name-program.zt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C语言编程易犯毛病集合</title>
		<link>http://www.lovezt.com/C%E8%AF%AD%E8%A8%80%E7%BC%96%E7%A8%8B%E6%98%93%E7%8A%AF%E6%AF%9B%E7%97%85%E9%9B%86%E5%90%88.zt</link>
		<comments>http://www.lovezt.com/C%E8%AF%AD%E8%A8%80%E7%BC%96%E7%A8%8B%E6%98%93%E7%8A%AF%E6%AF%9B%E7%97%85%E9%9B%86%E5%90%88.zt#comments</comments>
		<pubDate>Fri, 23 Jun 2006 22:38:00 +0000</pubDate>
		<dc:creator>雪语壞壞</dc:creator>
				<category><![CDATA[杂谈]]></category>
		<category><![CDATA[C语言]]></category>
		<category><![CDATA[小知识]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>C语言的最大特点是：功能强、使用方便灵活。C编译的程序对语法检查并不象其它高级语言那么严格，这就给编程人员留下“灵活的余地”，但还是由于这个灵活 给程序的调试带来了许多不便，尤其对初学C语言的人来说，经常会出一些连自己都不知道错在哪里的错误。看着有错的程序，不知该如何改起，本人通过对C的学 习，积累了一些C编程时常犯的错误，写给大家以供参考。</p>
<p>1.书写标识符时，忽略了大小写字母的区别。<br />
main()<br />
{<br />
int a=5;<br />
printf(”%d”,A);<br />
}<br />
编译程序把a和A认为是两个不同的变量名而显示出错信息。C认为大写字母和小写字母是两个不同的字符。习惯上，符号常量名用大写，变量名用小写表示，以增加可读性。<br />
2.忽略了变量的类型，进行了不合法的运算。</p>
<p>main()<br />
{<br />
float a,b;<br />
printf(”%d”,a%b);<br />
}<br />
%是求余运算，得到a/b的整余数。整型变量a和b可以进行求余运算，而实型变量则不允许进行“求余”运算。</p><p>……<a href='http://www.lovezt.com/C%E8%AF%AD%E8%A8%80%E7%BC%96%E7%A8%8B%E6%98%93%E7%8A%AF%E6%AF%9B%E7%97%85%E9%9B%86%E5%90%88.zt' rel="nofollow">阅读全文>></a></p>	相关日志
	
	2005～2006第二学年下学期考试成绩 (11)
	电脑DVD光驱变成CD光驱的解决方法 (3)
	软件项目版本号的命名格式 (0)
	关于C语言考试的失败 (2)
	我的C语言成绩 (0)


]]></description>
		<wfw:commentRss>http://www.lovezt.com/C%E8%AF%AD%E8%A8%80%E7%BC%96%E7%A8%8B%E6%98%93%E7%8A%AF%E6%AF%9B%E7%97%85%E9%9B%86%E5%90%88.zt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->