所有公开日志
所有WHY42公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2025年3月27日 (四) 15:16 Riguz 留言 贡献上传文件:Stm32cubeide-error.png
- 2025年3月27日 (四) 15:03 Riguz 留言 贡献创建了页面Stm32 led blink (创建页面,内容为“= STM32 development settings on Mac = Category:Stm32 Category:ARM Category:ARM”)
- 2025年3月26日 (三) 14:11 Riguz 留言 贡献创建了页面Agent design (创建页面,内容为“ESP32 N16R8 MAX98357/ ICS 43434/inmp441”)
- 2025年3月25日 (二) 07:39 Riguz 留言 贡献创建了页面分类:CRDT (创建空白页面)
- 2025年3月24日 (一) 03:14 Riguz 留言 贡献创建了页面Python no module named pip (创建页面,内容为“ Python/pythonxx._pth <syntaxhighlight lang="bash"> python38.zip . # Uncomment to run site.main() automatically import site # 👈 </syntaxhighlight>”)
- 2025年3月20日 (四) 16:17 Riguz 留言 贡献创建了页面WeChat sns dump (创建页面,内容为“= Get data in db= == Prerequisits == * Mac WeChat Version 3.6.1 (24205) == Get Sqlcipher key == <ref>https://xferris.cn/dao-chu-wei-xin-bei-fen-de-mac/</ref> == Find SNS(朋友圈) db == <syntaxhighlight lang="bash"> cd ~/Library/Containers/com.tencent.xinWeChat/Data/Library find . -name "*.db" -type f -print0 | xargs -0 du -h | sort -rh | head -n 10 4.1M ./Caches/com.tencent.xinWeChat/2.0b4.0.9/e7627004a3f2051a5be7c61023d0e5b7/Sns/Data/sns.db 3.1M ./A…”)
- 2025年3月20日 (四) 15:24 Riguz 留言 贡献创建了页面LLDB debug app (创建页面,内容为“== Disable SIP == <syntaxhighlight lang="bash"> # in recovery mode, restart and hold cmd + R csrutil disable </syntaxhighlight> == Attach process == <syntaxhighlight lang="bash"> # sudo lldb -p $(pgrep WeChat) sudo lldb -p $(pgrep cryptowl) Password: (lldb) process attach --pid 4673 Process 4673 stopped </syntaxhighlight> == set break point == <syntaxhighlight lang="bash"> (lldb) br set -n sqlite3_key Breakpoint 1: 2 locations. (lldb) br set -n sqlite3_key_v…”)
- 2025年3月20日 (四) 05:45 Riguz 留言 贡献创建了页面ML-KEM (创建页面,内容为“<syntaxhighlight lang="python"> from kyber_py.kyber import Kyber512,Kyber768,Kyber1024 from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes from cryptography.hazmat.primitives import padding import binascii import os import sys def go_encrypt(msg,method,mode): cipher = Cipher(method, mode) encryptor = cipher.encryptor() ct = encryptor.update(msg) + encryptor.finalize() return (ct) def go_decrypt(ct,method,mode): cipher =…”)
- 2025年3月11日 (二) 02:51 Riguz 留言 贡献创建了页面Scikit learn getting started (创建页面,内容为“ Category:Deep Learning”)
- 2025年3月10日 (一) 05:48 Riguz 留言 贡献创建了页面文件:Bitwarden.svg
- 2025年3月10日 (一) 05:48 Riguz 留言 贡献上传文件:Bitwarden.svg
- 2025年3月10日 (一) 05:47 Riguz 留言 贡献创建了页面Bitwarden key generation (创建空白页面)
- 2025年3月5日 (三) 09:03 Riguz 留言 贡献创建了页面Typst cheatsheet (创建空白页面)
- 2025年3月5日 (三) 08:54 Riguz 留言 贡献创建了页面文件:Pan-cjk-download.jpg
- 2025年3月5日 (三) 08:54 Riguz 留言 贡献上传文件:Pan-cjk-download.jpg
- 2025年3月5日 (三) 08:53 Riguz 留言 贡献创建了页面Source han sans download guide (创建页面,内容为“ 600px”)
- 2025年2月26日 (三) 07:48 Riguz 留言 贡献创建了页面Quarkus (创建页面,内容为“ Category:Java”)
- 2025年2月26日 (三) 06:11 Riguz 留言 贡献删除页面Java:Java7新语法 (内容为:“=switch中使用字符串= JDK7中允许在switch中使用字符串。但实际在内部实现时,还是通过转换为数字实现的。 <source lang="java"> public int switchFunc(String name){ switch(name){ case "Riguz": return 1; case ".Com": return -1; default: break; } return 0; } </source> =数值字面量改进=…”,唯一贡献者是“[[Special:Contributions/imported>Soleverlee|imported>Soleverlee]]”([[User talk:imported>Soleverlee|讨论]]))
- 2025年2月26日 (三) 06:11 Riguz 留言 贡献删除页面Java:Java9新特性 (内容为:“=Key changes = * Java Platform Module System = Tools = * JEP 222: jshell: The Java Shell (Read-Eval-Print Loop) * JEP 228: Add More Diagnostic Commands * JEP 282: jlink: The Java Linker = JDK= * JEP 254: Compact Strings * JEP 264: Platform Logging API and Service * JEP 269: Convenience Factory Methods for Collections * JEP 277: Enhanced Deprecation Category:Java”,唯一贡献者是“Riguz”(讨论))
- 2025年2月26日 (三) 06:10 Riguz 留言 贡献删除页面Java:Java16新特性 (内容为:“= JDK= * <syntaxhighlight lang="java" inline>if (obj instanceof String s && s.length() > 5) {</syntaxhighlight> * <syntaxhighlight lang="java" inline>record Point(int x, int y) { }</syntaxhighlight> Category:Java”,唯一贡献者是“Riguz”(讨论))
- 2025年2月26日 (三) 06:10 Riguz 留言 贡献删除页面Java:Java11新特性 (内容为:“= JDK= * String中增加<span class="article-label">strip</span> 、<span class="article-label">stripLeading</span>等用来移除Unicode空白字符 Category:Java”,唯一贡献者是“Riguz”(讨论))
- 2025年2月26日 (三) 06:10 Riguz 留言 贡献删除页面Java:Java8新特性 (内容为:“=lambda 表达式= =xx= Category:Programe”,唯一贡献者是“[[Special:Contributions/imported>Soleverlee|imported>Soleverlee]]”([[User talk:imported>Soleverlee|讨论]]))
- 2025年2月26日 (三) 01:50 Riguz 留言 贡献创建了页面PostgreSQL query cheat sheet (创建页面,内容为“ Category:SQL Category:Database Category:PostgreSQL”)
- 2025年2月13日 (四) 01:41 Riguz 留言 贡献创建了页面Maven update dependency version (创建页面,内容为“ Category:Java”)
- 2025年1月3日 (五) 04:20 Riguz 留言 贡献移动页面YATA algorithm至Yjs algorithm(YATA),不留重定向
- 2024年12月28日 (六) 11:20 Riguz 留言 贡献创建了页面Rust futures (创建页面,内容为“ Category:Rust”)
- 2024年12月14日 (六) 13:05 Riguz 留言 贡献创建了页面Tailwind CSS (创建页面,内容为“在前端项目中,围绕CSS的框架一直是有意思的话题,各种框架总是折腾来折腾去,CSS,SCSS,SASS,Bootstrap,... 这里有一个2024年的CSS框架列表,随便一列都有几十种之多,而且是“Awesome”的:https://github.com/troxler/awesome-css-frameworks。 究其原因,就是CSS这项技术其实并不算简单——你总是需要对样式改来改去,才能实现出满意的效果。 传统的做法都是为…”)
- 2024年12月13日 (五) 12:38 Riguz 留言 贡献创建了页面Leveraging Ollama to Build Your Local LLM Helper (创建页面,内容为“大语言模型已经玩了好久,似乎新鲜感早已不复存在,其实对我们的工作生活并没有带来太大的改变。 确实,可以借助LLM来辅助写代码、解决问题、生成邮件、润色语法等等。 但是如果没有免费的LLM,购买GPT却是一笔不小的开销。 幸好有很多工具可以让我们在本地玩玩LLM。 在尝试过各种工具之后,最后只有Ollama留在了电脑上。 Category:Hacker Rada”)
- 2024年12月8日 (日) 15:17 Riguz 留言 贡献创建了页面文件:Align-self.svg
- 2024年12月8日 (日) 15:17 Riguz 留言 贡献上传文件:Align-self.svg
- 2024年12月8日 (日) 15:10 Riguz 留言 贡献创建了页面文件:Flex-direction.svg
- 2024年12月8日 (日) 15:10 Riguz 留言 贡献上传文件:Flex-direction.svg
- 2024年12月8日 (日) 15:00 Riguz 留言 贡献创建了页面文件:Flex-basis.svg
- 2024年12月8日 (日) 15:00 Riguz 留言 贡献上传文件:Flex-basis.svg
- 2024年12月8日 (日) 14:58 Riguz 留言 贡献创建了页面Flex layout (创建空白页面)
- 2024年12月7日 (六) 02:34 Riguz 留言 贡献创建了页面Nginx config (创建页面,内容为“ =Configuration= ==Serve React== ==Reverse proxy== Category:Linux/Unix”)
- 2024年12月2日 (一) 01:53 Riguz 留言 贡献创建了页面OCR (创建页面,内容为“= Tesseract OCR = == Installing == Install leptonica: Category:Deep Learning”)
- 2024年11月30日 (六) 14:01 Riguz 留言 贡献创建了页面Keycloak (创建页面,内容为“ Create realm: my-org Create users: whatever Create client: my-app Client ID: my-app Valid redirect URIs: http://localhost:5173/auth/callback Valid post logout redirect URIs : http://localhost:5173 Web origins: http://localhost:5173 (No slash at end!!!) Client authentication: off (for public clients) Authentication flow: Standard flow, Direct access grants Category:OAuth”)
- 2024年11月28日 (四) 14:46 Riguz 留言 贡献创建了页面V2Ray global proxy (创建页面,内容为“= Install V2Ray = Category:Linux/Unix”)
- 2024年11月22日 (五) 02:02 Riguz 留言 贡献创建了页面Future home design (创建页面,内容为“ Category:Home”)
- 2024年11月18日 (一) 13:09 Riguz 留言 贡献创建了页面Sketchup Make 2017 (创建页面,内容为“Sketchup Make 2017 was the last free version of Sketchup for desktop.<ref>https://www.reddit.com/r/Sketchup/comments/10z4rsw/i_need_a_copy_of_free_sketchup_2017_maci_cannot/</ref> https://web.archive.org/web/20220217222931/https://download.sketchup.com/sketchupmake-2017-3-116-90851-en.dmg”)
- 2024年11月18日 (一) 12:28 Riguz 留言 贡献创建了页面文件:Mtr.png
- 2024年11月18日 (一) 12:28 Riguz 留言 贡献上传文件:Mtr.png
- 2024年11月18日 (一) 12:25 Riguz 留言 贡献创建了页面Mtr (创建页面,内容为“ [MTR https://github.com/traviscross/mtr] combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool. Category:Linux/Unix”)
- 2024年11月13日 (三) 01:56 Riguz 留言 贡献移动页面Blog:有趣的 Unicode 字符至Unicode encoding,不留重定向
- 2024年10月29日 (二) 09:40 Riguz 留言 贡献创建了页面文件:Trunk-based.drawio.png
- 2024年10月29日 (二) 09:40 Riguz 留言 贡献上传文件:Trunk-based.drawio.png
- 2024年10月29日 (二) 09:04 Riguz 留言 贡献创建了页面Trunk Based Development (创建页面,内容为“A source-control branching model, where developers collaborate on code in a single branch called ‘trunk’ *, resist any pressure to create other long-lived development branches by employing documented techniques. They therefore avoid merge hell, do not break the build, and live happily ever after. <ref>https://trunkbaseddevelopment.com/</ref> Category:Git Category:Development”)
- 2024年10月29日 (二) 08:59 Riguz 留言 贡献创建了页面文件:Gitflow-hotfix.png
- 2024年10月29日 (二) 08:59 Riguz 留言 贡献上传文件:Gitflow-hotfix.png