<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>天堂地狱鬼－dulao5's Blog - dulao5 - 和讯博客</title>
    <description></description>
    <link>http://dulao5.blog.hexun.com/</link>
    <language>zh-CN</language>
    <pubDate>Fri, 15 Aug 2008 14:15:02 GMT</pubDate>
    <lastBuildDate>Fri, 15 Aug 2008 14:15:02 GMT</lastBuildDate>
    <generator>和讯博客blog.hexun.com</generator>
    <item>
      <title>awk group-count and group-sum</title>
      <description>又学到一招，Awk是个天然的命令行hash表工具。&lt;br&gt;对于数据文件如：&lt;br&gt;abc&lt;br&gt;def&lt;br&gt;abc&lt;br&gt;abc&lt;br&gt;可以使用脚本：&lt;br&gt;awk ' { arr[$0]++ } END { for( key in arr) { print key , arr[key] } } ' filename&lt;br&gt;来对不同的行计算group count.&lt;br&gt;对于数据文件如：&lt;br&gt;abc 10&lt;br&gt;
def 28&lt;br&gt;
abc 2&lt;br&gt;
abc 20&lt;br&gt;
可以使用脚...&lt;br&gt;&lt;a target='_blank' href='http://dulao5.blog.hexun.com/21775432_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://dulao5.blog.hexun.com/21775432_d.html</link>
      <dc:creator>dulao5</dc:creator>
      <pubDate>Wed, 06 Aug 2008 06:00:35 GMT</pubDate>
      <comments>http://dulao5.blog.hexun.com/21775432_d.html</comments>
    </item>
    <item>
      <title>Mind42 has finished it's beta!</title>
      <description>Mind42是一个在线做思维导图的网站，初步用了一下，挺不错的。转发mind42.com给我的邮件：Mind42
has finished it's beta!
             This is the first newsletter from Mind42, and we've waited for this
for a long time to be able to do the following announcement: Mind42
has...&lt;br&gt;&lt;a target='_blank' href='http://dulao5.blog.hexun.com/20889718_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://dulao5.blog.hexun.com/20889718_d.html</link>
      <dc:creator>dulao5</dc:creator>
      <pubDate>Sat, 12 Jul 2008 03:58:47 GMT</pubDate>
      <comments>http://dulao5.blog.hexun.com/20889718_d.html</comments>
    </item>
    <item>
      <title>Firefox3隆重推出</title>
      <description>期待已久的Firefox3终于隆重推出了，北京时间今天凌晨1点开始是&amp;#8220;Firefox下载日&amp;#8221;，而且Firefox.com也重定向到了谋志中国。Firefox不只是浏览器，还是一个很有潜力的开发平台，很值得我们研究啊。&lt;br /&gt;&lt;br /&gt;另：安装后我同时安装了google toolbar,似乎在证书方面有些问题。Firefox3对Https的证书认证更加严格了，在扩展开发方面也要求做一些修改，其他扩展相应的修改可能还要待一段时间才能跟进。&lt;br /&gt;&lt;br /&gt;另：今天是个...&lt;br&gt;&lt;a target='_blank' href='http://dulao5.blog.hexun.com/20175030_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://dulao5.blog.hexun.com/20175030_d.html</link>
      <dc:creator>dulao5</dc:creator>
      <pubDate>Wed, 18 Jun 2008 02:00:43 GMT</pubDate>
      <comments>http://dulao5.blog.hexun.com/20175030_d.html</comments>
    </item>
    <item>
      <title>细致学习php5的OO特性[1]</title>
      <description>
&lt;p dir=ltr&gt;尽管开发和运行环境已经是php5了，但是一直没有使用php5的OO特性写代码。现在终于有机会拿着研究C++ OOP的精神，研究PHP5的OO特性。本文设计到一些细节，有些代码仅仅为了测试，有意为之，不要见笑。&lt;/p&gt;
This 伪变量。 
&lt;p&gt;从PHP手册中看到这样一句话，一开始有些不理解。&lt;/p&gt;
&lt;p&gt;$this 是一个到调用对象（通常是方法所属于的对象，但也可以是另一个对象，如果该方法是从第二个对象内静态调用的话）的引用。 &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p...&lt;br&gt;&lt;a target='_blank' href='http://dulao5.blog.hexun.com/12087656_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://dulao5.blog.hexun.com/12087656_d.html</link>
      <dc:creator>dulao5</dc:creator>
      <pubDate>Wed, 22 Aug 2007 01:47:17 GMT</pubDate>
      <comments>http://dulao5.blog.hexun.com/12087656_d.html</comments>
    </item>
    <item>
      <title>Recovering vi editor sessions</title>
      <description>Freebsd系统启动很慢，提示&amp;#8220;
