11 2019 档案

摘要:SELECT t3.college_code FROM ( SELECT t1.college_code, IF ( find_in_set( t1.parent_org_code, @pids ) > 0, @pids := concat( @pids, ',', t1.college_code 阅读全文
posted @ 2019-11-23 16:22 漫步CODE人生 阅读(2988) 评论(0) 推荐(1) 编辑
摘要:<!--读取excel文件,配置POI框架的依赖--> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.17</version> </dependency> <depende 阅读全文
posted @ 2019-11-14 14:42 漫步CODE人生 阅读(10280) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示