1 2 3 4 5 ··· 7 下一页
摘要: https://www.cnblogs.com/GilbertDu/p/18430691 阅读全文
posted @ 2024-09-25 10:18 卡卡西殿 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/blogtech/p/16589237.html https://blog.csdn.net/yx1166/article/details/124299040 1. 通过自签方式验证 自签方式意思就是我们自己模拟CA机构来颁发证书。 基本流程 创建一个 阅读全文
posted @ 2024-09-19 14:30 卡卡西殿 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/TonyCode/p/18397487 阅读全文
posted @ 2024-09-18 11:29 卡卡西殿 阅读(3) 评论(0) 推荐(0) 编辑
摘要: curl -k -X PUT -H 'Content-Type: application/json' -d '{"grantType":"password","userName":"name","value":"pwd"}' https://xxx:xxx/rest/xxx/v1/sessions 阅读全文
posted @ 2024-09-13 11:06 卡卡西殿 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://cloud.tencent.com/developer/article/2278351 编码(encode):将Unicode字符串转为特定编码格式对应的字节码的过程;就是将字符串转换为字节码 解码(decode):将特定编码格式的字节码转为对应的Unicode字符串的过程;就是将字 阅读全文
posted @ 2024-08-31 16:09 卡卡西殿 阅读(10) 评论(0) 推荐(0) 编辑
摘要: https://doc.yonyoucloud.com/doc/wiki/project/java-concurrent/java-memory-model.html https://blog.csdn.net/m0_45406092/article/details/127368475 https: 阅读全文
posted @ 2024-08-30 17:18 卡卡西殿 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Castlehe/article/details/117566303 https://z197.com/blog/how-many-cores-does-the-cpu-have.html 阅读全文
posted @ 2024-08-30 16:28 卡卡西殿 阅读(1) 评论(0) 推荐(0) 编辑
摘要: cookie、session,、token 链接: https://developer.huawei.com/consumer/cn/forum/topic/0202108382987832967 阅读全文
posted @ 2024-08-16 11:03 卡卡西殿 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 表达的意思是我们在父类没有声明是一个bean,只要他的子类是交给了spring;父类依然可以通过声明@Autowired的字段自动注入; spring在初始化的时候,会将子类和父类所有含有Autowired完成自动注入; https://blog.csdn.net/chuixue24/article 阅读全文
posted @ 2024-05-30 16:33 卡卡西殿 阅读(49) 评论(0) 推荐(0) 编辑
摘要: @NonNull、@Nullable 不会校验,仅仅标记说明而已 @NonNull: 不允许为null @Nullable : 允许为null 详见:https://blog.csdn.net/HaHa_Sir/article/details/127678161 阅读全文
posted @ 2024-05-30 11:33 卡卡西殿 阅读(36) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 7 下一页