Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: qiubaiying/qiubaiying.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ChyauAng/chyauang.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

There isn’t anything to compare.

qiubaiying:master and ChyauAng:master are entirely different commit histories.

Showing with 6 additions and 8 deletions.
  1. +5 −7 _posts/2020-04-19-2019实习面经.md
  2. +1 −1 _posts/2020-04-19-2019秋招面经.md
  3. BIN img/{home-bg-art.jpg → post-bg-art.jpg}
12 changes: 5 additions & 7 deletions _posts/2020-04-19-2019实习面经.md
Original file line number Diff line number Diff line change
@@ -104,13 +104,11 @@ tags:
非阻塞io
性能提升分析
定时器实现,内核定时器实现,有无O(1)实现
+ 网络
TCP为什么四次挥手,有3次挥手的实际场景吗
设计题:UDP是不可靠的,TCP是可靠的,某公司由于历史原因使用UDP,开始时能满足应用需求。后来随着业务的发展,开始频繁的出现丢包问题。如果是你,会怎样对现有设计进行改进以满足现有的新需求。如果有多种方案,它们各自有什么优缺点
关于拥塞控制,讲讲TCP拥塞控制的缺点
+ 数据库
存储用户姓名信息,并进行快速检索,一种方法可以使用数据库然后检索,如果我们需要在内存中进行这种操作的话,我们可以怎么做,复杂度是多少
设计一个LRUCache,要怎么设计,需要使用什么数据结构,复杂度是多少
+ TCP为什么四次挥手,有3次挥手的实际场景吗
+ 设计题:UDP是不可靠的,TCP是可靠的,某公司由于历史原因使用UDP,开始时能满足应用需求。后来随着业务的发展,开始频繁的出现丢包问题。如果是你,会怎样对现有设计进行改进以满足现有的新需求。如果有多种方案,它们各自有什么优缺点
+ 关于拥塞控制,讲讲TCP拥塞控制的缺点
+ 存储用户姓名信息,并进行快速检索,一种方法可以使用数据库然后检索,如果我们需要在内存中进行这种操作的话,我们可以怎么做,复杂度是多少
+ 设计一个LRUCache,要怎么设计,需要使用什么数据结构,复杂度是多少
+ 对协程有无了解,讲讲C++常用的协程库,比较一下

### IEG hr面
2 changes: 1 addition & 1 deletion _posts/2020-04-19-2019秋招面经.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ title: 2019秋招面经
subtitle: 2019年秋季学期全职面经归档
date: 2020-04-19
author: Ang
header-img: img/post-bg-cook.jpg
header-img: img/post-bg-art.jpg
catalog: true
tags:
- 面经
File renamed without changes