会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
教练我想打篮球
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
13
下一页
2021年6月3日
hutool NumberUtil计算除法
摘要: NumberUtil.div(Long.valueOf(success), Long.valueOf(complete), 1, RoundingMode.UP); 参数分别是被除数,除数,保留小数,保留小数的规则
阅读全文
posted @ 2021-06-03 10:49 教练我想打篮球
阅读(3560)
评论(0)
推荐(0)
2021年6月2日
eclipse快捷键将大小写字母转换
摘要: ctrl+shift+x 将字母转成大写 ctrl+shift+y 将字母转成小写
阅读全文
posted @ 2021-06-02 17:56 教练我想打篮球
阅读(357)
评论(0)
推荐(0)
2021年5月18日
根据子节点对象获取父节点对象
摘要: 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)
2021年5月17日
List<>集合对象去重
摘要: List<ExamSubjects> unique = strings.stream().collect( Collectors.collectingAndThen( Collectors.toCollection(() -> new TreeSet<>(Comparator.comparing(E
阅读全文
posted @ 2021-05-17 17:47 教练我想打篮球
阅读(45)
评论(0)
推荐(0)
2021年5月15日
vue中使用alipayer播放视频
摘要: 首先需要引用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)
2021年5月13日
TcPlayer视频点播列表切换
摘要: 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)
2021年5月10日
mysql语句,按照时间排序,历史数据放到最后
摘要: order by if(now()>endtime,1,0),starttime ASC 此处的if条件排序将历史数据放最后
阅读全文
posted @ 2021-05-10 11:37 教练我想打篮球
阅读(214)
评论(0)
推荐(0)
2021年5月8日
前端传入的对象键为大写字母开头,后台接口拿不到值
摘要: 实体类中加注释@JsonProperty("前端传入的键名称")就OK了
阅读全文
posted @ 2021-05-08 14:49 教练我想打篮球
阅读(222)
评论(0)
推荐(0)
2021年4月30日
使用Painter 画板生成自定义海报
摘要: 首先使用Hbuilder导入插件 然后引用import lPainter from '@/uni_modules/lime-painter/components/lime-painter/' base自定义画板内容
阅读全文
posted @ 2021-04-30 16:45 教练我想打篮球
阅读(716)
评论(0)
推荐(0)
2021年4月28日
微信小程序 修改按钮button样式:去除上下左右的边框 after
摘要: 去除边框.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
下一页
公告