当img 路径为空时不显示x号
    
            
摘要:<img src="<%#Eval("CPic") %>" width="500" onerror="this.style.display='none'"/>
        
阅读全文
                posted @ 
2009-12-30 15:40 
freexiaoyu
        
阅读(476) 
         
        推荐(0)     
             
            
            
    SQL执行效率问题
    
            
摘要:44万数据测试 两个存储过程内容如下: 1、 select note from table where cityID='1' 2、 WITH temp AS ( SELECT * FROM city WHERE cityid=1 UNION ALL SELECT city .* FROM city INNER JOIN temp ON city .professionParent=temp.cit...
        
阅读全文
                posted @ 
2009-12-23 11:25 
freexiaoyu
        
阅读(204) 
         
        推荐(0)