摘要: 解决的问题 Could not resolve dependencies for project org.apereo.cas:cas-overlay:war:1.0: Failure to find net.shibboleth.tool:xmlsectool:jar:2.0.0 in https 阅读全文
posted @ 2022-07-09 18:04 村上春树的叶子 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 主要解决的问题 1、创建完一个 maven 项目,在 pom 文件在引入依赖,等待下方自动导入加载完毕,去查看工具的 maven projects 工具选项中的 Dependencies 后依赖红色报错。 2、在pom文件中,引用依赖后,该依赖的版本号处直接出现红色 3、IDEA工具的Maven P 阅读全文
posted @ 2022-07-09 17:43 村上春树的叶子 阅读(4962) 评论(0) 推荐(0) 编辑
摘要: 自己了解的4种方式。若有补充请留言。谢谢! String str = "abc"; // 1、通过 + System.out.println(str + "d"); // abcd // 2、通过 concat() System.out.println(str.concat("d")); // ab 阅读全文
posted @ 2022-07-03 19:19 村上春树的叶子 阅读(17) 评论(0) 推荐(0) 编辑