- 博客(4)
- 收藏
- 关注
原创 Postman Post请求四种参数传递方式与Content-Type对应关系
2、x-www-form-urlencoded:对应的Content-Type:application/x-www-form-urlencoded 表示表单提交;1、data传参:报文是dict类型,那么默认Content-Type:application/x-www-form-urlencoded。1、form-data : 对应的Content-Type:multipart/form-data;data传参:报文是str类型,那么默认Content-Type:text/plain。
2023-09-19 14:35:49
6148
2
原创 SpringMVC注解开发基本配置
SpringMVC注解开发基本配置配置文件SpringMVC注解开发基本配置pom.xmlweb.xmlspringmvc-servlet.xmlControllerjsppom.xml<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.
2021-08-17 20:04:33
210
原创 Mysql解压版安装执行mysqld --initialize命令无法自动生成Data文件夹
Mysql解压版安装执行mysqld --initialize命令无法自动生成Data文件夹安装mysql出错排查问题总结mysql下载地址安装mysql出错初始化数据库:mysqld --initialize安装mysqld服务mysqld --install启动mysql服务net start mysql排查问题发现没有自动生成Data文件解压版需要手动配置my.ini文件这是我之前的配置文件,从另一个电脑拷过来的[mysqld]# 设置3306端口port
2021-07-28 04:03:02
16821
6
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人