“\images” 和 “~\images'”的区别

简介: 小实验,记录一下。 跑这几行: Response.Write(Server.MapPath("\\images")); Response.Write(""); Response.Write(Server.

小实验,记录一下。

跑这几行:

Response.Write(Server.MapPath("\\images"));
 Response.Write("</br>");
 Response.Write(Server.MapPath("~\\images"));

这是输出:

C:\inetpub\wwwroot\images
D:\DNN\Dev\WebSite\images

“\”代表网站的根目录

“~”代表虚拟目录的根目录

相关文章
|
算法
第K小数 uva 10041 - Vito's Family poj 2388 Who's in the Middle
了解快排的人对int (int l, int r) 这个函数很熟悉,因为这是在快排中用到的,它的作用是对数组的某一段选一个分界点,使得该点左边的数都不大于该点的数,右边的点不小于该点的数,也就是说我们通过一次调用这个函数确定一个数的位置,快排是将该点两边分别进行递归操作,时间复杂度为O(nlogn),而select只是对一边进行递归操作(有点像二分的递归形式),所以时间复杂度仅为O(n)。
46 0
LeetCode 75 Sort Colors 颜色分类(荷兰国旗)
Given an array with n objects colored red, white or blue, sort them in-place so that objects of the same color are adjacent, with the colors in the order red, white and blue. Here, we will use the integers 0, 1, and 2 to represent the color red, white, and blue respectively.
103 0
|
人工智能
UPC-Match Matching(完全背包dp+字符串)
UPC-Match Matching(完全背包dp+字符串)
84 0
L1-026 I Love GPLT (5 分)
L1-026 I Love GPLT (5 分)
138 0
|
算法 搜索推荐
HDOJ/HDU 1161 Eddy's mistakes(大写字母转换成小写字母)
HDOJ/HDU 1161 Eddy's mistakes(大写字母转换成小写字母)
98 0
|
存储
文件切割合并器&nbsp;2&nbsp;切割类&nbsp;Split
文件切割合并器&nbsp;2&nbsp;切割类&nbsp;Split
141 0
|
编解码 安全 Java
文件切割合并器&nbsp;&nbsp;下载地址&nbsp;及&nbsp;帮助
文件切割合并器&nbsp;&nbsp;下载地址&nbsp;及&nbsp;帮助
110 0
文件切割合并器&nbsp;6&nbsp;&nbsp;GBC&nbsp;简化
文件切割合并器&nbsp;6&nbsp;&nbsp;GBC&nbsp;简化
117 0

热门文章

最新文章

下一篇
开通oss服务