由买买提看人间百态

topics

全部话题 - 话题: homedrive
(共0页)
s*****w
发帖数: 1527
1
来自主题: Linux版 - where's $HOMEDRIVE get set for vim ?
i'm using vim in windows,
it always points to $HOMEDRIVE for _viminfo,
i've set it to be c: in the control panel/environment settings,
but after reboot, $HOMEDRIVE is still U: which was a network drive.
any hints ?
l*******G
发帖数: 1191
2
来自主题: Seattle版 - 吐槽MS Visual Studio (转载)
【 以下文字转载自 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 su... 阅读全帖
l*******G
发帖数: 1191
3
来自主题: Seattle版 - 吐槽MS Visual Studio (转载)
【 以下文字转载自 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 su... 阅读全帖
N****w
发帖数: 21578
4
来自主题: Linux版 - where's $HOMEDRIVE get set for vim ?
it's your Windows that set it.
你们公司的机器 logon 后用户 HOME 存在网络盘上吧
p****o
发帖数: 1340
5
来自主题: Linux版 - where's $HOMEDRIVE get set for vim ?
估计是系统设置的问题,不过你可以这样:
autocmd VimEnter rviminfo \path\to\_viminfo
autocmd VimLeave wviminfo \path\to\_viminfo
可能rviminfo需要写成"rviminfo!",你自己试一试吧。
l*******G
发帖数: 1191
6
来自主题: Programming版 - 吐槽MS Visual Studio
最近买了 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 t... 阅读全帖
l*******G
发帖数: 1191
7
来自主题: Programming版 - 吐槽MS Visual Studio
最近买了 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 t... 阅读全帖
(共0页)