java-learning/README.md
2025-06-26 14:07:40 +08:00

27 lines
803 B
Markdown
Raw Permalink 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的启动原理
1.maven的版本如何在中央仓库中查看
2.jsp漏洞问题带来的问题
3.常见网络工具攻击
4.怎么做debug
5.栈溢出堆溢出2M
6.技术官方文档,框架源码
7.jvm tomcat等关系包含关系范围