2012年10月8日

摘要: string clientIP = HttpContext.Request.ServerVariables["HTTP_X_FORWARDED_FOR"]; if (string.IsNullOrEmpty(clientIP)) clientIP = HttpContext.Request.ServerVariables["REMOTE_ADDR"]; if (string.IsNullOrEmpty(clientIP)) clientIP = HttpContext.Request.UserHostAddress; 阅读全文
posted @ 2012-10-08 11:37 静欲动 阅读(94) 评论(0) 推荐(0)

2012年9月18日

摘要: if (!Convert.IsDBNull(dt.Rows[i]["roomId"])) { pcInfo.RoomId = Convert.ToInt32(dt.Rows[i]["roomId"]); } 阅读全文
posted @ 2012-09-18 11:18 静欲动 阅读(165) 评论(0) 推荐(0)

2012年9月6日

摘要: fabu 阅读全文
posted @ 2012-09-06 09:45 静欲动 阅读(81) 评论(0) 推荐(0)

导航