码迷,mamicode.com
首页 >  
搜索关键字:rsync auth failed on module client    ( 40915个结果
dataclass 数据类
dataclasses 模块 本节主要讲述dataclasses的dataclass,field 导入: from dataclasses import dataclass, field 1.This module provides a decorator and functions for aut ...
分类:其他好文   时间:2021-05-24 17:15:42    阅读次数:0
将url下载到本地
const axios=require('axios') const fs = require('fs-extra'); const https=require('https') const path=require('path') function resolve (dir) { return p ...
分类:Web程序   时间:2021-05-24 17:11:19    阅读次数:0
vue系列---【axio安装、2种请求传参、配置代理、拦截器】
1.实现前后端数据交互,先启动后端 2.配置代理 在你的项目目录下创建一个文件,叫 vue.config.js: module.exports = { // 部署应用时的基本 URL publicPath:"", // build 时构建文件的目录 outputDir: 'dist', // bui ...
分类:其他好文   时间:2021-05-24 16:59:08    阅读次数:0
打开hive后,show databases报错HiveException java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient
启动hive时,show databases; 然后报错: 查看自己的配置文件没有问题(hbase-site.xml中配置的mysql账号信息与mysql账号信息一致),于是乎看别人的解决方法: 第一种解决办法(失败)[1]: 由于没有初始化数据库导致,执行名称初始化数据库,执行命令: schema ...
分类:数据库   时间:2021-05-24 16:48:31    阅读次数:0
更新docker
# 查看已安装dockeryum list installed | grep dockerrpm -qa | grep docker # 卸载旧版本(如果之前安装过的话)yum remove docker \ docker-client \ docker-client-latest \ docker ...
分类:其他好文   时间:2021-05-24 15:43:09    阅读次数:0
DHCP
DHCP (Dynamic Host Configuration Protocol): An application-layer client-server protocol for allowing a device to automatically obtain an IP address. D ...
分类:其他好文   时间:2021-05-24 14:38:40    阅读次数:0
spring cloud gateway和nigix 路由转发时携带域名头信息
1.nigin添加一段配置 server { listen 80; # this is the key !!!!! proxy_set_header Host $host; location /client/pids { proxy_pass http://10.103.13.103:3200/cl ...
分类:编程语言   时间:2021-05-24 14:35:17    阅读次数:0
Failed to create pod sandbox: rpc error: code = Unknown desc = [failed to set up sandbox container...
关于k8s部署错误解决 错误信息 Warning FailedCreatePodSandBox 89s kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = [failed to set up sandbox c ...
分类:数据库   时间:2021-05-24 14:33:36    阅读次数:0
Vue报错(element UI):type check failed for prop "uniqueOpened". Expected Boolean, got String.
报错信息: 报错代码: 报错原因: 期望布尔值,得到字符串 1 解决方法: 解决: ...
分类:其他好文   时间:2021-05-24 14:19:10    阅读次数:0
QTcpSocket 发送结构体
发送方式一: struct data{ int a = 123; int b = 465; } *m_data; m_data = new data; QByteArray data; data.resize(sizeof(struct data)); memcpy(data.data(), m_d ...
分类:其他好文   时间:2021-05-24 14:00:37    阅读次数:0
40915条   上一页 1 ... 18 19 20 21 22 ... 4092 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!