问题: 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输入密码的时候,会出现这种情况 mysql -u root -p Enter Password > '密码' 错误:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using passwo ...
分类:
数据库 时间:
2021-06-18 20:10:32
阅读次数:
0
要使能NFS server的功能,其实在petalinux中即可配置。 ...
分类:
系统相关 时间:
2021-06-18 19:17:50
阅读次数:
0
1 路飞项目使用auth的user表 -第一从一开始就使用 -后期要用,必须删库,删迁移文件(自己app内置app)2 前端配置 -axios -vue-router -elementui -bootstrap -jq4 跨域问题(前后端分离项目不可避免的) -浏览器的同源策略,安全策略 -解决跨域 ...
分类:
其他好文 时间:
2021-06-18 18:49:37
阅读次数:
0
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
废话不多说,直接开始上步骤. 一、去官网下载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
报错信息: 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. 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
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