摘要:
https://juejin.cn/post/7033339845141987336 阅读全文
摘要:
sed -i 是一个在 Unix 和 Linux 系统中使用的命令,属于流编辑器 sed 的功能。sed 用于对文本进行处理和转换,而 -i 选项的作用是直接在文件中进行修改,而不是仅仅将结果输出到标准输出。 具体来说: -i 选项表示 "in-place" 编辑,即对指定的文件进行原地编辑。使用了 阅读全文
摘要:
https://www.cnblogs.com/GilbertDu/p/18430691 阅读全文
摘要:
https://www.cnblogs.com/blogtech/p/16589237.html https://blog.csdn.net/yx1166/article/details/124299040 1. 通过自签方式验证 自签方式意思就是我们自己模拟CA机构来颁发证书。 基本流程 创建一个 阅读全文
摘要:
https://www.cnblogs.com/TonyCode/p/18397487 阅读全文
摘要:
curl -k -X PUT -H 'Content-Type: application/json' -d '{"grantType":"password","userName":"name","value":"pwd"}' https://xxx:xxx/rest/xxx/v1/sessions 阅读全文
摘要:
https://cloud.tencent.com/developer/article/2278351 编码(encode):将Unicode字符串转为特定编码格式对应的字节码的过程;就是将字符串转换为字节码 解码(decode):将特定编码格式的字节码转为对应的Unicode字符串的过程;就是将字 阅读全文
摘要:
https://doc.yonyoucloud.com/doc/wiki/project/java-concurrent/java-memory-model.html https://blog.csdn.net/m0_45406092/article/details/127368475 https: 阅读全文
摘要:
https://blog.csdn.net/Castlehe/article/details/117566303 https://z197.com/blog/how-many-cores-does-the-cpu-have.html 阅读全文
摘要:
cookie、session,、token 链接: https://developer.huawei.com/consumer/cn/forum/topic/0202108382987832967 阅读全文