﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-bonny-最新评论</title><link>http://www.blogjava.net/bonny/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Tue, 29 Apr 2008 03:49:09 GMT</pubDate><lastBuildDate>Tue, 29 Apr 2008 03:49:09 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: python和ruby的学习【绪】</title><link>http://www.blogjava.net/bonny/archive/2008/04/29/197068.html#197090</link><dc:creator>wanglin</dc:creator><author>wanglin</author><pubDate>Tue, 29 Apr 2008 03:42:00 GMT</pubDate><guid>http://www.blogjava.net/bonny/archive/2008/04/29/197068.html#197090</guid><description><![CDATA[一，python的基本理念和哲学：简单，实用<br>    python的作者心目中最重要的应该是简单了，所以他设计出的python语言也尽量达成这个目的。他试图使python写出来的程序应该是很容易看懂的。<br>    除此以外，可能他还是一个实用主义者，他觉得什么好用就加什么特性，比如oo好用python就oo但不追求极致的纯oo；lamda也不排斥只要好用。还有很多特性，不过这个样子语言就可能变得慢慢的臃肿。所以为了简单作者山之在3kv中准备重写核心并牺牲兼容性。<br><br>二，ruby的理念和哲学：完美，oo<br>     松本行宏是个oo的粉丝，于是ruby纯oo了。这个我有点担心：当对象数量很多的时候ruby的性能怎么样？  <br>   另外的，ruby语法上我感觉几乎完美，强大到了极致。孟岩在他的魔幻语言和简单语言中论述过这样的优点缺点。我这里再次重复一下，ruby对使用它的人要求非常的高，必须从认识观上从语言的强大中跳跃出来，从而“以魔幻致简约”<br><br><br>其实两种语言我都非常的喜欢。如果在工程中使用，我愿意使用python。但是如果碰到志同道合水平相近的朋友，用ruby无疑是很爽的事情。<img src ="http://www.blogjava.net/bonny/aggbug/197090.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bonny/" target="_blank">wanglin</a> 2008-04-29 11:42 <a href="http://www.blogjava.net/bonny/archive/2008/04/29/197068.html#197090#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 工作流、soa以及esb</title><link>http://www.blogjava.net/bonny/archive/2008/04/11/192233.html#192234</link><dc:creator>wanglin</dc:creator><author>wanglin</author><pubDate>Fri, 11 Apr 2008 09:22:00 GMT</pubDate><guid>http://www.blogjava.net/bonny/archive/2008/04/11/192233.html#192234</guid><description><![CDATA[而为了真正达到服务之间的松耦合。有一个很重要的问题需要解决：业务流程谁发起？还有一个比较次要的问题：开始服务节点和工作流之间的关系互动关系。其他的流程稍微简单一点。<br><br>初始我考虑使用定时器轮训各个开始节点的服务。考虑到性能原因就放弃了。也许更可行的方案是ESB在应该有一个客户端去配置监控各个服务节点，并主动向ESB提交服务，同时接受服务回馈。<br><br>不存在一种对现有模块零要求的整合，这也许是最少侵入性的方案了。<img src ="http://www.blogjava.net/bonny/aggbug/192234.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bonny/" target="_blank">wanglin</a> 2008-04-11 17:22 <a href="http://www.blogjava.net/bonny/archive/2008/04/11/192233.html#192234#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: linux控制台分辨率</title><link>http://www.blogjava.net/bonny/archive/2008/02/21/180992.html#181021</link><dc:creator>wanglin</dc:creator><author>wanglin</author><pubDate>Thu, 21 Feb 2008 03:51:00 GMT</pubDate><guid>http://www.blogjava.net/bonny/archive/2008/02/21/180992.html#181021</guid><description><![CDATA[apt-get install xfce4<br><br>apt-get install gcc make build-essential<img src ="http://www.blogjava.net/bonny/aggbug/181021.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bonny/" target="_blank">wanglin</a> 2008-02-21 11:51 <a href="http://www.blogjava.net/bonny/archive/2008/02/21/180992.html#181021#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: linux控制台分辨率</title><link>http://www.blogjava.net/bonny/archive/2008/02/21/180992.html#181001</link><dc:creator>wanglin</dc:creator><author>wanglin</author><pubDate>Thu, 21 Feb 2008 02:16:00 GMT</pubDate><guid>http://www.blogjava.net/bonny/archive/2008/02/21/180992.html#181001</guid><description><![CDATA[apt-get install apt-spy<br>apt-spy -d testing -a Asia //在亚洲寻找最快的镜像<img src ="http://www.blogjava.net/bonny/aggbug/181001.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bonny/" target="_blank">wanglin</a> 2008-02-21 10:16 <a href="http://www.blogjava.net/bonny/archive/2008/02/21/180992.html#181001#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: linux控制台分辨率</title><link>http://www.blogjava.net/bonny/archive/2008/02/21/180992.html#181000</link><dc:creator>wanglin</dc:creator><author>wanglin</author><pubDate>Thu, 21 Feb 2008 02:14:00 GMT</pubDate><guid>http://www.blogjava.net/bonny/archive/2008/02/21/180992.html#181000</guid><description><![CDATA[装x<br>apt-get install x-window-system-core<br><br><br>apt-get install xfce4<img src ="http://www.blogjava.net/bonny/aggbug/181000.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bonny/" target="_blank">wanglin</a> 2008-02-21 10:14 <a href="http://www.blogjava.net/bonny/archive/2008/02/21/180992.html#181000#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 一个生成excel的工具类</title><link>http://www.blogjava.net/bonny/archive/2008/01/28/135356.html#178109</link><dc:creator>wanglin</dc:creator><author>wanglin</author><pubDate>Mon, 28 Jan 2008 01:02:00 GMT</pubDate><guid>http://www.blogjava.net/bonny/archive/2008/01/28/135356.html#178109</guid><description><![CDATA[有更好的方法<br>xlsWin = window.open('',''_blank, openPara);    <br>xlsWin.document.write(inStr);<br>xlsWin.document.close();<br>xlsWin.document.execCommand('Saveas', true, fileName);<br><br>将response流instr放到一个document文件中保存。<br><img src ="http://www.blogjava.net/bonny/aggbug/178109.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bonny/" target="_blank">wanglin</a> 2008-01-28 09:02 <a href="http://www.blogjava.net/bonny/archive/2008/01/28/135356.html#178109#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 说说韩寒【转】</title><link>http://www.blogjava.net/bonny/archive/2007/11/16/160895.html#160896</link><dc:creator>wanglin</dc:creator><author>wanglin</author><pubDate>Fri, 16 Nov 2007 00:58:00 GMT</pubDate><guid>http://www.blogjava.net/bonny/archive/2007/11/16/160895.html#160896</guid><description><![CDATA[我高中刚刚毕业那会，听说的韩寒。拿时候国家出了本作文集给高考的学子们参考，有幸拜读了韩寒的《书店》这本书，印象非常深刻。<br><br>大学之前关注了他很久。很是欣赏。<br><br>那时候最惊诧的就是他退学要自学成才什么的，其实我很是不以为然。觉得他虽然很有才华，可是这样搞下去最终不过董永。....经过很多年.....又关注这个家伙，发现还是如同以前一样让我欣赏。<br><br>这很不容易。中国的青年作家里面，能让我欣赏的也就他和余杰了。他们都是很干净的人。小的时候也就罢了，经历了这么多还能如此，不由让人赞叹。<br><br><img src ="http://www.blogjava.net/bonny/aggbug/160896.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bonny/" target="_blank">wanglin</a> 2007-11-16 08:58 <a href="http://www.blogjava.net/bonny/archive/2007/11/16/160895.html#160896#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 新的开始。。。。。。</title><link>http://www.blogjava.net/bonny/archive/2007/09/20/146466.html#146801</link><dc:creator>wanglin</dc:creator><author>wanglin</author><pubDate>Thu, 20 Sep 2007 08:19:00 GMT</pubDate><guid>http://www.blogjava.net/bonny/archive/2007/09/20/146466.html#146801</guid><description><![CDATA[dao的策略<br>evan认为一个业务对象应该对应一个dao，没错。的确应该这样。但是业务对象和表是什么关系呢？不好确定，但是大部分是一对一的。。。。。。姑且这样认为吧。<br>然后daohibernate和dao也是一对一的，因为前者是后者的实现策略。<br><br>今天还谈了谈远程调用的懒加载问题。evan说他实现了远程调用的懒加载，我应该看看怎么实现的。。<br><img src ="http://www.blogjava.net/bonny/aggbug/146801.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bonny/" target="_blank">wanglin</a> 2007-09-20 16:19 <a href="http://www.blogjava.net/bonny/archive/2007/09/20/146466.html#146801#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 新的开始。。。。。。</title><link>http://www.blogjava.net/bonny/archive/2007/09/19/146466.html#146489</link><dc:creator>千里冰封</dc:creator><author>千里冰封</author><pubDate>Wed, 19 Sep 2007 06:44:00 GMT</pubDate><guid>http://www.blogjava.net/bonny/archive/2007/09/19/146466.html#146489</guid><description><![CDATA[哈哈,台风就来了,回家慢慢写吧:)<img src ="http://www.blogjava.net/bonny/aggbug/146489.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bonny/" target="_blank">千里冰封</a> 2007-09-19 14:44 <a href="http://www.blogjava.net/bonny/archive/2007/09/19/146466.html#146489#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 一个生成excel的工具类[未登录]</title><link>http://www.blogjava.net/bonny/archive/2007/08/09/135356.html#135568</link><dc:creator>-274&amp;#176;C</dc:creator><author>-274&amp;#176;C</author><pubDate>Thu, 09 Aug 2007 09:43:00 GMT</pubDate><guid>http://www.blogjava.net/bonny/archive/2007/08/09/135356.html#135568</guid><description><![CDATA[&lt;?php<br>	header(&quot;Content-Type:application/vnd.ms-execl&quot;);<br>	header(&quot;Content-Disposition:filename=test.xls&quot;);<br>……<br>很方便，其他语言道理一样。<img src ="http://www.blogjava.net/bonny/aggbug/135568.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/bonny/" target="_blank">-274&#176;C</a> 2007-08-09 17:43 <a href="http://www.blogjava.net/bonny/archive/2007/08/09/135356.html#135568#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>