上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 53 下一页
摘要: selenium github selenium官网 各类型浏览器webDriver驱动下载 chrome浏览器webDriver驱动下载,注意要与电脑上实际安装的浏览器版本相对应 原理说明: java代码直接通过selenium-java库中的核心类ChromeDriver调用本地下载的webDr 阅读全文
posted @ 2022-08-25 17:16 黄河大道东 阅读(275) 评论(0) 推荐(0)
摘要: 准备阶段 下载phantomjs PhantomJS API 参考EChartsConvert 浏览器查看base64编码图片方法 echarts官网 java后端使用freemarker生成echarts图表word 流程简要说明 1.下载phantomjs 2.配置phantomjs环境变量,或 阅读全文
posted @ 2022-08-24 16:48 黄河大道东 阅读(149) 评论(0) 推荐(0)
摘要: 工具库:https://github.com/Sayi/poi-tl 中文文档:http://deepoove.com/poi-tl/ pom依赖 <dependency> <groupId>com.deepoove</groupId> <artifactId>poi-tl</artifactId> 阅读全文
posted @ 2022-08-24 10:48 黄河大道东 阅读(189) 评论(0) 推荐(0)
摘要: 前言:本文章专用于因版本问题导致springboot整合flyway不成功无法自动迁移的情况 【pom.xml】 <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-core</artifactId> <version>3. 阅读全文
posted @ 2022-08-19 12:53 黄河大道东 阅读(218) 评论(0) 推荐(0)
摘要: 我的集成示例:https://gitee.com/a_seagull/jfinal-common jfinal官方示例参考:https://jfinal.com/download/now?file=jfinal_demo_for_maven-5.0.0.zip 集成时可能出现如下问题: maven- 阅读全文
posted @ 2022-08-12 18:06 黄河大道东 阅读(407) 评论(0) 推荐(0)
摘要: 在spring boot中有时候需要控制配置类是否生效,可以使用@ConditionalOnProperty注解来控制@Configuration是否生效 【举例】 @Configuration @ConditionalOnProperty(prefix = "filter",name = "log 阅读全文
posted @ 2022-08-10 10:16 黄河大道东 阅读(260) 评论(0) 推荐(0)
摘要: 读取JAR包中文件方法,有三种。 一、通过类加载器获取 public class App { public static void main(String[] args) { InputStream is = this.getClass().getClassLoader().getResourceA 阅读全文
posted @ 2022-08-08 16:43 黄河大道东 阅读(822) 评论(0) 推荐(0)
摘要: [toc] # 一、问题引出 问题:使用 nexus 私服后,如何控制编写的公共组件发布到 SNAPSHOT 仓库还是 RELEASE 仓库? 既项目的pom.xml文件中如何配置mvn deploy 操作后是发布到 SNAPSHOT 仓库还是 RELEASE 仓库中 # 二、为什么 在使用mave 阅读全文
posted @ 2022-08-01 18:16 黄河大道东 阅读(178) 评论(0) 推荐(0)
摘要: ### Java template # Compiled class file *.class # Log file *.log # BlueJ files *.ctxt # Mobile Tools for Java (J2ME) .mtj.tmp/ # Package Files # *.jar 阅读全文
posted @ 2022-07-29 09:37 黄河大道东 阅读(89) 评论(0) 推荐(0)
摘要: 一、前言 https://www.cnblogs.com/knowledgesea/p/11190579.html 二、部署Nexus私服 1.常规方式 地址:https://www.sonatype.com/ 下载地址:https://www.sonatype.com/download-nexus 阅读全文
posted @ 2022-07-28 16:29 黄河大道东 阅读(530) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 53 下一页