07 2021 档案
摘要:闪回查询 select * from dept as of timestamp to_timestamp('2016-09-10 11:00:00','yyyy-mm-dd hh24:mi:ss'); 数据误删 表结构没有发生改变 --开启表字段转移,不开启无法还原 alter table 表名 e
阅读全文
摘要:参考 KeyStore 简述 Keytool 简述 Certificate Chain (证书链) 简述 详解RSA加密算法
阅读全文
摘要:Cannot convert access token to JSON 授权服务颁发token(未进行公私钥加密)后,携带此token请求资源服务,提示此错误。 使用token可以在线解析,跟踪代码后问题出现JwtHelper类decodeAndVerify方法,内容如下: ... public s
阅读全文
摘要:个人理解 快速集成,快速基础配置。 参考 深入springboot原理——一步步分析springboot启动机制(starter机制) 深入springboot原理——动手封装一个starter
阅读全文
摘要:自定义Fitler方式 package org.hr.auth.config; import org.springframework.boot.web.servlet.FilterRegistrationBean; import org.springframework.context.annotat
阅读全文
摘要:命令 [root@*** ~]# lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per
阅读全文
摘要:判断权限 path="/home/test" if [ ! -x "$path"]; then mkdir "$path" fi 判断目录是否存在 path="/home/test" if [ ! -d "$path"]; then mkdir "$path" fi 判断文件是否存在 file="/
阅读全文

浙公网安备 33010602011771号