烂漫棉花糖

文章
6
资源
0
加入时间
2年10月18天

基于雪花算法解决Mybatis-Plus id主键生成的问题简要说明错误解决方案一解决方案二参考文章

简要说明由于mybatis-plus会自动插入一个id到实体对象, 不管你封装与否, 所以有时候导致一些意外的情况发生默认是生成一个长数字字符串(编码不同可能结尾带有字母)错误ested exception is org.apache.ibatis.reflection.ReflectionException: Could not set property 'id' of 'class com.xxx' with value '1110423703487479810' Cause: j

【php】laravel生成token报错Could not create token: PHP Deprecated: Using integers for registered date问题描述解决流程

问题描述laravel中无法生成 TOKEN,类似错误提示如下:Could not create token: PHP Deprecated: Using integers for registered date claims is deprecated, please use DateTimeImmutable objects instead译文:无法创建令牌:不推荐使用 PHP:不推荐使用整数进行注册日期声明,请改用 DateTimeImmutable 对象解决流程把jwt版本降低一点,在

python标准库学习——math模块1. 常用python标准库2. math

文章目录1. [常用python标准库](https://docs.python.org/zh-cn/3/library/index.html)2. math2.1 math模块常用函数2.2 数论与表示函数2.2.1 `math.floor(x)`: x向下取整。2.2.2 `math.ceil(x)`: x向上取整。2.2.3 `math.fabs(x)`: x的绝对值。2.2.4 `math.factorial(x)`: x 的阶乘。2.2.5 `math.prod(iterable, *