JWT全称JSON Web Token,是一个紧凑的,自包含的,安全的信息交换协议。JWT有很多方面的应用,例如权限认证,信息交换等。本文将简单介绍JWT登录权限认证的一个实例操作。 JWT组成 JWT由头部(Header),负载(Payload)和签名(Signature)三部分组成。其中头部包含 ...
分类:
其他好文 时间:
2021-02-17 14:45:22
阅读次数:
0
A company is planning to interview people. Given the array where ,?the cost of flying the person to city is , and the cost of flying the person to cit ...
分类:
其他好文 时间:
2021-02-17 14:20:21
阅读次数:
0
机器配置及其他说明 物理机 无线网卡: rtl8723be 操作系统: kali 2020.4 U 盘所在路径:/media/root/kali 网络配置的路径: /etc/network/interfaces apt conf 路径: /etc/apt/apt.conf.d/ network-ma ...
分类:
其他好文 时间:
2021-02-16 12:45:57
阅读次数:
0
NMP = Nginx/MySQL/PHP Installation steps of the Nginx 我这里使用 v1.4.4 wget -c http://nginx.org/download/nginx-1.4.4.tar.gz install tar -zxvf nginx-1.7.4. ...
分类:
其他好文 时间:
2021-02-16 12:17:27
阅读次数:
0
1.分类 级联删除: 删除StatefulSet时同时删除pod 非级联删除: 删除StatefulSet时不删除pod 2.级联删除 [root@k8s-master01 ~]# kubectl get pod NAME READY STATUS RESTARTS AGE nginx-6cdd5d ...
分类:
其他好文 时间:
2021-02-15 12:41:00
阅读次数:
0
1、打开centos的yum文件夹 cd /etc/yum.repos.d/ 2、用wget下载repo文件 wget http://mirrors.aliyun.com/repo/Centos-7.repo 如果wget命令不生效,说明还没有安装wget工具, yum -y install wge ...
分类:
其他好文 时间:
2021-02-15 12:37:24
阅读次数:
0
问题描述:CentOS 7.9版本 root用户密码输入正确,出现错误密码提示:“sorry,that didn't work.please try again” 解决方案 一,创建普通用户,以前通用户登录 打开终端:输入命令 sudo passwd root 然后输入旧密码,新密码,再确认新密码( ...
分类:
其他好文 时间:
2021-02-15 12:37:10
阅读次数:
0
MYSQL安装最新流程 一、首先很简单,就是下载好MySQL以后狂点下一步,直到安装完成 二、第二步是配置环境变量,需要配置 1. 一个MYSQL_HOME,具体相关内容如下:这个是我安装的目录文件,有的时候需要配置到bin目录下, 但是我的好像这儿就可以了。 C:\Program Files\My ...
分类:
数据库 时间:
2021-02-15 12:34:22
阅读次数:
0
centos6 yum install git yum install http://opensource.wandisco.com/centos/6/git/x86_64/wandisco-git-release-6-1.noarch.rpm yum update git centos7 yum ...
分类:
其他好文 时间:
2021-02-15 12:32:55
阅读次数:
0
文章为自己安装arch时的记录,同时参考了其他大佬的安装教程,如有问题和意见,请私信我 0、安装准备 virtualbox以及arch镜像(镜像从各大镜像源网站下载即可),因为使用virtualbox进行安装,所以下面介绍虚拟机的基本配置 系统配置 存储镜像配置 网络配置 1、更新时钟 root@a ...
分类:
系统相关 时间:
2021-02-15 12:22:48
阅读次数:
0