﻿<?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>博客园-Lonsan-最新评论</title><link>http://www.cnblogs.com/Lonsan/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Thu, 08 Sep 2005 10:21:00 GMT</pubDate><lastBuildDate>Thu, 08 Sep 2005 10:21:00 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: HTML中利用堆栈方式对Table进行行排序</title><link>http://www.cnblogs.com/Lonsan/archive/2008/10/17/134614.html#1343271</link><dc:creator>cloudgamer</dc:creator><author>cloudgamer</author><pubDate>Fri, 17 Oct 2008 01:19:27 GMT</pubDate><guid>http://www.cnblogs.com/Lonsan/archive/2008/10/17/134614.html#1343271</guid><description><![CDATA[<a href="http://www.cnblogs.com/cloudgamer/archive/2008/10/06/1304414.html" target="_new">http://www.cnblogs.com/cloudgamer/archive/2008/10/06/1304414.html</a><br/>试试我的<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/Lonsan/" target="_blank">cloudgamer</a> 2008-10-17 09:19 <a href="http://www.cnblogs.com/Lonsan/archive/2008/10/17/134614.html#1343271#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: JS类中event的简单实现</title><link>http://www.cnblogs.com/Lonsan/archive/2005/12/03/133419.html#289891</link><dc:creator>haigear</dc:creator><author>haigear</author><pubDate>Sat, 03 Dec 2005 04:17:00 GMT</pubDate><guid>http://www.cnblogs.com/Lonsan/archive/2005/12/03/133419.html#289891</guid><description><![CDATA[不错的想法<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/Lonsan/" target="_blank">haigear</a> 2005-12-03 12:17 <a href="http://www.cnblogs.com/Lonsan/archive/2005/12/03/133419.html#289891#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 开张了</title><link>http://www.cnblogs.com/Lonsan/archive/2005/04/12/26793.html#136079</link><dc:creator>gm</dc:creator><author>gm</author><pubDate>Tue, 12 Apr 2005 04:59:00 GMT</pubDate><guid>http://www.cnblogs.com/Lonsan/archive/2005/04/12/26793.html#136079</guid><description><![CDATA[declare @sql varchar(8000)<br>set @sql='select '''' as 数据表,1 as 记录数 where 1=2 '<br>select top 60 @sql=@sql+'union select '''+name+''',count(1) from '+name+'  go ' from sysobjects where xtype='U'<br>execute(@sql)<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/Lonsan/" target="_blank">gm</a> 2005-04-12 12:59 <a href="http://www.cnblogs.com/Lonsan/archive/2005/04/12/26793.html#136079#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 开张了</title><link>http://www.cnblogs.com/Lonsan/archive/2005/04/12/26793.html#136069</link><dc:creator>gm</dc:creator><author>gm</author><pubDate>Tue, 12 Apr 2005 04:53:00 GMT</pubDate><guid>http://www.cnblogs.com/Lonsan/archive/2005/04/12/26793.html#136069</guid><description><![CDATA[declare @table varchar(32)<br>select 'abcdefghijklmnopqrstuvwxyz0123456789' as 数据表,999999 as 记录数 into #temptable where 1=2<br>declare  mycursor cursor for select name from sysobjects where xtype='U'<br>open mycursor<br>fetch next  from mycursor into @table<br>    while @@fetch_status=0 <br>    begin<br>	execute('insert into #temptable select '''+@table+''',count(1) from '+@table)<br>        fetch next from mycursor into @table<br>    end<br>close mycursor<br>deallocate mycursor<br>execute('insert into #temptable select ''统计时间：''+convert(varchar(19),getDate(),120),sum(记录数) from #temptable')<br>select * from #temptable<br>drop table #temptable<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/Lonsan/" target="_blank">gm</a> 2005-04-12 12:53 <a href="http://www.cnblogs.com/Lonsan/archive/2005/04/12/26793.html#136069#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: JS类中event的简单实现(续)</title><link>http://www.cnblogs.com/Lonsan/archive/2005/04/08/134016.html#134103</link><dc:creator>birdshome</dc:creator><author>birdshome</author><pubDate>Fri, 08 Apr 2005 06:40:00 GMT</pubDate><guid>http://www.cnblogs.com/Lonsan/archive/2005/04/08/134016.html#134103</guid><description><![CDATA[其实一个EventHandler的scope中要是有32个事件函数，已经复杂的不行了:}<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/Lonsan/" target="_blank">birdshome</a> 2005-04-08 14:40 <a href="http://www.cnblogs.com/Lonsan/archive/2005/04/08/134016.html#134103#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: JS类中event的简单实现(续)</title><link>http://www.cnblogs.com/Lonsan/archive/2005/04/08/134016.html#134098</link><dc:creator>Lonsan</dc:creator><author>Lonsan</author><pubDate>Fri, 08 Apr 2005 06:34:00 GMT</pubDate><guid>http://www.cnblogs.com/Lonsan/archive/2005/04/08/134016.html#134098</guid><description><![CDATA[确实是存放数量有限，这个问题暂时没解决，如果有其他想法请提供<br>互相交流嘛，造个氛围，看着大家都踊跃，我也贡献点：）<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/Lonsan/" target="_blank">Lonsan</a> 2005-04-08 14:34 <a href="http://www.cnblogs.com/Lonsan/archive/2005/04/08/134016.html#134098#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: JS类中event的简单实现(续)</title><link>http://www.cnblogs.com/Lonsan/archive/2005/04/08/134016.html#134086</link><dc:creator>Laser.NET</dc:creator><author>Laser.NET</author><pubDate>Fri, 08 Apr 2005 06:26:00 GMT</pubDate><guid>http://www.cnblogs.com/Lonsan/archive/2005/04/08/134016.html#134086</guid><description><![CDATA[确实有创意啊！！赞！<br>不过我倒是有个限制：由于Javascript中的numeric value是用8字节的IEEE浮点数格式存放的，所以，我觉得一个EventHandler最多就能放8*8=64个function了。<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/Lonsan/" target="_blank">Laser.NET</a> 2005-04-08 14:26 <a href="http://www.cnblogs.com/Lonsan/archive/2005/04/08/134016.html#134086#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: JS类中event的简单实现(续)</title><link>http://www.cnblogs.com/Lonsan/archive/2005/04/08/134016.html#134080</link><dc:creator>Lonsan</dc:creator><author>Lonsan</author><pubDate>Fri, 08 Apr 2005 06:23:00 GMT</pubDate><guid>http://www.cnblogs.com/Lonsan/archive/2005/04/08/134016.html#134080</guid><description><![CDATA[多谢鼓励，js看似简单的语言，实际功能强大。<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/Lonsan/" target="_blank">Lonsan</a> 2005-04-08 14:23 <a href="http://www.cnblogs.com/Lonsan/archive/2005/04/08/134016.html#134080#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: JS类中event的简单实现(续)</title><link>http://www.cnblogs.com/Lonsan/archive/2005/04/08/134016.html#134070</link><dc:creator>birdshome</dc:creator><author>birdshome</author><pubDate>Fri, 08 Apr 2005 06:08:00 GMT</pubDate><guid>http://www.cnblogs.com/Lonsan/archive/2005/04/08/134016.html#134070</guid><description><![CDATA[好玩，有点样子了:)<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/Lonsan/" target="_blank">birdshome</a> 2005-04-08 14:08 <a href="http://www.cnblogs.com/Lonsan/archive/2005/04/08/134016.html#134070#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: JS类中event的简单实现</title><link>http://www.cnblogs.com/Lonsan/archive/2005/04/08/133419.html#133849</link><dc:creator>Lonsan</dc:creator><author>Lonsan</author><pubDate>Fri, 08 Apr 2005 02:43:00 GMT</pubDate><guid>http://www.cnblogs.com/Lonsan/archive/2005/04/08/133419.html#133849</guid><description><![CDATA[已修改可以支持-=和+=操作，代码下午可以发上来，请大家多提意见，感谢各位朋友指点。<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/Lonsan/" target="_blank">Lonsan</a> 2005-04-08 10:43 <a href="http://www.cnblogs.com/Lonsan/archive/2005/04/08/133419.html#133849#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>
