09 2020 档案
摘要:内存观察部分一 windows 查看运行Java程序实例 命令: jps jmap 1. jmap -heap pid : 查看内存设置及使用情况 jmap -heap 16276 我主要想查看把400+条的数据字典数据加载到内存里面,和没加载前后对比。先看看加载进去的内存使用情况: 对应解释: H
阅读全文
摘要:select <include refid="WorkOrderSection_Column_List" /> from swo_work_order_section where is_del = 0 <if test="list != null and list.size > 0"> AND (s
阅读全文