上一页 1 2 3 4 5 6 7 ··· 12 下一页

2024年5月7日

SpringBoot+Thymeleaf渲染下拉框异常解决

摘要: 常规方式 <select class="form-control" name="operationType" th:field="${itemTemp.operationType}" style="width:80%" th:disabled="${readonly}"> <option value 阅读全文

posted @ 2024-05-07 15:32 白嫖老郭 阅读(66) 评论(0) 推荐(0)

2024年3月6日

SpringBoot集成亚马逊的S3对象存储

摘要: 依赖导入:aws-java-sdk-s3 <dependencyManagement> <dependencies> <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-bom</artifactId> <ve 阅读全文

posted @ 2024-03-06 14:45 白嫖老郭 阅读(1364) 评论(0) 推荐(0)

2024年2月26日

JdbcTemplate 自定义返回的结果集字段和实体类映射

摘要: 废话不多:抄袭代码 package com.webank.wedatasphere.qualitis.handler; import com.webank.wedatasphere.qualitis.response.Grid; import com.webank.wedatasphere.qual 阅读全文

posted @ 2024-02-26 11:37 白嫖老郭 阅读(311) 评论(0) 推荐(0)

通用的SpringBoot集成的文件上传与下载

摘要: 废话不多说--直接看代码 controller package com.webank.wedatasphere.qualitis.controller.thymeleaf; import com.webank.wedatasphere.qualitis.handler.CommonExcelServ 阅读全文

posted @ 2024-02-26 11:35 白嫖老郭 阅读(50) 评论(0) 推荐(0)

SpringBoot应用调用Linkis进行任务调度执行SQl;进行数据质量分析

摘要: 基于Linkis的Rest-API调用任务 官网示例:“https://linkis.apache.org/zh-CN/docs/1.3.2/api/linkis-task-operator” 集合Springboot集成 准备工作:SpringBoot-web应用:封装好支持cookie的rest 阅读全文

posted @ 2024-02-26 11:29 白嫖老郭 阅读(117) 评论(0) 推荐(0)

2024年2月7日

Git--命令常用

摘要: GITLab 命令 git remote add origin https://gitee.com/gtnotgod/Data-Quality-Management.git #增加了远程仓库 git init #初始化本地仓库 git status #查看分支 git clone <url> #克隆 阅读全文

posted @ 2024-02-07 13:32 白嫖老郭 阅读(21) 评论(0) 推荐(0)

2024年1月25日

JAVA调用Python脚本执行

摘要: SpringBoot-web环境 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> springboot--启 阅读全文

posted @ 2024-01-25 16:41 白嫖老郭 阅读(273) 评论(0) 推荐(0)

2024年1月23日

OkHTTP发送POST请求传送JSON数据

摘要: 导入依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependenc 阅读全文

posted @ 2024-01-23 14:16 白嫖老郭 阅读(2251) 评论(0) 推荐(0)

2024年1月20日

CDH6.3.2下安装部署Qualitis数据质量分析的计算服务Linkis1.3.2

摘要: 快速搭建Qualitis手册 一、基础软件安装 Gradle (4.6) MySQL (5.5+) JDK (1.8.0_141) Linkis(1.0.0+), 必装Spark引擎。如何安装Linkis DataSphereStudio (1.0.0+) 可选. 如果你想使用工作流,必装DataS 阅读全文

posted @ 2024-01-20 18:16 白嫖老郭 阅读(651) 评论(1) 推荐(0)

数据质量框架QUalitis浅尝使用

摘要: 数据质量管理平台(微众银行)Qualitis+Linkis (一)Qualitis是一个数据质量管理系统,用于监控数据质量。 其功能包括: 数据质量模型定义 数据质量结果可视化 可监控 数据质量管理服务提供一整套统一的流程来定义和检测数据集的质量并及时报告问题 (二)Linkis属于上层应用程序和底 阅读全文

posted @ 2024-01-20 18:11 白嫖老郭 阅读(2426) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 ··· 12 下一页

导航