环境: vmware centos7 1、下载适合自己的es版本 https://www.elastic.co/cn/downloads/past-releases/elasticsearch-7-10-1 2、由于我下载的是二进制包,因为从es7开始自带了jdk,所以不需要单独去安装jdk了,直接 ...
分类:
其他好文 时间:
2021-03-04 13:21:00
阅读次数:
0
使用全局命令: npm i webpack -g 安装完webpack,执行webpack命令提示还要安装webpack-cli 直接输入yes安装完成之后,执行webpack还是会有相同的提示 这里 直接输入no,然后自己输入命令,安装成功 npm install --save-dev webpa ...
分类:
Web程序 时间:
2021-03-04 13:09:35
阅读次数:
0
安装client编程库 根据原理图, 我们知道自动化程序需要调用客户端库和 Appium Server 进行通信。 因为我们介绍Python语言开发,所以当然是用pip安装,如下 pip install appium-python-client 安装Appium Server Appium Serv ...
分类:
移动开发 时间:
2021-03-04 13:09:17
阅读次数:
0
1.安装nodejs, node -v 显示版本号安装成功 安装cnpm 修改淘宝镜像源:npm install -g cnpm --registry=https://registry.npm.taobao.org 安装angular:npm install -g @angular/cli 或者 c ...
分类:
其他好文 时间:
2021-03-03 12:28:28
阅读次数:
0
axios是一个库,并不是vue中的第三方插件,使用时不能通过Vue.use()安装插件 https://github.com/axios/axios 需要在原型上进行绑定: https://www.kancloud.cn/yunye/axios/234845 $cnpm install --sav ...
分类:
移动开发 时间:
2021-03-03 11:53:36
阅读次数:
0
问题:pyhton 3安装module报错ERROR: Could not find a version that satisfies the requirement config.paths % pip install config.paths ERROR: Could not find a ve ...
分类:
编程语言 时间:
2021-03-03 11:48:53
阅读次数:
0
方法一: (pom文件指定jar包目录进行引入) 1.将需要手动引入的包放在项目目录下,如lib目录下; 修改pom文件,引入依赖并且将scope设置为system 2. 配置maven打包插件 方法二: (将jar包安装至本地仓库后使用pom文件直接引入) mvn install:install- ...
分类:
编程语言 时间:
2021-03-03 11:47:09
阅读次数:
0
Django插件 markdown插件-mdeditor 基本配置跟使用 安装 pip install django-mdeiditor setting配置 在setting.py的INSTALLED_APPS 中添加 INSTALLED_APPS = [ ... 'mdeditor', ] url ...
分类:
其他好文 时间:
2021-03-02 12:36:52
阅读次数:
0
#run mysql 8.0.23 with docker docker run --detach \ --restart always \ --publish 3306:3306 \ --name mysql \ --env MYSQL_ROOT_PASSWORD=Gah6kuP7ohfio4 \ ...
分类:
数据库 时间:
2021-03-02 12:27:39
阅读次数:
0
Each year some languages die out. Some say this is good because fewer languages would make communication easier and relieve people of the burden of le ...
分类:
其他好文 时间:
2021-03-02 12:23:31
阅读次数:
0