<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_刘金雨的Blog</title><subtitle type="text">mirror of http://log4think.com</subtitle><id>http://feed.cnblogs.com/blog/u/2578/rss</id><updated>2012-01-27T20:12:54Z</updated><author><name>古月春秋(刘云涛)</name><uri>http://www.cnblogs.com/passos/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/passos/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/2578/rss"/><entry><id>http://www.cnblogs.com/passos/archive/2009/07/05/1517051.html</id><title type="text">打车抬表费用图</title><summary type="text">JavaScript画的一个长距离打车中途抬表重新计费的费用统计图</summary><published>2009-07-04T21:39:00Z</published><updated>2009-07-04T21:39:00Z</updated><author><name>古月春秋(刘云涛)</name><uri>http://www.cnblogs.com/passos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/passos/archive/2009/07/05/1517051.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/passos/archive/2009/07/05/1517051.html"/><content type="text">JavaScript画的一个长距离打车中途抬表重新计费的费用统计图</content></entry><entry><id>http://www.cnblogs.com/passos/archive/2006/06/21/431104.html</id><title type="text">远去的CodeLib</title><summary type="text">CodeLib是一个做的非常不错的软件. fish大约是已经实现了当初"为了快速了解.Net,为了将自己的想法实现,也为的是希望在生命中留下个东西"的想法, 现在开始有了其它的想法. 做为个人,我当然希望CodeLib能够一直免费下去. 如果fish决定要收费的话, 那也是他个人的权利. 只是联想到我以前做过的事情, 小心眼的我突然觉得很不爽.</summary><published>2006-06-20T19:48:00Z</published><updated>2006-06-20T19:48:00Z</updated><author><name>古月春秋(刘云涛)</name><uri>http://www.cnblogs.com/passos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/passos/archive/2006/06/21/431104.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/passos/archive/2006/06/21/431104.html"/><content type="text">CodeLib是一个做的非常不错的软件. fish大约是已经实现了当初"为了快速了解.Net,为了将自己的想法实现,也为的是希望在生命中留下个东西"的想法, 现在开始有了其它的想法. 做为个人,我当然希望CodeLib能够一直免费下去. 如果fish决定要收费的话, 那也是他个人的权利. 只是联想到我以前做过的事情, 小心眼的我突然觉得很不爽.</content></entry><entry><id>http://www.cnblogs.com/passos/archive/2006/06/12/424137.html</id><title type="text">vi的一点小经验</title><summary type="text">vi的一点小经验</summary><published>2006-06-12T10:32:00Z</published><updated>2006-06-12T10:32:00Z</updated><author><name>古月春秋(刘云涛)</name><uri>http://www.cnblogs.com/passos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/passos/archive/2006/06/12/424137.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/passos/archive/2006/06/12/424137.html"/><content type="text">vi的一点小经验</content></entry><entry><id>http://www.cnblogs.com/passos/archive/2006/04/19/379228.html</id><title type="text">修正mysqlcc在MySQL 5.0上常报的 Table 'xxx' doesn't exist 错误 </title><summary type="text">公司上了MySQL 5.0， 随之而来的不是用的有多爽的问题， 而是一直用的很顺手的mysqlcc...不行了， 其表现形式为经常会在状态栏中提示 "[192.168.22.72] ERROR 1146: Table 'rimkpi.1' doesn't exist" 之类的。 选出数据来也不能在表格中直接修改了，到底mysqlcc出了啥问题呢？</summary><published>2006-04-19T07:13:00Z</published><updated>2006-04-19T07:13:00Z</updated><author><name>古月春秋(刘云涛)</name><uri>http://www.cnblogs.com/passos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/passos/archive/2006/04/19/379228.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/passos/archive/2006/04/19/379228.html"/><content type="text">公司上了MySQL 5.0， 随之而来的不是用的有多爽的问题， 而是一直用的很顺手的mysqlcc...不行了， 其表现形式为经常会在状态栏中提示 "[192.168.22.72] ERROR 1146: Table 'rimkpi.1' doesn't exist" 之类的。 选出数据来也不能在表格中直接修改了，到底mysqlcc出了啥问题呢？</content></entry><entry><id>http://www.cnblogs.com/passos/archive/2006/04/01/364269.html</id><title type="text">Perl中不寻常的 ?: 运算符</title><summary type="text">前几天写一个perl的脚本 在:?运算符上遇到了一个很诡异的问题$data-&gt;{$id}-&gt;{'total'}?$data-&gt;{$id}-&gt;{'ratio'}=sprintf("%.2f%%",100*$data-&gt;{$id}-&gt;{'succ'}/$data-&gt;{$id}-&gt;{'total'}):$data-&gt;{$id}-&gt;{'ratio...</summary><published>2006-04-01T07:37:00Z</published><updated>2006-04-01T07:37:00Z</updated><author><name>古月春秋(刘云涛)</name><uri>http://www.cnblogs.com/passos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/passos/archive/2006/04/01/364269.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/passos/archive/2006/04/01/364269.html"/><content type="text">前几天写一个perl的脚本 在:?运算符上遇到了一个很诡异的问题$data-&gt;{$id}-&gt;{'total'}?$data-&gt;{$id}-&gt;{'ratio'}=sprintf("%.2f%%",100*$data-&gt;{$id}-&gt;{'succ'}/$data-&gt;{$id}-&gt;{'total'}):$data-&gt;{$id}-&gt;{'ratio...</content></entry><entry><id>http://www.cnblogs.com/passos/archive/2006/02/18/332992.html</id><title type="text">Ubuntu 5.10 下 Apache2 SSL 的配置方法</title><summary type="text">Ubuntu 5.10下Apache2 SSL的配置</summary><published>2006-02-18T03:52:00Z</published><updated>2006-02-18T03:52:00Z</updated><author><name>古月春秋(刘云涛)</name><uri>http://www.cnblogs.com/passos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/passos/archive/2006/02/18/332992.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/passos/archive/2006/02/18/332992.html"/><content type="text">Ubuntu 5.10下Apache2 SSL的配置</content></entry><entry><id>http://www.cnblogs.com/passos/archive/2006/01/26/323617.html</id><title type="text">一行shell命令求素数</title><summary type="text">echo'2p3p[dl!d2+s!%0=@l!l^!&lt;#]s#[s/0ds^]s@[p]s&amp;[ddvs^3s!l#x0&lt;&amp;2+l.x]ds.x'|dc这个命令是用unix下的计算器dc求素数。dc是一个简单的基于堆栈的计算器程序，虽然简单但是可以实现“几乎”所有计算机可能实现的算法。关于这条命令的详细解释，等我弄明白了再写了。</summary><published>2006-01-26T08:39:00Z</published><updated>2006-01-26T08:39:00Z</updated><author><name>古月春秋(刘云涛)</name><uri>http://www.cnblogs.com/passos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/passos/archive/2006/01/26/323617.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/passos/archive/2006/01/26/323617.html"/><content type="text">echo'2p3p[dl!d2+s!%0=@l!l^!&lt;#]s#[s/0ds^]s@[p]s&amp;[ddvs^3s!l#x0&lt;&amp;2+l.x]ds.x'|dc这个命令是用unix下的计算器dc求素数。dc是一个简单的基于堆栈的计算器程序，虽然简单但是可以实现“几乎”所有计算机可能实现的算法。关于这条命令的详细解释，等我弄明白了再写了。</content></entry><entry><id>http://www.cnblogs.com/passos/archive/2005/11/06/270113.html</id><title type="text">Boot FreeBSD from Windows boot loader</title><summary type="text">Boot FreeBSD from Windows Boot loader</summary><published>2005-11-06T09:21:00Z</published><updated>2005-11-06T09:21:00Z</updated><author><name>古月春秋(刘云涛)</name><uri>http://www.cnblogs.com/passos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/passos/archive/2005/11/06/270113.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/passos/archive/2005/11/06/270113.html"/><content type="text">Boot FreeBSD from Windows Boot loader</content></entry><entry><id>http://www.cnblogs.com/passos/archive/2005/09/21/240846.html</id><title type="text">Turtles - So Happy Together</title><summary type="text">Turtles - So Happy Together</summary><published>2005-09-20T18:38:00Z</published><updated>2005-09-20T18:38:00Z</updated><author><name>古月春秋(刘云涛)</name><uri>http://www.cnblogs.com/passos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/passos/archive/2005/09/21/240846.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/passos/archive/2005/09/21/240846.html"/><content type="text">Turtles - So Happy Together</content></entry><entry><id>http://www.cnblogs.com/passos/archive/2005/09/13/235741.html</id><title type="text">关于IoC、低耦合、配置文件及其本质意义的思考</title><summary type="text">这其实，都是为了解决软件的一种复杂性而导致的另外一种复杂性，所不同的就是人们可以选择自己更能够接收哪种复杂性。</summary><published>2005-09-13T02:38:00Z</published><updated>2005-09-13T02:38:00Z</updated><author><name>古月春秋(刘云涛)</name><uri>http://www.cnblogs.com/passos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/passos/archive/2005/09/13/235741.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/passos/archive/2005/09/13/235741.html"/><content type="text">这其实，都是为了解决软件的一种复杂性而导致的另外一种复杂性，所不同的就是人们可以选择自己更能够接收哪种复杂性。</content></entry></feed>
