Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chucheng92/easyjob
:fire:interview handbook
https://github.com/chucheng92/easyjob
interview interview-preparation java offer
Last synced: 29 days ago
JSON representation
:fire:interview handbook
- Host: GitHub
- URL: https://github.com/chucheng92/easyjob
- Owner: chucheng92
- Created: 2016-06-15T02:39:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T03:42:50.000Z (9 months ago)
- Last Synced: 2024-08-02T21:01:42.167Z (3 months ago)
- Topics: interview, interview-preparation, java, offer
- Homepage: http://rann.cc
- Size: 43.5 MB
- Stars: 2,271
- Watchers: 130
- Forks: 789
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 互联网求职面试题、知识点和面经整理。祝你求职顺利。
## 编码相关
- [Java研发工程师知识点总结](https://github.com/lemonjing/EasyJob/blob/master/Questions/java_summary.md)
- [基础算法和设计模式](https://github.com/lemonjing/algorithm)
- [剑指offer题解(Java & Scala)实现](https://github.com/lemonjing/SwordOffer)## 项目结构
```sh
.
├── Algorithm
│ ├── Sort.md
│ ├── 一致性哈希算法.md
│ └── 九种内部排序算法的Java实现及其性能测试.md
├── Database
│ ├── DATABASE.md
│ └── MySQL_PASS.md
├── Document
│ ├── Git.pptx
│ ├── core_article.md
│ └── rabbitmq.pptx
├── Framework
│ ├── netty.md
│ ├── nginx.md
│ ├── rabbitmq.md
│ ├── redis.md
│ ├── spark-streaming.md
│ ├── spark.md
│ ├── spring-aop.md
│ ├── spring-ioc.md
│ └── websocket.md
├── Git
│ ├── Git.md
│ └── git-share.docx
├── Java
│ ├── JVM.md
│ ├── Java泛型.md
│ ├── Java序列化.md
│ ├── Java移位符.md
│ ├── Java注解入门.md
│ ├── Java类加载器.md
│ ├── Java注解之注解处理器.md
│ ├── Json.md
│ ├── Maven基础.md
│ ├── Spring.md
│ ├── Struts.md
│ ├── URL_URI.md
│ ├── 单例.md
│ ├── 一致性Hash算法.md
│ └── 字符编码.md
├── Network
│ └── network.md
├── OS
│ ├── Linux.md
│ └── OS.md
├── QA
│ └── Game-Test.md
├── Questions
│ └── Java面试知识点总结.md
├── README.md
└── Tools
├── idea.md
└── 占用端口.md
```## 参与贡献
提交你的Pull Request.
## 联系我
- 邮箱: [email protected]