Files
awesome-web-security-interview/README.md

35 lines
1.7 KiB
Markdown
Raw Normal View History

2021-07-14 10:26:49 +08:00
# awesome-web-security-interview
2021-07-14 11:02:09 +08:00
本文涵盖内容Web基础漏洞计算机网络操作系统应急响应代码审计算法数据库机器学习等。
2021-07-14 10:52:43 +08:00
2021-07-14 10:54:40 +08:00
- CS-Notes 主要内容如下:
2021-07-14 10:52:43 +08:00
2021-07-14 11:02:09 +08:00
2021-07-14 10:55:46 +08:00
| 算法  | 操作系统 | 网络 |面向对象|  数据库  | Java  |系统设计|   工具   |编码实践|   后记   |
2021-07-14 10:52:43 +08:00
| :---: | :----: | :---: | :----: | :----: | :----: | :----: | :----: | :----: | :----: |
| [:pencil2:](#pencil2-算法) | [:computer:](#computer-操作系统) | [:cloud:](#cloud-网络) | [:art:](#art-面向对象) | [:floppy_disk:](#floppy_disk-数据库) |[:coffee:](#coffee-java)| [:bulb:](#bulb-系统设计) |[:wrench:](#wrench-工具)| [:watermelon:](#watermelon-编码实践) |[:memo:](#memo-后记)|
2021-07-19 09:11:48 +08:00
- campus_recruitmen_questions 主要内容如下:
* :trophy: [ACM已更新200道](#1)
* :triangular_flag_on_post: [剑指offer已更新150道](#2)
* :medal_military: [leetcode已更新200道](#3)
* :dart: [mysql已更新100道](#4)
* :crystal_ball: [redis已更新50道](#5)
* :airplane: [nginx已更新32道](#6)
* :loudspeaker: [语法语言已更新87道](#7)
* :hourglass: [网络原理已更新36道](#8)
* :sparkles: [网络编程已更新25道](#9)
* :desktop_computer: [操作系统已更新18道](#10)
* :floppy_disk: [编译原理已更新5道](#11)
* [并发](#14)
* [堆与栈](#15)
* [](#16)
* [](#17)
* [排序](#18)
* [字符串](#19)
* [作者福利](#22)
2021-07-14 10:52:43 +08:00
2021-07-14 10:50:39 +08:00
## 参考资料
- [CS-Notes](https://github.com/jiet07/CS-Notes)
2021-07-19 09:11:48 +08:00
- [campus_recruitmen_questions](https://github.com/jiet07/campus_recruitmen_questions)