摘要: SpringMVC 视图方法的参数, 已经在这个文章中写得非常清楚了, 链接为 https://www.cnblogs.com/morethink/p/8028664.html 这篇文章做一些补充. 被@RequestMapping 注解的方法的签名非常灵活, Spring会自动注入各种类型的实参, 阅读全文
posted @ 2018-09-08 22:15 harrychinese 阅读(1006) 评论(0) 推荐(0) 编辑
摘要: 本文转载自 https://www.cnblogs.com/morethink/p/6525216.html SpringMVC解决跨域问题, 感谢作者! 有个朋友在写扇贝插件的时候遇到了跨域问题。于是我对解决跨域问题的方式进行了一番探讨。 问题 API:查询单词URL: https://api.s 阅读全文
posted @ 2018-09-08 21:50 harrychinese 阅读(11016) 评论(0) 推荐(0) 编辑
摘要: 不要自称为程序员http://www.ruanyifeng.com/blog/2011/10/dont_call_yourself_a_programmer.html 面试时,如何向公司提问?http://www.ruanyifeng.com/blog/2012/08/questions_you_n 阅读全文
posted @ 2018-09-08 21:36 harrychinese 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 本文转载自 Karibasappa G C (KB), the Founder of javainsimpleway.com, 原文链接 http://javainsimpleway.com/exception-handling-best-practices/ Exception handling 阅读全文
posted @ 2018-09-08 18:49 harrychinese 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 本文转载自 https://www.cnblogs.com/morethink/p/8028664.html, 作者写得非常好, 致谢! SpringMVC 参数绑定注解解析 本文介绍了用于参数绑定的相关注解。 绑定:将请求中的字段按照名字匹配的原则填入模型对象。 SpringMVC就跟Struts 阅读全文
posted @ 2018-09-08 18:44 harrychinese 阅读(7756) 评论(0) 推荐(1) 编辑