上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: File[] files = new File[list.size()]; for (int i = 0; i < list.size(); i++) { files[i] = FileUtil.file(list.get(i)); } 第一个参数为打包地址 阅读全文
posted @ 2021-06-17 11:35 教练我想打篮球 阅读(6881) 评论(0) 推荐(1) 编辑
摘要: 引入 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-mock</artifactId> <version>2.0.8</version> </dependency> File file = new Fil 阅读全文
posted @ 2021-06-16 08:29 教练我想打篮球 阅读(654) 评论(0) 推荐(0) 编辑
摘要: 点击位置href 中id前面加# 跳转定位位置为id 阅读全文
posted @ 2021-06-15 09:48 教练我想打篮球 阅读(269) 评论(0) 推荐(0) 编辑
摘要: NumberUtil.div(Long.valueOf(success), Long.valueOf(complete), 1, RoundingMode.UP); 参数分别是被除数,除数,保留小数,保留小数的规则 阅读全文
posted @ 2021-06-03 10:49 教练我想打篮球 阅读(3246) 评论(0) 推荐(0) 编辑
摘要: ctrl+shift+x 将字母转成大写 ctrl+shift+y 将字母转成小写 阅读全文
posted @ 2021-06-02 17:56 教练我想打篮球 阅读(308) 评论(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 教练我想打篮球 阅读(232) 评论(0) 推荐(0) 编辑
摘要: List<ExamSubjects> unique = strings.stream().collect( Collectors.collectingAndThen( Collectors.toCollection(() -> new TreeSet<>(Comparator.comparing(E 阅读全文
posted @ 2021-05-17 17:47 教练我想打篮球 阅读(34) 评论(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 教练我想打篮球 阅读(976) 评论(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 教练我想打篮球 阅读(492) 评论(0) 推荐(0) 编辑
摘要: order by if(now()>endtime,1,0),starttime ASC 此处的if条件排序将历史数据放最后 阅读全文
posted @ 2021-05-10 11:37 教练我想打篮球 阅读(196) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页