主要公开日志
所有WHY42公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2026年7月25日 (六) 09:52 Riguz 留言 贡献移动页面Rock5b+至Rock5b+ RK3588 Board,不留重定向
- 2026年7月25日 (六) 09:49 Riguz 留言 贡献创建了页面文件:Rk3566-params.png
- 2026年7月25日 (六) 09:49 Riguz 留言 贡献上传文件:Rk3566-params.png
- 2026年7月25日 (六) 09:44 Riguz 留言 贡献创建了页面1M RK3566 Board (创建页面,内容为“= Overview = 600px”) 标签:2017年版源代码编辑
- 2026年7月25日 (六) 09:43 Riguz 留言 贡献创建了页面文件:3566-overview.png
- 2026年7月25日 (六) 09:43 Riguz 留言 贡献上传文件:3566-overview.png
- 2026年7月25日 (六) 09:36 Riguz 留言 贡献创建了页面Rock5b+ HDMI (创建页面,内容为“<syntaxhighlight lang="bash"> # 看 HDMI 连接器状态(connected / disconnected) radxa@rock-5b-plus:~$ cat /sys/class/drm/card0-HDMI-A-1/status connected # 看内核识别到的支持模式 radxa@rock-5b-plus:~$ cat /sys/class/drm/card0-HDMI-A-1/modes 1024x600 1920x1080 1920x1080 ... 720x400 # EDID 原始数据 radxa@rock-5b-plus:~$ ls /sys/class/drm/*/edid /sys/class/drm/card0-DP-1/edid /sys/class/drm/card0-HDMI-A-2/edid /sys/class/drm/card0-HDMI…”) 标签:2017年版源代码编辑
- 2026年7月24日 (五) 15:21 Riguz 留言 贡献创建了页面文件:Rsetup2.png
- 2026年7月24日 (五) 15:21 Riguz 留言 贡献上传文件:Rsetup2.png
- 2026年7月24日 (五) 15:19 Riguz 留言 贡献创建了页面文件:Rsetup1.png
- 2026年7月24日 (五) 15:19 Riguz 留言 贡献上传文件:Rsetup1.png
- 2026年7月24日 (五) 14:04 Riguz 留言 贡献创建了页面HDMI EDID (创建页面,内容为“<syntaxhighlight lang="bash"> ❯ ioreg -lw0 | grep IODisplayEDID | | | | "IODisplayEDID" = <00ffffffffffff0006102ea00000000004190104a5211578026fb1a7554c9e250c505400000001010101010101010101010101010101ef8340a0b0083470302036004bcf1000001a000000fc00436f6c6f72204c43440a20202000000010000000000000000000000000000000000010000000000000000000000000000000d0> | | | | | "IODisplayEDID" = <00ffffffffffff0012e50021502d31011c130103812f1a782e3585a6564…”) 标签:2017年版源代码编辑
- 2026年7月24日 (五) 00:39 Riguz 留言 贡献创建了页面文件:CH343P.png
- 2026年7月24日 (五) 00:39 Riguz 留言 贡献上传文件:CH343P.png
- 2026年7月23日 (四) 14:27 Riguz 留言 贡献创建了页面文件:Rock5bp-pwr.png
- 2026年7月23日 (四) 14:27 Riguz 留言 贡献上传文件:Rock5bp-pwr.png
- 2026年7月23日 (四) 14:25 Riguz 留言 贡献创建了页面文件:Rock5bp-pwr.webp
- 2026年7月23日 (四) 14:25 Riguz 留言 贡献上传文件:Rock5bp-pwr.webp 标签:已重建
- 2026年7月23日 (四) 14:24 Riguz 留言 贡献删除页面文件:Rock5bp-pwr.webp (内容为:“”,唯一贡献者是“Riguz”(讨论))
- 2026年7月23日 (四) 13:49 Riguz 留言 贡献创建了页面文件:Rock5bp-pwr.webp
- 2026年7月23日 (四) 13:49 Riguz 留言 贡献上传文件:Rock5bp-pwr.webp
- 2026年7月23日 (四) 12:42 Riguz 留言 贡献创建了页面文件:Rock5b-plus-overview.webp
- 2026年7月23日 (四) 12:42 Riguz 留言 贡献上传文件:Rock5b-plus-overview.webp
- 2026年7月15日 (三) 14:00 Riguz 留言 贡献创建了页面On-device LLM (创建页面,内容为“ * https://v-chandra.github.io/on-device-llms/”)
- 2026年5月7日 (四) 03:52 Riguz 留言 贡献创建了页面Mac colima (创建页面,内容为“ <syntaxhighlight lang="bash"> sudo ports install docker mkdir -p ~/.docker/cli-plugins curl -SL https://github.com/docker/compose/releases/latest/download/docker-compose-darwin-$(uname -m | sed 's/x86_64/x86_64/;s/arm64/aarch64/') \ -o ~/.docker/cli-plugins/docker-compose chmod +x ~/.docker/cli-plugins/docker-compose docker compose version colima start </syntaxhighlight> Catgory:Linux/Unix”)
- 2026年3月24日 (二) 15:13 Riguz 留言 贡献创建了页面Leetcode top75 (创建页面,内容为“Array/String: * 1768. Merge Strings Alternately: use StringBuilder * 1071. Greatest Common Divisor of Strings: if str1 and str2 can be divided, then <math> str1 + str2 = str2 + str1 \gcd(a,b)=\gcd(b,a \bmod b) </math> just get the substring of gcd length”)
- 2025年12月10日 (三) 14:56 Riguz 留言 贡献创建了页面文件:Etcher-error-mac.png
- 2025年12月10日 (三) 14:56 Riguz 留言 贡献上传文件:Etcher-error-mac.png
- 2025年12月10日 (三) 14:29 Riguz 留言 贡献创建了页面文件:Etcher-rock5b-finished.png
- 2025年12月10日 (三) 14:29 Riguz 留言 贡献上传文件:Etcher-rock5b-finished.png
- 2025年12月10日 (三) 14:28 Riguz 留言 贡献创建了页面文件:Etcher-rock5b.png
- 2025年12月10日 (三) 14:28 Riguz 留言 贡献上传文件:Etcher-rock5b.png
- 2025年11月4日 (二) 14:01 Riguz 留言 贡献创建了页面Rock5b+ (创建页面,内容为“= Install system = == TTL connection == <syntaxhighlight lang="bash"> ls /dev/tty.* /dev/tty.wchusbserial5ABA0915851 picocom -b 1500000 -d 8 /dev/tty.wchusbserial5ABA0915851 </syntaxhighlight> == Install system == Category:Embedding”)
- 2025年10月6日 (一) 01:45 Riguz 留言 贡献创建了页面Sphinx (创建页面,内容为“<syntaxhighlight lang="bash"> pip install sphinx myst-parser pip install sphinxcontrib-bibtex sphinx-design sphinx-copybutton sphinxext-opengraph pip install sphinx-mathjax-offline cd blog sphinx-quickstart </syntaxhighlight>”)
- 2025年10月5日 (日) 03:17 Riguz 留言 贡献创建了页面Linux server setup (创建页面,内容为“ Category:Linux/Unix”)
- 2025年9月8日 (一) 14:09 Riguz 留言 贡献创建了页面未来住所设计 (创建页面,内容为“= 装修 = ==布局== ==水电== ==网络== =区域设计= == 书房/工作室== == 客厅== == 卧室== == 厨房== == 洗手间== == 阳台== = 创意 = Category:House Design Category:Reminder”)
- 2025年8月26日 (二) 12:40 Riguz 留言 贡献创建了页面文件:Ddd-dependency-rule.svg
- 2025年8月26日 (二) 12:40 Riguz 留言 贡献上传文件:Ddd-dependency-rule.svg
- 2025年8月17日 (日) 13:40 Riguz 留言 贡献创建了页面Ystack (创建页面,内容为“ = Services and responsibilities == Auth / Identity (Keycloak) == Responsibility: Authentication, user identity, SSO, OIDC tokens. Data owned: Keycloak user record (sub), basic profile attributes. Notes: Other services store keycloak_id as foreign reference only. == Customer Service (customer profile / account)== Responsibility: canonical customer profile (name, emails, billing address, company, contact info), payment-customer mapping (e.g., providerCustomerId…”)
- 2025年8月14日 (四) 15:38 Riguz 留言 贡献创建了页面文件:Quarkus-devui.png
- 2025年8月14日 (四) 15:38 Riguz 留言 贡献上传文件:Quarkus-devui.png
- 2025年8月13日 (三) 16:26 Riguz 留言 贡献创建了页面Quarkus get started (创建页面,内容为“= Get started = == Install CLI== <syntaxhighlight lang="bash"> curl -Ls https://sh.jbang.dev | bash -s - trust add https://repo1.maven.org/maven2/io/quarkus/quarkus-cli/ curl -Ls https://sh.jbang.dev | bash -s - app install --fresh --force quarkus@quarkusio </syntaxhighlight> == Hello world == <syntaxhighlight lang="cpp"> quarkus create && cd code-with-quarkus </syntaxhighlight> <syntaxhighlight lang="cpp"> $ quarkus dev ... [INFO] Compiling 2 source files…”)
- 2025年8月13日 (三) 14:34 Riguz 留言 贡献创建了页面文件:Quarkus-vertx-benchmark-update.png
- 2025年8月13日 (三) 14:34 Riguz 留言 贡献上传文件:Quarkus-vertx-benchmark-update.png
- 2025年8月13日 (三) 14:33 Riguz 留言 贡献创建了页面文件:Quarkus-vertx-benchmark-fortune.png
- 2025年8月13日 (三) 14:33 Riguz 留言 贡献上传文件:Quarkus-vertx-benchmark-fortune.png
- 2025年8月13日 (三) 14:33 Riguz 留言 贡献创建了页面文件:Quarkus-vertx-benchmark-multiquery.png
- 2025年8月13日 (三) 14:33 Riguz 留言 贡献上传文件:Quarkus-vertx-benchmark-multiquery.png
- 2025年8月13日 (三) 14:33 Riguz 留言 贡献创建了页面文件:Quarkus-vertx-benchmark-singlequery.png
- 2025年8月13日 (三) 14:33 Riguz 留言 贡献上传文件:Quarkus-vertx-benchmark-singlequery.png