document.write("");

11 2022 档案

摘要:前提: 1. db mysql 2. 使用的hibernate 连接池 如果前提不符,那么解决方案或许也不适用 这个问题,老生常谈了, 原因为连接池使用无效的连接去访问DB 无效的原因为:mysql超时后主动关闭连接,但是连接池并不会主动清理失效的连接,所以还是会存在使用无效连接去访问DB的情况 所 阅读全文
posted @ 2022-11-28 16:23 人间春风意 阅读(514) 评论(0) 推荐(0) 编辑
摘要:function getLastMonth(date) { const now = new Date(date) const year = now.getFullYear(); const month = now.getMonth() + 1; const day = now.getDate(); 阅读全文
posted @ 2022-11-27 22:22 人间春风意 阅读(4439) 评论(0) 推荐(0) 编辑
摘要:效果: 1. option = { color: ['#3398DB'], tooltip: { trigger: 'axis', formatter: function (params) { // console.log(JSON.stringify(params)); return ( para 阅读全文
posted @ 2022-11-27 20:31 人间春风意 阅读(3041) 评论(0) 推荐(0) 编辑
摘要:win: 关闭chrome浏览器所有的窗口: Alt F4 关闭命令提示符窗口 : Alt F4 新建文件夹:Ctrl Shift N 删除文件夹:Ctrl D 重命名文件夹:F2 IDEA: push代码:Ctrl Shift K 阅读全文
posted @ 2022-11-25 22:27 人间春风意 阅读(23) 评论(0) 推荐(0) 编辑
摘要:1. 修改datas的username属性值 XXXClass datas = xxx.new XXXClass(); // XXXClass datas = new XXXClass(); Class cls = datas.getClass(); String key = "username"; 阅读全文
posted @ 2022-11-24 09:02 人间春风意 阅读(408) 评论(0) 推荐(0) 编辑
摘要:查询指定后缀为jpg的 find . -name "*.jpg" 按需修改即可 阅读全文
posted @ 2022-11-11 08:16 人间春风意 阅读(88) 评论(0) 推荐(0) 编辑

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

距今时间:
1018天1.00 小时 43.59 分钟

当前新增阅读数:139507