﻿<?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-licheng700-最新评论</title><link>http://www.blogjava.net/licheng700/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Wed, 28 Sep 2005 07:00:00 GMT</pubDate><lastBuildDate>Wed, 28 Sep 2005 07:00:00 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: Session详解 </title><link>http://www.blogjava.net/licheng700/archive/2006/11/10/13494.html#80313</link><dc:creator>Peng Gao</dc:creator><author>Peng Gao</author><pubDate>Fri, 10 Nov 2006 01:56:00 GMT</pubDate><guid>http://www.blogjava.net/licheng700/archive/2006/11/10/13494.html#80313</guid><description><![CDATA[太棒了，谢谢！<img src ="http://www.blogjava.net/licheng700/aggbug/80313.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/licheng700/" target="_blank">Peng Gao</a> 2006-11-10 09:56 <a href="http://www.blogjava.net/licheng700/archive/2006/11/10/13494.html#80313#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Session详解 </title><link>http://www.blogjava.net/licheng700/archive/2006/11/03/13494.html#78852</link><dc:creator>s</dc:creator><author>s</author><pubDate>Fri, 03 Nov 2006 01:34:00 GMT</pubDate><guid>http://www.blogjava.net/licheng700/archive/2006/11/03/13494.html#78852</guid><description><![CDATA[very good, thank you very much<img src ="http://www.blogjava.net/licheng700/aggbug/78852.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/licheng700/" target="_blank">s</a> 2006-11-03 09:34 <a href="http://www.blogjava.net/licheng700/archive/2006/11/03/13494.html#78852#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Session详解 </title><link>http://www.blogjava.net/licheng700/archive/2006/11/02/13494.html#78721</link><dc:creator>y</dc:creator><author>y</author><pubDate>Thu, 02 Nov 2006 08:14:00 GMT</pubDate><guid>http://www.blogjava.net/licheng700/archive/2006/11/02/13494.html#78721</guid><description><![CDATA[g<img src ="http://www.blogjava.net/licheng700/aggbug/78721.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/licheng700/" target="_blank">y</a> 2006-11-02 16:14 <a href="http://www.blogjava.net/licheng700/archive/2006/11/02/13494.html#78721#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 一段SQL</title><link>http://www.blogjava.net/licheng700/archive/2005/08/25/11079.html#11096</link><dc:creator>小海船</dc:creator><author>小海船</author><pubDate>Thu, 25 Aug 2005 09:02:00 GMT</pubDate><guid>http://www.blogjava.net/licheng700/archive/2005/08/25/11079.html#11096</guid><description><![CDATA[select  n_accountid,accountNO,accountName ,<br>sum(decode(n_direction,1,n_amount, 0)) amountOfDebit,<br>sum(decode(n_direction,2,n_amount, 0)) amountOfCredit,<br>sum(n_amount) amount,<br>sum(decode(n_direction,1,1, 0)) numOfDebitTrans,<br>sum(decode(n_direction,2,1, 0)) numOfCreditTrans,<br>COUNT(n_direction) nums<br>from<br>(select a.n_id n_id,a.n_accountid n_accountid ,a.n_currencytype n_currencytype,<br>a.n_amount n_amount,a.n_direction n_direction,a.dt_modifytime dt_modifytime,<br>b.s_accountno accountNO,b.s_accountname  accountName from<br>(select n_id ,n_accountid,n_currencytype,n_amount,n_direction,dt_modifytime from bs_accthistransinfo where 1=1<br>union all<br>select n_id ,n_accountid,n_currencytype,n_amount,n_direction,dt_modifytime from bs_acctcurtransinfo where 1=1)<br>a,<br>(select * from bs_bankaccountinfo where<br> n_accountstatus= 1<br> and n_ischeck=1) b where a.n_currencytype=b.n_currencytype  and a.n_accountid=b.n_id  and<br> to_char(a.dt_modifytime,'yyyy-mm-dd')&gt;='2005-01-01'      and<br> to_char(a.dt_modifytime,'yyyy-mm-dd')&lt;='2006-01-01'<br>)c  group by n_accountid,accountNO,accountName<img src ="http://www.blogjava.net/licheng700/aggbug/11096.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/licheng700/" target="_blank">小海船</a> 2005-08-25 17:02 <a href="http://www.blogjava.net/licheng700/archive/2005/08/25/11079.html#11096#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>