01 2025 档案

摘要:JavaScript 自定义获取当前日期和时间的函数 /** * 获取当前的日期和时间 * 格式为 yyyy-MM-dd HH:mm:ss.SSS */ function getNowDateTime() { var now = new Date , year = now.getFullYear() 阅读全文
posted @ 2025-01-22 14:17 hapday 阅读(7) 评论(0) 推荐(0) 编辑
摘要:日期格式YYYY-MM-DD HH24:MI转换为字符的函数 to_char(字段名, 日期格式) <if test="null != repm.startReleaseTime and '' != repm.startReleaseTime.trim() and null != repm.endR 阅读全文
posted @ 2025-01-16 23:59 hapday 阅读(40) 评论(0) 推荐(0) 编辑
摘要:解决 spring boot 2.7.18 导入 flowable 6.8.1 报 Liquibase failed to start because no changelog could be found at 'classpath:/db/changelog/db.changelog-maste 阅读全文
posted @ 2025-01-16 10:06 hapday 阅读(185) 评论(0) 推荐(0) 编辑
摘要:查看MySQL数据库版本的命令 SELECT VERSION(); 阅读全文
posted @ 2025-01-15 10:50 hapday 阅读(4) 评论(0) 推荐(0) 编辑
摘要:达梦数据库查看版本信息的命令 SELECT * from V$VERSION; 或 SELECT * from V$INSTANCE; 阅读全文
posted @ 2025-01-15 10:48 hapday 阅读(109) 评论(0) 推荐(0) 编辑
摘要:spilder flow 网络爬虫使用总结 1、获取当前日期: ${date.now().format('yyyy-MM-dd')} 2、获取 7 天前的日期: ${date.addDays(date.now(),-7).format('yyyy-MM-dd')} 3、获取第 3 天的日期(以当前日 阅读全文
posted @ 2025-01-09 16:58 hapday 阅读(15) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示