Skip to content

Commit 80f27b4

Browse files
author
bajins
committed
refactor(文档): 更新多个页面的链接和内容
- 更新了多个页面中的开源项目链接 - 调整了部分页面的结构和格式 - 补充了一些新的技术和资源链接 - 修正了一些错误和过时的信息
1 parent 0349b06 commit 80f27b4

17 files changed

+63
-39
lines changed

.vuepress/public/files/JDK版本生命周期.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,13 @@
244244
<td>2031 年 9 月</td>
245245
</tr>
246246
<tr>
247-
<td class="active-version">Java SE 22</td>
247+
<td class="old-version">Java SE 22</td>
248248
<td>2024年 03 月 14 日</td>
249249
<td>2024 年 9 月</td>
250250
<td class="td-center">不适用</td>
251251
</tr>
252252
<tr>
253-
<td class="upcoming-version">Java SE 23</td>
253+
<td class="old-version">Java SE 23</td>
254254
<td>2024 年 09 月 17 日</td>
255255
<td>2025 年 3 月</td>
256256
<td class="td-center">不适用</td>

IDE/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@
643643
* [https://github.com/edavis10/redmine](https://github.com/edavis10/redmine)
644644
* [https://github.com/makeplane/plane](https://github.com/makeplane/plane)
645645
* [https://github.com/plankanban/planka](https://github.com/plankanban/planka)
646+
* [https://github.com/bugzilla](https://github.com/bugzilla)
646647

647648

648649

Java/Java第三方库.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,9 @@
387387
* [https://github.com/FasterXML/woodstox](https://github.com/FasterXML/woodstox)
388388
* [https://github.com/hunterhacker/jdom](https://github.com/hunterhacker/jdom)
389389
* [https://github.com/x-stream/xstream](https://github.com/x-stream/xstream)
390+
* [https://github.com/castor-data-binding](https://github.com/castor-data-binding)
391+
* [https://castor.exolab.org/xml-framework.html](https://castor.exolab.org/xml-framework.html)
392+
* [https://github.com/codehaus/castor](https://github.com/codehaus/castor)
390393
* 爬虫 [https://github.com/bonigarcia/webdrivermanager](https://github.com/bonigarcia/webdrivermanager)
391394
* [推荐一些优秀的开源Java爬虫项目](https://zhuanlan.zhihu.com/p/24844250)
392395
* [https://github.com/Ardesco/Selenium-Maven-Template](https://github.com/Ardesco/Selenium-Maven-Template)

Java/ORM.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
* [https://github.com/speedment](https://github.com/speedment)
3535
* [https://github.com/troyzhxu/bean-searcher](https://github.com/troyzhxu/bean-searcher)
3636
* [https://github.com/MyCATApache/Mycat2](https://github.com/MyCATApache/Mycat2)
37+
* [https://github.com/teiid/teiid](https://github.com/teiid/teiid)
3738

3839

3940

Other/免费服务.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
* [https://cloud.google.com/free](https://cloud.google.com/free)
147147
* [谷歌云搭建免费服务器并翻墙 | Levon's Blog](https://www.liuvv.com/p/b7e5827a)
148148
* Oracle [https://www.oracle.com/cn/cloud/free](https://www.oracle.com/cn/cloud/free)
149+
* [https://ocistatus.oraclecloud.com](https://ocistatus.oraclecloud.com)
149150
* [Always Free Resources](https://docs.cloud.oracle.com/en-us/iaas/Content/FreeTier/freetier.htm#resources)
150151
* [https://cloud.oracle.com/usage/reports](https://cloud.oracle.com/usage/reports)
151152
* [https://cloud.oracle.com/limits](https://cloud.oracle.com/limits)

PL/交互协议.md

Lines changed: 36 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -33,62 +33,61 @@
3333

3434
> 该模型用于帮助人们解决应用程序与服务器传递数据的问题
3535
36-
> WebService是RPC的一种,RPC使用非常广泛(RPC和MQ是分布式两大基石),目前基本上各大场都有自己的RPC,开源成熟的RPC也非常多。
37-
38-
> RPC按通信协议,可以分为:基于HTTP的、基于TCP等;
39-
> 按报文协议可以分为:基于XML文本的、基于JSON文本的,二进制的;
40-
> 按照是否跨平台语言,可以分为:平台专用的,平台中立的
4136

4237
* [API架构风格对比:SOAP vs REST vs GraphQL vs RPC](https://www.cnblogs.com/charlieroro/p/14570214.html)
4338
* [REST 和 gRPC 的详细比较](https://kreya.app/blog/rest-vs-grpc)
4439
* [https://github.com/riok/kreya](https://github.com/riok/kreya)
4540
* [JMS Java消息服务(Java Message Service)](https://www.jianshu.com/p/246b95d959a0)
41+
* [技术概念大揭秘-RPC/Restful/HTTP/SOAP/WebService傻傻分不清楚?](https://www.jianshu.com/p/8f1c70e42d32)
42+
* [既然有 HTTP 请求,为什么还要用 RPC 调用?](https://www.zhihu.com/question/41609070)
4643

4744

48-
- [Web Service 模型](https://www.w3.org/2002/ws/Activity)
49-
- [SOAP(Simple Object Access Protocol,即简单对象访问协议)](https://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383487)
45+
- [Web Services 模型](https://www.w3.org/2002/ws/Activity)(理念/领域)
46+
- [SOAP(Simple Object Access Protocol,简单对象访问协议)](https://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383487) https://www.w3.org/TR/soap
47+
- WSDL (Web Services Description Language) https://www.w3.org/TR/wsdl20 描述服务接口
5048
- SOAP over HTTP
5149
- SOAP over TCP
5250
- SOAPover Message Queues
5351
- RSS Syndication Services
5452
- WS-Discovery
55-
- WS-Addressing
56-
- WS-ReliableMessaging
57-
- WS-Security
53+
- WS-Addressing 提供消息寻址功能
54+
- WS-AtomicTransaction 支持分布式事务
55+
- WS-ReliableMessaging 确保消息的可靠传输
56+
- WS-Security 用于消息级的安全,包括加密、签名和身份验证
5857
- JAX-WS(Java API for XML-based Web services)
59-
- [UDDI](https://blog.csdn.net/gls_nuaa/article/details/127724343)
60-
- RPC 模型(面向方法)[https://en.wikipedia.org/wiki/Remote_procedure_call#General](https://en.wikipedia.org/wiki/Remote_procedure_call#General)
61-
- [XML-RPC](http://www.xmlrpc.com/spec)
58+
- [UDDI (Universal Description, Discovery and Integration)](https://blog.csdn.net/gls_nuaa/article/details/127724343)
59+
- RPC(Remote Procedure Call)模型(面向方法)[https://en.wikipedia.org/wiki/Remote_procedure_call#General](https://en.wikipedia.org/wiki/Remote_procedure_call#General)
60+
- [XML-RPC](http://www.xmlrpc.com/spec) SOAP 本质上是 XML-RPC 的升级版
6261
- [JSON-RPC](http://json-rpc.org/wiki/specification) [https://www.jsonrpc.org](https://www.jsonrpc.org)
63-
- [SOAP](https://www.w3.org/TR/soap) + [WSDL](https://www.w3.org/TR/wsdl20) [SOAP 本质上是 XML-RPC 的升级版]
6462
- JAX-RPC
65-
- REST Web Service
66-
- RESTful Web Service
67-
- Windows Communication Foundation (WCF),以前称为Indigo
68-
- WEB API
69-
- REST(Representational State Transfer) 模型(面向资源)
63+
- gRPC (Google Remote Procedure Call)
64+
- REST(Representational State Transfer) 模型(面向资源)(现代 Web API 风格)
7065
- REST API
71-
- RestFul API
66+
- RestFul API/RESTful Web Service
7267
- GraphQL
68+
- Windows Communication Foundation (WCF),以前称为Indigo
7369
- SOA(Service Oriented Architecture)面向服务的架构
7470
- [RCON](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol)
75-
76-
77-
* [技术概念大揭秘-RPC/Restful/HTTP/SOAP/WebService傻傻分不清楚?](https://www.jianshu.com/p/8f1c70e42d32)
78-
* [既然有 HTTP 请求,为什么还要用 RPC 调用?](https://www.zhihu.com/question/41609070)
79-
80-
81-
- RPC(remote procedure call,远程过程调用):一种通过网络从远程计算机程序上跨语言跨平台的请求服务。主要是分布式式系统中应用。
82-
- Web Service:一种跨编程语言和跨操作系统平台的远程调用技术。
83-
- SOAP(Simple Object Access Protocol,简单对象访问协议):基于 HTTP或 SMTP等多种网络标准规约,它是向网络上的其他计算机传送 XML文档而定义标准Package结构的通信规约息。
84-
- WSDL (WebServices Description Language):WEB服务描述语言,它是Web Service服务端使用说明书,说明服务端接口、方法、参数和返回值,随服务发布自动生成
85-
- RMI(remote method invocation,面向对象的远程方法调用)
86-
- REST(representational state transfer,表达性状态转移)
87-
- Restful:一种接口规范,符合这套规范编写的接口就是restful 接口
88-
- JMS(Java Messaging Service)
89-
- EJB(enterprise java bean)
90-
- JNDI(Java naming and Directory Interface)
91-
- JRMP(Java Remote Method Protocol)
71+
- CORBA (Common Object Request Broker Architecture) 分布式对象技术规范
72+
- IDL (Interface Definition Language)
73+
- IIOP (Internet Inter-ORB Protocol, TCP)
74+
75+
76+
77+
78+
+ RPC(remote procedure call,远程过程调用):一种通过网络从远程计算机程序上跨语言跨平台的请求服务。主要是分布式式系统中应用。
79+
+ RPC按通信协议,可以分为:基于HTTP的、基于TCP等;
80+
+ 按报文协议可以分为:基于XML文本的、基于JSON文本的,二进制的;
81+
+ 按照是否跨平台语言,可以分为:平台专用的,平台中立的
82+
+ SOAP(Simple Object Access Protocol,简单对象访问协议):基于 HTTP或 SMTP等多种网络标准规约,它是向网络上的其他计算机传送 XML文档而定义标准Package结构的通信规约息。
83+
+ WSDL (WebServices Description Language):WEB服务描述语言,它是Web Service服务端使用说明书,说明服务端接口、方法、参数和返回值,随服务发布自动生成
84+
+ RMI(remote method invocation,面向对象的远程方法调用)
85+
+ REST(representational state transfer,表达性状态转移)
86+
+ Restful:一种接口规范,符合这套规范编写的接口就是restful 接口
87+
+ JMS(Java Messaging Service)Java 消息服务
88+
+ EJB(enterprise java bean)
89+
+ JNDI(Java naming and Directory Interface)
90+
+ JRMP(Java Remote Method Protocol)
9291

9392

9493

PL/硬件交互.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
- [https://github.com/bestyize/BCom](https://github.com/bestyize/BCom)
133133
- [https://github.com/wenhuix/COMDBG](https://github.com/wenhuix/COMDBG)
134134
- [http://www.ceiwei.com/mt](http://www.ceiwei.com/mt)
135+
- [https://www.jicesys.com](https://www.jicesys.com)
135136

136137

137138

Python/Python爬虫.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
* [https://github.com/Boris-code/feapder](https://github.com/Boris-code/feapder)
2121
* [https://github.com/pyppeteer/pyppeteer](https://github.com/pyppeteer/pyppeteer)
22+
* [https://github.com/autoscrape-labs/pydoll](https://github.com/autoscrape-labs/pydoll)
2223
* [https://github.com/hyperiongray/trio-chrome-devtools-protocol](https://github.com/hyperiongray/trio-chrome-devtools-protocol)
2324
* [https://github.com/chuckus/chromewhip](https://github.com/chuckus/chromewhip)
2425
* [https://github.com/fate0/pychrome](https://github.com/fate0/pychrome)

Shell/PowerShell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
* [https://github.com/microsoft/winget-pkgs](https://github.com/microsoft/winget-pkgs)
4646
* [https://docs.microsoft.com/zh-cn/windows/package-manager/winget](https://docs.microsoft.com/zh-cn/windows/package-manager/winget)
4747
* [https://github.com/marticliment/WingetUI](https://github.com/marticliment/WingetUI)
48+
```powershell
49+
winget upgrade --all
50+
winget source update --clear-cache
51+
winget cache purge
52+
```
4853
* [https://github.com/oneget/oneget](https://github.com/oneget/oneget)
4954
* [https://www.nuget.org](https://www.nuget.org)
5055
* [https://www.powershellgallery.com](https://www.powershellgallery.com)

Shell/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
- [https://lynx.browser.org](https://lynx.browser.org)
5555
- [https://github.com/kurtchen/Lynx](https://github.com/kurtchen/Lynx)
5656
- [https://sourceforge.net/projects/w3m](https://sourceforge.net/projects/w3m)
57+
- [https://github.com/doxx/darkflare](https://github.com/doxx/darkflare)
5758
- 爬取网页 [https://github.com/philippta/flyscrape](https://github.com/philippta/flyscrape)
5859
- 历史记录 [https://github.com/ddworken/hishtory](https://github.com/ddworken/hishtory)
5960
- [https://github.com/YiNNx/cmd-wrapped](https://github.com/YiNNx/cmd-wrapped)

0 commit comments

Comments
 (0)