2020年8月24日

在mapper.xml中遍历添加多条数据

摘要: <insert id="saveAuditDf" parameterType="java.util.List"> insert into audit_df (jhr, jhtgds, jhbtgds, jhrq, id, time) values <foreach collection="list" 阅读全文

posted @ 2020-08-24 17:05 海哥哥99 阅读(1218) 评论(0) 推荐(0) 编辑

前端轮播图

摘要: 在需要轮播的页面是引入swiper.min.js和swiper.min.css swiper.min.js地址: 链接:https://pan.baidu.com/s/15Uh516YHa4CV3X-RyjEIWw 提取码:4aks swiper.min.css地址 链接:https://pan.b 阅读全文

posted @ 2020-08-24 16:30 海哥哥99 阅读(329) 评论(0) 推荐(0) 编辑

SQL优化

摘要: 为什么要对SQL进行优化 我们开发项目上线初期,由于业务数据量相对较少,一些SQL的执行效率对程序运行效率的影响不太明显,而开发和运维人员也无法判断SQL对程序的运行效率有多大,故很少针对SQL进行专门的优化,而随着时间的积累,业务数据量的增多,SQL的执行效率对程序的运行效率的影响逐渐增大,此时对 阅读全文

posted @ 2020-08-24 10:12 海哥哥99 阅读(174) 评论(0) 推荐(0) 编辑

2020年8月20日

java根据配置文件读取值

摘要: <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 --> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-la 阅读全文

posted @ 2020-08-20 18:14 海哥哥99 阅读(309) 评论(0) 推荐(0) 编辑

java解析CSV文件(zipFiles 打成压缩包 exportObeEventDataExcel 前端页面响应)

摘要: JAR包及代码17:39:09 <!-- https://mvnrepository.com/artifact/com.opencsv/opencsv --> <dependency> <groupId>com.opencsv</groupId> <artifactId>opencsv</artif 阅读全文

posted @ 2020-08-20 17:41 海哥哥99 阅读(3590) 评论(4) 推荐(0) 编辑

2020年8月12日

Elasticsearch日常开发

摘要: 2020-08-12 14:51:37 每次遇到ES开发,一般都是查询es里面的数据,今天我教大家一个简单的es的查询。废话不多说,直接上代码。 在pom文件中引入 <dependency> <groupId>org.springframework.boot</groupId> <artifactI 阅读全文

posted @ 2020-08-12 14:53 海哥哥99 阅读(743) 评论(1) 推荐(0) 编辑

导航