摘要: redis启动报错 add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.1:M 24 Jun 15:31:5 阅读全文
posted @ 2021-06-24 15:38 yvioo 阅读(1824) 评论(0) 推荐(0)
摘要: /** * 比较版本号的大小 (两个版本号格式应尽量相同) 两个参数不能为空,请先自行校验 * * @param v1 版本号1 * @param v2 版本号2 * @return 正数:v1大 负数:v2大 0:相等 */ public static int checkVersion(Strin 阅读全文
posted @ 2021-06-24 10:35 yvioo 阅读(1133) 评论(0) 推荐(0)