1. 前言 原本打算把Spring Security中OAuth 2.0的机制讲完后,用小程序登录来实战一下,发现小程序登录流程和Spring Security中OAuth 2.0登录的流程有点不一样,就把写了半天的东西全部推翻了。但是,但是过了一天之后,突然感觉又可以了。我们来一起试一试。 2. ...
分类:
微信 时间:
2021-03-06 14:19:03
阅读次数:
0
A panic should always be a last resort, and even then consider a better option! Logging errors with context (cause and message) Expose errors as metri ...
分类:
其他好文 时间:
2021-03-05 13:31:10
阅读次数:
0
SecurityContext SecurityContext是安全的上下文,所有的数据都是保存到SecurityContext中。 可以通过SecurityContext获取的对象有: Authentication SecurityContextHolder SecurityContextHold ...
分类:
编程语言 时间:
2021-03-04 13:35:29
阅读次数:
0
Security and Cryptography in Python - Hash Functions(3) How password are Verified https://docs.python.org/3/library/hashlib.html https://en.wikipedia. ...
分类:
编程语言 时间:
2021-03-03 12:13:31
阅读次数:
0
Nmap扫描原理与用法 1 Nmap介绍 Nmap是一款开源免费的网络发现(Network Discovery)和安全审计(Security Auditing)工具。软件名字Nmap是Network Mapper的简称。Nmap最初是由Fyodor在1997年开始创建的。随后在开源社区众多的志愿者参 ...
分类:
其他好文 时间:
2021-03-03 12:11:59
阅读次数:
0
2021年2月27日: 软件总结: adapter: package com.example.jiatingruanjian.adapter;import android.content.Context;import android.view.LayoutInflater;import androi ...
分类:
其他好文 时间:
2021-03-01 13:15:42
阅读次数:
0
geoserver账号密码初始化 将D:\geoserver-2.16.2\data_dir\security\usergroup\default文件目录中的users.xml文件内容替换成下列内容: <?xml version="1.0" encoding="UTF-8"?> <userRegis ...
分类:
其他好文 时间:
2021-02-27 13:06:05
阅读次数:
0
逐像素浮点运算转换的,很慢,目测 1080p 只有 12fps 左右 sws_scale(img_convert_context, (const unsigned char *const *)p_frame->data, p_frame->linesize, 0, p_codec_context-> ...
分类:
其他好文 时间:
2021-02-26 12:53:55
阅读次数:
0
1.pom文件引入maven依赖: <!-- RabbitMq --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </depen ...
分类:
编程语言 时间:
2021-02-25 11:56:22
阅读次数:
0
1、概述 2、示例 [root@node201 ~]# cat docker-compose.yml version: '3' services: web: build: context: ./ dockerfile: Dockerfile #image: nginx ports: - "88:80 ...
分类:
其他好文 时间:
2021-02-24 13:27:58
阅读次数:
0