Riguz的用户贡献
2024年1月18日 (星期四)
- 09:172024年1月18日 (四) 09:17 差异 历史 0 小 Heap sort Riguz移动页面堆排序至Heap sort,不留重定向 当前
- 09:152024年1月18日 (四) 09:15 差异 历史 0 小 Red–black tree Riguz移动页面树:红黑树至Red–black tree,不留重定向 当前
- 09:102024年1月18日 (四) 09:10 差异 历史 +21 Ternary tree 无编辑摘要 当前
- 09:092024年1月18日 (四) 09:09 差异 历史 0 小 Ternary tree Riguz移动页面树:Ternary Tree至Ternary tree,不留重定向
- 09:082024年1月18日 (四) 09:08 差异 历史 0 小 Trie tree Riguz移动页面树:Trie tree至Trie tree,不留重定向 当前
- 09:072024年1月18日 (四) 09:07 差异 历史 0 小 Selection sort Riguz移动页面选择排序至Selection sort,不留重定向 当前
- 09:062024年1月18日 (四) 09:06 差异 历史 0 小 MapReduce Riguz移动页面并发:MapReduce至MapReduce,不留重定向 当前
- 09:052024年1月18日 (四) 09:05 差异 历史 +62 Shell Sort 无编辑摘要 当前
- 09:042024年1月18日 (四) 09:04 差异 历史 0 小 Shell Sort Riguz移动页面希尔排序至Shell Sort,不留重定向
- 09:022024年1月18日 (四) 09:02 差异 历史 +2,078 Compare and Swap 无编辑摘要 当前
- 09:022024年1月18日 (四) 09:02 差异 历史 0 小 Compare and Swap Riguz移动页面CAS至Compare and Swap,不留重定向
- 09:002024年1月18日 (四) 09:00 差异 历史 +2 Principles of Good Programming 无编辑摘要 当前
- 08:592024年1月18日 (四) 08:59 差异 历史 0 小 Principles of Good Programming Riguz移动页面软件工程:The Principles of Good Programming至Principles of Good Programming,不留重定向
- 08:592024年1月18日 (四) 08:59 差异 历史 +2 SOLID 无编辑摘要 当前
- 08:592024年1月18日 (四) 08:59 差异 历史 0 小 SOLID Riguz移动页面软件工程:SOLID原则至SOLID,不留重定向
- 07:222024年1月18日 (四) 07:22 差异 历史 0 小 JMH Benchmark Riguz移动页面Blog:使用JMH进行Benchmark测试至JMH Benchmark,不留重定向 当前
- 07:222024年1月18日 (四) 07:22 差异 历史 +19 JMH Benchmark 无编辑摘要
- 07:212024年1月18日 (四) 07:21 差异 历史 0 小 MySQL binary log Riguz移动页面A brief introduction to MySQL binary log至MySQL binary log,不留重定向 当前
- 07:202024年1月18日 (四) 07:20 差异 历史 0 小 .Net Core Riguz移动页面.Net:.Net Core至.Net Core,不留重定向 当前
- 07:172024年1月18日 (四) 07:17 差异 历史 +829 Supervised fine-tuning 无编辑摘要
- 06:342024年1月18日 (四) 06:34 差异 历史 +2,653 新 Supervised fine-tuning 创建页面,内容为“有监督微调(SFT)是指采用预先训练好的神经网络模型,并针对你自己的专门任务在少量的监督数据上对其进行重新训练的技术。 SFT在大语言模型中的应用有以下重要原因: * 任务特定性能提升:预训练语言模型通过大规模的无监督训练学习了语言的统计模式和语义表示。然而它在特定任务下的效果可能并不令人满意。通过在任务特定的有标签数据…”
- 01:592024年1月18日 (四) 01:59 差异 历史 +93 GRPC →gRPC vs HTTP 当前
- 01:592024年1月18日 (四) 01:59 差异 历史 +639 新 GRPC 创建页面,内容为“= gRPC vs HTTP = {| class="wikitable" |- ! Feature !! gRPC !! HTTP APIs with JSON |- | Contract || Required (.proto) || Optional (OpenAPI) |- | Protocol || HTTP/2 || HTTP |- | Payload || Protobuf (small, binary) || JSON (large, human readable) |- | Prescriptiveness || Strict specification || Loose. Any HTTP is valid. |- | Streaming || Client, server, bi-directional || Client, server |- | Browser support || No (requires gr…”
- 01:532024年1月18日 (四) 01:53 差异 历史 −4 RESTful Style 无编辑摘要 当前
- 01:532024年1月18日 (四) 01:53 差异 历史 0 小 RESTful Style Riguz移动页面REST:REST参考规范至RESTful Style,不留重定向
2024年1月17日 (星期三)
- 17:192024年1月17日 (三) 17:19 差异 历史 +58 98.Validate Binary Search Tree →Recursive 当前
- 17:182024年1月17日 (三) 17:18 差异 历史 +708 98.Validate Binary Search Tree →Description
- 16:572024年1月17日 (三) 16:57 差异 历史 +935 新 98.Validate Binary Search Tree 创建页面,内容为“=Description= {{LeetCode |id=validate-binary-search-tree |no=98 |difficulty=Medium |category=Tree |collection=MS |title=Validate Binary Search Tree |summary=Given the root of a binary tree, determine if it is a valid binary search tree (BST).}} Given the root of a binary tree, determine if it is a valid binary search tree (BST). A valid BST is defined as follows: The left subtree of a node contains only nodes with keys less than the node's key. The right s…”
- 16:512024年1月17日 (三) 16:51 差异 历史 +861 447.Number of Boomerangs 无编辑摘要 当前
- 16:492024年1月17日 (三) 16:49 差异 历史 −21 447.Number of Boomerangs →Count distance
- 16:422024年1月17日 (三) 16:42 差异 历史 +69 447.Number of Boomerangs →Count distance
- 16:382024年1月17日 (三) 16:38 差异 历史 +17 447.Number of Boomerangs →Count distance
- 16:372024年1月17日 (三) 16:37 差异 历史 +87 447.Number of Boomerangs →Count distance
- 16:312024年1月17日 (三) 16:31 差异 历史 +1,018 447.Number of Boomerangs →Brute force
- 15:532024年1月17日 (三) 15:53 差异 历史 −10 120.Triangle 撤销Riguz(讨论)的版本3983 当前 标签:撤销
- 15:532024年1月17日 (三) 15:53 差异 历史 0 小 447.Number of Boomerangs Riguz移动页面447. Number of Boomerangs至447.Number of Boomerangs,不留重定向
- 15:532024年1月17日 (三) 15:53 差异 历史 +1,646 447.Number of Boomerangs 无编辑摘要
- 15:522024年1月17日 (三) 15:52 差异 历史 +10 120.Triangle →2D DP 标签:已被回退
- 15:482024年1月17日 (三) 15:48 差异 历史 +439 新 447.Number of Boomerangs 创建页面,内容为“=Description= {{LeetCode |id=number-of-boomerangs |no=447 |difficulty=Medium |category=unknown |collection=Top 150 |title=Number of Boomerangs |summary=You are given n points in the plane that are all distinct, where points[i] = [xi, yi]. A boomerang is a tuple of points (i, j, k) such that the distance between i and j equals the distance between i and k (the order of the tuple matters).}} Category:Algorithm Category:LeetCode”
- 11:382024年1月17日 (三) 11:38 差异 历史 +1,169 新 QUIC 创建页面,内容为“QUIC is a new multiplexed transport built on top of UDP. HTTP/3 is designed to take advantage of QUIC's features, including lack of Head-Of-Line blocking between streams. The QUIC project started as an alternative to TCP+TLS+HTTP/2, with the goal of improving user experience, particularly page load times. The QUIC working group at the IETF defined a clear boundary between the transport(QUIC) and application(HTTP/3) layers, as well as migrating from QUIC Crypt…”
- 11:362024年1月17日 (三) 11:36 差异 历史 +6 HTTP/3 无编辑摘要
- 11:282024年1月17日 (三) 11:28 差异 历史 +453 HTTP Content-Length 无编辑摘要 当前
- 11:272024年1月17日 (三) 11:27 差异 历史 +472 新 HTTP Content-Length 创建页面,内容为“The Content-Length header indicates the size of the message body, in bytes, sent to the recipient. <syntaxhighlight lang="http"> Content-Length: <length> </syntaxhighlight> When no Content-Length is received, the client keeps reading until the server closes the connection.<ref>https://stackoverflow.com/questions/15991173/is-the-content-length-header-required-for-a-http-1-0-response</ref> Category:Network Category:RFC Category:Protocol Category…”
- 11:252024年1月17日 (三) 11:25 差异 历史 +4 HTTP/3 →Overview
- 11:212024年1月17日 (三) 11:21 差异 历史 +197 TCP BBR 无编辑摘要 当前
- 11:182024年1月17日 (三) 11:18 差异 历史 +995 TCP BBR 无编辑摘要
- 11:162024年1月17日 (三) 11:16 差异 历史 +2 TCP BBR 无编辑摘要
- 11:162024年1月17日 (三) 11:16 差异 历史 0 新 文件:Congestion control2.webp 无编辑摘要 当前
- 11:162024年1月17日 (三) 11:16 差异 历史 0 新 文件:Congestion control1.png 无编辑摘要 当前
- 11:152024年1月17日 (三) 11:15 差异 历史 +1 TCP BBR 无编辑摘要