码迷,mamicode.com
首页 >  
搜索关键字:vm tools    ( 15075个结果
gyp ERR! stack Error : can't find python executable "python",you can set the PYTHON env variable.
vue中安装node-sassnpm install node-sass --save-dev1出现上面图中问题 解决办法:vscode里,打开终端,输入下面的内容先输入(在管理员模式下打开) npm install --global --production windows-build-tools ...
分类:编程语言   时间:2021-04-14 11:49:56    阅读次数:0
IDEA中使用Tomcat解决中文乱码问题
IDEA中使用Tomcat解决中文乱码问题 首先在Tomcat的Configurations中配置VM options: -Dfile.encoding=UTF-8 如果操作1不行,就设置IDEA的编码: 在Setting中选择File Encodings: Global Encoding选择UTF ...
分类:其他好文   时间:2021-04-13 12:20:15    阅读次数:0
laravel lumen 微信支付宝支付扩展
github地址: https://github.com/yansongda/pay 文档地址: https://pay.yansongda.cn/ 扩展小程序红包 https://pay.weixin.qq.com/wiki/doc/api/tools/cash_coupon.php?chapte ...
分类:微信   时间:2021-04-13 12:00:14    阅读次数:0
源码安装nginx env
源码安装nginx For ubuntu:18.04 apt -y install build-essential libtool libpcre3 libpcre3-dev zlib1g-dev openssl net-tools curl wget wget -P /tmp http://ngi ...
分类:其他好文   时间:2021-04-12 12:27:54    阅读次数:0
ISlide插件安装后,PPT无法正常关闭
现象:安装ISlide插件后,关闭最后一个PPT窗口口,PPT程序没有完全退出,只能利用任务管理器强制退出。 环境:Win 10 + PPT2019 + ISlide 6.2.0.2 解决办法: Step 1:进入cmd。Win + R 快捷键进入cmd; Step 2:进入ISlide安装目录,默 ...
分类:其他好文   时间:2021-04-12 12:09:19    阅读次数:0
window 远程桌面 CentOS-7-x86_64-Minimal-1908
打开vi /etc/selinux/config, 设置 SELINUX=disabled yum grouplist yum groupinstall "GNOME Desktop" "Graphical Administration Tools" 安装epel库 yum -y install e ...
分类:Windows程序   时间:2021-04-12 12:03:16    阅读次数:0
Win系统Notepad++中使用Json、xml格式化插件
json格式化、xml格式化插件. 安装很简单,将文中给的插件文件直接复制到插件文件夹下面,重启Notepad后就有这两个功能了. 先看效果 1.JSTool:Json格式化工具 选项后方有快捷键 JSMin JSFormat 2.XMLTools:Xml格式化工具 Linearize XML Pr ...
分类:Windows程序   时间:2021-04-09 13:27:01    阅读次数:0
tensorflow 和cuda对应关系
VersionPython versionCompilerBuild tools tensorflow-1.11.0 2.7, 3.3-3.6 GCC 4.8 Bazel 0.15.0 tensorflow-1.10.0 2.7, 3.3-3.6 GCC 4.8 Bazel 0.15.0 tenso ...
分类:其他好文   时间:2021-04-08 13:42:01    阅读次数:0
node routes.js
let path = require('path');let url = require('url');let fs = require('fs');let ejs = require('ejs');let tools = require('./tools');let routes = { 'sta ...
分类:Web程序   时间:2021-04-07 10:47:38    阅读次数:0
node tools.js
let Tools = { contentType: { '.323': 'text/h323', '.3gp': 'video/3gpp', '.aab': 'application/x-authoware-bin', '.aam': 'application/x-authoware-map', ...
分类:Web程序   时间:2021-04-07 10:42:03    阅读次数:0
15075条   上一页 1 ... 7 8 9 10 11 ... 1508 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!