<?xml version="1.0" encoding="utf-8"?>
			<?xml-stylesheet type="text/css" href="http://www.lupaworld.com/css/rss.css"?>
			<rss version="2.0">
			  <channel>
			    <title>Fluke@LUPA</title>
			    <link>http://www.lupaworld.com/?uid-7246</link>
			    <description></description>
			    <copyright>Copyright(C) Fluke@LUPA</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Sun, 12 Oct 2008 01:20:17 GMT</lastBuildDate><item>
								<title>用对象关系去思考 LEFT JOIN 的用法</title>
								<link>http://www.lupaworld.com/?uid-7246-action-viewspace-itemid-28777</link>
								<description><![CDATA[有这样两个表－－ custom 和 address 表。<br><br>对于每个customer, 有0个到多个地址。对于地址，本来是一定有customer的，但是这里加入一个非法的地址。address用外键cid关联到customer。<br><br>这个语句：select custom.*, address.address from custom left join address on addre...]]></description>
								<category>blog</category>
								<author>fluke</author>
								<pubDate>Tue, 30 Oct 2007 02:07:30 GMT</pubDate>
							</item>
							<item>
								<title>用C来实现base64编码与解码</title>
								<link>http://www.lupaworld.com/?uid-7246-action-viewspace-itemid-22467</link>
								<description><![CDATA[base64编码是邮件传输中比较常用的一种简单编码，它把8bit的编码，转换成6bit有效的编码，头两个bit置零（和邮件传输网关有关，高位为1会被过滤），因为只有6bit有效，所以有64个码，另外，base64希望编码能在ascii范围内，以便打印出来，所以会设置一个码表，编码映射到码表来。<BR><BR>也就是说，base64...]]></description>
								<category>blog</category>
								<author>fluke</author>
								<pubDate>Tue, 31 Jul 2007 14:44:37 GMT</pubDate>
							</item>
							<item>
								<title>给BlackBerry充电的模块</title>
								<link>http://www.lupaworld.com/?uid-7246-action-viewspace-itemid-21653</link>
								<description><![CDATA[
			新买了台bb,在linux上默认充不了电，因为bb需要500mA的电流。<br>
<br>
于是找了个驱动。是2.6.21内核新增的，不过我在2.6.19上测试通过(实际上这个代码的想法来自barry项目--可以上sf去找，这个项目在很早的内核就有了)。<br>
<br>
这些天都考试，今天又想找工作了，没有时间给代...]]></description>
								<category>blog</category>
								<author>fluke</author>
								<pubDate>Thu, 12 Jul 2007 01:36:08 GMT</pubDate>
							</item>
							<item>
								<title>用dante+pam_mysql搭建socks5代理</title>
								<link>http://www.lupaworld.com/?uid-7246-action-viewspace-itemid-20220</link>
								<description><![CDATA[
			dante是一个很好的socks代理，同时有服务器和客户端的功能，现在我只说服务器部分。<br>
<br>
pam是linux的通用认证模块，可以ls一下/etc/pam.d/，看看内容就明白了。<br>
<br>
pam_mysql: http://pam-mysql.sourceforge.net/Documentation/install.php?seemore=y ， 用于把pam认证...]]></description>
								<category>blog</category>
								<author>fluke</author>
								<pubDate>Fri, 22 Jun 2007 11:56:51 GMT</pubDate>
							</item>
							<item>
								<title>Linux下监视进程运行状况(一)</title>
								<link>http://www.lupaworld.com/?uid-7246-action-viewspace-itemid-2034</link>
								<description><![CDATA[-----------------------<br />
下面是发在论坛上面的原文。<br />
转来这里的时间是8月5日。因为论坛上根本没人看:(<br />
我没学过latex，文章的格式仅仅是传统ubb的格式。<br />
我想文章标题以后可能需要改动，因为文章的内容以后不但会涉及程序运行时资源的监视，也会包括控制...]]></description>
								<category>blog</category>
								<author></author>
								<pubDate>Sat, 05 Aug 2006 07:26:57 GMT</pubDate>
							</item>
							<item>
								<title>Fluke&#39;s Blog</title>
								<link>http://www.lupaworld.com/?uid-7246-action-viewspace-itemid-2004</link>
								<description><![CDATA[我的blog在我自己的空间上面，欢迎访问<br />
<br />
<a href="http://blog.ospattern.net/?from=lupablog" target="_blank">http://blog.ospattern.net</a><br />
<br />
Lupa这里的仅作备用，开源技术文章我会同时发表在Lupa社区。...]]></description>
								<category>blog</category>
								<author></author>
								<pubDate>Wed, 02 Aug 2006 07:00:08 GMT</pubDate>
							</item>
							
		</channel>
	</rss>