码迷,mamicode.com
首页 >  
搜索关键字:microsoft office    ( 19344个结果
解决import tensorflow报错:ImportError: DLL load failed: 找不到指定的模块
解决方法: 将visual c++ 升级到2019版本。 下载地址:https://support.microsoft.com/zh-cn/help/2977003/the-latest-supported-visual-c-downloads 安装完之后,即可解决该问题。 ...
分类:其他好文   时间:2020-07-04 21:07:43    阅读次数:104
jwt测试
1引用包IdentityModel和System.IdentityModel.Tokens.Jwt和Microsoft.AspNetCore.Authorization 2在appsetting设置相关参数(根据自己需求) "JwtSettings": { "PrivateKey": "TheKey ...
分类:其他好文   时间:2020-07-04 18:29:31    阅读次数:116
Git高层命令
git操作最基本的流程 创建工作目录 对工作目录进行修改 git add ./ git hash-object -w 文件名(修改了多少个工作目录中的文件 此命令就要被执行多少次) git update-index ... git commit -m "注释内容" git write-tree gi ...
分类:其他好文   时间:2020-07-04 17:17:10    阅读次数:65
vc code
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
unrecognized command line opton "-std=c++11"
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 的浏览器
目前支持 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
解决win10卡的问题
刚开机时,一个叫 microsoft compatibility telemetry 的进程CPU利用率很高原因及解决办法: win10 磁盘占用高 禁用用bai户改善反馈服务 CompatTelRunner.exe,路径见下du图:桌面上找到 “我的电脑” 右键点击 管理--系统工具 任务计划 M ...
分类:Windows程序   时间:2020-07-04 11:56:26    阅读次数:62
composer require workerman/gateway-worker时报错
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++ 标准库文档
学习时常常忘记某个容器怎么用。别怕,只要用时会查。太多也记不过来。 微软的c++文档:https://docs.microsoft.com/zh-cn/cpp/standard-library/vector-class?view=vs-2019 又发现一个网上查文档的网站了,感觉还不错。链接:htt ...
分类:编程语言   时间:2020-07-04 01:33:39    阅读次数:578
ASP.NET Core MVC 项目在IIS中部署
一、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
19344条   上一页 1 ... 48 49 50 51 52 ... 1935 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!