Skip to content

Commit 43fb78e

Browse files
author
bajins
committed
```
docs(IDE): 更新 IDEA 相关资源链接 docs(Java): 优化 JDK 安装配置与学习资料 重新整理 JDK 相关链接,补充 JDK 版本生命周期说明及 JEP 提案数量统计内容,提升文档可读性。 docs(PL): 添加 omarchy 项目链接 在包管理工具相关资源中新增 basecamp/omarchy 项目地址。 docs(System): 补充 Windows 软件安装相关工具链接 新增 InstallShield 官方产品页链接,丰富安装包处理相关工具列表。 docs(Other): 修正 Markdown 折叠语法说明格式 更新 `<details>` 标签使用示例说明,明确其折叠功能。 ```
1 parent 69da955 commit 43fb78e

File tree

7 files changed

+34
-12
lines changed

7 files changed

+34
-12
lines changed
104 KB
Loading

IDE/IDEA插件.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
* [https://gitea.998043.xyz/novice/plugin-privacy](https://gitea.998043.xyz/novice/plugin-privacy)
4545
* [https://github.com/iofeqkurrc42/jetbra-server-go](https://github.com/iofeqkurrc42/jetbra-server-go)
4646
* [https://github.com/NotoChen/Jetbrains-Help](https://github.com/NotoChen/Jetbrains-Help)
47+
* [https://gitee.com/guoyifanA/qiu-mo-jetbrains-help](https://gitee.com/guoyifanA/qiu-mo-jetbrains-help)
48+
* [https://ide.mihuyo.cc](https://ide.mihuyo.cc)
4749
* [https://github.com/LemonZuo/license](https://github.com/LemonZuo/license)
4850
* [https://github.com/nannanStrawberry314/license](https://github.com/nannanStrawberry314/license)
4951
* [https://github.com/AnkioTomas/license](https://github.com/AnkioTomas/license)
@@ -58,6 +60,9 @@
5860
* [https://ckey.run](https://ckey.run)
5961
* [https://github.com/neKamita/ToolBox-Activator](https://github.com/neKamita/ToolBox-Activator)
6062
* [https://github.com/Unexpectedlyc/ckey.run--offline-activation-jetbrains](https://github.com/Unexpectedlyc/ckey.run--offline-activation-jetbrains)
63+
* [https://gitea.998043.xyz/yelochick/plugin-activation](https://gitea.998043.xyz/yelochick/plugin-activation)
64+
* [https://github.com/cblueo/smart-input-pro](https://github.com/cblueo/smart-input-pro)
65+
* [https://linux.do/u/bajins/activity/likes-given](https://linux.do/u/bajins/activity/likes-given)
6166
* [https://intxzt.github.io/2022/07/25/ja-netfilter/ja-netfilter-plugins-power](https://intxzt.github.io/2022/07/25/ja-netfilter/ja-netfilter-plugins-power)
6267
* [https://greasyfork.org/zh-CN/scripts/by-site/linux.do](https://greasyfork.org/zh-CN/scripts/by-site/linux.do)
6368
* [https://github.com/anghunk/linuxdo-scripts](https://github.com/anghunk/linuxdo-scripts)

Java/JDK安装配置.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
## Flag
77

88
+ [https://github.com/topics/jvm](https://github.com/topics/jvm)
9-
+ [JDK版本生命周期](/files/JDK版本生命周期.html)
109

1110

12-
* JEP [http://openjdk.java.net/jeps](http://openjdk.java.net/jeps)
11+
1312
* [https://www.oracle.com/cn/downloads](https://www.oracle.com/cn/downloads)
1413
* [https://www.oracle.com/cn/java/technologies/downloads](https://www.oracle.com/cn/java/technologies/downloads)
1514
* [https://www.oracle.com/java/technologies/downloads/archive](https://www.oracle.com/java/technologies/downloads/archive)
@@ -29,6 +28,23 @@
2928

3029

3130

31+
- [JDK版本生命周期](/files/JDK版本生命周期.html)
32+
33+
<details>
34+
<summary style="font-size:160%;">JDK 8 以来每个 Java 版本中的 JEP 数量</summary>
35+
36+
> [JEP](http://openjdk.java.net/jeps/0)的全称就是`JDK Enhancement Proposals`,简单点讲就像是一个个对JAVA进行改进提案,
37+
> 这些提案会在合适的时间合适的地点被加入JDK的特定版本。
38+
39+
![](/images/JDK8-25的JEP数量.png)
40+
41+
* [Java 25 的到来](https://blogs.oracle.com/java/post/the-arrival-of-java-25#_anchor_1)
42+
43+
</details>
44+
45+
46+
47+
3248
## OpenJDK
3349

3450
+ [https://github.com/topics/openjdk](https://github.com/topics/openjdk)

Java/README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@
3030
+ [https://github.com/OmniFish-EE](https://github.com/OmniFish-EE)
3131

3232

33-
- [Michael Redlich-Java近期新闻](https://www.infoq.cn/profile/416A67CDBAA4DC)
34-
- [Java版本比较](https://mp.weixin.qq.com/s/NEfqPXrcq6O1p7RLf9LWCw)
35-
- [Java 9-16 新增语法元素一览](https://segmentfault.com/a/1190000039714550)
36-
- [Java 速查手册](https://bbs.csdn.net/topics/609815996)
37-
- [javaEE和javaweb的区别?](https://www.zhihu.com/question/52002845)
38-
39-
40-
> [JEP](http://openjdk.java.net/jeps/0)的全称就是`JDK Enhancement Proposals`,简单点讲就像是一个个对JAVA进行改进提案,
41-
> 这些提案会在合适的时间合适的地点被加入JDK的特定版本。
4233

4334
* [https://github.com/javaee-samples](https://github.com/javaee-samples)
4435
* 生成代码 [https://github.com/moshowgame/SpringBootCodeGenerator](https://github.com/moshowgame/SpringBootCodeGenerator)
@@ -50,6 +41,14 @@
5041

5142

5243

44+
- [Michael Redlich-Java近期新闻](https://www.infoq.cn/profile/416A67CDBAA4DC)
45+
- [Java版本比较](https://mp.weixin.qq.com/s/NEfqPXrcq6O1p7RLf9LWCw)
46+
- [Java 9-16 新增语法元素一览](https://segmentfault.com/a/1190000039714550)
47+
- [Java 速查手册](https://bbs.csdn.net/topics/609815996)
48+
- [javaEE和javaweb的区别?](https://www.zhihu.com/question/52002845)
49+
50+
51+
5352

5453
## 学习
5554

Other/Markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ string &operator+(const string& A,const string& B) //cpp
395395
- `<sup></sup>`
396396
- `<sub></sub>`
397397
- `<br/>`
398-
- `<details><summary style="font-size:160%;">点击查看</summary></details>`
398+
- `<details><summary style="font-size:160%;">点击查看</summary></details>` 折叠
399399

400400

401401
## 工具

PL/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@
267267
* [https://github.com/halcyon/asdf-java](https://github.com/halcyon/asdf-java)
268268
* [https://github.com/danhper/asdf-python](https://github.com/danhper/asdf-python)
269269
* [https://github.com/daytonaio/daytona](https://github.com/daytonaio/daytona)
270+
* [https://github.com/basecamp/omarchy](https://github.com/basecamp/omarchy)
270271
* 包管理器 [http://win-builds.org](http://win-builds.org)
271272
* [https://github.com/eryajf/Thanks-Mirror](https://github.com/eryajf/Thanks-Mirror)
272273
* [https://github.com/renovatebot/renovate](https://github.com/renovatebot/renovate)

System/Windows软件.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,7 @@
734734
* [https://github.com/dscharrer/innoextract](https://github.com/dscharrer/innoextract)
735735
* [https://github.com/jrsoftware/issrc](https://github.com/jrsoftware/issrc)
736736
* [https://github.com/jrathlev/InnoUnpacker-Windows-GUI](https://github.com/jrathlev/InnoUnpacker-Windows-GUI)
737+
* [https://www.revenera.com/install/products/installshield](https://www.revenera.com/install/products/installshield)
737738
* [https://learn.microsoft.com/zh-cn/windows/win32/msi/standard-installer-command-line-options](https://learn.microsoft.com/zh-cn/windows/win32/msi/standard-installer-command-line-options)
738739

739740

0 commit comments

Comments
 (0)