Download presentation
Presentation is loading. Please wait.
Published byValérie Morin Modified 6年之前
1
All rights reserved by wangyoutian@nilnul.com
Copyright All rights reserved by
2
Notational Conventions
For Heading Slides: Background Hue: Red, Yellow, Green, Cyan, Blue, Magenta as in Iris Saturation decreases Brightness increases Color offset to Background Font size decreases Position Shifted right Sideline slides are grey , the Greek goddess of the rainbow and a messenger of the gods
3
Notational Conventions
Unordered List Bullets Ordered by color and the bigness of colored area Font size decreases
4
Visual Studio 简介
5
MicroSoft公司出品 支持多种语言 Html Css EcmaScript C# …… 可以进行项目管理 关系图 项目管理 团队协作
6
版本 Professional 收费 可试用 Express 免费 Ultimate 团队 建议大家下载试用版
7
VS 界面 重现面板 Close Dock Pin Panel
8
solution Solution Directory: not physical project Project Files Project Folder: physical
9
在VS中,可以对单个文件进行编辑。 但一般是以项目为单元的 多个项目形成一个解决方案 项目对应存储位置 含文件夹和文件 对应逻辑位置
含有子目录;每个目录可以含有 项目 子目录 指向文件存储位置(文件的原存储位置不变)
10
IntelliSense 在VS中,编辑代码时,如果键入Code Snippet的代码,Visual Studio弹出候选项的快捷菜单。
继续键入,候选项范围会随着键入字符而缩小,然后转第一步 利用上下箭头选择所需要的项 如果是需要的项时,可以 继续键入所选项后面的字符。比如:你键入Conso这时候选项出现Console,正是你所需要的,这时,你可以按下".",这时Console会补全,并加上你键入的点。 按Tab或回车 注意:intellisense中各项不同的图标代表不同的含义。
11
HomeWork 请尝试下载安装Visual Studio最新版本
12
2019/1/1
Similar presentations