码迷,mamicode.com
首页 >  
搜索关键字:virt install    ( 41915个结果
ubuntu 安装 dingtalk,飞书,google,zoom等
安装google需要设置代理 /etc/apt/sources.list中增加:deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main google-chrome-stable dingtalk,apt install ...
分类:系统相关   时间:2021-01-11 11:04:51    阅读次数:0
vue报错:Cannot read property 'init' of undefined
vue项目报错: Cannot read property 'init' of undefined 原因: echarts版本过高 解决: 1、查看package.json中的echarts版本: 结果为5.0 2、终端中输入: npm uninstall echarts 卸载echarts 3、终 ...
分类:其他好文   时间:2021-01-11 11:03:02    阅读次数:0
报错:[stack Error: Can't find Python executable "python"] vue项目npm install
背景:gitee上下载的开源vue项目,本地部署。执行【npm install】时,报错Error: Can't find Python executable "python", you can set the PYTHON env variable。 解决: 网上提供的一个解决办法:管理员身份打开 ...
分类:编程语言   时间:2021-01-11 10:40:56    阅读次数:0
xdebug 远程调试
下面的链接下载对应版本的xdebug. https://xdebug.org/download/historical 源码安装:https://xdebug.org/docs/install#linux Installation From Source Obtain You can download ...
分类:其他好文   时间:2021-01-11 10:33:04    阅读次数:0
puppeteer使用指南
安装 必要条件:Node版本至少 v7.6.0,因为要使用 async / await。 国外网络,执行npm install puppeteer --save 国内网络,执行npm install puppeteer --registry https://registry.npm.taobao.o ...
分类:其他好文   时间:2021-01-08 11:17:21    阅读次数:0
: "${LOG_FILE:=/var/log/xxx.log}"
: "${LOG_FILE:=/var/log/factory_install.log}" Shell Parameter Expansioin ${parameter:=word} If parameter is unset or null, the expansion of word is as ...
分类:其他好文   时间:2021-01-08 10:44:41    阅读次数:0
移动端真机调试神器-spy-debugger
关于spy-debugger 一站式页面调试、抓包工具。远程调试任何手机浏览器页面,任何手机移动端webview(如:微信,HybridApp等)。支持HTTP/HTTPS,无需USB连接设备。 Language: English 特性 1、页面调试+抓包2、操作简单,无需USB连接设备3、支持HT ...
分类:移动开发   时间:2021-01-08 10:42:04    阅读次数:0
Centos部署 .Net Core 应用
1、更新dnf 源 1 dnf update 2、安装 Asp.Net Core 运行时 1 dnf install aspnetcore-runtime-3.1 2.1、验证是否安装成功 1 dotnet --info 出现如上图所示就说明安装成功 3、安装Nginx dnf -y install ...
分类:Web程序   时间:2021-01-08 10:36:50    阅读次数:0
python工具——basemap
basemap基于GEOS的地图二维数据,其底图数据库与GMT相同,封装了大量常用的地图投影、坐标转换功能,利用简洁的Python语法支持绘出多种多样的地理地图 1.安装 基于geos的,先安装geos pip install geos https://www.lfd.uci.edu/~gohlke ...
分类:编程语言   时间:2021-01-08 10:31:42    阅读次数:0
Python操作MySQL数据库
Python程序操作MySQL数据库 安装pymysql第三方包: sudo pip3 install pymysql 说明: 安装命令使用 sudo pip3 install 第三方包名 卸载命令使用 sudo pip3 uninstall 第三方包 大家现在使用的虚拟机已经安装了这个第三方包,可 ...
分类:数据库   时间:2021-01-08 10:29:53    阅读次数:0
41915条   上一页 1 ... 78 79 80 81 82 ... 4192 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!