Recovering vi editor sessions:Dec 28 16:41:07 localhost sendmail
[339]:My unqual ified host name (localhost)unknown; sleeping for rety&amp;#8221;。Google之，发现原因是vi的recover功能需要使用seedmail给用户发邮件。&lt;br /&gt;解决的办法：&lt;br /&gt;rm -rf /var/tmp/vi.rec...&lt;br&gt;&lt;a target='_blank' href='http://dulao5.blog.hexun.com/10820708_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://dulao5.blog.hexun.com/10820708_d.html</link>
      <dc:creator>dulao5</dc:creator>
      <pubDate>Mon, 16 Jul 2007 02:22:23 GMT</pubDate>
      <comments>http://dulao5.blog.hexun.com/10820708_d.html</comments>
    </item>
    <item>
      <title>惊喜----XUL Element Interface</title>
      <description>查XUL Object Reference  ，只列出了下面几种：
XUL Objects
BoxObjectBrowserBoxObjectEditorBoxObjectIFrameBoxObjectListBoxObjectMenuBoxObjectPopupBoxObject
ScrollBoxObjectTreeBoxObjectTreeColumnTre...&lt;br&gt;&lt;a target='_blank' href='http://dulao5.blog.hexun.com/9893609_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://dulao5.blog.hexun.com/9893609_d.html</link>
      <dc:creator>dulao5</dc:creator>
      <pubDate>Thu, 07 Jun 2007 06:36:13 GMT</pubDate>
      <comments>http://dulao5.blog.hexun.com/9893609_d.html</comments>
    </item>
    <item>
      <title>firefox 中XMLDocument和string互相转换。</title>
      <description>尝试了很多方法，包括DOM3的Node::textContent等等，都不行。在xml中textContent属性是过滤标签信息之后的纯文本，类似innerText。
最后还是Google了关键字 javascript &quot;convert xml to string&quot; ,找到这篇文章《Javascript convert XML to string to XML 》，给出了终极方案。
&amp;#160;
Convert XMLDocument ...&lt;br&gt;&lt;a target='_blank' href='http://dulao5.blog.hexun.com/9634251_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://dulao5.blog.hexun.com/9634251_d.html</link>
      <dc:creator>dulao5</dc:creator>
      <pubDate>Fri, 25 May 2007 06:09:46 GMT</pubDate>
      <comments>http://dulao5.blog.hexun.com/9634251_d.html</comments>
    </item>
    <item>
      <title>firefox extension的javascript运行环境和调试</title>
      <description>继续抓瞎似的摸索。。。
* 执行环境
1. 在overlay.js中的全局位置输出alert(this),结果输出：[object ChromeWindow] , 说明ChromeWindow类型的this对象是firefox扩展javascript的全局环境。（如同html中window对象的是普通script脚本的全局环境。）
2. 另外，全局环境对象的名字也叫window, （如同html中的javascript），在全局访问this和访问...&lt;br&gt;&lt;a target='_blank' href='http://dulao5.blog.hexun.com/9619492_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://dulao5.blog.hexun.com/9619492_d.html</link>
      <dc:creator>dulao5</dc:creator>
      <pubDate>Thu, 24 May 2007 11:44:34 GMT</pubDate>
      <comments>http://dulao5.blog.hexun.com/9619492_d.html</comments>
    </item>
    <item>
      <title>firefox的extensions载入过程</title>
      <description>&lt;p&gt;忽然需要开发xul/firefox extension了，一开始什么都不会，真是抓瞎啊。快速浏览了XUL Tutorials ，结果仅仅明白了xul是什么和如何使用它做界面，对于firefox如何载入extensions以及我的extensions中的文件载入、执行先后顺序等细节很少提及。&lt;/p&gt;
&lt;p&gt;弄了很久，碰壁n次，总结出如下结论：&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p style=&quot;FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Sim...&lt;br&gt;&lt;a target='_blank' href='http://dulao5.blog.hexun.com/9610450_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://dulao5.blog.hexun.com/9610450_d.html</link>
      <dc:creator>dulao5</dc:creator>
      <pubDate>Thu, 24 May 2007 04:37:18 GMT</pubDate>
      <comments>http://dulao5.blog.hexun.com/9610450_d.html</comments>
    </item>
    <item>
      <title>卜算子</title>
      <description>
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;窗前夜雨稀，&lt;br&gt;尽碎春梦好。&lt;br&gt;晓来思量昨日忧，&lt;br&gt;今晨困意消。&lt;br&gt;微风青鸟动，&lt;br&gt;花枝带雨摇。&lt;br&gt;十里柔情化做雨，&lt;br&gt;还怕思念少。&lt;/p&gt;&lt;br&gt;&lt;a target='_blank' href='http://dulao5.blog.hexun.com/9586668_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://dulao5.blog.hexun.com/9586668_d.html</link>
      <dc:creator>dulao5</dc:creator>
      <pubDate>Wed, 23 May 2007 04:17:43 GMT</pubDate>
      <comments>http://dulao5.blog.hexun.com/9586668_d.html</comments>
    </item>
  </channel>
</rss>