Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiajunhuang/interview
面试题库
https://github.com/jiajunhuang/interview
Last synced: about 2 months ago
JSON representation
面试题库
- Host: GitHub
- URL: https://github.com/jiajunhuang/interview
- Owner: jiajunhuang
- Created: 2018-08-28T12:07:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T04:01:34.000Z (over 6 years ago)
- Last Synced: 2024-08-08T21:19:11.906Z (6 months ago)
- Homepage: https://tiku.jiajunhuang.com
- Size: 1.12 MB
- Stars: 187
- Watchers: 12
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 面经分享
- 欢迎订阅Telegram Channel:分享后端相关的精选文章
https://t.me/jiajunhuangcom
这是我过往面试时总结的经验,从个人的Git repo里整理,公开出来,希望能帮助到更多的人。
ref: https://jiajunhuang.com/articles/2018_08_29-become_a_better_programmer.md.html
版权声明:本repo所有内容遵守CC BY 3.0协议。请注明来源:https://jiajunhuang.com
- [自我介绍,以及我和面试官的关系](https://jiajunhuang.com/articles/2018_03_10-interview.md.html)
- [缓存相关](./cache.md)
- [编译相关](./compile.md)
- [协程](./coroutine.md)
- [数据库索引设计及其优化](./database.md)
- [Docker相关](./docker.md)
- [GC,垃圾回收算法](./gc.md)
- [Golang GMP](./golang_gmp.md)
- [gRPC相关](./grpc.md)
- [HTTP(s)和HTTP/2协议](./http_https_http2.md)
- [Kubernetes相关](./k8s.md)
- [Nginx相关问题](./nginx.md)
- [操作系统相关](./os_components.md)
- [内存模型](./os_mem_layout.md)
- [Python 2字符编码问题](./python2_coding.md)
- [Redis相关问题](./redis.md)
- [操作系统系统调用](./syscall.md)
- [TCP/IP协议相关](./tcp_ip.md)