03 2023 档案

摘要:参考:https://zhuanlan.zhihu.com/p/592166597 redis数据进制问题的解决 redis会将存储的中文数据转成16进制,所以我们在连接控制台的时候将redis-cli改为redis-cli --raw输入进去即可 中文乱码问题 这个问题是因为写java文件时用的是 阅读全文
posted @ 2023-03-26 11:30 幸运刘 阅读(375) 评论(0) 推荐(0)
摘要:在idea中按 “ctrl+shift+f8” 清理掉所有不认识的端点,留下自己的端点即可 阅读全文
posted @ 2023-03-23 11:23 幸运刘 阅读(71) 评论(0) 推荐(0)
摘要:select ec.id,classDate from ea_curriculum ec order by classDate < DATE_FORMAT(now(), '%Y-%m-%d'),if(classDate < now(),0,classDate),classDate desc 阅读全文
posted @ 2023-03-22 22:07 幸运刘 阅读(110) 评论(0) 推荐(0)
摘要:安装插件 npm install --save sql-formatter 引用 import { format } from "sql-formatter"; 使用 format(res.msg) 阅读全文
posted @ 2023-03-14 11:10 幸运刘 阅读(471) 评论(0) 推荐(0)
摘要:控制台直接执行以下命令: set NODE_OPTIONS openssl-legacy-provider 阅读全文
posted @ 2023-03-06 14:04 幸运刘 阅读(134) 评论(0) 推荐(0)