现象 [root@ln0-181 src]# docker login harbor.spos.lab Authenticating with existing credentials... Login did not succeed, error: Error response from daem ...
分类:
其他好文 时间:
2021-05-24 07:34:00
阅读次数:
0
Thread Thread类的有关方法 void start():启动线程,并执行对象的run()方法 run():线程在被调度时执行的操作 Staring getName():返回线程的名称 void setName(String name):设置该线程名称 static Thread curre ...
分类:
其他好文 时间:
2021-05-24 07:18:03
阅读次数:
0
firewall的操作 1.firewalld的基本使用 启动: systemctl start firewalld查状态:systemctl status firewalld 停止: systemctl disable firewalld禁用: systemctl stop firewalld在开 ...
分类:
其他好文 时间:
2021-05-24 06:54:27
阅读次数:
0
1、查看当前防火墙的状态 sudo ufw status #输入安装系统时创建的密码,乌班图不支持直接使用root账号登录 inactive状态是防火墙关闭状态 active是开启状态。 2、开启防火墙 sudo ufw enable 输入y会提示Firewall is active and ena ...
分类:
其他好文 时间:
2021-05-24 06:41:54
阅读次数:
0
https://blog.csdn.net/linuxvfast/article/details/93720931 在Hadoop安装目录下找到sbin文件夹 在里面修改四个文件 对于start-dfs.sh和stop-dfs.sh文件,添加下列参数: #!/usr/bin/env bash HDF ...
分类:
其他好文 时间:
2021-05-24 06:40:05
阅读次数:
0
维护一个老项目,使用的IDE是Eclipse。 本地的是win 64系统,jdk是1.8版本的。突然有一次启动Eclipse就报错failed to load the jni shared library,无法正常启动。 查了下,都说是Eclipse的版本和jdk版本不兼容问题。 查看eclipse ...
分类:
系统相关 时间:
2021-05-24 06:08:48
阅读次数:
0
##什么是Pod ###Pod是Kubernetes中最小的单元,它由一组、一个或多个容器组成,每个Pod还包含了一个 Pause容器,Pause容器是 Pod的父容器,主要负责僵尸进程的回收管理,通过 Pause容器可以使同一个 Pod里面的多个容器共享存储、网络 、PID、IPC等 ##定义一个 ...
分类:
其他好文 时间:
2021-05-24 06:02:47
阅读次数:
0
目的 将一些重复的代码交给IDEA生成,我们只需要关注那些可变的参数。 步骤 进入以下选项 File → Settings → Editor → Live Templates 2. 3.设置一个组名 MyTemplates 在 MyTemplates中新增一个代码模板 效果展示 默认为 Tab键代码 ...
分类:
其他好文 时间:
2021-05-24 05:58:31
阅读次数:
0
原文: https://tom.preston-werner.com/2011/03/29/ten-lessons-from-githubs-first-year.html Start Early When Chris and I started working on GitHub in late ...
分类:
其他好文 时间:
2021-05-24 05:42:57
阅读次数:
0
近来在一天新电脑上面使用git pull 一个项目,老是提示 Access denied, 找了许多方法,ssh key这些都配置了还是不行,当时别提有多尬 这就是clone 时的提示 最终解决方法,控制面板 > 用户账户 然后找到 凭据管理器 选择Windows凭据 如图删除掉之前使用者留下的 凭 ...
分类:
数据库 时间:
2021-05-24 05:23:44
阅读次数:
0