今天在使用Spring Template的时候遇到了这个异常: no suitable HttpMessageConverter found for request type [java.lang.Integer] Google了一下然后在stackoverflow上面找到了解决方案: I have a method in Spring rest service. @RequestMapping(value = "test/process", method = RequestMetho…
Go 语言网络编程 Go语言在编写 web 应用方面非常得力.因为目前它还没有 GUI(Graphic User Interface 图形化用户界面)的框架,通过文本或者模板展现的 html 界面是目前 Go 编写应用程序的唯一方式. 本章我们将全面介绍如何使用 Go语言开发网络程序.Go语言标准库里提供的 net 包,支持基于 IP 层.TCP/UDP 层及更高层面(如 HTTP.FTP.SMTP)的网络操作,其中用于 IP 层的称为 Raw Socket. Go语言Socket编程详解 在很…
Routing openerp.http.route(route=None, **kw) Decorator marking the decorated method as being a handler for requests. The method must be part of a subclass of Controller. 装饰器可以将对应方法装饰为处理对应的http请求,该方法须是Controller的子类. Parameters route -- string or array…