摘要: 01、勾线如下图标代表开启离线模式使用本地仓库中的信息 02、settings.gradle的格式 settings.gradle 这个是文件名称 rootProject.name = 'dependencies-java' include 'api', 'shared', 'services:pe 阅读全文
posted @ 2023-06-20 14:39 张载zz 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 历史更新中的重要历史迭代 JDK 8: 2014 年发布,引入了重要的新特性,如Lambda 表达式、流式 API、默认方法、日期/时间 API 等。还包含了性能改进、新的垃圾回收器和新的 JavaScript 引擎等。 JDK 17: 2021 年发布,是一个长期支持(LTS)版本,包含了一些重要 阅读全文
posted @ 2023-06-20 10:01 张载zz 阅读(1498) 评论(0) 推荐(0) 编辑
摘要: 在使用Android Studio时,建议使用最新的动物命名版本,以获取最新的功能和修复的错误。官网描述动物命名是重要版本(间接理解为稳定版本) 2022 年 9 月 Dolphin (海豚) 2022 年 5 月 Chipmunk (花栗鼠) Android Studio Flamingo | 2 阅读全文
posted @ 2023-06-20 09:49 张载zz 阅读(1747) 评论(0) 推荐(0) 编辑
摘要: 一、 C:\Users>npm -v 6.14.8 C:\Users>npm install -g cordova npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs 阅读全文
posted @ 2023-06-15 11:44 张载zz 阅读(95) 评论(0) 推荐(0) 编辑
摘要: ?serverTimezone=GMT%2B8 阅读全文
posted @ 2023-06-09 08:40 张载zz 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 一、官网地址 https://mozilla.github.io/pdf.js/ 二、样例的代码目录截图 效果截图和访问路径: http://localhost:63342/web-code/html/pdfjs-3.7.107-dist/web/viewer.html?file=pdf-demo. 阅读全文
posted @ 2023-06-09 08:39 张载zz 阅读(62) 评论(0) 推荐(0) 编辑
摘要: thymeleaf for循环第一次后中断循环 <div th:each="processList, iterStat : ${dict.processList}" > <th:block th:if="${iterStat.index == 0}"> <span style="width:80%; 阅读全文
posted @ 2023-06-05 09:24 张载zz 阅读(11) 评论(0) 推荐(0) 编辑
摘要: <div style="border:1px solid #ccc;margin-bottom: 10px;padding:12px;float:left;width:49%;margin-left:1%;" th:each="dict:${dics}"> <span style="width:80 阅读全文
posted @ 2023-06-03 15:56 张载zz 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 01、mybatis使用的 <![CDATA[ < ]]> <![CDATA[ ]]> 阅读全文
posted @ 2023-06-01 17:39 张载zz 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 问题效果 解决方式 阅读全文
posted @ 2023-05-25 13:49 张载zz 阅读(238) 评论(0) 推荐(0) 编辑