摘要:XMLHTTPRequest.getResponseHeader("Content-Type")的返回值 如果后台使用C#输出文件时同时指定文件类型和编码,例如: Response.ContentType = "text/xml";Response.Charset = "UTF-8"; 则XMLHT...
阅读全文
posted @ 2010-06-23 13:19
|
|||
搜索 |
06 2010 档案
摘要:XMLHTTPRequest.getResponseHeader("Content-Type")的返回值 如果后台使用C#输出文件时同时指定文件类型和编码,例如: Response.ContentType = "text/xml";Response.Charset = "UTF-8"; 则XMLHT...
阅读全文
posted @ 2010-06-23 13:19
摘要:foreach (string key in Request.ServerVariables.AllKeys){Response.Write("key + ":" + Request.ServerVariables[key] + "");} ALL_HTTP:HTTP_CONNECTION:Kee...
阅读全文
posted @ 2010-06-12 17:54
摘要:declare @Name1 nvarchar(50),@Name2 nvarchar(50),@ID1 int,@ID2 intselect @Name1=Name,@ID1=CustomerID from dbo.customTable where CustomerID=519 order by...
阅读全文
posted @ 2010-06-09 22:15
|
||
Powered by:
|