baidu_28530445 2015-05-27 08:35 采纳率: 0%
浏览 3664

关于controller接收json串的问题

        js:
        function aaa(){     
         var rows = $('#dg').datagrid('getSelections');
        location.href="exportbus.do?swBus="+JSON.stringify(rows);
        }
        java后台:
@RequestMapping("/exportbus.do")

@ResponseBody
public void exportbus(@RequestBody SwBus[] swBus,HttpServletRequest request,HttpServletResponse response)throws Exception{
try {
System.out.println("===========");
HSSFWorkbook workbook=new HSSFWorkbook();
String titles[] = {"企业名称","组织机构代码"};
控制台报错:
DEBUG - Looking up handler method for path /exportbus.do
DEBUG - Returning handler method [public void com.ufgov.controller.SwBusController.exportbus(com.ufgov.model.SwBus[],javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception]
DEBUG - Returning cached instance of singleton bean 'swBusController'
DEBUG - Last-Modified value for [/fs/exportbus.do] is: -1
DEBUG - Resolving exception from handler [public void com.ufgov.controller.SwBusController.exportbus(com.ufgov.model.SwBus[],javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception]: org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/octet-stream' not supported
DEBUG - Resolving exception from handler [public void com.ufgov.controller.SwBusController.exportbus(com.ufgov.model.SwBus[],javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception]: org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/octet-stream' not supported
DEBUG - Resolving exception from handler [public void com.ufgov.controller.SwBusController.exportbus(com.ufgov.model.SwBus[],javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception]: org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/octet-stream' not supported
DEBUG - Null ModelAndView returned to DispatcherServlet with name 'SpringMVC': assuming HandlerAdapter completed request handling

jsp页面直接415

  • 写回答

2条回答

  • 生活没有if-else 2015-05-27 09:24
    关注
    1. http 415错误是请求错误,首先你检查一下你的代码有问题没,比如大小写!!以及exportbus.do存在么?去swBusController里好好看一下
    2. 其次,断点测试各个数据!!看看数据传输的对不对!一步一步调!程序断点或者用浏览器调!
    3. 检查exportbus.do里返回的值!
    评论

报告相同问题?

悬赏问题

  • ¥15 delta降尺度计算的一些细节,有偿
  • ¥15 Arduino红外遥控代码有问题
  • ¥15 数值计算离散正交多项式
  • ¥30 数值计算均差系数编程
  • ¥15 redis-full-check比较 两个集群的数据出错
  • ¥15 Matlab编程问题
  • ¥15 训练的多模态特征融合模型准确度很低怎么办
  • ¥15 kylin启动报错log4j类冲突
  • ¥15 超声波模块测距控制点灯,灯的闪烁很不稳定,经过调试发现测的距离偏大
  • ¥15 import arcpy出现importing _arcgisscripting 找不到相关程序