05 2023 档案

摘要:1.clickhouse: Array(Date)=TEXT Array(DateTime=TEXT Array(FLoat32)=TEXT Array(FLoat64)=TEXT Array(Int16)=TEXT Array(Int32)=TExT Array(Int64)=TEXT Array 阅读全文
posted @ 2023-05-31 14:56 KeepSmiling_me 阅读(37) 评论(0) 推荐(0) 编辑
摘要:<dependency> <groupId>com.oracle.database.jdbc</groupId> <artifactId>ojdbc6</artifactId> <version>11.2.0.4</version> </dependency> <dependency> <group 阅读全文
posted @ 2023-05-23 11:06 KeepSmiling_me 阅读(20) 评论(0) 推荐(0) 编辑
摘要:引入 <dependency> <groupId>com.liferay</groupId> <artifactId>com.fasterxml.jackson.annotations</artifactId> <version>2.10.3.LIFERAY-PATCHED-1</version> 阅读全文
posted @ 2023-05-23 10:54 KeepSmiling_me 阅读(97) 评论(0) 推荐(0) 编辑
摘要:import lombok.SneakyThrows; import org.springframework.beans.BeansException; import org.springframework.beans.factory.annotation.Autowired; import org 阅读全文
posted @ 2023-05-23 10:39 KeepSmiling_me 阅读(32) 评论(0) 推荐(0) 编辑
摘要:1.mysql -u root -p 输入密码 2.选择数据库 use database 2.导入文件csv文件 load data local infile 'E:\\tmp\\prod.csv' into table ${tableName} fields terminated by ',' l 阅读全文
posted @ 2023-05-23 09:45 KeepSmiling_me 阅读(68) 评论(0) 推荐(0) 编辑
摘要:import lombok.Data; import lombok.SneakyThrows; import org.springframework.util.StringUtils; import java.sql.Connection; import java.sql.Driver; impor 阅读全文
posted @ 2023-05-22 14:54 KeepSmiling_me 阅读(105) 评论(0) 推荐(0) 编辑
摘要:写入: File file = new File(System.getProperty("java.io.tmpdir") + File.separator + "aa.csv"); ExcelWriter excelWriter = EasyExcelFactory.write(file).exc 阅读全文
posted @ 2023-05-21 12:07 KeepSmiling_me 阅读(2841) 评论(0) 推荐(0) 编辑
摘要:import com.baomidou.mybatisplus.annotation.DbType; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.generator.AutoGe 阅读全文
posted @ 2023-05-21 11:47 KeepSmiling_me 阅读(44) 评论(0) 推荐(0) 编辑
摘要:version: "3.1" services: postgresql: image: postgres:12-alpine container_name: postgresql environment: POSTGRES_DB: postgres POSTGRES_USER: "root" POS 阅读全文
posted @ 2023-05-19 09:45 KeepSmiling_me 阅读(23) 评论(0) 推荐(0) 编辑
摘要:version: '3' services: oracle: image: wnameless/oracle-xe-11g-r2 container_name: oracle11gr2 environment: - 'NLS_LANG=AMERICAN_AMERICA.AL32UTF8' volum 阅读全文
posted @ 2023-05-12 13:30 KeepSmiling_me 阅读(126) 评论(0) 推荐(0) 编辑

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