12 2021 档案

springboot thymeleaf常用标签
摘要:xmlns:th="http://www.w3.org/1999/xhtml" <tr th:each="user,i : ${list}" th:class="${i.odd}?'odd'"> <td th:text="${user.username}"></td> <td th:if="${us 阅读全文

posted @ 2021-12-24 10:41 java-go 阅读(50) 评论(0) 推荐(0)

数据库基础操作
摘要:数据库操作:1. 新增表 create table inpcase.progress_note_abc( rec_sn varchar2(36), ipid varchar2(36), patient_name varchar2(100), tpl_code varchar2(100), tpl_n 阅读全文

posted @ 2021-12-16 17:41 java-go 阅读(47) 评论(0) 推荐(0)

获取字符串中文首字母
摘要:jar包:pinyin4j-2.5.1.jar 代码: public static String getPinyinHeaderString(String str) { //定义一个空字符串去接收 String convert = ""; for (int i = 0; i < str.length 阅读全文

posted @ 2021-12-16 15:31 java-go 阅读(1107) 评论(0) 推荐(0)

导航