码迷,mamicode.com
首页 >  
搜索关键字:no module named yum yum更新    ( 35899个结果
Hive注释中文乱码解决方案
不多BB,直接开干!!! 第一步:进入hive安装目录下面的conf目录,修改hive-site.xml文件 cd /opt/module/hive/conf vim hive-site.xml 第二步:修改如下内容 <property> <name>javax.jdo.option.Connect ...
分类:其他好文   时间:2021-04-24 11:50:36    阅读次数:0
前端生成uuid
github下载地址: https://github.com/uuidjs/uuid 1. Install npm install uuid 2. Create a UUID (ES6 module syntax) import { v4 as uuidv4 } from 'uuid'; uuidv ...
分类:其他好文   时间:2021-04-24 11:48:35    阅读次数:0
vue 旧项目dev 跑起来报 Module build failed: Error: No PostCSS Config
这只要在src同级添加postcss.config.js文件 同时文件 里面写上这些,重新跑就没问题了 module.exports = { plugins: { 'autoprefixer': {browsers: 'last 5 version'} }} ...
分类:Web程序   时间:2021-04-24 11:47:48    阅读次数:0
dock安装配置
docker文档 参考docker安装文档 安装docker 1.卸载老版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-l ...
分类:其他好文   时间:2021-04-23 12:21:29    阅读次数:0
CentOS 7 安装 Docker 并使用阿里云镜像加速
1、确认系统版本 cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 2、yum 安装 gcc 相关 yum -y install gcc gcc-c++ 3、卸载旧的版本 yum -y remove docker docker- ...
分类:其他好文   时间:2021-04-23 11:54:07    阅读次数:0
Protocol Buffers基础(一)
本文是protobuf的基础教程,适合没有任何框架基础的人学习。。protobuf是Google的语言无关,平台无关的可扩展机制,用于对结构化数据进行序列化。什么意思呢?举个例子,我有一个数据结构Person,里面有一堆信息。比如这样。 我们知道,在网络中我们传输的都是tcp包或者是udp包,所以, ...
分类:其他好文   时间:2021-04-22 15:46:36    阅读次数:0
VVDI Key Tool Plus program Range Rover 2017 Smart Key
Toady I’m gonna try to add a key for 2017 Range Rover with Xhorse VVDI Key Tool Plus on Bench. Tools A Land Rover KVM module chip VVDI Key Tool Plus A ...
分类:其他好文   时间:2021-04-22 15:45:09    阅读次数:0
centos7 安装Oracle19C 数据库
本文为常规安装 centos7 使用 rpm方式安装 1.下载资源包 oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm 下载地址:https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/ ...
分类:数据库   时间:2021-04-22 15:13:42    阅读次数:0
安装node-sass运行报错 Module build failed: TypeError: this.getResolve is not a function at Object.loader
vue安装node-sass编译报错 安装node-scss报错 安装node-scss报错 在搭建vue脚手架 或者是在vue项目中,想使用sass的功能, npm install node-sass --save-dev //安装node-sass npm install sass-loader ...
分类:其他好文   时间:2021-04-21 12:58:17    阅读次数:0
CentOS7 yum安装、配置PostgreSQL 9.6
PostgreSQL 9.6安装 1、添加RPM sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm 2、安 ...
分类:数据库   时间:2021-04-21 12:51:42    阅读次数:0
35899条   上一页 1 ... 24 25 26 27 28 ... 3590 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!