mybatis plus 出现 Invalid bound statement (not found) mybatis-plus3.4.1按照官网的配置出现了如下错误org.apache.ibatis.binding.BindingException:Invalidboundstatement(notfound):com.niu.manager.mapper.DepartmentMapper.selectListatorg.apache.ibatis.binding.MapperMethod$SqlCommand.<init>(MapperMethod.java:... 2021-10-11 浏览(8,657) 后端技术 评论(5) 阅读全文
秒杀系统设计 秒杀活动是指网络商家为促销等目的组织会网上限时抢购活动,这种活动具有瞬时并发量大、库存量少和业务逻辑简单等特点。设计一个秒杀系统需要考虑的因素很多,比如对现有业务的影响、网络带宽消耗以及超卖等因素。本 2022-03-07 浏览(698) 后端技术 评论(0) 阅读全文
javax.net.ssl.SSLHandshakeException No appropriate protocol (protocol is disabled or cipher suites are inappropriate)错误 今天遇到发现报错javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)。 然后我百度了一些方案,都是说是删除掉SSLv3,完美解决。 2022-02-24 浏览(2,672) Java技术 评论(0) 阅读全文