- 博客(5)
- 资源 (4)
- 收藏
- 关注
原创 16进制 两位两位转换
读取IC卡为16进制 两位两位转换 public static String reverse(String number) { String result = “”; if (!StringUtils.isBlank(number)) { int length = number.length(); if (length > 1 && length % 2 == 0) { for (int i = 0; i < length; i++) { if (i % 2 == 0) { re
2022-04-02 10:52:49
1155
原创 List循环添加数据,结果总是最后一条数据值
碰到了个问题,List循环添加数据,结果总是最后一条数据值,测试代码如下: 正确写法应如下: 基础还是要学习呀 附上参考链接: https://blog.youkuaiyun.com/qq_42651201/article/details/94866258
2021-08-20 14:58:54
492
原创 2021-08-10
code: Error level: Error model: Error description:光标位置无效 使用resultset接受参数遍历取值时,一直报这个错,发现rs.next().getXXX(“id”)这个方法,在debug调试时走了一遍,在程序中的走的时候再去执行就会报错,这个方法只能执行一次取值 ...
2021-08-10 15:41:46
83
原创 Java前后端时间格式字符串交互
前后端交互时间格式字符串 最近在和vue前端交互时有个string格式的时间字符串一直报一个 "Failed to convert property value of type ‘java.lang.String’ to required type ‘java.util.Date’ for property ‘createTimeEnd’; nested exception is org.springframework.core.convert.ConversionFailedException: Fail
2021-03-09 13:48:52
374
H5Video海康web直播无插件,java+jsmpeg+ffmpeg
2020-07-06
video-js-5.20.5.zip
2020-03-19
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人