摘要:Cool http://www.cnblogs.com http://www.cnblogs.com/goodspeed 我自己的Blog
        
阅读全文
 
    
        
        
摘要:ASP Test "For Each Field In rs.Fields strResponse = strResponse & "" & Field.Name & ""NextstrResponse = strResponse & ""'输出表体Do Until rs.EOF strResponse = strResponse & "" For Each Fi...
        
阅读全文
 
    
        
        
摘要://方法一function DayNumOfMonth(Year,Month){ var d = new Date(Year,Month,0); return d.getDate();}//方法二function DayNumOfMonth(Year,Month){ Month--; var d = new Date(Year,Month,1); d.setDate...
        
阅读全文
 
    
        
        
摘要:SELECT IDENTITY(int, 1,1) AS ID_Num into #t FROM sysobjectsSELECT COUNT(*) AS 天数,SUM(CASE DATEPART(weekday,dt) WHEN 1 THEN 0 WHEN 7 THEN 0 ELSE 1 END) AS 工作日FROM (SELECT DATEADD(dd,ID_NUM-1,get...
        
阅读全文