java-learning/README.md
2025-06-19 16:43:01 +08:00

19 lines
558 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

java 知识点学习
---
1. [从0到1实现一个web服务器](demo1/web_server.md)
1. 网络请求
2. HTTP协议
3. 文件读取
4. 动静态资源
5. 模板渲染
2. `@Vaild`为什么能做到校验参数?
1. 请求参数处理
2. 切面AOP
3. 目标寻址请求URL到目标方法ctrl
4. [GET] URL参数
5. [POST] application/x-www-form-urlencoded表单数据
6. [POST] multipart/form-data文件上传
7. [POST] application/jsonJSON数据
8. [POST] text/xmlXML数据
3. spring boot的启动原理