码迷,mamicode.com
首页 >  
搜索关键字:rsync auth failed on module client    ( 40915个结果
hint: Updates were rejected because the tip of your current branch is behind
问题: 1 error: failed to push some refs to 2 hint: Updates were rejected because the tip of your current branch is behind 3 hint: its remote counterpart ...
分类:其他好文   时间:2021-06-19 18:56:51    阅读次数:0
解决mysql:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO/YES)
一、问题 有时候我们登录Mysql输入密码的时候,会出现这种情况 mysql -u root -p Enter Password > '密码' 错误:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using passwo ...
分类:数据库   时间:2021-06-18 20:10:32    阅读次数:0
ZCU111/ZynqMP/Zynq ultrascale+/Petalinux 开启系统 NFS Server 支持
要使能NFS server的功能,其实在petalinux中即可配置。 ...
分类:系统相关   时间:2021-06-18 19:17:50    阅读次数:0
DAY 78 luffy02
1 路飞项目使用auth的user表 -第一从一开始就使用 -后期要用,必须删库,删迁移文件(自己app内置app)2 前端配置 -axios -vue-router -elementui -bootstrap -jq4 跨域问题(前后端分离项目不可避免的) -浏览器的同源策略,安全策略 -解决跨域 ...
分类:其他好文   时间:2021-06-18 18:49:37    阅读次数:0
Centos7 Docker安装
1.卸载旧的docker,可选,如果搭建K8S平台,CentOS自带的docker会报错,因此最好使用官方最新的docker版本。 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ dock ...
分类:其他好文   时间:2021-06-17 17:04:55    阅读次数:0
vue-element-admin登录流程修改(亲测有用)
废话不多说,直接开始上步骤. 一、去官网下载https://panjiachen.github.io/vue-element-admin-site/zh/guide/,我下载的是基础模板. 二、修改vue.config.js文件 1.找到module.exports下的before: require ...
分类:其他好文   时间:2021-06-17 16:49:59    阅读次数:0
记一次HDFS HA自动切换失败问题
报错信息: java.lang.RuntimeException: Mismatched address stored in ZK for NameNode at /172.23.6.96:9000: Stored protobuf was nameserviceId: "mycluster" na ...
分类:其他好文   时间:2021-06-16 18:06:59    阅读次数:0
1. python中常用的内置函数
1. vars vars(objcet) 函数返回对象object的属性和属性值的字典对象 def test(a, b): # {'a': 10, 'b': 20} 常用打印函数的所有入参 print(vars()) return a + b if __name__ == '__main__': t ...
分类:编程语言   时间:2021-06-16 17:51:29    阅读次数:0
图片随鼠标移动
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <style> img { position: absolute; top: 2px; } </style> </head> <body> <img src="im ...
分类:移动开发   时间:2021-06-16 17:46:14    阅读次数:0
Python中集成es两种方式
1、原生集成 # https://github.com/elastic/elasticsearch-py # https://github.com/elastic/elasticsearch-dsl-py # Official low-level client for Elasticsearch # ...
分类:编程语言   时间:2021-06-16 17:36:10    阅读次数:0
40915条   上一页 1 ... 6 7 8 9 10 ... 4092 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!