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 python中合并修改日期相同的CSV文件并按照修改日期的名字命名文件
  • ¥15 有赏,i卡绘世画不出
  • ¥15 如何用stata画出文献中常见的安慰剂检验图
  • ¥15 c语言链表结构体数据插入
  • ¥40 使用MATLAB解答线性代数问题
  • ¥15 COCOS的问题COCOS的问题
  • ¥15 FPGA-SRIO初始化失败
  • ¥15 MapReduce实现倒排索引失败
  • ¥15 ZABBIX6.0L连接数据库报错,如何解决?(操作系统-centos)
  • ¥15 找一位技术过硬的游戏pj程序员