l*******G 发帖数: 1191 | 1 【 以下文字转载自 Programming 讨论区 】
发信人: legolasGG (legolas), 信区: Programming
标 题: 吐槽MS Visual Studio
发信站: BBS 未名空间站 (Sat Nov 2 14:06:47 2013, 美东)
最近买了 VS 2012, 有个问题可能都10多年了也没有解决。
那就是为啥project 目录名字长一点就直接不能用呀? 这表现了M$ 对软件质量的监管
太差了!!!!直接改成最大长度2048字节不行吗?鄙视M$ing
还有Excel 中按shift 然后 用鼠标往下面拖右边滚动条的时候为啥一下就拖出几万行
?而不是最多拖到最后一行???
http://stackoverflow.com/questions/139964/msbuild-directory-str
http://www.codinghorror.com/blog/2006/11/filesystem-paths-how-l
===this is their 2013 guide on deployment=== errr!!!! It sucks! ====
Make sure the path to the working directory is not too long
The working directory that you specify must not cause the build agent to
produce any physical paths that are longer than 259 characters. Otherwise,
your builds could fail and log this error: TF10128: The path PhysicalPath
contains more than the allowed 259 characters. Type or select a shorter path.
To solve this problem, specify a working directory that results in a shorter
physical path. For example you could specify $(HOMEDRIVE)bld$(BuildAgentID)
$(BuildDefinitionID), which would result in a working directory such as: c:
bld32.
============================================ | l*******G 发帖数: 1191 | 2 【 以下文字转载自 Programming 讨论区 】
发信人: legolasGG (legolas), 信区: Programming
标 题: 吐槽MS Visual Studio
发信站: BBS 未名空间站 (Sat Nov 2 14:06:47 2013, 美东)
最近买了 VS 2012, 有个问题可能都10多年了也没有解决。
那就是为啥project 目录名字长一点就直接不能用呀? 这表现了M$ 对软件质量的监管
太差了!!!!直接改成最大长度2048字节不行吗?鄙视M$ing
还有Excel 中按shift 然后 用鼠标往下面拖右边滚动条的时候为啥一下就拖出几万行
?而不是最多拖到最后一行???
http://stackoverflow.com/questions/139964/msbuild-directory-str
http://www.codinghorror.com/blog/2006/11/filesystem-paths-how-l
===this is their 2013 guide on deployment=== errr!!!! It sucks! ====
Make sure the path to the working directory is not too long
The working directory that you specify must not cause the build agent to
produce any physical paths that are longer than 259 characters. Otherwise,
your builds could fail and log this error: TF10128: The path PhysicalPath
contains more than the allowed 259 characters. Type or select a shorter path.
To solve this problem, specify a working directory that results in a shorter
physical path. For example you could specify $(HOMEDRIVE)bld$(BuildAgentID)
$(BuildDefinitionID), which would result in a working directory such as: c:
bld32.
============================================ | d********y 发帖数: 2114 | 3 最近用2012感觉很多不必要的click。2013好的。
【在 l*******G 的大作中提到】 : 【 以下文字转载自 Programming 讨论区 】 : 发信人: legolasGG (legolas), 信区: Programming : 标 题: 吐槽MS Visual Studio : 发信站: BBS 未名空间站 (Sat Nov 2 14:06:47 2013, 美东) : 最近买了 VS 2012, 有个问题可能都10多年了也没有解决。 : 那就是为啥project 目录名字长一点就直接不能用呀? 这表现了M$ 对软件质量的监管 : 太差了!!!!直接改成最大长度2048字节不行吗?鄙视M$ing : 还有Excel 中按shift 然后 用鼠标往下面拖右边滚动条的时候为啥一下就拖出几万行 : ?而不是最多拖到最后一行??? : http://stackoverflow.com/questions/139964/msbuild-directory-str
| d****s 发帖数: 214 | 4 真不是他们不想长,有一个东东叫MAX_PATH (260)... |
|