03 2023 档案

摘要:报错:nested exception is java.lang.OutOfMemoryError: PermGen space] with root cause java.lang.OutOfMemoryError: PermGen space 原因:tomcat内存溢出 解决: 修改tomcat 阅读全文
posted @ 2023-03-29 09:24 小肥猪片儿的小小笔记 阅读(12) 评论(0) 推荐(0) 编辑
摘要:根据身份证号查询更新性别: update uufs_ltx_info set xb= (case SUBSTRING(sfzh,17,1)&1 when 1 then '男' else '女' end) ; update 表名 set xb = (case SUBSTRING(sfzh,17,1)& 阅读全文
posted @ 2023-03-20 16:15 小肥猪片儿的小小笔记 阅读(864) 评论(0) 推荐(0) 编辑

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