2019年1月30日

java将list<T>导出为xls文件

摘要: <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.11</version> </dependency> 一.action层 /** * 导出list */ @SuppressW 阅读全文

posted @ 2019-01-30 15:10 贾广祥 阅读(1022) 评论(0) 推荐(0)

ibaits数组形式批量入库

摘要: 一.xml层 <!--批量入库--> <insert id="addSecCodeList" parameterClass="java.util.HashMap"> <![CDATA[ BEGIN ]]> <iterate property="secCodeList"> INSERT INTO A_ 阅读全文

posted @ 2019-01-30 14:17 贾广祥 阅读(229) 评论(0) 推荐(0)

导航