<?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>YWDESIGN</title>
	<atom:link href="http://www.ywdesign.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.ywdesign.net</link>
	<description>我的设计空间</description>
	<lastBuildDate>Thu, 15 Jul 2010 22:08:30 +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>我的作品之&#8211;沈阳师范大学廉政网</title>
		<link>http://www.ywdesign.net/?p=811</link>
		<comments>http://www.ywdesign.net/?p=811#comments</comments>
		<pubDate>Thu, 15 Jul 2010 21:49:13 +0000</pubDate>
		<dc:creator>有为</dc:creator>
				<category><![CDATA[网站创意]]></category>

		<guid isPermaLink="false">http://www.ywdesign.net/?p=811</guid>
		<description><![CDATA[效果图1

效果图2

]]></description>
		<wfw:commentRss>http://www.ywdesign.net/?feed=rss2&amp;p=811</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP中将web页面另存为EXCEL文档简单易用的新方法</title>
		<link>http://www.ywdesign.net/?p=803</link>
		<comments>http://www.ywdesign.net/?p=803#comments</comments>
		<pubDate>Fri, 16 Apr 2010 03:14:39 +0000</pubDate>
		<dc:creator>有为</dc:creator>
				<category><![CDATA[ASP茶座]]></category>

		<guid isPermaLink="false">http://www.ywdesign.net/?p=803</guid>
		<description><![CDATA[&#60;% Response.Buffer  =  TRUE
Response.AddHeader &#8220;Content-Disposition&#8221;,&#8221;attachment:filename=查询报表&#8221;&#38;replace(now(),&#8221;:&#8221;, &#8220;-&#8221;)&#38; &#8220;rxx &#8220;&#8221;.xls&#8221;
Response.contentType= &#8220;application/vnd.ms-excel&#8221;
%&#62;
当页面存在数字时，导出EXCEL就变为科学记数法的形式，要使数字正常显示，请尝试下面办法。
“首先，我们了解一下excel从web页面上导出的原理。当我们把这些数据发送到客户端时，我们想让客户端程序（浏览器）以excel的格式读取它，所以把mime类型设为：application/vnd.ms-excel，当excel读取文件时会以每个cell的格式呈现数据，如果cell没有规定的格式，则excel会以默认的格式去呈现该cell的数据。这样就给我们提供了自定义数据格式的空间，当然我们必须使用excel支持的格式。下面就列出常用的一些格式：
1） 文本：vnd.ms-excel.numberformat:@
2） 日期：vnd.ms-excel.numberformat:yyyy/mm/dd
3） 数字：vnd.ms-excel.numberformat:#,##0.00
4） 货币：vnd.ms-excel.numberformat:￥#,##0.00
5） 百分比：vnd.ms-excel.numberformat: #0.00%
这些格式你也可以自定义，比如年月你可以定义为：yy-mm等等。那么知道了这些格式，怎么去把这些格式添加到cell中呢？很简单，我们只需要把样式添加到对应的标签对（即闭合标签）即可。如&#60;td&#62;&#60;/td&#62;，给标签对&#60;td&#62;&#60;/td&#62;添加样式，如下： &#60;td style=&#8221;vnd.ms-excel.numberformat:@&#8221;&#62;410522198402161833&#60;/td&#62;
同样，我们也可以给&#60;div&#62;&#60;/div&#62;添加样式，也可以给&#60;tr&#62;&#60; /tr&#62;，&#60;table&#62;&#60;/table&#62;添加样式;当我们在父标签对和子标签对都添加样式时，数据会以哪一个样式呈现呢？经过测试，会以离数据最近的样式呈现.
]]></description>
		<wfw:commentRss>http://www.ywdesign.net/?feed=rss2&amp;p=803</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>我的作品之&#8211;沈阳师范大学古生物研究所</title>
		<link>http://www.ywdesign.net/?p=815</link>
		<comments>http://www.ywdesign.net/?p=815#comments</comments>
		<pubDate>Thu, 15 Apr 2010 20:51:33 +0000</pubDate>
		<dc:creator>有为</dc:creator>
				<category><![CDATA[网站创意]]></category>

		<guid isPermaLink="false">http://www.ywdesign.net/?p=815</guid>
		<description><![CDATA[
]]></description>
		<wfw:commentRss>http://www.ywdesign.net/?feed=rss2&amp;p=815</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vsftp中设置隐藏部分文件的方法</title>
		<link>http://www.ywdesign.net/?p=800</link>
		<comments>http://www.ywdesign.net/?p=800#comments</comments>
		<pubDate>Fri, 02 Apr 2010 07:39:09 +0000</pubDate>
		<dc:creator>有为</dc:creator>
				<category><![CDATA[Linux&Unix]]></category>

		<guid isPermaLink="false">http://www.ywdesign.net/?p=800</guid>
		<description><![CDATA[规则表达式很简单，例如hide_file={*.mp3,.hidden,hide*,h?}
默认值：无
]]></description>
		<wfw:commentRss>http://www.ywdesign.net/?feed=rss2&amp;p=800</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>沈阳师范大学投票系统正式启用，首次使用AJAX技术！</title>
		<link>http://www.ywdesign.net/?p=787</link>
		<comments>http://www.ywdesign.net/?p=787#comments</comments>
		<pubDate>Sun, 21 Mar 2010 22:58:18 +0000</pubDate>
		<dc:creator>有为</dc:creator>
				<category><![CDATA[系统开发]]></category>

		<guid isPermaLink="false">http://www.ywdesign.net/?p=787</guid>
		<description><![CDATA[系统介绍：
系统采用通用帐号，登录后进行投票，采用AJAX技术，使系统工作在异步方式，使系统反映更快，使系统操作更具亲和力。
系统抓图：
1.系统登录界面。

2.系统后台管理界面。

3.系统投票界面。

]]></description>
		<wfw:commentRss>http://www.ywdesign.net/?feed=rss2&amp;p=787</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Live Mail接收yahoo邮件的设置方法</title>
		<link>http://www.ywdesign.net/?p=785</link>
		<comments>http://www.ywdesign.net/?p=785#comments</comments>
		<pubDate>Wed, 17 Mar 2010 04:35:47 +0000</pubDate>
		<dc:creator>有为</dc:creator>
				<category><![CDATA[问题解答]]></category>

		<guid isPermaLink="false">http://www.ywdesign.net/?p=785</guid>
		<description><![CDATA[
Yahoo邮箱的收费用户才支持pop3，雅虎的yahoo.cn的无限容量邮 箱和yahoo.com.cn邮箱，都是没有开启POP和SMTP功能，
但Yahoo提供了一个免费的“网上直投”功能，可以让你使用客户端收发Yahoo邮件。要使用这项功能，必须先注册成为Yahoo“网上直投”的 成员，具体方法如下：
1.首先登录yahoo邮箱（必需是中国的yahoo):    http://mail.yahoo.cn
2.在地址栏打开如下网址： http://edit.my.yahoo.com/config/set_popfwd?.src=ym
3.填写注册表单,在注册一项中选择“是”，然后选择你感兴趣的内容(可以什么都不选)，,然后按&#8221;完成&#8221;按钮
4.选择“网上阅读邮件和POP功能”，其它选项可根据自己的需要选择，完成后按“提交”按钮。
5. 此时“网上直投”注册成功，系统会告诉你的“服务器设置”：
在WLM里：
接收邮件(POP3)服务器： pop.mail.yahoo.com.cn
发送邮件(SMTP)服务器： smtp.mail.yahoo.com
]]></description>
		<wfw:commentRss>http://www.ywdesign.net/?feed=rss2&amp;p=785</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>我的作品之－平衡木（2009年辽宁省第十届教育软件大赛三等奖）</title>
		<link>http://www.ywdesign.net/?p=774</link>
		<comments>http://www.ywdesign.net/?p=774#comments</comments>
		<pubDate>Wed, 10 Mar 2010 23:03:15 +0000</pubDate>
		<dc:creator>有为</dc:creator>
				<category><![CDATA[获奖作品]]></category>

		<guid isPermaLink="false">http://www.ywdesign.net/?p=774</guid>
		<description><![CDATA[
]]></description>
		<wfw:commentRss>http://www.ywdesign.net/?feed=rss2&amp;p=774</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Js中escape(),encodeURI()和encodeURIComponent()比较</title>
		<link>http://www.ywdesign.net/?p=771</link>
		<comments>http://www.ywdesign.net/?p=771#comments</comments>
		<pubDate>Thu, 04 Mar 2010 23:15:09 +0000</pubDate>
		<dc:creator>有为</dc:creator>
				<category><![CDATA[javascript专栏]]></category>

		<guid isPermaLink="false">http://www.ywdesign.net/?p=771</guid>
		<description><![CDATA[escape(),  encodeURI()和encodeURIComponent()是在Javascript中用于编码字符串的三个常用的方法，而他们之间的异同却困扰 了很多的Javascript初学者，在这里对这三个方法详细地分析与比较一下。
escape() 方法
MSDN JScript Reference中如是说：
The escape method returns a string value (in Unicode format) that  contains the contents of [the argument]. All spaces, punctuation,  accented characters, and any other non-ASCII characters are replaced  with %xx encoding, where xx is equivalent to the hexadecimal number  representing the character. For example, [...]]]></description>
		<wfw:commentRss>http://www.ywdesign.net/?feed=rss2&amp;p=771</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debug命令清除硬盘数据操作指南</title>
		<link>http://www.ywdesign.net/?p=769</link>
		<comments>http://www.ywdesign.net/?p=769#comments</comments>
		<pubDate>Sun, 28 Feb 2010 22:42:02 +0000</pubDate>
		<dc:creator>有为</dc:creator>
				<category><![CDATA[网管员之路]]></category>

		<guid isPermaLink="false">http://www.ywdesign.net/?p=769</guid>
		<description><![CDATA[操作步骤
1.使用软盘引导到DOS模式下，在系统提示符A:\&#62; 后键入命令“Debug&#8221;并按“Enter”键确认。此时系统将出现短横线提示符，然后仔细键入以下命令行（字母没有大小写分别）， 以第一行为例：依次输入 字母F，空格，字母L，数字100，空格，数字0，Enter。
2.命令行全文如下：
A:\&#62; debug“Enter&#8221;
-F200L1000“Enter”
-ACS:100“Enter”
xxxx:0100MOVAX,301“Enter”
注：xxxx:0100 为系统提示，不需要输入
xxxx:0103MOVBX,200“Enter”
xxxx:0106MOVCX,1“Enter”
xxxx:0109MOVDX,80“Enter”
注：如需要清除机器内第二硬盘的数据，只需将80改为81即可
xxxx:010CINT13“Enter”
xxxx:010EINT20“Enter”
xxxx:0110 “Enter”
-G“Enter”
3.程序执行成功后，系统将提示“Program terminated normally”，表明此时硬盘数据已经完全清除。
4.重新启动电脑并安装操作系统。
]]></description>
		<wfw:commentRss>http://www.ywdesign.net/?feed=rss2&amp;p=769</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XP 系统自动登录，修改注册表实现</title>
		<link>http://www.ywdesign.net/?p=767</link>
		<comments>http://www.ywdesign.net/?p=767#comments</comments>
		<pubDate>Thu, 24 Dec 2009 01:03:20 +0000</pubDate>
		<dc:creator>有为</dc:creator>
				<category><![CDATA[疑难问题]]></category>

		<guid isPermaLink="false">http://www.ywdesign.net/?p=767</guid>
		<description><![CDATA[ 首先单击“开始&#124;运行”，并在“运行”对话框的“打开”输入框中键入“regedit”来运行注册表编辑器。然后在注册表编辑器中依次单击展开“HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/Current Version/Winlogon”，选择“编辑&#124;添加”，选择“字符串值”，在数值名称中键入“AutoAdminLogon”，然后在窗口中空白的位置点击一下鼠标，再双击新建的字符串“AutoAdminLogon”，在弹出的“编辑字符串”对话框中输入“1”，即可设置系统允许自动登录。
]]></description>
		<wfw:commentRss>http://www.ywdesign.net/?feed=rss2&amp;p=767</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
