asp.net Request.ServerVariables 各参数说明集合
摘要: Request.ServerVariables("Url")返回服务器地址Request.ServerVariables("Path_Info")客户端提供的路径信息Request.ServerVariables("Appl_Physical_Path")与应用程序元数据库路径相应的物理路径Request.ServerVariables("Path_Translated")通过由虚拟至物理的映射后...
阅读全文
posted @
2007-07-16 18:01 wdx2008 阅读(2561) |
评论 (0) 编辑
sql清除事务日志命令
摘要: dump transaction youdatabase with no_log
阅读全文
posted @
2007-07-06 13:59 wdx2008 阅读(662) |
评论 (0) 编辑
js不允许单独打开left.aspx或top.apsx
摘要: function GoFrame(){if (top == self){location.replace("./");}}GoFrame();
阅读全文
posted @
2007-07-03 23:57 wdx2008 阅读(67) |
评论 (0) 编辑