From f151b2aefa30d10a8cb103111a290be646b4e544 Mon Sep 17 00:00:00 2001 From: owenramber1989 Date: Mon, 1 Apr 2024 00:30:01 +0800 Subject: [PATCH] Site updated: 2024-04-01 00:30:01 --- .../index.html" | 633 ----------------- .../index.html" | 668 ------------------ .../index.html" | 629 ----------------- 2024/01/16/gamesiveplayed/index.html | 6 - archives/2023/12/index.html | 365 ---------- archives/2023/index.html | 365 ---------- archives/2024/01/index.html | 2 +- archives/2024/03/index.html | 2 +- archives/2024/index.html | 2 +- archives/index.html | 23 +- atom.xml | 67 -- index.html | 126 +--- local-search.xml | 61 -- tags/C/index.html | 357 ---------- tags/OS/index.html | 357 ---------- tags/index.html | 2 +- tags/jobs/index.html | 369 ---------- 17 files changed, 6 insertions(+), 4028 deletions(-) delete mode 100644 "2023/12/08/C-\346\261\202\350\201\214\346\226\271\345\220\221\351\234\200\350\246\201\346\216\214\346\217\241\347\232\204\345\206\205\345\256\271/index.html" delete mode 100644 "2023/12/08/C-\351\235\242\350\257\225\344\270\255\347\232\204\350\257\255\350\250\200\351\242\230/index.html" delete mode 100644 "2023/12/08/\346\223\215\344\275\234\347\263\273\347\273\237\351\235\242\350\257\225\351\242\230/index.html" delete mode 100644 archives/2023/12/index.html delete mode 100644 archives/2023/index.html delete mode 100644 tags/C/index.html delete mode 100644 tags/OS/index.html delete mode 100644 tags/jobs/index.html diff --git "a/2023/12/08/C-\346\261\202\350\201\214\346\226\271\345\220\221\351\234\200\350\246\201\346\216\214\346\217\241\347\232\204\345\206\205\345\256\271/index.html" "b/2023/12/08/C-\346\261\202\350\201\214\346\226\271\345\220\221\351\234\200\350\246\201\346\216\214\346\217\241\347\232\204\345\206\205\345\256\271/index.html" deleted file mode 100644 index 897cc67..0000000 --- "a/2023/12/08/C-\346\261\202\350\201\214\346\226\271\345\220\221\351\234\200\350\246\201\346\216\214\346\217\241\347\232\204\345\206\205\345\256\271/index.html" +++ /dev/null @@ -1,633 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - C++求职方向需要掌握的内容 - ts1989 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- - - - - - -
- -
- -
- - - -
-
-
- - -
- -
-
-
-
-

C++求职方向需要掌握的内容

- - -
- -

需要掌握的语法知识

    -
  1. 泛型编程
  2. -
  3. 多态
  4. -
-

C++开发方面的知识

Linux/Unix 后台开发

    -
  1. 必读书目 APUE, UNP, TCP/IP. 网络方面面试的时候可能会问,开发过程中遇到的最难的问题是什么?这一块可以说网络大量小包导致网络利用率下降, 糊涂窗口问题,fd耗尽之类的
  2. -
-

数据库方面的知识

    -
  1. 首先要熟悉 redis,比如哨兵原理,如何实现持久化
  2. -
-

系统相关知识

    -
  1. 内核优化 eBPF
  2. -
  3. 内核泄漏
  4. -
- - -
- -
-
- - - - - - -
-
-
C++求职方向需要掌握的内容
-
http://example.com/2023/12/08/C-求职方向需要掌握的内容/
-
-
- -
-
作者
-
Jinming Zhang
-
- - -
-
发布于
-
2023年12月8日
-
- - - -
-
许可协议
-
- - - - - - - - - - -
-
- -
-
-
- - - - -
- -
- - -
-
- -
- - -
-
-
-
- -
- - - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git "a/2023/12/08/C-\351\235\242\350\257\225\344\270\255\347\232\204\350\257\255\350\250\200\351\242\230/index.html" "b/2023/12/08/C-\351\235\242\350\257\225\344\270\255\347\232\204\350\257\255\350\250\200\351\242\230/index.html" deleted file mode 100644 index bfe8154..0000000 --- "a/2023/12/08/C-\351\235\242\350\257\225\344\270\255\347\232\204\350\257\255\350\250\200\351\242\230/index.html" +++ /dev/null @@ -1,668 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - C++面试中的语言题 - ts1989 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- - - - - - -
- -
- -
- - - -
-
-
- - -
- -
-
-
-
-

C++面试中的语言题

- - -
- -

