2011年12月1日

获取当前用户的ip地址(精确,继...)

摘要: 1 public string GetUserIp 2 { 3 get 4 { 5 string ip; 6 string[] temp; 7 bool isErr = false; 8 if (HttpContext.Current.Request.ServerVariables["HTTP_X_ForWARDED_For"] == null) 9 ip = HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"].ToStri... 阅读全文

posted @ 2011-12-01 11:52 slnt 阅读(278) 评论(0) 推荐(0) 编辑

分享一个压缩js代码的工具

摘要: JS混淆加密压缩 阅读全文

posted @ 2011-12-01 09:31 slnt 阅读(172) 评论(0) 推荐(0) 编辑

导航