zoukankan
html css js c++ java
Visual Studio 2005 Express October 2004 CTP完整版本的下载
Visual Studio 2005 Express October 2004 CTP完整版本的下载
从
http://lab.msdn.microsoft.com
上下载Visual Studio 2005 Express October 2004 Community Technical Preview。结果发现得到的Setup都是2M多的文件,运行后还需要从网站上下载完整版本。在网上找了一篇
Blog
,发现了一个查找完整版链接的好办法。不过那篇Blog中介绍的都是Beta 1的链接,CTP版本的链接换了。下面是最新的链接:
Visual J# 2005 Express Edition Beta
http://go.microsoft.com/fwlink/?LinkId=34812&clcid=1033
Visual Web Developer 2005 Express Edition Beta
http://go.microsoft.com/fwlink/?LinkId=34813&clcid=1033
Visual C# 2005 Express Edition Beta
http://go.microsoft.com/fwlink/?LinkId=34811&clcid=1033
Microsoft Visual J# .NET Redistributable Package 2.0 Beta
http://go.microsoft.com/fwlink/?LinkId=34815&clcid=1033
Visual Basic 2005 Express Edition Beta
http://go.microsoft.com/fwlink/?LinkId=34809&clcid=1033
Visual C++ 2005 Express Edition Beta
http://go.microsoft.com/fwlink/?LinkId=34810&clcid=1033
Microsoft .NET Framework 2.0 Beta
http://go.microsoft.com/fwlink/?LinkId=34814&clcid=1033
和Beta1不同,这些完整版本不能独立安装,必须和下载的2M的Setup一起工作。把下载后的完整版本拷贝到C:\Documents and Settings\<user name>\Local Settings\Temp\VSESETUP目录下,然后启动相应的xxSetup.exe就可以安装了。
查看全文
相关阅读:
selenium--启动不同的浏览器
selenium--文件下载
selenium--常用的获取元素属性
Python读取yaml文件
python读Excel方法(xlrd)
Python--unittest框架
Python--os模块
git fork后提交pull request到原作者,别人的pull request我们要怎样merge融合
GitHub fork的使用
4.Factory Pattern(工厂模式)
原文地址:https://www.cnblogs.com/toney/p/82404.html
最新文章
二重积分——交换积分次序
动态查找操作
微分方程的基础题型总结
Python课程笔记(十)
微分算子法求特解
静态查找操作
线性代数思维导图——5.特征值与特征向量
多元函数微分的基础题型总结
0292. Nim Game (E)
0290. Word Pattern (E)
热门文章
0284. Peeking Iterator (M)
0283. Move Zeroes (E)
0025. Reverse Nodes in k-Group (H)
0024. Swap Nodes in Pairs (M)
0023. Merge k Sorted Lists (H)
0022. Generate Parentheses (M)
0279. Perfect Squares (M)
python写Excel方法(xlwt)
什么鬼?你还搞不懂json和字典的区别??
selenium--常用判断
Copyright © 2011-2022 走看看