Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leviding/one-note-a-day
编程每日一题:每天一道精选面试或编程题,180秒内语音答题模式凝练答案。次日推送标准参考答案至群内供大家复盘,做到事事有回音,题题有答案。
https://github.com/leviding/one-note-a-day
frontend interview interview-questions programming
Last synced: 3 days ago
JSON representation
编程每日一题:每天一道精选面试或编程题,180秒内语音答题模式凝练答案。次日推送标准参考答案至群内供大家复盘,做到事事有回音,题题有答案。
- Host: GitHub
- URL: https://github.com/leviding/one-note-a-day
- Owner: leviding
- Created: 2021-01-07T04:57:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T03:55:20.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T06:22:20.667Z (7 months ago)
- Topics: frontend, interview, interview-questions, programming
- Homepage: https://dingxuewen.com/one-note-a-day/
- Size: 57.6 KB
- Stars: 92
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 编程每日一题
每天一道精选面试或编程题,180 秒内语音答题模式凝练答案。次日推送标准参考答案至群内供大家复盘,做到事事有回音,题题有答案。每天早上 8:16 准时发车,来不及解释了,快上车!
本仓库为已经发布的题目和答案汇总,主要为关键知识点、面试题和算法题等,按照对应类别依次分类。每个问题对应一个 issue,欢迎大家在对应 issue 下讨论交流。
| 微信扫码关注官方公众号,订阅参与每日一题 |
|-|
| |## 前端
| Ⅰ | Ⅱ | Ⅲ | Ⅳ | Ⅴ | Ⅵ |
|:--:|:--:|:--:|:--:|:--:|:--:|
| [HTML 总结](./front-end/html/index.md) | [CSS 总结](./front-end/css/index.md) | [JavaScript 总结](./front-end/javascript/index.md) | [React 总结](./front-end/react/index.md) | [Vue 总结](./front-end/vue/index.md) | [工具总结](./front-end/tool/index.md) |## 计算机基础
| Ⅰ | Ⅱ |
|:--:|:--:|
| [算法总结](./computer-basics/algorithm/index.md) | [计算机网络总结](./computer-basics/computer-networking/index.md) |## 其他
| Ⅰ |
|:--:|
| [面试记录总结](./others/interview/index.md) |## 内推信息
1. 微信搜索 **`编程每日一题`** 或 [扫二维码](https://user-images.githubusercontent.com/26959437/120764353-a61b7080-c54a-11eb-8a79-75177c342b45.png) 关注公众号,订阅最新内推信息;
2. 加微信 **`imleviding`** 或 [扫二维码](https://user-images.githubusercontent.com/26959437/103900476-ce857700-5132-11eb-878f-2d7a68bcfa37.jpg),验证信息填写 **`内推`** 即可加入内推互助群;
3. 加微信 **`517010193`** 或 [扫二维码](https://user-images.githubusercontent.com/26959437/103900536-de9d5680-5132-11eb-8cb4-aeb32cbcbed9.jpg),验证信息填写 **`招聘`** 即可联系我发布招聘信息。## 如何参与项目
所有内容均为笔者逐字完成,如果你发现任何问题,欢迎通过 [创建 PR](https://github.com/leviding/one-note-a-day/compare) 或 [创建 Issue](https://github.com/leviding/one-note-a-day/issues/new) 的方式提交修改或指出问题。期待你的意见和建议 💖
如果你有好的问题,欢迎通过 [创建 Issue](https://github.com/leviding/one-note-a-day/issues/new) 的方式提问,与大家一起讨论。管理员会选择优质问题进行详细回答,并纳入本仓库 😁
## 推荐学习资料
**现代 JavaScript 教程**:以最新的 JavaScript 标准为基准,通过简单但足够详细的内容,为你讲解从基础到高阶的 JavaScript 相关知识。React 官方文档推荐,与 MDN 并列的前端优质开源教程。
| 微信扫码关注教程官方公众号,订阅最新教程和动态 |
|-|
| |- **在线阅读**:https://zh.javascript.info/
- **GitHub 地址**:https://github.com/javascript-tutorial/zh.javascript.info## 排版规范
所有内容均按照 [中文文案排版指北](http://mazhuang.org/wiki/chinese-copywriting-guidelines/) 进行排版。
## License
本仓库所有内容均采用 [署名-非商业性使用-禁止演绎 4.0 国际 (CC BY-NC-ND 4.0)](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh-Hans) 进行许可。