会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
卡卡西殿
博客园
首页
新随笔
联系
订阅
管理
2024年11月30日
Spring 事务
摘要: https://juejin.cn/post/7033339845141987336
阅读全文
posted @ 2024-11-30 16:28 卡卡西殿
阅读(8)
评论(0)
推荐(0)
2024年11月21日
bash脚本命令系列之-sed
摘要: sed -i 是一个在 Unix 和 Linux 系统中使用的命令,属于流编辑器 sed 的功能。sed 用于对文本进行处理和转换,而 -i 选项的作用是直接在文件中进行修改,而不是仅仅将结果输出到标准输出。 具体来说: -i 选项表示 "in-place" 编辑,即对指定的文件进行原地编辑。使用了
阅读全文
posted @ 2024-11-21 15:35 卡卡西殿
阅读(140)
评论(0)
推荐(0)
2024年9月25日
Java序列化、反序列化、反序列化漏洞
摘要: https://www.cnblogs.com/GilbertDu/p/18430691
阅读全文
posted @ 2024-09-25 10:18 卡卡西殿
阅读(9)
评论(0)
推荐(0)
2024年9月19日
https04_交互流程
摘要: https://www.cnblogs.com/blogtech/p/16589237.html https://blog.csdn.net/yx1166/article/details/124299040 1. 通过自签方式验证 自签方式意思就是我们自己模拟CA机构来颁发证书。 基本流程 创建一个
阅读全文
posted @ 2024-09-19 14:30 卡卡西殿
阅读(51)
评论(0)
推荐(0)
2024年9月18日
代码简洁之道
摘要: https://www.cnblogs.com/TonyCode/p/18397487
阅读全文
posted @ 2024-09-18 11:29 卡卡西殿
阅读(26)
评论(0)
推荐(0)
2024年9月13日
curl命令操作
摘要: 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 卡卡西殿
阅读(14)
评论(0)
推荐(0)
2024年8月31日
python中的编码&解码
摘要: https://cloud.tencent.com/developer/article/2278351 编码(encode):将Unicode字符串转为特定编码格式对应的字节码的过程;就是将字符串转换为字节码 解码(decode):将特定编码格式的字节码转为对应的Unicode字符串的过程;就是将字
阅读全文
posted @ 2024-08-31 16:09 卡卡西殿
阅读(52)
评论(0)
推荐(0)
2024年8月30日
java 内存模型
摘要: 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 卡卡西殿
阅读(19)
评论(0)
推荐(0)
物理cpu&内核&超线程&逻辑cpu
摘要: 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 卡卡西殿
阅读(14)
评论(0)
推荐(0)
2024年8月16日
cookie、session,、token
摘要: cookie、session,、token 链接: https://developer.huawei.com/consumer/cn/forum/topic/0202108382987832967
阅读全文
posted @ 2024-08-16 11:03 卡卡西殿
阅读(15)
评论(0)
推荐(0)
下一页
公告