hubbledotnet between 查询分页
    
            
摘要:private static int pageNo = 1; private static int pageLen = 5;select between " + Convert.ToInt32((pageNo - 1) * pageLen) + " to " + Convert.ToInt32(pageNo * pageLen - 1) + " jobid,comid,jobTitle,areai...
        
阅读全文
                posted @ 
2010-09-29 11:57 
freexiaoyu
        
阅读(339) 
         
        推荐(0)     
             
            
            
    URL 编码
    
            
摘要:HttpUtility.UrlDecode 解码会把+号变成空格 Server.UrlDecode 解码会把+号变成空格所以说在我接收到参数后对参数进行了替换Request.QueryString["keyword"].Replace("+", "%2b")。HttpUtility.UrlDecode写法 HttpUtility.UrlDecode(Request.QueryString["key...
        
阅读全文
                posted @ 
2010-09-06 09:40 
freexiaoyu
        
阅读(362) 
         
        推荐(0)     
             
            
            
    tschs.xml  全文索引文件配置说明
    
            
摘要:D:\Program Files\Microsoft SQL Server\MSSQL.2\MSSQL\FTData<XML ID="Microsoft Search Thesaurus"><!-- Commented out <thesaurus xmlns="x-schema:tsSchema.xml"><diacritics_sensitive>0&...
        
阅读全文
                posted @ 
2010-09-01 11:11 
freexiaoyu
        
阅读(403) 
         
        推荐(0)