09 2017 档案
摘要:1、循环 (循环输出reportList列表的每行的姓名) <#list reportList as report> ${report.name} </$list> 2、嵌套循环 <#list list as list> --> <c:forEach items=‘list' var='list'>
阅读全文
摘要:一、创建用户名密码 create user username identified by password --username 是用户名;password 是密码 二、给用户附权、撤权 grant connect,resource to username;GRANT debug any proce
阅读全文
摘要:参考:https://yq.aliyun.com/articles/39543 SAXReader reader = new SAXReader();Document document = reader.read(new File(dir+"/word/document.xml"));Element
阅读全文