摘要: title: C++ concurrency programming date: 2023-6-15 20:20:57 categories: Cpp C++ Concurrency In Action reference Book开源处,感觉翻译很烂 关于异常: 出现异常并不意味着程序本身出了问题 阅读全文
posted @ 2024-07-31 21:24 光風霽月 阅读(7) 评论(0) 推荐(0) 编辑
摘要: title: Hashtable date: 2023-6-15 20:20:57 categories: algorithm HashMap 0. 题目地址 设计哈希映射 1. 链地址法 class MyHashMap { class Node{ private int key; private 阅读全文
posted @ 2024-07-31 21:23 光風霽月 阅读(2) 评论(0) 推荐(0) 编辑
摘要: title: csapp date: 2023-6-15 20:20:57 categories: csapp 深入理解计算机系统 0x ff 杂项 Instruction set Architecture:ISA,指令集体系架构 软件和硬件之间的一层抽象层 冯诺依曼计算机,即程序存储型计算机 重要 阅读全文
posted @ 2024-07-31 21:23 光風霽月 阅读(4) 评论(0) 推荐(0) 编辑
摘要: title: design parteen & STL date: 2023-6-15 20:20:57 categories: common Design Patterns[TODO] 0x01. 依赖转置原则 ref1 例如人吃巧克力: public interface IChocolates{ 阅读全文
posted @ 2024-07-31 21:23 光風霽月 阅读(2) 评论(0) 推荐(0) 编辑
摘要: title: OSTEP date: 2023-6-15 20:20:57 categories: OS OSTEP jyy 0x 01 reference 官网 教学视频 1.why learn OS 1.解决一个问题的步骤:why-what-how 为什么要学习操作系统 什么是操作系统 怎样学习 阅读全文
posted @ 2024-07-31 21:21 光風霽月 阅读(2) 评论(0) 推荐(0) 编辑
摘要: title: RBTree date: 2023-6-15 20:20:57 categories: algorithm RBT reference LC OI WiKi github illustrate insight completement 阅读全文
posted @ 2024-07-31 21:20 光風霽月 阅读(2) 评论(0) 推荐(0) 编辑
摘要: title: C++ note date: 2023-6-15 20:20:57 categories: Cpp EssentialC++ 0x00 附录 1. 站在巨人的肩膀上 2. 英语 parameter:参数列表 classes hierarchy:类层次体系 string literal: 阅读全文
posted @ 2024-07-31 21:20 光風霽月 阅读(7) 评论(0) 推荐(0) 编辑
摘要: title: C note date: 2023-6-15 20:20:57 categories: C C和指针 1. 宏函数与自定义函数 宏函数与自定义函数是对立的,宏函数的优点就是自定义函数的缺点,自定义函数的缺点就是宏函数的优点。 宏函数的优点:1·执行效率高 2·节省空间 宏函数的缺点:1 阅读全文
posted @ 2024-07-31 21:19 光風霽月 阅读(3) 评论(0) 推荐(0) 编辑
摘要: title: DataBase kernel learn date: 2023-6-15 20:20:57 categories: DB 必备 C/C++/Java/Go/Rust 数据库原理 操作系统 算法与数据结构 分布式原理 编译原理 网络编程 数据库架构原理 工程化能力 OLAP Click 阅读全文
posted @ 2024-07-31 21:18 光風霽月 阅读(6) 评论(0) 推荐(0) 编辑
摘要: title: Memory Management date: 2023-6-15 20:20:57 categories: Cpp C++ Memory Management 0x00 prelogue 1. source 候捷 C++ 内存管理课程 笔记 DL Malloc A Memory Al 阅读全文
posted @ 2024-07-31 21:17 光風霽月 阅读(2) 评论(0) 推荐(0) 编辑
摘要: title: redis date: 2023/6/15 20:14:25 categories: redis Redis 0x00 conf 1. Introduce 菜鸟教程 2. 相关资源 官网 SourceCode 命令参考 在线命令测试 3. 在Docker中使用Redis 连接容器 登陆 阅读全文
posted @ 2024-07-31 21:16 光風霽月 阅读(2) 评论(0) 推荐(0) 编辑
摘要: title: NP probelm date: 2023-6-15 20:20:57 categories: NP NP completeness proface P:Polynomial NP:Non-determinstic Polynomial NPC:Non-deterministic Po 阅读全文
posted @ 2024-07-31 21:11 光風霽月 阅读(6) 评论(0) 推荐(1) 编辑