摘要: C++ 数据结构 1. 标准库 https://www.runoob.com/cplusplus/cpp-standard-library.html 2. Vector https://www.runoob.com/w3cnote/cpp-vector-container-analysis.html 阅读全文
posted @ 2024-08-18 23:34 爱新觉罗LQ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Git Stash https://cloud.tencent.com/developer/article/2177783 Git 会提示“No local changes to save” 在 Git 中,git stash 命令默认情况下只会保存已跟踪的文件的修改和暂存区的内容,而不会保存未被追 阅读全文
posted @ 2024-08-18 23:24 爱新觉罗LQ 阅读(29) 评论(0) 推荐(0) 编辑
摘要: Stream流 函数式编程:https://github.com/RonnieLee24/Java_new_feature/blob/master/函数式编程.md Stream本身并不是数据结构,不会存储数据或改变数据源,它仅定义处理方式,可以视为一种高级迭代器 不仅能够支持顺序处理 还能进行并行 阅读全文
posted @ 2024-08-18 01:00 爱新觉罗LQ 阅读(3) 评论(0) 推荐(0) 编辑
摘要: mermaid(已经是 MarkDown 生态的一部分了) Github:https://github.com/mermaid-js/mermaid 教程:https://mermaid.js.org/intro/ 实时编辑器 时序图 结合教程来实际操作即可: sequenceDiagram %% 阅读全文
posted @ 2024-08-18 00:25 爱新觉罗LQ 阅读(97) 评论(0) 推荐(0) 编辑