# LearnJavaWeb **Repository Path**: peterjxl/LearnJavaWeb ## Basic Information - **Project Name**: LearnJavaWeb - **Description**: 学习JavaWeb技术 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-06 - **Last Updated**: 2023-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LearnJavaWeb 本项目是学习JavaWeb时的练手项目,建议配合博客来看:[JavaWeb](https://www.peterjxl.com/JavaWeb/) 目前有以下内容: 服务器软件介绍: 1. [什么是服务器软件](https://www.peterjxl.com/JavaWeb/0-what-is-server/#web相关概念回顾) 2. [Nginx介绍](https://www.peterjxl.com/Nginx/0-introduce/#什么是代理) 3. [Nginx的安装和启停](https://www.peterjxl.com/Nginx/11-install-and-start/) 4. [Nginx配置](https://www.peterjxl.com/Nginx/12-nginx-conf/) 5. [Nginx配置反向代理](https://www.peterjxl.com/Nginx/14-proxy/) 6. [Nginx配置多个反向代理](https://www.peterjxl.com/Nginx/15-proxy/) 7. [Nginx配置负载均衡](https://www.peterjxl.com/Nginx/F5/) 8. [Nginx配置动静分离](https://www.peterjxl.com/Nginx/30-dynamic-and-static/) 9. [Nginx集群概念](https://www.peterjxl.com/Nginx/40-cluster/) 10. [Nginx配置高可用(主从)](https://www.peterjxl.com/Nginx/41-highly-available/) 11. [Nginx原理](https://www.peterjxl.com/Nginx/42-theory/) 12. [Nginx日志管理](https://www.peterjxl.com/Nginx/43-log-manage/) 13. [Nginx手册](https://www.peterjxl.com/Nginx/45-manual/) 14. [Nginx系列完结](https://www.peterjxl.com/Nginx/50-summary/#参考) 15. [Tomcat介绍](https://www.peterjxl.com/Tomcat/65-introduce/) 16. [Tomcat安装和启停](https://www.peterjxl.com/Tomcat/75-install-start/) 17. [Tomcat配置](https://www.peterjxl.com/Tomcat/95-Tomcat-conf/) 18. [Tomcat部署项目](https://www.peterjxl.com/Tomcat/105-deploy/) 19. [IDEA新建JavaWeb项目](https://www.peterjxl.com/Tomcat/115-new-project/) 20. [Tomcat集群](https://www.peterjxl.com/Tomcat/125-cluster/) Servlet: 1. [什么是Servlet](https://www.peterjxl.com/Servlet/0-introduce/#什么是servlet) 2. [Servlet入门案例](https://www.peterjxl.com/Servlet/1-HelloWorld/) 3. [Servlet生命周期](https://www.peterjxl.com/Servlet/5-lifecycle/) 4. [Servlet中的注解](https://www.peterjxl.com/Servlet/10-anno/) 5. [Tomcat集成IDEA](https://www.peterjxl.com/Servlet/15-Tomcat-IDEA/) 6. [Servlet体系结构](https://www.peterjxl.com/Servlet/20-Servlet-structure/) 7. [HTTP协议基础](https://www.peterjxl.com/Servlet/25-HTTP/) 8. [深入request和response对象](https://www.peterjxl.com/Servlet/30-req-resp/) 9. [request对象基本使用](https://www.peterjxl.com/Servlet/31-req-basic/) 10. [request其他功能](https://www.peterjxl.com/Servlet/32-req-other/) 11. [Servlet实现登录功能](https://www.peterjxl.com/Servlet/35-login/) 12. [HTTP协议基础-响应](https://www.peterjxl.com/Servlet/40-HTTP-resp/) 13. [Response对象基本使用](https://www.peterjxl.com/Servlet/45-resp/) 14. [response对象之重定向](https://www.peterjxl.com/Servlet/50-resp-redirect/) 15. [response输出字符到浏览器](https://www.peterjxl.com/Servlet/55-output-char/#入门) 16. [response输出字节数据](https://www.peterjxl.com/Servlet/60-output-byte/) 17. [验证码案例](https://www.peterjxl.com/Servlet/65-check-code/) 18. [ServletContext](https://www.peterjxl.com/Servlet/70-ServletContext/#获取和使用servletcontext) 19. [文件下载案例](https://www.peterjxl.com/Servlet/75-download/) 20. [Cookie笔记](https://www.peterjxl.com/Servlet/80-cookie/) 21. [Cookie的更多细节](https://www.peterjxl.com/Servlet/81-Cookie-detail/#一次可不可以发送多个cookie) 22. [Cookie实践:记住上次访问时间](https://www.peterjxl.com/Servlet/85-Cookie-last-login-time/) 23. [JSP入门](https://www.peterjxl.com/Servlet/90-JSP/) 24. [JSP的内置对象和案例](https://www.peterjxl.com/Servlet/JSP-more/) 25. [IDEA与JavaWeb的小技巧](https://www.peterjxl.com/Servlet/99-IDEA-JavaWeb/) 26. [Session笔记](https://www.peterjxl.com/Servlet/100-Session/) 27. [验证码案例](https://www.peterjxl.com/Servlet/105-Session-check-code/) 28. [JSP深入学习](https://www.peterjxl.com/Servlet/110-JSP-further/) 29. [MVC开发模式](https://www.peterjxl.com/Servlet/115-MVC/) 30. [EL表达式和JSTL标签](https://www.peterjxl.com/Servlet/120-EL-JSTL/) 31. [JSTL标签库](https://www.peterjxl.com/Servlet/125-JSTL/) 32. [案例:列表的增删改查](https://www.peterjxl.com/Servlet/130-homework/) 33. [Filter学习](https://www.peterjxl.com/Servlet/135-Filter/) 34. [Filter案例](https://www.peterjxl.com/Servlet/140-Filter-demo/) 35. [Listener学习](https://www.peterjxl.com/Servlet/145-Listener/) 36. [Java中的Ajax](https://www.peterjxl.com/Servlet/150-Ajax/) 37. [Java中的JSON](https://www.peterjxl.com/Servlet/155-JSON/)