MyBatis插入SqlServer数据库new Date(),时分秒都为0 1. 背景说明 前几天在插入SqlServer数据得时候,发现时间类型都是没有的时分秒的,如2020-05-29 00:00:00.000 我Java代码里代码如下 user.setCreateTime(new Date( ...
分类:
数据库 时间:
2020-08-29 16:37:38
阅读次数:
78
错误提示如下: org.springframework.data.redis.RedisSystemException: Redis exception; nested exception is io.lettuce.core.RedisException: io.lettuce.core.Redi ...
分类:
其他好文 时间:
2020-08-28 14:41:38
阅读次数:
71
题目地址:632. 最小区间 You have k lists of sorted integers in ascending order. Find the smallest range that includes at least one number from each of the k li ...
分类:
其他好文 时间:
2020-08-26 17:10:59
阅读次数:
46
原文首发于微信公众号:jzman-blog,欢迎关注交流!MaterialDesign系列文章:MaterialDesign组件之FloatingActionButtonMaterialDesign组件之AppBarLayoutMaterialDesign组件之CollapsingToolbarLayout今天来看一下NavigationView的使用,NavigationView是一个标准的导航
分类:
其他好文 时间:
2020-08-24 16:53:41
阅读次数:
55
You are installing a billboard and want it to have the largest height. The billboard will have two steel supports, one on each side. Each steel suppor ...
分类:
其他好文 时间:
2020-08-19 19:53:32
阅读次数:
69
//匹配所有 //var reg=/./; //匹配数字 //var reg=/\d/; //匹配非数字 //var reg=/\D/; //匹配字母数字下划线 //var reg=/\W/; //匹配def var reg=/[^0-9]/; //定义字符串 var str="abc"; //判断 ...
分类:
其他好文 时间:
2020-08-19 19:22:12
阅读次数:
80
帮助命令 docker version # 显示docker的版本信息 docker info # 显示docker的系统信息,包括镜像和容器的数量 docker 命令 --help # 帮助命令 帮助文档的地址:https://docs.docker.com/engine/reference/ru ...
分类:
其他好文 时间:
2020-08-18 14:08:01
阅读次数:
91
Mysql 8.0 ERROR 1064 (42000)
分类:
数据库 时间:
2020-08-18 13:43:11
阅读次数:
81
input用户交互函数使用input函数需要用户键盘输入变量,多种表达方式注意在python中“”与‘’是没区别的,所见即所得,未加“”表示引用变量,在shell“”会进行转义name=input("yourname:")print(input("yourname:"))yourname:dwl常用占位符%d整数%f浮点数%s字符串%x十六进制整数使用方法:tpl="iam%s"%"alex"##
分类:
编程语言 时间:
2020-08-13 22:10:52
阅读次数:
103
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use n ...
分类:
其他好文 时间:
2020-08-13 12:42:41
阅读次数:
61