C 语言基础

    -
  1. const 的各类问题
  2. -
  3. static 的作用
  4. -
  5. 内存对齐
  6. -
  7. inline 的优缺点与适用场景
  8. -
  9. sizeof 和 strlen 的区别
  10. -
  11. 如何在 C 语言中实现 C++的面向对象特性(封装、继承、多态)
  12. -
  13. 如何提高 memcpy 的效率
  14. -
  15. typedef 和 define 的区别
  16. -
  17. extern 的作用
  18. -
-

C++语言问题

    -
  1. struct 和 class 的区别
  2. -
  3. RAII 相关问题
  4. -
  5. 运行时多态的实现原理?虚函数的实现机制
  6. -
  7. 虚函数的优缺点,如何正确使用虚函数
  8. -
  9. 构造函数可以是虚函数吗?析构函数可以是虚函数吗?
  10. -
  11. 基类的析构函数可以调用虚函数吗?基类的构造函数可以调用虚函数吗?
  12. -
  13. 什么时候用指针,什么时候用引用
  14. -
  15. volatile 的作用
  16. -
  17. 怎样实现一个线程池
  18. -
  19. Effective Modern C++书中提到的各种问题
  20. -
  21. 如何调试内存泄漏
  22. -
  23. unique_ptr 的所有权机制
  24. -
  25. 如何自己实现智能指针
  26. -
-

STL 相关问题

    -
  1. 数组和 std::array 各自的优缺点
  2. -
  3. std::vector 提供的 api 是如何实现的
  4. -
  5. deque,map,set 的底层数据结构
  6. -
  7. std::string 的常用函数
  8. -
-

设计模式

    -
  1. 饿汉和懒汉线程安全的单例模式
  2. -
  3. 观察者模式类关系和优点
  4. -
  5. 代理模式类关系和优点
  6. -
  7. 工厂模式概念和优点
  8. -
  9. 构造者模式概念
  10. -
  11. 适配器模式概念
  12. -
- - -
- -
-
- - - - - - -
-
-
C++面试中的语言题
-
http://example.com/2023/12/08/C-面试中的语言题/
-
-
- -
-
作者
-
Jinming Zhang
-
- - -
-
发布于
-
2023年12月8日
-
- - - -
-
许可协议
-
- - - - - - - - - - -
-
- -
-
-
- - - - -
- - -
- -
- - -
-
-
-
- -
- - - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git "a/2023/12/08/\346\223\215\344\275\234\347\263\273\347\273\237\351\235\242\350\257\225\351\242\230/index.html" "b/2023/12/08/\346\223\215\344\275\234\347\263\273\347\273\237\351\235\242\350\257\225\351\242\230/index.html" deleted file mode 100644 index 59bf09f..0000000 --- "a/2023/12/08/\346\223\215\344\275\234\347\263\273\347\273\237\351\235\242\350\257\225\351\242\230/index.html" +++ /dev/null @@ -1,629 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 操作系统面试题 - ts1989 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- - - - - - -
- -
- -
- - - -
-
-
- - -
- -
-
-
-
-

操作系统面试题

- - -
- -

需要熟悉的 api

这一块可以参考 Robert Love 写的 Linux System Programming

-

- -
- -
-
- - - - - - -
-
-
操作系统面试题
-
http://example.com/2023/12/08/操作系统面试题/
-
-
- -
-
作者
-
Jinming Zhang
-
- - -
-
发布于
-
2023年12月8日
-
- - - -
-
许可协议
-
- - - - - - - - - - -
-
- -
-
-
- - - - -
- - -
- -
- - -
-
-
-
- -
- - - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/2024/01/16/gamesiveplayed/index.html b/2024/01/16/gamesiveplayed/index.html index e77a187..f3341da 100644 --- a/2024/01/16/gamesiveplayed/index.html +++ b/2024/01/16/gamesiveplayed/index.html @@ -435,12 +435,6 @@

- - 操作系统面试题 - 下一篇 - - - diff --git a/archives/2023/12/index.html b/archives/2023/12/index.html deleted file mode 100644 index 709cc15..0000000 --- a/archives/2023/12/index.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 归档 - ts1989 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- - - - - - -
- -
- -
- -
-
- -
- -
-
-
- - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/archives/2023/index.html b/archives/2023/index.html deleted file mode 100644 index 62ce49a..0000000 --- a/archives/2023/index.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 归档 - ts1989 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- - - - - - -
- -
- -
- -
-
- -
- -
-
-
- - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/archives/2024/01/index.html b/archives/2024/01/index.html index a3a9755..69f1674 100644 --- a/archives/2024/01/index.html +++ b/archives/2024/01/index.html @@ -215,7 +215,7 @@
-

共计 6 篇文章

+

共计 3 篇文章


