
visual studio
孜然公子
阳光正暖
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HTTP Error 413.1 - Request Entity Too Large
根目录下添加web.config文件(如果有则不用添加了),在文件configuration.location.system.webServer下添加以下配置。环境:asp .net core 3.1、debug。2、在相关方法上添加注解解除请求大小限制。原创 2022-11-29 12:21:20 · 713 阅读 · 0 评论 -
VSCode 插件开发(ReadMeForVSCode本插件仅作为学习使用)
gitee地址:https://gitee.com/JavaArchitect/read-me-for-vscode Description This is a vs code extension that is a txt reader named read me. You can read the txt document in the status bar by shortcut or auto reading after the plug-in installed. We pro...原创 2021-07-29 16:19:54 · 842 阅读 · 0 评论 -
Visual studio 连接到数据库(SQL Server)
注意:当前使用VS版本为2019 1.找到菜单工具 2.找到连接到数据库 3.填写服务器名。 选择合适的身份验证方式,如果通过账号密码登录则可以选择(SQL server身份验证)。 可以保存密码。 选择或输入数据库名称:输入要连接的数据库的名称。 4.然后测试连接,若连接成功,则数据库连接完成。 ...原创 2020-09-07 15:55:33 · 5099 阅读 · 0 评论