Request.ServerVariables

摘要: Request.ServerVariables["Url"] 返回服务器地址Request.ServerVariables["Path_Info"] 客户端提供的路径信息Request.ServerVariables["Appl_Physical_Path"] 与应用程序元数据库路径相应的物理路径Request.ServerVariables["Path_Translated"] 通过由虚拟至物理的映射后得到的路径Request.ServerVariables["Script_Name"] 执行 阅读全文
posted @ 2012-05-24 17:51 。! 阅读(211) 评论(0) 推荐(0)

.NET 面试题

摘要: 1.有表A,结构如下: A: p_ID p_Num s_id 1 10 01 1 12 02 2 8 01 3 11 01 3 8 03 其中:p_ID为产品ID,p_Num为产品库存量,s_id为仓库ID。请用SQL语句实现将上表中的数据合并,合并后的数据为: p_ID s1_id... 阅读全文
posted @ 2012-05-24 11:14 。! 阅读(242) 评论(0) 推荐(0)