上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 129 下一页
摘要: long lNum = 1234L; float fNum = 1.23f; double dNum = 1.23d; 阅读全文
posted @ 2019-07-26 11:52 ThisCall 阅读(700) 评论(0) 推荐(0)
摘要: (1)删除注册表中以proxy开头的项目再次重启 regedit进入[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Internet Settings] ,删除注册表中以proxy开头的项目 阅读全文
posted @ 2019-07-26 09:04 ThisCall 阅读(684) 评论(0) 推荐(0)
摘要: 通常有两种原因,配置原因,或者是mapper相关文件,mapper.java或 mapper.xml内部错误 如果是配置原因 解决方式1 统一配置mapper 解决方式2 每个mapper文件配置@Mapper 两者可以结合使用 阅读全文
posted @ 2019-07-25 18:08 ThisCall 阅读(3398) 评论(0) 推荐(0)
摘要: UserBaseInfo selectByMobile(@Param("mobile")String mobile,@Param("isDeleted")Integer isDeleted,@Param("isEnable")Integer isEnable); List getTwoLevels(@Param("ids") List ids); UserBaseInfo getByMo... 阅读全文
posted @ 2019-07-25 17:55 ThisCall 阅读(1242) 评论(0) 推荐(0)
摘要: /** * 账单金额 */ private BigDecimal money; public String getPhone() { return phone; } public void setPhone(String phone) { this.phone = phone == null ? n 阅读全文
posted @ 2019-07-25 16:25 ThisCall 阅读(709) 评论(0) 推荐(0)
摘要: 复杂参数,实体类参数 springMVC中的注解@RequestParam与@PathVariable的区别 在SpringMVC后台控制层获取参数的方式主要有两种: 一种是request.getParameter("name"),另外一种是用注解@RequestParam直接获取 这里主要讲这个注 阅读全文
posted @ 2019-07-25 15:11 ThisCall 阅读(719) 评论(0) 推荐(0)
摘要: 复杂参数,自定义实体类 阅读全文
posted @ 2019-07-25 14:45 ThisCall 阅读(594) 评论(0) 推荐(0)
摘要: 复杂参数,自定义实体类参数 阅读全文
posted @ 2019-07-25 14:41 ThisCall 阅读(1281) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/yu_hongrun/article/details/81708762 阅读全文
posted @ 2019-07-25 14:25 ThisCall 阅读(304) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/scode2/p/8718553.html 阅读全文
posted @ 2019-07-25 11:56 ThisCall 阅读(182) 评论(0) 推荐(0)
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 129 下一页