03 2023 档案
摘要:public static void writeWorkbookToResponse(HttpServletResponse response, Workbook wb, String fileName){ response.setContentType("application/vnd.openx
阅读全文
摘要:poi依赖 <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>4.1.2</version> </dependency> public static void main(Strin
阅读全文
摘要:reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve taskkill /f /im explorer.exe start explorer.exe
阅读全文
摘要:<bind name="item" value="'%' + userName + '%'" />
阅读全文
摘要:su - oracle; sqlplus; ./shutdown.sh; ps -ef|grep tomcat-* kill -9 pid; ./startup.sh; 解压到当前文件夹 unzip -o *.zip; 根据文件名查看路径 find / -name 'redis-cli'; 无密码进
阅读全文
摘要:dense_rank() over(partition by PP.isNewAppointed order by S.FINAL_SCORE desc) 根据isNewAppointed分组 根据FINAL_SCORE进行倒序排序 此字段的值由dense_rank()生成 dense_rank()
阅读全文
摘要:List<T> list = JSON.parseArray(jsonStr, T.class);
阅读全文