diff --git a/archives/2024/03/index.html b/archives/2024/03/index.html index af2e346..d0fdedd 100644 --- a/archives/2024/03/index.html +++ b/archives/2024/03/index.html @@ -215,7 +215,7 @@
-

共计 6 篇文章

+

共计 3 篇文章


diff --git a/archives/2024/index.html b/archives/2024/index.html index 03f1f7e..0739d19 100644 --- a/archives/2024/index.html +++ b/archives/2024/index.html @@ -215,7 +215,7 @@
-

共计 6 篇文章

+

共计 3 篇文章


diff --git a/archives/index.html b/archives/index.html index 010beee..21f21b8 100644 --- a/archives/index.html +++ b/archives/index.html @@ -215,7 +215,7 @@
-

共计 6 篇文章

+

共计 3 篇文章


@@ -240,27 +240,6 @@
我的电子游戏展柜
- - -

2023

- - - -
操作系统面试题
-
- - - - -
C++面试中的语言题
-
- - - - -
C++求职方向需要掌握的内容
-
-
diff --git a/atom.xml b/atom.xml index 10231f8..46a004f 100644 --- a/atom.xml +++ b/atom.xml @@ -73,71 +73,4 @@ - - 操作系统面试题 - - http://example.com/2023/12/08/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F%E9%9D%A2%E8%AF%95%E9%A2%98/ - 2023-12-08T08:43:56.000Z - 2023-12-09T07:50:55.736Z - - 需要熟悉的 api

这一块可以参考 Robert Love 写的 Linux System Programming

]]> - - - - - - - <h2 id="需要熟悉的-api"><a href="#需要熟悉的-api" class="headerlink" title="需要熟悉的 api"></a>需要熟悉的 api</h2><p>这一块可以参考 Robert Love 写的 Linux System - - - - - - - - - - - - - - C++面试中的语言题 - - http://example.com/2023/12/08/C-%E9%9D%A2%E8%AF%95%E4%B8%AD%E7%9A%84%E8%AF%AD%E8%A8%80%E9%A2%98/ - 2023-12-08T08:27:44.000Z - 2023-12-08T08:40:36.785Z - - C 语言基础
  1. const 的各类问题
  2. static 的作用
  3. 内存对齐
  4. inline 的优缺点与适用场景
  5. sizeof 和 strlen 的区别
  6. 如何在 C 语言中实现 C++的面向对象特性(封装、继承、多态)
  7. 如何提高 memcpy 的效率
  8. typedef 和 define 的区别
  9. extern 的作用

C++语言问题

  1. struct 和 class 的区别
  2. RAII 相关问题
  3. 运行时多态的实现原理?虚函数的实现机制
  4. 虚函数的优缺点,如何正确使用虚函数
  5. 构造函数可以是虚函数吗?析构函数可以是虚函数吗?
  6. 基类的析构函数可以调用虚函数吗?基类的构造函数可以调用虚函数吗?
  7. 什么时候用指针,什么时候用引用
  8. volatile 的作用
  9. 怎样实现一个线程池
  10. Effective Modern C++书中提到的各种问题
  11. 如何调试内存泄漏
  12. unique_ptr 的所有权机制
  13. 如何自己实现智能指针

STL 相关问题

  1. 数组和 std::array 各自的优缺点
  2. std::vector 提供的 api 是如何实现的
  3. deque,map,set 的底层数据结构
  4. std::string 的常用函数

设计模式

  1. 饿汉和懒汉线程安全的单例模式
  2. 观察者模式类关系和优点
  3. 代理模式类关系和优点
  4. 工厂模式概念和优点
  5. 构造者模式概念
  6. 适配器模式概念
]]>
- - - 同时包含了C语言基础的相关问题 - - - - - - - - -
- - - C++求职方向需要掌握的内容 - - http://example.com/2023/12/08/C-%E6%B1%82%E8%81%8C%E6%96%B9%E5%90%91%E9%9C%80%E8%A6%81%E6%8E%8C%E6%8F%A1%E7%9A%84%E5%86%85%E5%AE%B9/ - 2023-12-08T08:14:25.000Z - 2023-12-08T08:27:19.842Z - - 需要掌握的语法知识
  1. 泛型编程
  2. 多态

C++开发方面的知识

Linux/Unix 后台开发

  1. 必读书目 APUE, UNP, TCP/IP. 网络方面面试的时候可能会问,开发过程中遇到的最难的问题是什么?这一块可以说网络大量小包导致网络利用率下降, 糊涂窗口问题,fd耗尽之类的

数据库方面的知识

  1. 首先要熟悉 redis,比如哨兵原理,如何实现持久化

