E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
RequestMethod
SpringMvc上传文件遇到重复读取InputStream的问题
RestControllerpublicclassHelloController{@AutowiredprivateUploadServiceuploadService;@RequestMapping(value="/upload",method=
RequestMethod
.POST
weixin_30865427
·
2020-07-27 13:40
Spring 不能进入方法
e57208a06a1f4caba0df8db8b24a2fc9.png刚开始我的requestMapping设置的为:@RequestMapping(value="/ricky01/{date}/",method=
RequestMethod
.GET
石奈子
·
2020-07-27 13:39
异常
SpringBoot生成docx文件并返回其Base64编码
直接上源码,@ResponseBody@RequestMapping(value="/getDocx",method=
RequestMethod
.GET)publicStringgetDocumentBase64
青冬
·
2020-07-27 12:34
前端使用axios时,设置了headers后,每次发送请求都会多一次OPTIONS请求
在vue项目中使用axios发送http请求,每次请求都会多一次
RequestMethod
:OPTIONS请求,然后才是get/post请求:百度查看原因,大概有这几种:CORS跨域分为简单跨域请求和复杂跨域请求简单跨域请求是不会发送
lhy1122
·
2020-07-23 10:14
利用python库在局域网内传输文件 通过cmd去下载网络文件(可以写脚本)
请求方法(
requestmethod
)URL操作GET/发送text_con
清风等待KT
·
2020-07-16 06:00
总结
python
【JAVA踩坑记录】Feign调用服务时,get请求参数异常
【场景】server-1服务,暴露的get请求接口:@RequestMapping(value="/empInfoPdf",method=
RequestMethod
.GET)publicStringgetEmpInfoPdf
Ethan_LiYan
·
2020-07-16 04:26
JAVA秒会之异常处理系列
转载https://www.cnblogs.com/baizhanshi/p/5593431.html
html:12342.controller:123456789101112131415161718@RequestMapping(value="/headImgUpload.json",method=
RequestMethod
.POST
bigsand沙子
·
2020-07-16 03:21
Java测试接口,参数为对象的简单测试方式
@RequestMapping(value="/save",method=
RequestMethod
.POST)publicStringsave(@RequestBody(required=false)
lwh_20062138
·
2020-07-16 02:29
springmvc的controller方法不指定method时可以GET或POST提交
在写controller的方法时@RequestMapping("page")//@RequestMapping(value="page",method=
RequestMethod
.GET)写法二//@
linlinxie
·
2020-07-16 02:24
cn.hutool.json.JSONUtil将JSON字符串转为对象。
importcn.hutool.json.JSONUtil;@RequestMapping(value="/api/cantionApply",method=
RequestMethod
.POST)publicStringacceptCApply
零落尘土
·
2020-07-16 02:55
开发调试工具
okhttp请求远程数据并在ListView显示
1.我在本地搭建的服务端,基于springmvc,hibernate和注解,写了一个简单查询方法:@RequestMapping(value="/topicjson.do",method=
RequestMethod
.GET
李帅康
·
2020-07-16 01:01
安卓
spring boot 解析ionic3 图片上传(data:image/jpg;base64)
1.Controller@RequestMapping(value="uploadAvatar",method=
RequestMethod
.POST)@CrossOriginpublicResponseuploadAvatar
DONG999
·
2020-07-16 00:41
防刷限流技术
限制时间最大请求数令牌桶如何实现令牌桶算法防刷验证码生成验证码的代码使用生成验证码的工具生成验证码将验证码存入到redis缓存中之后下单的时候可以验证缓存中是否有//生成验证码@RequestMapping(value="/generateverifycode",method={
RequestMethod
.POST
alex-zhou96
·
2020-07-15 19:00
秒杀项目
springMVC 接受 json格式数据
Map方式接受,发送的请求是{"code":"aaa"}Message里面包含code字段,有get,set方法第一种方式:@RequestMapping(value="/onLogin",method=
RequestMethod
.POST
角灯的技术博客
·
2020-07-15 16:27
HTTP的Rquest和Response
资源HTTP/1.1获取多个WEB资源首先获取百度的抓包信息进行分析:Client-Request-Server请求行1.RequestURL:https://www.baidu.com/请求地址2.
RequestMethod
王为Vivian
·
2020-07-15 16:20
JAVAWEB
java
计算机网络
javaweb
spring 返回json数据
使用注解的方式返回json数据@ResponseBody@RequestMapping(value="getUserList",method=
RequestMethod
.POST)public@ResponseBodyListbackUserList
CoderLJW
·
2020-07-15 14:39
Json字符串传递给后台String 接收后转成对象获取对象中的属性值。
前端传参数{"bid":["com.adhabsdad.chd","dhgdqjgd.cinc.cjc"]}二:后台的代码接收@RequestMapping(value="/register",method=
RequestMethod
.POST
PSY_God
·
2020-07-15 13:07
java
从零写一个具有IOC-AOP-MVC功能的框架---学习笔记---09. MVC实现思路简介及整体框架搭建
ControllerMethod类该类主要存储Controller类和其具有的方法实例,方法参数的映射2.2.2编写ModelAndView类该类主要存储处理完后的结果数据,以及显示该数据的视图路径2.2.3编写
RequestMethod
wuyiccc
·
2020-07-15 13:55
java
spring
基于SSH框架项目使用模糊查询的搜索功能开发
1、jsp端建立搜索框检索2、controller端代码@RequestMapping(value="/search",method=
RequestMethod
.POST)publicStringSearch
Tiesto_W
·
2020-07-15 09:32
学习
Java微信小程序的支付对接demo
小程序配置界面获取)商户号api密钥(商家后台自己设置)二、这是微信小程序支付的流程图三、Controller层,/***微信支付*/@RequestMapping(value="wxOrderId",method=
RequestMethod
.POST
Yu双Yu
·
2020-07-15 09:07
vue中使用$http.post请求传参的错误
在使用$http请求后台,照常我们在后端使用注解@PostMapper或者@RequestMapping(value=“XXXX”,method=
RequestMethod
.POST)接受请求handleAdd
B–rabbit
·
2020-07-15 08:32
java中html网页转化成pdf(itext)
com.itextpdfitext-asian5.2.0org.xhtmlrenderercore-rendererR8二、java代码实现@ResponseBody@RequestMapping(value="/saveNotification.do",method=
RequestMethod
.POST
wangfei5210
·
2020-07-15 07:11
java
导出excel(springmvc)
ResourceprivateFineExportServicefineExportService;@RequestMapping(value="/fineExportExcel.do",method=
RequestMethod
.GET
打倒代码!升级吧!赐予我阳光的力量
·
2020-07-15 06:04
springboot服务端接收angularJS的$http.post报400问题
springboot服务器端接受请求代码如下:@RequestMapping(value="/postuser/{id}",method=
RequestMethod
.POST)publicStringpostUserName
weixin_34402090
·
2020-07-15 05:49
分页查询Page的getSize与getTotalElements使用对比
一.使用Page.getSize@RequestMapping(value="/search/{page}/{size}",method=
RequestMethod
.POST)publicResultfindSearch
weixin_34384557
·
2020-07-15 05:39
Spring处理跨域请求
@RequestMapping(method=
RequestMethod
.P
weixin_34309543
·
2020-07-15 05:11
FeignClient 代码示例
publicclassUserController{@AutowiredprivateUserClientuserClient;@RequestMapping(value="getUser/{userId}",method=
RequestMethod
.GET
王学政
·
2020-07-15 02:46
SpringCloud
Intellij IDEA创建web项目,启动后首页“始终”为index.jsp
遇到的问题:这两天在用Java配置方式实现一个最基本的SpringMVC项目,因为手懒,在控制器中映射路径只写了"/",如下:@RequestMapping(value="/",method=
RequestMethod
.GET
欧阳方超
·
2020-07-15 01:36
Spring
Framework
Java
Web
SpringBoot 中常用注解@Controller/@RestController/@RequestMapping介绍
Controller处理http请求@Controller//@ResponseBodypublicclassHelloController{@RequestMapping(value="/hello",method=
RequestMethod
.GET
HelloWorld_EE
·
2020-07-15 00:12
SpringBoot
Http Status 500:Request processing failed异常解决办法
在标签中,将method设为post请求方式,并在Controller类中将@RequestMapping中的method设为:method=
RequestMethod
.POST后,就解决了。
zmt0104
·
2020-07-14 20:43
异常处理
SpringBoot线上问题:@RequestBody参数中使用@Valid校验失效
1.本地代码模拟:前台参数校验,在@RequestBody参数中使用@Valid@RequestMapping(value="/goodsAdd",method=
RequestMethod
.POST)publicvoidaddGoods
Haqiu.Hwang
·
2020-07-14 19:06
java
Spring
Cloud
线上bug
SpringBoot自学好几天 中途开始写笔记 SpringBoot Web开发 20190127
修改完后刷新修改完页面内容后ctrl+f9重新编译登录错误消息显示@PostMapping(value="/user/login")//@RequestMapping(value="/user/login",method=
RequestMethod
.POST
grace.liming
·
2020-07-14 18:18
SpringBoot
Spring-boot系列(10):JPA常用查询方式
继承的这个是用来分页的这个是一下复杂查询的接口这个分页又继承CrudRepository是基本的增删改查常用方法:1.saveupdate差不多@RequestMapping(value="save",method=
RequestMethod
.GET
精确而优雅
·
2020-07-14 18:15
SpringBoot
SpringBoot获取短信验证码
方式存入session中并设置5分钟有效期/***获取短信验证码*存session中,5分钟有效**@paramphoneNo*/@RequestMapping(value="/msg",method=
RequestMethod
倒骑驴走着瞧
·
2020-07-14 15:30
springboot
form表单同步提交和异步提交
同步提交:html:controller:@RequestMapping(value="/saveUser",method=
RequestMethod
.POST)publicStringsaveUser
代码痴汉
·
2020-07-14 13:46
web开发
表单
异步
springboot RestController中文件上传的接口要点
1.直接上代码@ResponseBody@RequestMapping(value="/examResultsImport",method=
RequestMethod
.POST)StringexamResultsImport
ZHAOs
·
2020-07-14 10:37
Spring
Spring Data JPA in 查询例子
/***查询所有客户**@paramcustomer*@return*/@SuppressWarnings("unchecked")@RequestMapping(method=
RequestMethod
.POST
daqiang012
·
2020-07-14 09:54
Java
spring boot下验证码的实现
1.1获取html@RequestMapping(value="/authImage",method=
RequestMethod
.GET)publicStringauthImage(){return"authImage
有时间织个毛衣
·
2020-07-14 08:17
订单 图片(一对多关系),地址保存在一个字段中(Json数组对象格式)
>图片(一对多关系),地址保存在一个字段中(Json数组对象格式)1、前端列表动态添加:jsp:2、web后台:@RequestMapping(value="/uploadPhoto",method=
RequestMethod
.POST
charset_ok
·
2020-07-14 08:12
web
前端
java解析http+json数据包
/***回调函数* *@paramrequest*@paramresponse*/@RequestMapping(value="/call",method=
RequestMethod
.POST)publicvoidcallback
cby1516
·
2020-07-14 08:35
日常
springMVC的几种返回数据的类型
/对于ModelAndView构造函数可以指定返回页面的名称,也可以通过setViewName方法来设置所需要跳转的页面;@RequestMapping(value="/index2",method=
RequestMethod
.GET
cainiao_00001
·
2020-07-14 08:04
笔记
2015/10/25 用bootstrap selectpicker实现带模糊查询的下拉列表
实现功能:下拉列表显示人员列表,支持输入关键字进行模糊查询(人员列表通过数据库查询得到)1、java代码:Controller@RequestMapping(value="list.do",method=
RequestMethod
.GET
aren00000000
·
2020-07-14 07:25
axios使用post请求,路径后面带请求参数参数
使用post请求,路径后面带请求参数参数也因此,我无法把数据发到后端,后端使用@RequestBody接收数据@RequestMapping(value="/updateByUser",method=
RequestMethod
.POST
Vokes0069
·
2020-07-14 05:13
基于spring-mvc开发HTTP接口
没啥好说的,直接上代码@RestController@RequestMapping("/demo")publicclasstest{@RequestMapping(value="/test",method=
RequestMethod
.POST
DaYouAer
·
2020-07-14 05:57
JAVA基础
从永远到永远-博客开发项目踩坑实录
1、org.springframework.web.HttpRequestMethodNotSupportedException:
Requestmethod
‘POST’notsupported十有八九不是因为请求方式的问题
三层饼干儿
·
2020-07-14 05:15
CountDownLatch实际应用
ApiOperation(value="Mis(时间推移)统计",notes="Mis(时间推移)统计")@RequestMapping(path="/mis/MisDateSumaryRpt",method=
RequestMethod
.GET
Richy Liu
·
2020-07-14 02:49
随笔
Java
基础
多线程
HttpClient通过Post方式发送Json数据
服务器用的是Springmvc,接口内容:@ResponseBody@RequestMapping(value="/order",method=
RequestMethod
.POST)publicbooleanorder
大饼卷馒头蘸米饭
·
2020-07-14 01:36
Post
Json
srping boot 前端thymeleaf测试,发现参数传递更简洁。
后端代码2.1:get方法处理的是第一次URL地址请求://调用ThymeLeaf模板文件,调用bootstrapget方法@RequestMapping(value="/payin",method=
RequestMethod
.GET
xocom
·
2020-07-13 22:09
spring
boot
springboot2 继承WebMvcConfigurationSupport 后自动配置失效,swagger-ui.html 无法访问
ApiOperation(value="职务、部门、工种列表",notes="下拉框列表,职务、部门、工种列表大数据高性能")@RequestMapping(value="/listParatest",method=
RequestMethod
.GET
追梦去火星
·
2020-07-13 21:40
Swagger
springboot
spring
spring boot validated的使用
可以用如下方式一基础使用因为spring-boot已经引入了基础包,所以直接使用就可以了1首先在controller上声明需要对数据进行校验@RequestMapping(value="/url.json",method={
RequestMethod
weixin_34314962
·
2020-07-13 18:40
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他