摘要: 1,使用@Param注解 当以下面的方式进行写SQL语句时: @Select("select column from table where userid = #{userid} ") public int selectColumn(int userid); 当你使用了使用@Param注解来声明参数 阅读全文
posted @ 2018-12-10 09:22 纳兰容若♫ 阅读(457) 评论(0) 推荐(0) 编辑
摘要: @RequestParam和@RequestBody是什么区别,估计很多人还是不太清楚, 因为一般用@ RequestParam就足够传入参数了,要说他们区别,就需要知道contentType是什么? Content-Type: 默认为 application/x-www-form-urlencod 阅读全文
posted @ 2018-12-10 09:13 纳兰容若♫ 阅读(493) 评论(0) 推荐(1) 编辑
摘要: 部分转发原作者https://www.cnblogs.com/qdhxhz/p/8137282.html雨点的名字 的内容 java代码中的导入导出 首先在d盘创建一个xlsx文件,然后再进行一系列操作 first and foremost let's look at a few objects H 阅读全文
posted @ 2018-12-10 08:50 纳兰容若♫ 阅读(438) 评论(0) 推荐(0) 编辑