11 2022 档案
摘要:1.测试:Cookie和端口无关,和ip或域名有关 localhost:81 设置cookie : 请求发现请求头有cookie localhost:82 不设置cookie : 请求发现请求头有cookie 192.168.199.225:82 不设置cookie : 请求发现请求头无cookie
阅读全文
摘要:博客园主题美化 https://zhuanlan.zhihu.com/p/129084235
阅读全文
摘要:mysql: show full processlist 详解 show full processlist 是显示用户正在运行的线程 show processlist 显示的信息都是来自MySQL系统库 information_schema 中的 processlist 表 select * fro
阅读全文
摘要:博客:https://www.jianshu.com/p/7058c21e615e public static void main(String[] args) { test3(); } public static void test1() { Runnable runnable = () -> {
阅读全文
摘要:开启连接泄露检测: removeAbandoned=true 一旦开启,CreateConnectionThread 线程就会每隔 timeBetweenEvictionRunsMillis 毫秒轮询一次, 检测是否存在 running=false 且 空闲时间超过 removeAbandonedT
阅读全文
摘要:v3.1 官方文档: https://v3-1.docs.kubesphere.io/docs/access-control-and-account-management/external-authentication/set-up-external-authentication/ 注:英文文档比中
阅读全文