解决方法: 将visual c++ 升级到2019版本。 下载地址:https://support.microsoft.com/zh-cn/help/2977003/the-latest-supported-visual-c-downloads 安装完之后,即可解决该问题。 ...
分类:
其他好文 时间:
2020-07-04 21:07:43
阅读次数:
104
1引用包IdentityModel和System.IdentityModel.Tokens.Jwt和Microsoft.AspNetCore.Authorization 2在appsetting设置相关参数(根据自己需求) "JwtSettings": { "PrivateKey": "TheKey ...
分类:
其他好文 时间:
2020-07-04 18:29:31
阅读次数:
116
git操作最基本的流程 创建工作目录 对工作目录进行修改 git add ./ git hash-object -w 文件名(修改了多少个工作目录中的文件 此命令就要被执行多少次) git update-index ... git commit -m "注释内容" git write-tree gi ...
分类:
其他好文 时间:
2020-07-04 17:17:10
阅读次数:
65
Visual Studio Code 编辑器配置php开发 插件:PHP IntelliSense php代码提示功能 配置settings.json "php.executablePath": "D:/phpstudy_pro/Extensions/php/php7.2.9nts/php.exe" ...
分类:
其他好文 时间:
2020-07-04 17:09:35
阅读次数:
61
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v\4.0\V140\Application Type\Linux\1.0\Linux.targets(248 ,5): error : unrecognized command line opton "-st ...
分类:
编程语言 时间:
2020-07-04 15:25:42
阅读次数:
70
目前支持 WebGL 的浏览器有:Firefox 4+, Google Chrome 9+, Opera 12+, Safari 5.1+, Internet Explorer 11+和Microsoft Edge build 10240+;然而, WebGL一些特性也需要用户的硬件设备支持。 ...
分类:
Web程序 时间:
2020-07-04 15:16:17
阅读次数:
423
刚开机时,一个叫 microsoft compatibility telemetry 的进程CPU利用率很高原因及解决办法: win10 磁盘占用高 禁用用bai户改善反馈服务 CompatTelRunner.exe,路径见下du图:桌面上找到 “我的电脑” 右键点击 管理--系统工具 任务计划 M ...
Your requirements could not be resolved to an installable set of packages. Problem 1 - phpoffice/phpspreadsheet 1.10.1 requires ext-fileinfo * -> the ...
分类:
其他好文 时间:
2020-07-04 11:39:20
阅读次数:
104
学习时常常忘记某个容器怎么用。别怕,只要用时会查。太多也记不过来。 微软的c++文档:https://docs.microsoft.com/zh-cn/cpp/standard-library/vector-class?view=vs-2019 又发现一个网上查文档的网站了,感觉还不错。链接:htt ...
分类:
编程语言 时间:
2020-07-04 01:33:39
阅读次数:
578
一、vs中把mvc项目发布以文件系统、设置保存的路径 二、安装.NET Core 3.1 Runtime 网址:https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.5-windows-x64-installe ...
分类:
Web程序 时间:
2020-07-04 00:59:31
阅读次数:
99