码迷,mamicode.com
首页 >  
搜索关键字:install    ( 40475个结果
BERT
首先使用bert获取词向量bert-as-service 1.安装Bert-as-Service pip install bert-serving-server # server pip install bert-serving-client # client, independent of `be ...
分类:其他好文   时间:2021-06-02 16:44:56    阅读次数:0
Python-使用pip安装matplotlib模块
matplotlib是python中强大的画图模块。 首先确保已经安装python,然后用pip来安装matplotlib模块。 进入到cmd窗口下,建议执行python -m pip install -U pip setuptools进行升级。 接着键入python -m pip install ...
分类:编程语言   时间:2021-06-02 16:30:42    阅读次数:0
VUE element-ui 字体文件偶尔乱码
由于sass版本的原因,编译后的css字体文件乱码 dart-sass编译时容易出问题,查看package.json配置文件 "sass": "1.26.2", 解决方案:卸载sass1.26.2版本,重新安装node-sass npm uninstall sass npm install node ...
分类:其他好文   时间:2021-06-02 16:11:07    阅读次数:0
十一、linux中搭建完整环境WAR包教育部署 mysql
搭建war包之前,前提是要在linux中先搭建好jdk和tomcat的路径 将解压出来的 version.dll 和 payload.bin 扔到软件安装根目录即可,再重新启动Navicat即可 我的是在:F:\install\work\navicat\Navicat Premium 12 recr ...
分类:数据库   时间:2021-06-02 15:57:33    阅读次数:0
podman - 下一代 Linux 容器工具
yum -y install podman 参考地址 https://yeasy.gitbook.io/docker_practice/podman ...
分类:系统相关   时间:2021-06-02 15:51:44    阅读次数:0
certbot 使用
安装yum install epel-releaseyum install snapdsystemctl enable --now snapd.socketln -s /var/lib/snapd/snap /snapsnap install core; snap refresh coreyum r ...
分类:其他好文   时间:2021-06-02 15:37:58    阅读次数:0
docker
docker 安装 yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/d ...
分类:其他好文   时间:2021-06-02 15:18:47    阅读次数:0
docker - install
https://docs.docker.com/engine/install/ubuntu/ Set up the repository apt-get update apt-get install \ apt-transport-https \ ca-certificates \ curl \ g ...
分类:其他好文   时间:2021-06-02 15:16:09    阅读次数:0
/etc/init.d/functions: No such file or directory报错问题
docker-centos7运行systemctl status jenkins, 出现/etc/rc.d/init.d/jenkins: line 59: /etc/init.d/functions: No such file or directory错误, yum安装即可 yum install ...
分类:其他好文   时间:2021-06-02 15:14:11    阅读次数:0
docker
docker 安装 yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/d ...
分类:其他好文   时间:2021-06-02 14:49:47    阅读次数:0
40475条   上一页 1 ... 19 20 21 22 23 ... 4048 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!