码迷,mamicode.com
首页 >  
搜索关键字:rsync auth failed on module client    ( 40915个结果
linux apline - ssh服务安装及免密登陆实现
目标机器 安装ssh服务 apk add openssh-server apk add openssh sed -i "s/#PermitRootLogin.*/PermitRootLogin yes/g" /etc/ssh/sshd_config && \ sed -i "s/#Port.*/Po ...
分类:系统相关   时间:2021-05-24 02:45:26    阅读次数:0
文件的完整性校验
windows下文件校验: certutil -hashfile filename MD5 certutil -hashfile filename SHA1 certutil -hashfile filename SHA256 linux 下文件校验: md5sum file1 file2 当两个文 ...
分类:其他好文   时间:2021-05-24 02:29:27    阅读次数:0
【转】3种TCP连接异常的情况。
原文:http://www.bubuko.com/infodetail-3022082.html 本文介绍3种TCP连接异常的情况。 1.server端没有启动,client尝试连接 ./client dial failed: dial tcp 127.0.0.1:8080: connect: co ...
分类:其他好文   时间:2021-05-24 01:04:14    阅读次数:0
cubestore driver 添加auth认证
昨天有说明关于mysql协议支持auth的,今天说明下driver支持auth 的方法(已经支持了,只是代码处理需要调整下) cubestore 源码修改 添加auth支持 基于环境变量进行是否进行auth支持的判断 CUBESTORE_AUTH_ENABLE=1 使用,默认没有配置的就不使用 #[ ...
分类:其他好文   时间:2021-05-24 00:59:11    阅读次数:0
Java High Level REST Client 使用示例
概述#ES 在 7.0 版本开始将废弃 TransportClient,8.0 版本开始将完全移除 TransportClient,取而代之的是 High Level REST Client,官方文档介绍的很详细。 Java High Level REST Client 为高级别的Rest客户端,基 ...
分类:编程语言   时间:2021-05-24 00:30:24    阅读次数:0
git clone 下载时报错: fatal: Out of memory, malloc failed
使用云服务器git clone某个项目时,遇到如下问题: fatal: Out of memory, malloc failed (tried to allocate 2000000000 bytes) 百度后找到如下解决方法: sudo mkdir -p /opt/temp sudo dd if= ...
分类:其他好文   时间:2021-05-24 00:26:08    阅读次数:0
SassError: expected selector
问题描述 vue-admin项目中使用了/deep/后启动项目报错: ERROR Failed to compile with 1 errors 20:27:22 error in ./src/nzk/components/themeEditor/layout/components/tree-sel ...
分类:其他好文   时间:2021-05-24 00:16:28    阅读次数:0
记录个人学习selenium(主要为python)第二天
第二天,主要学习如何定位元素 1. 定位方法,即如何定位,这需要我们对HTML有一定的了解 个人推荐使用xpath定位,因为他简单实用:直接找到你需要的“检查”,然后点击左键,选择copy, 选择xpath就可以了。得到后,最好使用CTRL+F查找一下,看看是否有多个,一定要准确。 #建议百度寻找 ...
分类:编程语言   时间:2021-05-24 00:12:48    阅读次数:0
python基础--模块和包
模块的概念 标准模块格式 # !/usr/bin/env python3 # -*- coding: utf-8 -*- 'a test module' __author__ = 'name' 安装第三方模块 pip:是python包管理工具。 安装第三方模块:使用包管理工具 pip pip的安装( ...
分类:编程语言   时间:2021-05-24 00:01:39    阅读次数:0
Python中module文件夹里__init__.py的功能
怎么引用模块 环境:win7 + python3.5.2文档结构: -project?-data?-src -filterCorpus.py -translateMonolingual.py 问题描述:在translateMonolingual.py中引用filterCorpus.py中的函数fun ...
分类:编程语言   时间:2021-05-23 23:12:29    阅读次数:0
40915条   上一页 1 ... 23 24 25 26 27 ... 4092 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!