矮小手机

文章
5
资源
0
加入时间
3年0月21天

SpringMVC工程搭建一、SpringMVC请求映射注解二、搭建和配置SpringMVC三、编写代码测试四、运行web项目

一、SpringMVC请求映射注解@RequestMapping,通用的请求处理@GetMapping,处理http get请求@PostMapping,处理http post请求@PutMapping,处理http put请求@PatchMapping,处理http patch请求@DeleteMapping,处理http delete请求二、搭建和配置SpringMVC引入依赖<dependencies> <dependency&gt

python Django模板的使用方法

模板是一个文本,用于分离文档的表现形式和内容。 模板定义了占位符以及各种用于规范文档该如何显示的各部分基