﻿<?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/woxingwosu/CommentsRSS.aspx</link><description>&lt;script language="javascript" src="http://count26.51yes.com/click.aspx?id=262519055&amp;logo=1"&gt;&lt;/script&gt;</description><language>zh-cn</language><pubDate>Mon, 09 Jun 2008 15:09:15 GMT</pubDate><lastBuildDate>Mon, 09 Jun 2008 15:09:15 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 为什么使用Serializable（序列化）</title><link>http://www.blogjava.net/woxingwosu/archive/2009/01/13/129511.html#251075</link><dc:creator>xx</dc:creator><author>xx</author><pubDate>Tue, 13 Jan 2009 02:44:00 GMT</pubDate><guid>http://www.blogjava.net/woxingwosu/archive/2009/01/13/129511.html#251075</guid><description><![CDATA[为何Serializable没有属性，没有方法？这样也行？<img src ="http://www.blogjava.net/woxingwosu/aggbug/251075.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/woxingwosu/" target="_blank">xx</a> 2009-01-13 10:44 <a href="http://www.blogjava.net/woxingwosu/archive/2009/01/13/129511.html#251075#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 发布Java程序为Windows服务[Java Service Wrapper]</title><link>http://www.blogjava.net/woxingwosu/archive/2008/12/12/163308.html#245860</link><dc:creator>我是我</dc:creator><author>我是我</author><pubDate>Fri, 12 Dec 2008 02:35:00 GMT</pubDate><guid>http://www.blogjava.net/woxingwosu/archive/2008/12/12/163308.html#245860</guid><description><![CDATA[谢谢，我~~~~~~~~~~~太谢谢了<img src ="http://www.blogjava.net/woxingwosu/aggbug/245860.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/woxingwosu/" target="_blank">我是我</a> 2008-12-12 10:35 <a href="http://www.blogjava.net/woxingwosu/archive/2008/12/12/163308.html#245860#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: FTP上传，下载</title><link>http://www.blogjava.net/woxingwosu/archive/2008/12/02/134311.html#243977</link><dc:creator>jjw</dc:creator><author>jjw</author><pubDate>Tue, 02 Dec 2008 09:42:00 GMT</pubDate><guid>http://www.blogjava.net/woxingwosu/archive/2008/12/02/134311.html#243977</guid><description><![CDATA[great<img src ="http://www.blogjava.net/woxingwosu/aggbug/243977.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/woxingwosu/" target="_blank">jjw</a> 2008-12-02 17:42 <a href="http://www.blogjava.net/woxingwosu/archive/2008/12/02/134311.html#243977#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: JS提示和限制输入的字数</title><link>http://www.blogjava.net/woxingwosu/archive/2008/11/27/120945.html#242967</link><dc:creator>hoohey</dc:creator><author>hoohey</author><pubDate>Thu, 27 Nov 2008 03:34:00 GMT</pubDate><guid>http://www.blogjava.net/woxingwosu/archive/2008/11/27/120945.html#242967</guid><description><![CDATA[我改了一下，<br>function checkWord(len,evt){<br>if(evt==null)<br>evt = window.event;<br><br>var src = evt.srcElement? evt.srcElement : evt.target; <br>var str=src.value.trim();//注意这里<br>...//下面一样<br>新增加<br>String.prototype.trim = function() <br>	{ <br>	return this.replace(/(^\s*)|(\s*$)/g, &quot;&quot;); <br>	}<br>HTML调用的时候onkeyup=&quot;javascript:checkWord(80)&quot; 改为<br>onkeyup=&quot;javascript:checkWord(80,event)&quot; <br>这样就可以了.<br><br><a href="http://www.17ggs.com" target="_new" rel="nofollow">http://www.17ggs.com</a><img src ="http://www.blogjava.net/woxingwosu/aggbug/242967.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/woxingwosu/" target="_blank">hoohey</a> 2008-11-27 11:34 <a href="http://www.blogjava.net/woxingwosu/archive/2008/11/27/120945.html#242967#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: JS提示和限制输入的字数</title><link>http://www.blogjava.net/woxingwosu/archive/2008/11/27/120945.html#242945</link><dc:creator>hoohey</dc:creator><author>hoohey</author><pubDate>Thu, 27 Nov 2008 02:36:00 GMT</pubDate><guid>http://www.blogjava.net/woxingwosu/archive/2008/11/27/120945.html#242945</guid><description><![CDATA[哥们，window.event未定义提示！？<img src ="http://www.blogjava.net/woxingwosu/aggbug/242945.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/woxingwosu/" target="_blank">hoohey</a> 2008-11-27 10:36 <a href="http://www.blogjava.net/woxingwosu/archive/2008/11/27/120945.html#242945#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 发布Java程序为Windows服务[Java Service Wrapper]</title><link>http://www.blogjava.net/woxingwosu/archive/2008/11/10/163308.html#239689</link><dc:creator>顺路</dc:creator><author>顺路</author><pubDate>Mon, 10 Nov 2008 08:09:00 GMT</pubDate><guid>http://www.blogjava.net/woxingwosu/archive/2008/11/10/163308.html#239689</guid><description><![CDATA[谢谢 好久没更新了 野草丛生啊<img src ="http://www.blogjava.net/woxingwosu/aggbug/239689.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/woxingwosu/" target="_blank">顺路</a> 2008-11-10 16:09 <a href="http://www.blogjava.net/woxingwosu/archive/2008/11/10/163308.html#239689#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: JSON</title><link>http://www.blogjava.net/woxingwosu/archive/2008/10/21/133301.html#235591</link><dc:creator>wyl232</dc:creator><author>wyl232</author><pubDate>Tue, 21 Oct 2008 01:29:00 GMT</pubDate><guid>http://www.blogjava.net/woxingwosu/archive/2008/10/21/133301.html#235591</guid><description><![CDATA[顶一个<img src ="http://www.blogjava.net/woxingwosu/aggbug/235591.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/woxingwosu/" target="_blank">wyl232</a> 2008-10-21 09:29 <a href="http://www.blogjava.net/woxingwosu/archive/2008/10/21/133301.html#235591#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: C语言笔记(基础)[未登录]</title><link>http://www.blogjava.net/woxingwosu/archive/2008/10/20/131767.html#235398</link><dc:creator>temp</dc:creator><author>temp</author><pubDate>Mon, 20 Oct 2008 02:23:00 GMT</pubDate><guid>http://www.blogjava.net/woxingwosu/archive/2008/10/20/131767.html#235398</guid><description><![CDATA[it's good<img src ="http://www.blogjava.net/woxingwosu/aggbug/235398.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/woxingwosu/" target="_blank">temp</a> 2008-10-20 10:23 <a href="http://www.blogjava.net/woxingwosu/archive/2008/10/20/131767.html#235398#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: JS提示和限制输入的字数[未登录]</title><link>http://www.blogjava.net/woxingwosu/archive/2008/09/10/120945.html#228116</link><dc:creator>a</dc:creator><author>a</author><pubDate>Wed, 10 Sep 2008 04:25:00 GMT</pubDate><guid>http://www.blogjava.net/woxingwosu/archive/2008/09/10/120945.html#228116</guid><description><![CDATA[兄弟不行呀<img src ="http://www.blogjava.net/woxingwosu/aggbug/228116.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/woxingwosu/" target="_blank">a</a> 2008-09-10 12:25 <a href="http://www.blogjava.net/woxingwosu/archive/2008/09/10/120945.html#228116#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: JAVA笔记(我要日积月累)</title><link>http://www.blogjava.net/woxingwosu/archive/2008/08/05/121131.html#220190</link><dc:creator>李海</dc:creator><author>李海</author><pubDate>Tue, 05 Aug 2008 07:47:00 GMT</pubDate><guid>http://www.blogjava.net/woxingwosu/archive/2008/08/05/121131.html#220190</guid><description><![CDATA[我这个程序出现了提到的情况,试着改了一下,结果越改提示的错误越多.这个情况应该怎么办呢?代码如下:<br>public class Students extends Applet implements ActionListener<br>{<br>	Vector StuInf=new Vector();<br>	StudentInf SI;<br>	String xm;<br>	String bj;<br>	int i,j,xh,cj;<br>	static int mid;<br>最初就是第一句有错误,和提及的问题一样.谢谢了.<img src ="http://www.blogjava.net/woxingwosu/aggbug/220190.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/woxingwosu/" target="_blank">李海</a> 2008-08-05 15:47 <a href="http://www.blogjava.net/woxingwosu/archive/2008/08/05/121131.html#220190#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>