上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
摘要: NumberUtil.div(Long.valueOf(success), Long.valueOf(complete), 1, RoundingMode.UP); 参数分别是被除数,除数,保留小数,保留小数的规则 阅读全文
posted @ 2021-06-03 10:49 教练我想打篮球 阅读(3560) 评论(0) 推荐(0)
摘要: ctrl+shift+x 将字母转成大写 ctrl+shift+y 将字母转成小写 阅读全文
posted @ 2021-06-02 17:56 教练我想打篮球 阅读(357) 评论(0) 推荐(0)
摘要: public void funcOnLive(子节点 ea,List<存储> list){ String parentid = ea.getParentid(); if(parentid.equals("0")){ list.add(ea); }else {子节点 vo = service.find 阅读全文
posted @ 2021-05-18 14:26 教练我想打篮球 阅读(251) 评论(0) 推荐(0)
摘要: List<ExamSubjects> unique = strings.stream().collect( Collectors.collectingAndThen( Collectors.toCollection(() -> new TreeSet<>(Comparator.comparing(E 阅读全文
posted @ 2021-05-17 17:47 教练我想打篮球 阅读(45) 评论(0) 推荐(0)
摘要: 首先需要引用alipayer js和css 页面使用的引用方式不同 <template> <div :id="playerId"style="width:100%; height:100%;"> </div></template> <script> export default { name: 'R 阅读全文
posted @ 2021-05-15 18:24 教练我想打篮球 阅读(1033) 评论(0) 推荐(0)
摘要: var player = new TcPlayer("player-record", { "m3u8": playURL, "poster": coverURL, "live": false, "width": "100%", "height": "100%", "x5_type": 'h5', } 阅读全文
posted @ 2021-05-13 13:42 教练我想打篮球 阅读(592) 评论(0) 推荐(0)
摘要: order by if(now()>endtime,1,0),starttime ASC 此处的if条件排序将历史数据放最后 阅读全文
posted @ 2021-05-10 11:37 教练我想打篮球 阅读(214) 评论(0) 推荐(0)
摘要: 实体类中加注释@JsonProperty("前端传入的键名称")就OK了 阅读全文
posted @ 2021-05-08 14:49 教练我想打篮球 阅读(222) 评论(0) 推荐(0)
摘要: 首先使用Hbuilder导入插件 然后引用import lPainter from '@/uni_modules/lime-painter/components/lime-painter/' base自定义画板内容 阅读全文
posted @ 2021-04-30 16:45 教练我想打篮球 阅读(716) 评论(0) 推荐(0)
摘要: 去除边框.user-share-btn::after { border: none; } 阅读全文
posted @ 2021-04-28 17:24 教练我想打篮球 阅读(301) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页