码迷,mamicode.com
首页 >  
搜索关键字:mvc servlet jsp    ( 48812个结果
JSP
1. 什么是JSP JSP(Java Server Pages)是由Sun Microsystems公司主导创建的一种动态网页技术标准。JSP部署于网络服务器上,可以响应客户端发送的请求,并根据请求内容动态地生成HTML、XML或其他格式文档的Web网页,然后返回给请求者。JSP技术以Java语言作 ...
分类:Web程序   时间:2021-06-30 18:10:55    阅读次数:0
2021 IDEA的使用
1. 创建一个JavaEE Servlet项目 1.1 创建一个空工程 ![](https://img2020.cnblogs.com/blog/897237/202106/897237-20210629233052753-1306294805.png) 然后填写Project Name 和 Pro ...
分类:其他好文   时间:2021-06-30 18:09:28    阅读次数:0
SpringBoot配置属性之Server
转自:https://www.cnblogs.com/chen-lhx/p/7592500.html SpringBoot配置属性之MVC SpringBoot配置属性之Server SpringBoot配置属性之DataSource SpringBoot配置属性之NOSQL SpringBoot配 ...
分类:编程语言   时间:2021-06-30 17:38:02    阅读次数:0
JavaWeb13.1【Tomcat&Servlet:web相关概念回顾、web服务器软件、Tomcat使用】
web相关概念回顾 web服务器软件 Tomcat ...
分类:编程语言   时间:2021-06-29 16:10:48    阅读次数:0
JavaWeb13.2【Tomcat&Servlet:Tomcat集成到IDEA中】
...
分类:编程语言   时间:2021-06-29 16:09:51    阅读次数:0
JavaWeb13.3【Tomcat&Servlet:Servlet(server applet)】
1 <?xml version="1.0" encoding="UTF-8"?> 2 <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
分类:移动开发   时间:2021-06-29 16:09:22    阅读次数:0
Spring Boot 学习(一)@RequestAttribute @MatrixVariable @UrlPathHelper
@GetMapping("/send") public String getmessage(HttpServletRequest request) { request.setAttribute("msg","跳转"); //设置参数 request.setAttribute("code",123); ...
分类:编程语言   时间:2021-06-29 16:08:05    阅读次数:0
自定义SpringMVC
为了能够深入理解SpringMVC,自己实现一个简单的"SpringMVC"。所有代码的实现都是为了快速构建SpringMVC的流程,理解要完成SpringMVC这样一个框架大概是什么样子的原理,而不是一比一的复刻。文中涉及到的源码有兴趣可以在评论联系我。 SpringMVC其实是在将Servlet ...
分类:编程语言   时间:2021-06-29 15:29:35    阅读次数:0
建一个网站需要学习的基础知识
1.Asp.net MVC 2.web页面展示(前端) 2.1 html (页面框架) 2.2 css (样式) 2.3 javascript,简称js (向后端发送请求,保存数据,或者从后端获取数据) 参考:https://www.w3school.com.cn/ 3.数据库存储(sqlserve ...
分类:Web程序   时间:2021-06-28 20:00:28    阅读次数:0
SpringBoot-web
1、SpringMVC自动配置概览 Spring Boot provides auto-configuration for Spring MVC that works well with most applications.(大多场景我们都无需自定义配置) The auto-configuratio ...
分类:编程语言   时间:2021-06-28 19:31:50    阅读次数:0
48812条   上一页 1 2 3 4 ... 4882 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!