<?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>Leo&#039;s blog</title>
	<atom:link href="http://www.5leo.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.5leo.com</link>
	<description>2009,新的里程，新的开始！努力。。</description>
	<lastBuildDate>Mon, 23 Aug 2010 07:53:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ASP表单提交发送email</title>
		<link>http://www.5leo.com/?p=262</link>
		<comments>http://www.5leo.com/?p=262#comments</comments>
		<pubDate>Mon, 23 Aug 2010 07:28:24 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[编程/数据库]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[表单]]></category>

		<guid isPermaLink="false">http://www.5leo.com/?p=262</guid>
		<description><![CDATA[安装个Jmail组件吧，收发电子邮件很方便(目前常用的邮件收发组件)

给你个基础发信代码，记住修改部分信息（发信验证信息，你使用哪个信箱代理发信，填写好该信箱的用户名密码）  命名为sent.asp
]]></description>
		<wfw:commentRss>http://www.5leo.com/?feed=rss2&amp;p=262</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>社区系列（一）Facebook和Myspace的区别</title>
		<link>http://www.5leo.com/?p=258</link>
		<comments>http://www.5leo.com/?p=258#comments</comments>
		<pubDate>Wed, 28 Jul 2010 10:51:28 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[SNS&社区&产品设计]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[社区]]></category>

		<guid isPermaLink="false">http://www.5leo.com/?p=258</guid>
		<description><![CDATA[　　Myspace.com至今依然是美国社区网站的No.1，在美国和欧洲都拥有大量用户，为数众多的音乐人以及娱乐圈人士在Myspace开设自己的个人主页，并在上边与自己的歌迷影迷交流，也因此吸引了大量年轻人。在Myspace你能看到他们最张扬的个性以及各种或流行或边缘的时尚元素，朋克、哥特、金属、hip hop风格的个人主页比比皆是。Myspace用户的好友从几十人到上万人不等，因为没有人介意好友列表里的家伙们是否全都认识，用户需要的是一个把自己个性展现到极致的舞台，有观众去欣赏就OK。

近期一直在做社区类的平台设计，发觉这文章虽然老的些，但是写的还是有启发性的，转载了！！！！]]></description>
		<wfw:commentRss>http://www.5leo.com/?feed=rss2&amp;p=258</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>弹出层被flash遮盖</title>
		<link>http://www.5leo.com/?p=256</link>
		<comments>http://www.5leo.com/?p=256#comments</comments>
		<pubDate>Thu, 29 Apr 2010 08:20:13 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[Css+Xhtml]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[弹出层]]></category>

		<guid isPermaLink="false">http://www.5leo.com/?p=256</guid>
		<description><![CDATA[这几天忽然发现个小插曲，弹出层容易被页面上的flash给遮盖住，小小摸索了一下，把解决方案记录一下。

在做web开发中可能会遇到flash遮挡页面中元素的情况，无论怎么设置flash容器和层的深度(z-index)也无济于事，现有的解决方案是在插入flash的embed或object标签中加入”wmode”属性并设置为wmode=“transparent”或”opaque”，但wmode属性到底是什么意义，为什么可以解决这个问题呢？]]></description>
		<wfw:commentRss>http://www.5leo.com/?feed=rss2&amp;p=256</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL导入导出Excel</title>
		<link>http://www.5leo.com/?p=253</link>
		<comments>http://www.5leo.com/?p=253#comments</comments>
		<pubDate>Sun, 21 Feb 2010 03:33:10 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[编程/数据库]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[导入]]></category>
		<category><![CDATA[导出]]></category>

		<guid isPermaLink="false">http://www.5leo.com/?p=253</guid>
		<description><![CDATA[导入/导出Excel 

--从Excel文件中,导入数据到SQL数据库中,很简单,直接用下面的语句:

/*=========================================*/

--如果接受数据导入的表已经存在

insert into 表 select * from 

OPENROWSET('MICROSOFT.JET.OLEDB.4.0'

,'Excel 5.0;HDR=YES;DATABASE=c:\test.xls',sheet1$)]]></description>
		<wfw:commentRss>http://www.5leo.com/?feed=rss2&amp;p=253</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vs2008 破解-留记</title>
		<link>http://www.5leo.com/?p=251</link>
		<comments>http://www.5leo.com/?p=251#comments</comments>
		<pubDate>Fri, 29 Jan 2010 08:29:01 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[编程/数据库]]></category>
		<category><![CDATA[vs2008]]></category>
		<category><![CDATA[破解]]></category>

		<guid isPermaLink="false">http://www.5leo.com/?p=251</guid>
		<description><![CDATA[90天试用版的，下载下来以后把ISO里面的Setup\setup.sdb文件用记事本打开,把其中的[Product Key]下面的文字由T2CRQGDKBVW7KJR8C6CKXMW3D修改为PYHYPWXB3BB2CCMV9DX9VDY8T然后再安装就变成正式版了 

或者安装为试用版，安装完成后，在“控制面板”中启动“添加删除程序”,选中Vs2008，点击“更改、删除”， 
输入序列号:PYHYP-WXB3B-B2CCM-V9DX9-VDY8T]]></description>
		<wfw:commentRss>http://www.5leo.com/?feed=rss2&amp;p=251</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>时间戳小知识</title>
		<link>http://www.5leo.com/?p=249</link>
		<comments>http://www.5leo.com/?p=249#comments</comments>
		<pubDate>Fri, 29 Jan 2010 08:22:50 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[编程/数据库]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[时间戳]]></category>

		<guid isPermaLink="false">http://www.5leo.com/?p=249</guid>
		<description><![CDATA[Unix时间戳(Unix timestamp)，或称Unix时间(Unix time)、POSIX时间(POSIX time)，是一种时间表示方式，定义为从格林威治时间1970年01月01日00时00分00秒起至现在的总秒数。Unix时间戳不仅被使用在Unix 系统、类Unix系统中，也在许多其他操作系统中被广告采用。]]></description>
		<wfw:commentRss>http://www.5leo.com/?feed=rss2&amp;p=249</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2010,leo&#8217;blog 低调归来</title>
		<link>http://www.5leo.com/?p=247</link>
		<comments>http://www.5leo.com/?p=247#comments</comments>
		<pubDate>Fri, 29 Jan 2010 08:14:57 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[茶余饭后/瞎喷]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[leo]]></category>

		<guid isPermaLink="false">http://www.5leo.com/?p=247</guid>
		<description><![CDATA[2009，那一场大风雨，如洪水猛兽般的席卷了大半河山website

leo的服务器也在这一场变革中没能幸免

经过多方争取，层层努力

2010.1.29, 这个特殊的日子中抵掉回归。

各位朋友，好久不见啦。。。。。]]></description>
		<wfw:commentRss>http://www.5leo.com/?feed=rss2&amp;p=247</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008下载 （附注册码） 收藏</title>
		<link>http://www.5leo.com/?p=245</link>
		<comments>http://www.5leo.com/?p=245#comments</comments>
		<pubDate>Tue, 01 Dec 2009 03:57:14 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[编程/数据库]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[注册码]]></category>

		<guid isPermaLink="false">http://www.5leo.com/?p=245</guid>
		<description><![CDATA[<strong>SQL Server 2008 中文试用版下载地址：</strong>

http://sqlserver.dlservice.microsoft.com/dl/download/B/8/0/B808AF59-7619-4A71-A447-F597DE74AC44/SQLFULL_CHS.iso?lcid=2052SQL Server 2008 

<strong>英文试用版下载地址： </strong>

http://sqlserver.dlservice.microsoft.com/dl/download/9/C/0/9C036510-3218-4258-8B03-67DC1D6A497C/SQLFULL_ENU.iso?lcid=1033]]></description>
		<wfw:commentRss>http://www.5leo.com/?feed=rss2&amp;p=245</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>由于不可识别问题windows 防火墙无法运行</title>
		<link>http://www.5leo.com/?p=242</link>
		<comments>http://www.5leo.com/?p=242#comments</comments>
		<pubDate>Tue, 24 Nov 2009 02:48:19 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[服务器/安全]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[防火墙]]></category>

		<guid isPermaLink="false">http://www.5leo.com/?p=242</guid>
		<description><![CDATA[最近联系碰到好几台机器，莫名奇妙的出现这个毛病，将解决方法记录一下，备用。


1. 将下面的文本复制到记事本, 然后再保存文件作为 Sharedaccess.reg：

Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess]]]></description>
		<wfw:commentRss>http://www.5leo.com/?feed=rss2&amp;p=242</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>sql server 日常使用集合</title>
		<link>http://www.5leo.com/?p=240</link>
		<comments>http://www.5leo.com/?p=240#comments</comments>
		<pubDate>Sun, 27 Sep 2009 02:47:42 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
				<category><![CDATA[编程/数据库]]></category>
		<category><![CDATA[sqlserver]]></category>

		<guid isPermaLink="false">http://www.5leo.com/?p=240</guid>
		<description><![CDATA[SQL SERVER查询表大小

select object_name(id) tablename,8*reserved/1024 reserved,rtrim(8*dpages/1024)+'Mb' used,8*(reserved-dpages)/1024 unused,8*dpages/1024-rows/1024*minlen/1024 free, 
rows,* from sysindexes 
where indid=1 
order by reserved desc]]></description>
		<wfw:commentRss>http://www.5leo.com/?feed=rss2&amp;p=240</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
