<?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/"
	>

<channel>
	<title>A leaf</title>
	<atom:link href="http://www.aleaf.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aleaf.net</link>
	<description>Just a leaf ...</description>
	<pubDate>Thu, 05 Aug 2010 02:07:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>电脑报2009电子文库</title>
		<link>http://www.aleaf.net/archives/2010/08/50.html</link>
		<comments>http://www.aleaf.net/archives/2010/08/50.html#comments</comments>
		<pubDate>Thu, 05 Aug 2010 02:07:35 +0000</pubDate>
		<dc:creator>Aleaf</dc:creator>
		
		<category><![CDATA[编程相关]]></category>

		<category><![CDATA[在线阅读]]></category>

		<category><![CDATA[电子版]]></category>

		<category><![CDATA[电脑报2009电子文库]]></category>

		<guid isPermaLink="false">http://aleaf.blog.35.cn/?p=50</guid>
		<description><![CDATA[    无意中发现电脑报的合订本光盘中的电子版的内容以SQLite数据库储存。所以就打算提取出来，做个在线阅读网站程序。
    经过一段时间的编码转换、文章内容解密以及程序编写等，终于完成了两个平台的阅读程序。分别为“PHP+sqlite”和“Google App Engine”，其中PHP的因为没有相应的网站空间而只在本地使用。GAE的已经上传并调试完成，网址为：http://pcbook2009.appspot.com/。因为图片总共有600多M，所以没有使用图片，只是文字版的。
    不得不说一下是，在编码转换方面绕了不少弯路，使用过C#、和sqlitemanager,最后用php的PDO竟然可以很好的读取GB2312编码。还有就是文章内容的解密，开始以为是经过压缩的，试过几种的压缩工具，都没成功，后来认真查看了内容的字节码，竟然发现了规律，于是写了个小函数解密！成功解密！
欢迎阅读：http://pcbook2009.appspot.com/
]]></description>
		<wfw:commentRss>http://www.aleaf.net/archives/2010/08/50.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>ASP验证码程序</title>
		<link>http://www.aleaf.net/archives/2010/07/47.html</link>
		<comments>http://www.aleaf.net/archives/2010/07/47.html#comments</comments>
		<pubDate>Sat, 10 Jul 2010 04:53:38 +0000</pubDate>
		<dc:creator>Aleaf</dc:creator>
		
		<category><![CDATA[编程相关]]></category>

		<guid isPermaLink="false">http://aleaf.blog.35.cn/?p=47</guid>
		<description><![CDATA[一个ASP验证码程序，感觉不错。

字符数据可以修改成自己的字符，不受字体影响，应该比较安全了吧！
]]></description>
		<wfw:commentRss>http://www.aleaf.net/archives/2010/07/47.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>玩了一下Google App Engine</title>
		<link>http://www.aleaf.net/archives/2010/07/45.html</link>
		<comments>http://www.aleaf.net/archives/2010/07/45.html#comments</comments>
		<pubDate>Wed, 07 Jul 2010 02:12:14 +0000</pubDate>
		<dc:creator>Aleaf</dc:creator>
		
		<category><![CDATA[编程相关]]></category>

		<guid isPermaLink="false">http://aleaf.blog.35.cn/?p=45</guid>
		<description><![CDATA[玩了一下Google App Engine,感觉不错!
Python编程感觉很好！
而且还绑定了域名：http://www.7home.net
等待灵感开发应用……
]]></description>
		<wfw:commentRss>http://www.aleaf.net/archives/2010/07/45.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>[转]GIF图像格式详解</title>
		<link>http://www.aleaf.net/archives/2010/07/43.html</link>
		<comments>http://www.aleaf.net/archives/2010/07/43.html#comments</comments>
		<pubDate>Tue, 06 Jul 2010 00:46:37 +0000</pubDate>
		<dc:creator>Aleaf</dc:creator>
		
		<category><![CDATA[编程相关]]></category>

		<guid isPermaLink="false">http://aleaf.blog.35.cn/?p=43</guid>
		<description><![CDATA[GIF是图像交换格式（Graphics Interchange Format）的简称，它是由美国CompuServe公司在1987年所提出的图像文件格式，它最初的目的是希望每个BBS的使用者能够通过GIF图像文件轻易存储并交换图像数据，这也就是它为什么被称为图像交换格式的原因了。
GIF文件格式采用了一种经过改进的LZW压缩算法，通常我们称之为GIF-LZW算法。这是一种无损的压缩算法，压缩效率也比较高，并且GIF支持在一幅GIF文件中存放多幅彩色图像，并且可以按照一定的顺序和时间间隔将多幅图像依次读出并显示在屏幕上，这样就可以形成一种简单的动画效果。尽管GIF最多只支持256色，但是由于它具有极佳的压缩效率并且可以做成动画而早已被广泛接纳采用。]]></description>
		<wfw:commentRss>http://www.aleaf.net/archives/2010/07/43.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Django日期格式化字符参考</title>
		<link>http://www.aleaf.net/archives/2010/07/40.html</link>
		<comments>http://www.aleaf.net/archives/2010/07/40.html#comments</comments>
		<pubDate>Thu, 01 Jul 2010 17:25:18 +0000</pubDate>
		<dc:creator>Aleaf</dc:creator>
		
		<category><![CDATA[编程相关]]></category>

		<category><![CDATA[Django]]></category>

		<category><![CDATA[日期]]></category>

		<category><![CDATA[格式化]]></category>

		<guid isPermaLink="false">http://aleaf.blog.35.cn/?p=40</guid>
		<description><![CDATA[


Format character
Description
Example output




a
'a.m.' or 'p.m.' (Note that this is slightly different than PHP's output, because this includes periods to match Associated Press style.)
'a.m.'


A
'AM' or 'PM'.
'AM'


b
Month, textual, 3 letters, lowercase.
'jan'


B
Not implemented.
 


d
Day of the month, 2 digits with leading zeros.
'01' to '31'


D
Day of the week, textual, 3 letters.
'Fri'


f
Time, in 12-hour hours and minutes, with minutes left off if they're zero. Proprietary extension.
'1', '1:30'


F
Month, textual, long.
'January'


g
Hour, [...]]]></description>
		<wfw:commentRss>http://www.aleaf.net/archives/2010/07/40.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
