﻿<?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-无聊人士-最新评论</title><link>http://www.blogjava.net/mmwy/CommentsRSS.aspx</link><description>wuyu</description><language>zh-cn</language><pubDate>Fri, 20 Apr 2007 02:42:57 GMT</pubDate><lastBuildDate>Fri, 20 Apr 2007 02:42:57 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 接触DWR</title><link>http://www.blogjava.net/mmwy/archive/2007/04/17/22482.html#111151</link><dc:creator>johnrobbet</dc:creator><author>johnrobbet</author><pubDate>Tue, 17 Apr 2007 01:46:00 GMT</pubDate><guid>http://www.blogjava.net/mmwy/archive/2007/04/17/22482.html#111151</guid><description><![CDATA[我觉得是你配置上的问题<br>@Mars<br><img src ="http://www.blogjava.net/mmwy/aggbug/111151.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/mmwy/" target="_blank">johnrobbet</a> 2007-04-17 09:46 <a href="http://www.blogjava.net/mmwy/archive/2007/04/17/22482.html#111151#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 接触DWR</title><link>http://www.blogjava.net/mmwy/archive/2007/04/09/22482.html#109485</link><dc:creator>晓松</dc:creator><author>晓松</author><pubDate>Mon, 09 Apr 2007 11:40:00 GMT</pubDate><guid>http://www.blogjava.net/mmwy/archive/2007/04/09/22482.html#109485</guid><description><![CDATA[多谢指点啊<img src ="http://www.blogjava.net/mmwy/aggbug/109485.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/mmwy/" target="_blank">晓松</a> 2007-04-09 19:40 <a href="http://www.blogjava.net/mmwy/archive/2007/04/09/22482.html#109485#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 在birt2.1.2中显示条形码</title><link>http://www.blogjava.net/mmwy/archive/2007/04/08/109052.html#109225</link><dc:creator>mmwy</dc:creator><author>mmwy</author><pubDate>Sun, 08 Apr 2007 05:25:00 GMT</pubDate><guid>http://www.blogjava.net/mmwy/archive/2007/04/08/109052.html#109225</guid><description><![CDATA[写在birt的脚本里面也行<br><br>                    &lt;image id=&quot;4&quot;&gt;<br>                        &lt;method name=&quot;onCreate&quot;&gt;&lt;![CDATA[<br>						importPackage(java.io);<br>						importPackage(Packages.jbarcodebean);<br>						importPackage(Packages.org.apache.commons.codec.digest);<br>						<br>						code=&quot;ABCDEF-01234567-ZYX&quot;;<br>						f = new java.io.File(java.lang.System.getProperty(&quot;java.io.tmpdir&quot;), &quot;barcode_&quot; + DigestUtils.md5Hex(code) + &quot;.gif&quot;);<br>						//条码缓存1小时<br>						if (!f.exists() || java.lang.System.currentTimeMillis() - f.lastModified() &gt; 1000 * 60 * 60) {<br>							bb = new JBarcodeBean();<br>							bb.setCodeType(new Code128());<br>							bb.setShowText(true);<br>							bb.setBarcodeHeight(45);<br>							bb.setCode(code);<br>							bb.gifEncode(new FileOutputStream(f));<br>						}<br>						this.file=f.getAbsolutePath();<br>						]]&gt;<br>						&lt;/method&gt;<br>                    &lt;/image&gt;<br><br><img src ="http://www.blogjava.net/mmwy/aggbug/109225.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/mmwy/" target="_blank">mmwy</a> 2007-04-08 13:25 <a href="http://www.blogjava.net/mmwy/archive/2007/04/08/109052.html#109225#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: win2003上iis与tomcat的整合</title><link>http://www.blogjava.net/mmwy/archive/2007/03/19/104743.html#104747</link><dc:creator>mmwy</dc:creator><author>mmwy</author><pubDate>Mon, 19 Mar 2007 07:56:00 GMT</pubDate><guid>http://www.blogjava.net/mmwy/archive/2007/03/19/104743.html#104747</guid><description><![CDATA[用“web service extensions”  site:apache.org搜了一下google，TNND，估计apache那帮人就不想让你在iis上跑tomcat，东西藏得那个深啊！（google出来的结果基本上是maillist的东西）<br><br>The setup file included here and the script to add the ISAPI filter work just fine in IIS6, but there is one additional step needed. You must also allow access to the filter through the Web Service Extensions part of IIS. To do this graphically, do the following:<br><br>1) open the IIS Manager and go to the Web Service Extensions item under the appropriate server 2) Click the &quot;Add a new Web service extension&quot; item under &quot;Tasks&quot; 3) Give it a name like &quot;jakarta&quot; 4) Browse to the isapi_redirect.dll file you installed above as a &quot;Required File&quot; 5) Check the box to enable this extension <img src ="http://www.blogjava.net/mmwy/aggbug/104747.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/mmwy/" target="_blank">mmwy</a> 2007-03-19 15:56 <a href="http://www.blogjava.net/mmwy/archive/2007/03/19/104743.html#104747#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Birt 2.1.1中table row背景颜色交替显示</title><link>http://www.blogjava.net/mmwy/archive/2007/03/15/83150.html#104122</link><dc:creator>黃慧傑</dc:creator><author>黃慧傑</author><pubDate>Thu, 15 Mar 2007 15:53:00 GMT</pubDate><guid>http://www.blogjava.net/mmwy/archive/2007/03/15/83150.html#104122</guid><description><![CDATA[疫情通報<br><br>怪物中國社會在變，人類被人獸牛狗雜種怪物傳染到變異狂犬病和瘋牛病病毒，變異退化，<br><br>繁殖到第三代牛狗特徵顯露可怕，大都象侏儒，或者骨胳亂長，<br><br>淺顯區別在分泌牛、狗氣味、長狗牙等等。<br><br>人類被怪物中國政權勢力和腦電波雷達設置太多不安定的因素及困擾(例如:邪教法輪功練習者、美國9.11慘案)，<br><br>被外在發生的表面事物所吸引，<br><br>導致人類時代滅絕!<br><br><a target="_new" href="http://groups.msn.com/m8d1c0luvi99siulbj7n36p1o4">http://groups.msn.com/m8d1c0luvi99siulbj7n36p1o4</a><br><a target="_new" href="http://mypaper.pchome.com.tw/news/fjzzhhj71/">http://mypaper.pchome.com.tw/news/fjzzhhj71/</a><br><a target="_new" href="http://www.wretch.cc/blog/fjzzhhj71220">http://www.wretch.cc/blog/fjzzhhj71220</a><br><a target="_new" href="http://hk.myblog.yahoo.com/fjzzhhj71220">http://hk.myblog.yahoo.com/fjzzhhj71220</a> <br><a target="_new" href="http://tw.myblog.yahoo.com/fjzzhhj71220">http://tw.myblog.yahoo.com/fjzzhhj71220</a><br><a target="_new" href="http://www.blogtw.com/blog.php?user=hlx1971">http://www.blogtw.com/blog.php?user=hlx1971</a> <br><br>黃慧傑.龍香(姬昌) <br><br><img src ="http://www.blogjava.net/mmwy/aggbug/104122.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/mmwy/" target="_blank">黃慧傑</a> 2007-03-15 23:53 <a href="http://www.blogjava.net/mmwy/archive/2007/03/15/83150.html#104122#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: webwork2.2.4,sitemesh2.2.1,freemarker 2.3.8在weblogic 8.1.5上的问题</title><link>http://www.blogjava.net/mmwy/archive/2007/02/05/69430.html#98034</link><dc:creator>wnqq</dc:creator><author>wnqq</author><pubDate>Mon, 05 Feb 2007 07:35:00 GMT</pubDate><guid>http://www.blogjava.net/mmwy/archive/2007/02/05/69430.html#98034</guid><description><![CDATA[How did you fix it? TIA.<img src ="http://www.blogjava.net/mmwy/aggbug/98034.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/mmwy/" target="_blank">wnqq</a> 2007-02-05 15:35 <a href="http://www.blogjava.net/mmwy/archive/2007/02/05/69430.html#98034#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 接触xfire</title><link>http://www.blogjava.net/mmwy/archive/2006/12/08/22489.html#86354</link><dc:creator>hellen</dc:creator><author>hellen</author><pubDate>Fri, 08 Dec 2006 07:12:00 GMT</pubDate><guid>http://www.blogjava.net/mmwy/archive/2006/12/08/22489.html#86354</guid><description><![CDATA[我现在也有用oracle8.1.7和hibernate3做项目呢，我用的驱动就是oracle8.1.7下面的classes12.jar，可是在eclipse下数据库能连上，可是就是生不成hibernate文件，报这个错an error occurrend during generating artifacts <br>我在csdn上发贴了，麻烦你告诉我一下呗<br><a target="_new" href="http://community.csdn.net/Expert/topic/5215/5215576.xml?temp=.6507227">http://community.csdn.net/Expert/topic/5215/5215576.xml?temp=.6507227</a><img src ="http://www.blogjava.net/mmwy/aggbug/86354.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/mmwy/" target="_blank">hellen</a> 2006-12-08 15:12 <a href="http://www.blogjava.net/mmwy/archive/2006/12/08/22489.html#86354#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 接触DWR</title><link>http://www.blogjava.net/mmwy/archive/2006/12/05/22482.html#85720</link><dc:creator>Mars</dc:creator><author>Mars</author><pubDate>Tue, 05 Dec 2006 15:51:00 GMT</pubDate><guid>http://www.blogjava.net/mmwy/archive/2006/12/05/22482.html#85720</guid><description><![CDATA[您好，我刚学DWR，可以请教一个问题么？<br>我在本机Windows调试完全成功，放到Lunix虚拟服务器上就报DWRUtil is not defined错误，请问您遇到过类似情况么？有方法解决么？<img src ="http://www.blogjava.net/mmwy/aggbug/85720.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/mmwy/" target="_blank">Mars</a> 2006-12-05 23:51 <a href="http://www.blogjava.net/mmwy/archive/2006/12/05/22482.html#85720#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 接触DWR</title><link>http://www.blogjava.net/mmwy/archive/2006/11/22/22482.html#82807</link><dc:creator>loook123</dc:creator><author>loook123</author><pubDate>Wed, 22 Nov 2006 08:18:00 GMT</pubDate><guid>http://www.blogjava.net/mmwy/archive/2006/11/22/22482.html#82807</guid><description><![CDATA[dwr 是个好东西<img src ="http://www.blogjava.net/mmwy/aggbug/82807.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/mmwy/" target="_blank">loook123</a> 2006-11-22 16:18 <a href="http://www.blogjava.net/mmwy/archive/2006/11/22/22482.html#82807#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: xfire 1.0 终于final了</title><link>http://www.blogjava.net/mmwy/archive/2006/11/22/33142.html#82720</link><dc:creator>ma</dc:creator><author>ma</author><pubDate>Wed, 22 Nov 2006 03:39:00 GMT</pubDate><guid>http://www.blogjava.net/mmwy/archive/2006/11/22/33142.html#82720</guid><description><![CDATA[@ma<br>我用的是JBoss4.0.5<img src ="http://www.blogjava.net/mmwy/aggbug/82720.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/mmwy/" target="_blank">ma</a> 2006-11-22 11:39 <a href="http://www.blogjava.net/mmwy/archive/2006/11/22/33142.html#82720#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>