所有公开日志
所有WHY42公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2024年4月16日 (二) 02:53 Riguz 留言 贡献创建了页面文件:Mat.png
- 2024年4月16日 (二) 02:53 Riguz 留言 贡献上传文件:Mat.png
- 2024年4月15日 (一) 12:45 Riguz 留言 贡献创建了页面文件:Visual-vm.png
- 2024年4月15日 (一) 12:45 Riguz 留言 贡献上传文件:Visual-vm.png
- 2024年4月15日 (一) 11:37 Riguz 留言 贡献移动页面Mac:设置Java版本至Mac set default java version,不留重定向
- 2024年4月15日 (一) 03:11 Riguz 留言 贡献创建了页面文件:Dynamic-cpu-high.png
- 2024年4月15日 (一) 03:11 Riguz 留言 贡献上传文件:Dynamic-cpu-high.png
- 2024年4月15日 (一) 02:54 Riguz 留言 贡献移动页面JVM memory analysis至JVM optimization,不留重定向
- 2024年4月15日 (一) 02:53 Riguz 留言 贡献移动页面Java:内存占用分析至JVM memory analysis,不留重定向
- 2024年4月9日 (二) 06:16 Riguz 留言 贡献创建了页面Kubernetes installation (创建页面,内容为“= Ubuntu 22.04 = <syntaxhighlight lang="bash"> </syntaxhighlight>”)
- 2024年4月7日 (日) 09:48 Riguz 留言 贡献创建了页面EBPF (创建页面,内容为“BPF(Berkeley Packet Filter),中文翻译为伯克利包过滤器,是类 Unix 系统上数据链路层的一种原始接口,提供原始链路层封包的收发。1992 年,Steven McCanne 和 Van Jacobson 写了一篇名为《BSD 数据包过滤:一种新的用户级包捕获架构》的论文。在文中,作者描述了他们如何在 Unix 内核实现网络数据包过滤,这种新的技术比当时最先进的数据包过滤技术快 20 倍…”)
- 2024年3月28日 (四) 06:40 Riguz 留言 贡献移动页面Knative:Installation至Knative installation,不留重定向
- 2024年3月26日 (二) 08:45 Riguz 留言 贡献创建了页面Linux install AppImage (创建页面,内容为“<syntaxhighlight lang="bash"> mkdir ~/Applications cd ~/Applications wget https://inkscape.org/gallery/item/44616/Inkscape-091e20e-x86_64.AppImage chmod u+x Inkscape-091e20e-x86_64.AppImage </syntaxhighlight> <ref>https://docs.appimage.org/user-guide/faq.html#question-where-do-i-store-my-appimages</ref> Category:Linux/Unix”)
- 2024年3月20日 (三) 03:36 Riguz 留言 贡献创建了页面JDK new features (创建页面,内容为“=JDK 22= =JDK 21= =JDK 17= =JDK 11= Category:JDK Category:Java”)
- 2024年3月20日 (三) 03:23 Riguz 留言 贡献移动页面Java:class文件结构至Java class file format,不留重定向
- 2024年3月13日 (三) 03:43 Riguz 留言 贡献移动页面VIM:命令大全至Vim cheat sheet,不留重定向
- 2024年3月8日 (五) 03:51 Riguz 留言 贡献创建了页面Linux Mint shortcuts (创建页面,内容为“Move window to side of screen: Win + ←/↑/→/↓ Switch workspace: Ctrl + Alt + ←/↑/→/↓ Category:Linux/Unix”)
- 2024年3月8日 (五) 02:17 Riguz 留言 贡献创建了页面Linux change console font (创建页面,内容为“ /etc/default/console-setup <syntaxhighlight lang="bash"> CHARMAP="UTF-8" CODESET="Lat7" FONTFACE="Terminus" FONTSIZE="28x14" </syntaxhighlight> <syntaxhighlight lang="bash"> sudo dpkg-reconfigure console-setup </syntaxhighlight> Category:Linux/Unix”)
- 2024年2月29日 (四) 14:02 Riguz 留言 贡献创建了页面69.Sqrt(x) (创建页面,内容为“=Description= {{LeetCode |id=sqrtx |no=69 |difficulty=Easy |category=Math |collection=Top 150 |title=Sqrt(x) |summary=Given a non-negative integer x, return the square root of x rounded down to the nearest integer. The returned integer should be non-negative as well.}} You must not use any built-in exponent function or operator. For example, do not use pow(x, 0.5) in c++ or x ** 0.5 in python. Example 1: <syntaxhighlight lang="bash"> Input: x = 4 Output:…”)
- 2024年2月29日 (四) 06:48 Riguz 留言 贡献移动页面CentOS:证书登陆至Linux ssh login via certificates,不留重定向
- 2024年2月27日 (二) 14:35 Riguz 留言 贡献创建了页面219.Contains Duplicate II (创建页面,内容为“=Description= {{LeetCode |id=triangle |no=219 |difficulty=Medium |category=Array |collection=Top 150 |title=Contains Duplicate II |summary=Given an integer array nums and an integer k, return true if there are two distinct indices i and j in the array such that nums[i] == nums[j] and abs(i - j) <= k.}} Example 1: <syntaxhighlight lang="bash"> Input: nums = [1,2,3,1], k = 3 Output: true </syntaxhighlight> Example 2: <syntaxhighlight lang="bash"> Input: nums =…”)
- 2024年2月20日 (二) 01:55 Riguz 留言 贡献创建了页面文件:Webrtc-workflow.png
- 2024年2月20日 (二) 01:55 Riguz 留言 贡献上传文件:Webrtc-workflow.png
- 2024年2月20日 (二) 01:55 Riguz 留言 贡献创建了页面WebRTC (创建页面,内容为“WebRTC (Web Real-Time Communication) is a free and open-source project providing web browsers and mobile applications with real-time communication (RTC) via application programming interfaces (APIs). It allows audio and video communication to work inside web pages by allowing direct peer-to-peer communication, eliminating the need to install plugins or download native apps. 600px<ref>https://www.wowza.com/blog/webrtc-server-what-it-is-a…”)
- 2024年2月19日 (一) 15:56 Riguz 留言 贡献创建了页面392.Is Subsequence (创建页面,内容为“=Description= {{LeetCode |id=is-subsequence |no=392 |difficulty=Easy |category=String |collection=Top 150 |title=Is Subsequence |summary=Given two strings s and t, return true if s is a subsequence of t, or false otherwise.}} A subsequence of a string is a new string that is formed from the original string by deleting some (can be none) of the characters without disturbing the relative positions of the remaining characters. (i.e., "ace" is a subsequence of "ab…”)
- 2024年2月19日 (一) 15:20 Riguz 留言 贡献创建了页面28.Find the Index of the First Occurrence in a String (创建页面,内容为“=Description= {{LeetCode |id=find-the-index-of-the-first-occurrence-in-a-string |no=28 |difficulty=Easy |category=String |collection=Top 150 |title=Find the Index of the First Occurrence in a String |summary=Given two strings needle and haystack, return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.}} == State Machine == {{Submission|runtime=1ms|memory=41.15MB|rp=36.32|mp=87.80}} <syntaxhighlight lang="java">…”)
- 2024年2月19日 (一) 14:35 Riguz 留言 贡献创建了页面58.Length of Last Word (创建页面,内容为“=Description= {{LeetCode |id=length-of-last-word |no=58 |difficulty=Easy |category=String |collection=Top 150 |title=Length of Last Word |summary=Given a string s consisting of words and spaces, return the length of the last word in the string.}} A word is a maximal substring consisting of non-space characters only. Example 1: <syntaxhighlight lang="bash"> Input: s = "Hello World" Output: 5 </syntaxhighlight> Explanation: The last word is "World" with length…”)
- 2024年2月19日 (一) 14:23 Riguz 留言 贡献创建了页面分类:LeetCode (创建页面,内容为“LeetCode algorithms.”)
- 2024年2月19日 (一) 14:01 Riguz 留言 贡献创建了页面169.Majority Element (创建页面,内容为“=Description= {{LeetCode |id=majority-elemen |no=169 |difficulty=Easy |category=Array |collection=Top 150 |title=Majority Element |summary=Given an array nums of size n, return the majority element..}} The majority element is the element that appears more than ⌊n / 2⌋ times. You may assume that the majority element always exists in the array. Example 1: <syntaxhighlight lang="bash"> Input: nums = [3,2,3] Output: 3 </syntaxhighlight> Example 2: <syntaxhi…”)
- 2024年1月31日 (三) 09:45 Riguz 留言 贡献创建了页面文件:Quic-stream-order.webp
- 2024年1月31日 (三) 09:45 Riguz 留言 贡献上传文件:Quic-stream-order.webp
- 2024年1月31日 (三) 08:00 Riguz 留言 贡献创建了页面文件:Server hello packet.png
- 2024年1月31日 (三) 08:00 Riguz 留言 贡献上传文件:Server hello packet.png
- 2024年1月31日 (三) 07:36 Riguz 留言 贡献创建了页面文件:Client hello frame.png
- 2024年1月31日 (三) 07:36 Riguz 留言 贡献上传文件:Client hello frame.png
- 2024年1月31日 (三) 07:16 Riguz 留言 贡献创建了页面文件:Client hello.webp
- 2024年1月31日 (三) 07:16 Riguz 留言 贡献上传文件:Client hello.webp
- 2024年1月31日 (三) 05:44 Riguz 留言 贡献创建了页面文件:H3-curl.png
- 2024年1月31日 (三) 05:44 Riguz 留言 贡献上传文件:H3-curl.png
- 2024年1月29日 (一) 19:35 Riguz 留言 贡献创建了页面X25519 (创建页面,内容为“在密码学中,Curve25519是一种椭圆曲线,被设计用于椭圆曲线迪菲-赫尔曼(ECDH)密钥交换方法,可用作提供256比特的安全密钥。它是不被任何已知专利覆盖的最快ECC曲线之一。 Category:RFC”)
- 2024年1月26日 (五) 09:38 Riguz 留言 贡献创建了页面Rust best practices (创建页面,内容为“ = Variables = == Prefer let bindings over mutable variables == Let bindings are immutable by default, meaning that once a value is assigned to them, it cannot be changed. This helps prevent bugs and errors in the code because there’s no risk of accidentally changing the value of a variable without realizing it. It also makes the code easier to read and understand since you know exactly what values are being used at any given time. Mutable variables, on the…”)
- 2024年1月24日 (三) 08:11 Riguz 留言 贡献创建了页面文件:Http-request-over-quic.png
- 2024年1月24日 (三) 08:11 Riguz 留言 贡献上传文件:Http-request-over-quic.png
- 2024年1月24日 (三) 08:08 Riguz 留言 贡献创建了页面文件:Http-request-over-tcp-tls.png
- 2024年1月24日 (三) 08:08 Riguz 留言 贡献上传文件:Http-request-over-tcp-tls.png
- 2024年1月24日 (三) 08:00 Riguz 留言 贡献创建了页面文件:HTTP3 changes.webp
- 2024年1月24日 (三) 08:00 Riguz 留言 贡献上传文件:HTTP3 changes.webp
- 2024年1月23日 (二) 11:40 Riguz 留言 贡献创建了页面文件:Caddy-h3.png
- 2024年1月23日 (二) 11:40 Riguz 留言 贡献上传文件:Caddy-h3.png
- 2024年1月21日 (日) 08:59 Riguz 留言 贡献创建了页面WebTransport (创建页面,内容为“ Category:Network Category:RFC Category:Protocol Category:HTTP”)