08 2015 档案

摘要:List> PostData = new List>(); PostData.Add(new KeyValuePair("event_id", "loan_web")); public static FraudApiResponse TonDun(List> Params, ... 阅读全文
posted @ 2015-08-20 09:16 595824023 阅读(490) 评论(0) 推荐(0)
摘要:public static string PostDataGetHtml(string uri, string postData) { try { byte[] data = Encoding.UTF8.Get... 阅读全文
posted @ 2015-08-17 15:13 595824023 阅读(360) 评论(0) 推荐(0)
摘要:客户端ip:Request.ServerVariables.Get("Remote_Addr").ToString();客户端主机名:Request.ServerVariables.Get("Remote_Host").ToString();客户端浏览器IE:Request.Browser.Brow... 阅读全文
posted @ 2015-08-11 16:20 595824023 阅读(165) 评论(0) 推荐(0)
摘要:启动SQL Server 2008Management Studio工具菜单----选项----Designers(设计器)----阻止保存要求重新创建表的更改 取消勾选即可。 阅读全文
posted @ 2015-08-08 16:14 595824023 阅读(120) 评论(0) 推荐(0)