系统相关知识

  1. 内核优化 eBPF
  2. 内核泄漏
]]>
- - - 这里只是简单的分类,没有给出详细阐述 - - - - - - -
- diff --git a/index.html b/index.html index 662320b..b4ae42b 100644 --- a/index.html +++ b/index.html @@ -187,7 +187,7 @@ - - -
- - - -
- -
- - - -
- diff --git a/local-search.xml b/local-search.xml index e54a785..296cefe 100644 --- a/local-search.xml +++ b/local-search.xml @@ -60,66 +60,5 @@ - - 操作系统面试题 - - /2023/12/08/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F%E9%9D%A2%E8%AF%95%E9%A2%98/ - - 需要熟悉的 api

这一块可以参考 Robert Love 写的 Linux System Programming

]]>
- - - - - - jobs - - OS - - - -
- - - - - C++面试中的语言题 - - /2023/12/08/C-%E9%9D%A2%E8%AF%95%E4%B8%AD%E7%9A%84%E8%AF%AD%E8%A8%80%E9%A2%98/ - - C 语言基础
  1. const 的各类问题
  2. static 的作用
  3. 内存对齐
  4. inline 的优缺点与适用场景
  5. sizeof 和 strlen 的区别
  6. 如何在 C 语言中实现 C++的面向对象特性(封装、继承、多态)
  7. 如何提高 memcpy 的效率
  8. typedef 和 define 的区别
  9. extern 的作用

C++语言问题

  1. struct 和 class 的区别
  2. RAII 相关问题
  3. 运行时多态的实现原理?虚函数的实现机制
  4. 虚函数的优缺点,如何正确使用虚函数
  5. 构造函数可以是虚函数吗?析构函数可以是虚函数吗?
  6. 基类的析构函数可以调用虚函数吗?基类的构造函数可以调用虚函数吗?
  7. 什么时候用指针,什么时候用引用
  8. volatile 的作用
  9. 怎样实现一个线程池
  10. Effective Modern C++书中提到的各种问题
  11. 如何调试内存泄漏
  12. unique_ptr 的所有权机制
  13. 如何自己实现智能指针

STL 相关问题

  1. 数组和 std::array 各自的优缺点
  2. std::vector 提供的 api 是如何实现的
  3. deque,map,set 的底层数据结构
  4. std::string 的常用函数

设计模式

  1. 饿汉和懒汉线程安全的单例模式
  2. 观察者模式类关系和优点
  3. 代理模式类关系和优点
  4. 工厂模式概念和优点
  5. 构造者模式概念
  6. 适配器模式概念
]]>
- - - - - - jobs - - C++ - - - -
- - - - - C++求职方向需要掌握的内容 - - /2023/12/08/C-%E6%B1%82%E8%81%8C%E6%96%B9%E5%90%91%E9%9C%80%E8%A6%81%E6%8E%8C%E6%8F%A1%E7%9A%84%E5%86%85%E5%AE%B9/ - - 需要掌握的语法知识
  1. 泛型编程
  2. 多态

C++开发方面的知识

Linux/Unix 后台开发

  1. 必读书目 APUE, UNP, TCP/IP. 网络方面面试的时候可能会问,开发过程中遇到的最难的问题是什么?这一块可以说网络大量小包导致网络利用率下降, 糊涂窗口问题,fd耗尽之类的

数据库方面的知识

  1. 首先要熟悉 redis,比如哨兵原理,如何实现持久化

系统相关知识

  1. 内核优化 eBPF
  2. 内核泄漏
]]>
- - - - - - jobs - - - -
- - - diff --git a/tags/C/index.html b/tags/C/index.html deleted file mode 100644 index fcdde4a..0000000 --- a/tags/C/index.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 标签 - C++ - ts1989 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- - - - - - -
- -
- -
- -
-
- -
-
-
- - -
-

共计 1 篇文章

-
- - - - -

2023

- - - -
C++面试中的语言题
-
- -
- - - - - -
-
-
-
-
- - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/OS/index.html b/tags/OS/index.html deleted file mode 100644 index 3fba96f..0000000 --- a/tags/OS/index.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 标签 - OS - ts1989 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- - - - - - -
- -
- -
- -
-
- -
-
-
- - -
-

共计 1 篇文章

-
- - - - -

2023

- - - -
操作系统面试题
-
- -
- - - - - -
-
-
-
-
- - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/index.html b/tags/index.html index d000953..ce423e5 100644 --- a/tags/index.html +++ b/tags/index.html @@ -219,7 +219,7 @@ diff --git a/tags/jobs/index.html b/tags/jobs/index.html deleted file mode 100644 index 3657829..0000000 --- a/tags/jobs/index.html +++ /dev/null @@ -1,369 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 标签 - jobs - ts1989 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- - - - - - -
- -
- -
- -
-
- -
- -
-
-
- - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -