摘要: Windows https://code.visualstudio.com/docs/setup/windows Additional Components and Tools https://code.visualstudio.com/docs/setup/additional-component 阅读全文
posted @ 2017-06-29 21:53 ChuckLu 阅读(553) 评论(0) 推荐(0) 编辑
摘要: Run 'Debug: Download .NET Core Debugger' in the Command Palette or open a .NET project directory to download the .NET Core Debugger https://code.visua 阅读全文
posted @ 2017-06-29 19:44 ChuckLu 阅读(3333) 评论(0) 推荐(1) 编辑
摘要: https://code.visualstudio.com/docs/editor/intellisense C# https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp 阅读全文
posted @ 2017-06-29 19:04 ChuckLu 阅读(397) 评论(0) 推荐(0) 编辑
摘要: dotnet --info PS E:\GitHub\KerryJiang\SuperSocket> dotnet --info.NET Command Line Tools (2.1.4) Product Information: Version: 2.1.4 Commit SHA-1 hash: 阅读全文
posted @ 2017-06-29 18:42 ChuckLu 阅读(4122) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/32964920/should-i-commit-the-vscode-folder-to-source-control Check in the .vscode folder if you want to share sett 阅读全文
posted @ 2017-06-29 18:40 ChuckLu 阅读(706) 评论(0) 推荐(0) 编辑
摘要: 安装完成后的路径在C:\Program Files\dotnet https://github.com/dotnet/cli/issues/390 2017年06月29日 安装成功之后,配置好环境变量,就可以运行dotnet命令了。 dotnet --version 1.0.4 创建一个控制台应用, 阅读全文
posted @ 2017-06-29 18:20 ChuckLu 阅读(460) 评论(0) 推荐(0) 编辑
摘要: Press TAB to expand wildcard tab键之后,会自动展开,直接枚举表中所有的字段 根据名字查找存储过程,发现找不到 原因是,本地是一个备份库。服务器上通过sql source control进行版本控制的。 在通过sql source control将服务器上新增的存储过程 阅读全文
posted @ 2017-06-29 10:21 ChuckLu 阅读(2305) 评论(0) 推荐(0) 编辑