摘要:
首先引用一段关于拖动,缩放,剪切的基础代码 1 /* 2 * 作者:http://cloudgamer.cnblogs.com/ 3 * 4 * 改进与增强 5 * 作者:http://yoker.sc0826.com/ 6 * 时间:2008年11月09日 7 * 功... 阅读全文
摘要:
I could also have called this "wildcard .NET mapping in IIS Express from web.config."I'm sure that, like, everyone out there but me has figured this o... 阅读全文
摘要:
很多站长在做网站诊断的过程中,往往会查看网站有没有做404页面,一般判断的方法很简单,就是在搜索引擎地址栏随便输入一个该域名错误链接,然后看有没有404页面。这样对吗?404页面存在的意义就是告诉浏览者和搜索引擎所请求的页面不存在或是链接错误,你这检查只能说明用户看到的是404页面,而对于搜索引擎呢... 阅读全文
摘要:
#region 获取真实ip/// /// 获取真实ip/// /// public static string GetRealIP(HttpRequest request){string result = String.Empty;result = request.ServerVariab... 阅读全文