摘要: netstat -aon | findstr "8082" taskkill /f /t /im 8108 -- 这里8108是对应的进程 阅读全文
posted @ 2020-05-20 18:30 cloud_shi 阅读(162) 评论(0) 推荐(0) 编辑
摘要: erueka: server: # 测试时关闭自我保护机制,保证不可用服务及时踢出 enable-self-preservation: false 阅读全文
posted @ 2020-04-18 17:40 cloud_shi 阅读(472) 评论(0) 推荐(0) 编辑
摘要: mysql: UPDATE member a,`chanelh5` b SET b.channel_id = a.channel_idWHERE a.pcode = b.pcode 阅读全文
posted @ 2020-03-23 00:57 cloud_shi 阅读(2284) 评论(0) 推荐(0) 编辑
摘要: //修改某个字段类型 ALTER TABLE member MODIFY COLUMN cpn_type TINYINT COMMENT '优惠券类型 1=现金券 2=满减券 3=加油券'; //在某个字段之后 新加字段 ALTER TABLE member ADD cpn_bn_handwork 阅读全文
posted @ 2019-11-21 11:06 cloud_shi 阅读(1009) 评论(0) 推荐(0) 编辑
摘要: 使用注解,内部调用方法之间是不会生效的 通用的解决方案:(转)https://blog.csdn.net/z55887/article/details/81073450 阅读全文
posted @ 2019-07-31 15:00 cloud_shi 阅读(366) 评论(0) 推荐(0) 编辑
摘要: < 大于号 & & 和 ' ’ 单引号 " " 双引号 阅读全文
posted @ 2019-07-17 11:09 cloud_shi 阅读(9559) 评论(0) 推荐(0) 编辑
摘要: 生成4位随机数String four = String.valueOf((int) ((Math.random() * 9 + 1) * 1000)); 阅读全文
posted @ 2019-07-16 15:45 cloud_shi 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 把项目中的 .idea 删除。重启idea重新导入项目生成即可 阅读全文
posted @ 2019-07-15 00:34 cloud_shi 阅读(2346) 评论(0) 推荐(0) 编辑
摘要: BigDecimal oneAmountAllTeam = combatTeamEntities.stream().map(CombatTeamEntity::getActivityAmountOne).reduce(BigDecimal::add).get();// 查找list 中满足条件的对象 阅读全文
posted @ 2019-07-10 16:51 cloud_shi 阅读(15118) 评论(1) 推荐(0) 编辑
摘要: 熟悉tk mybatis 的使用 阅读全文
posted @ 2019-06-30 11:28 cloud_shi 阅读(510) 评论(0) 推荐(0) 编辑