<?xml version="1.0" encoding="gbk"?>
			<?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/7246</link>
			    <description></description>
			    <copyright>Copyright(C) Fluke@LUPA</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>2008-07-24 21:03:48</lastBuildDate><item>
								<title>用对象关系去思考 LEFT JOIN 的用法</title>
								<link>http://www.lupaworld.com/7246/viewspace_28777.html</link>
								<description><![CDATA[有这样两个表－－ custom 和 address 表。<br><br>对于每个customer, 有0个到多个地址。对于地址，本来是一定有customer的，但是这里加入一个非法的地址。address用外键cid关联到customer。<br><br>这个语句：select custom.*, address.address from custom left join add...]]></description>
								<category>blog</category>
								<author>fluke</author>
								<pubDate>2007-10-30 02:07:30</pubDate>
							</item>
							<item>
								<title>用C来实现base64编码与解码</title>
								<link>http://www.lupaworld.com/7246/viewspace_22467.html</link>
								<description><![CDATA[base64编码是邮件传输中比较常用的一种简单编码，它把8bit的编码，转换成6bit有效的编码，头两个bit置零（和邮件传输网关有关，高位为1会被过滤），因为只有6bit有效，所以有64个码，另外，base64希望编码能在ascii范围内，以便打印出来，所以会设置一个码表，编码映射到码...]]></description>
								<category>blog</category>
								<author>fluke</author>
								<pubDate>2007-07-31 14:44:37</pubDate>
							</item>
							<item>
								<title>给BlackBerry充电的模块</title>
								<link>http://www.lupaworld.com/7246/viewspace_21653.html</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>2007-07-12 01:36:08</pubDate>
							</item>
							<item>
								<title>用dante+pam_mysql搭建socks5代理</title>
								<link>http://www.lupaworld.com/7246/viewspace_20220.html</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=...]]></description>
								<category>blog</category>
								<author>fluke</author>
								<pubDate>2007-06-22 11:56:51</pubDate>
							</item>
							<item>
								<title>Gedit中简单实用的External Tools - 配置详解</title>
								<link>http://www.lupaworld.com/7246/viewspace_20219.html</link>
								<description><![CDATA[
			不知道有多少同学用过win下Editplus的外部工具，按Ctrl+1就能实现C＋＋的编译，Ctrl+2就能运行已经编译好的程序，Ctrl+3能给程序重定向一个输入文件，Ctrl+4重定向输出，Ctrl+5解释PHP脚本……<br>
<br>
这一切都是能配置的，并且在Editplus还有工具组的概念，能够...]]></description>
								<category>blog</category>
								<author>fluke</author>
								<pubDate>2007-06-22 11:55:12</pubDate>
							</item>
							<item>
								<title>Linux下监视进程运行状况(一)</title>
								<link>http://www.lupaworld.com/7246/viewspace_2034.html</link>
								<description><![CDATA[-----------------------<br />
下面是发在论坛上面的原文。<br />
转来这里的时间是8月5日。因为论坛上根本没人看:(<br />
我没学过latex，文章的格式仅仅是传统ubb的格式。<br />
我想文章标题以后可能需要改动，因为文章的内容以后不但会涉及程序运行时资源的监视，也会...]]></description>
								<category>blog</category>
								<author></author>
								<pubDate>2006-08-05 07:26:57</pubDate>
							</item>
							<item>
								<title>Fluke&#39;s Blog</title>
								<link>http://www.lupaworld.com/7246/viewspace_2004.html</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>2006-08-02 07:00:08</pubDate>
							</item>
							
		</channel>
	</rss>