主要公开日志
所有WHY42公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2025年8月13日 (三) 14:32 Riguz 留言 贡献创建了页面文件:Quarkus-vertx-benchmark-json.png
- 2025年8月13日 (三) 14:32 Riguz 留言 贡献上传文件:Quarkus-vertx-benchmark-json.png
- 2025年8月13日 (三) 14:31 Riguz 留言 贡献创建了页面Quarkus vs vert.x (创建页面,内容为“=Benchmark= Image:Quarkus-vertx-benchmark-json.png Image:Quarkus-vertx-benchmark-singlequery.png Image:Quarkus-vertx-benchmark-multiquery.png Image:Quarkus-vertx-benchmark-fortune.png Image:Quarkus-vertx-benchmark-update.png Category:Java Category:Reactive Category:Vert.x Category:Quarkus”)
- 2025年8月1日 (五) 03:55 Riguz 留言 贡献创建了页面LC3 virtual machine (创建页面,内容为“* https://www.jmeiners.com/lc3-vm/ Category:JVM Category:Assemble”)
- 2025年8月1日 (五) 02:54 Riguz 留言 贡献创建了页面Web framework benchmark (创建页面,内容为“ Category:Cocurrency Category:Performance”)
- 2025年7月30日 (三) 03:11 Riguz 留言 贡献创建了页面DDD guide (创建页面,内容为“= Domain-Driven Design (DDD) Guide = This guide provides an overview of key concepts and best practices for implementing Domain-Driven Design (DDD), focusing on the separation of concerns between the domain model, repository, and persistence layer. == Key Principles of DDD == 1. **Focus on the Domain**: - The domain model represents the core business logic and rules. - It should be independent of technical concerns like persistence or frameworks. 2. **…”)
- 2025年7月30日 (三) 01:22 Riguz 留言 贡献创建了页面Stackless and Stackful Coroutines (创建页面,内容为“=Stacked Coroutines= These are coroutines that rely on the program's call stack for managing their state. When a coroutine calls another coroutine, the caller's state is saved on the stack, and the callee's state is pushed onto the stack. This allows for a natural nesting of coroutine calls. Example: Traditional thread-based systems or languages like C++ with stackful coroutines. Advantages: Easier to implement and debug because they follow the natural call…”)
- 2025年7月29日 (二) 02:38 Riguz 留言 贡献创建了页面文件:Numbers-io.png
- 2025年7月29日 (二) 02:38 Riguz 留言 贡献上传文件:Numbers-io.png
- 2025年7月29日 (二) 02:38 Riguz 留言 贡献创建了页面Numbers Everyone Should Know (创建页面,内容为“600px<ref>https://www.cs.cornell.edu/projects/ladis2009/talks/dean-keynote-ladis2009.pdf</ref> Category:Linux/Unix Category:Performance”)
- 2025年7月29日 (二) 01:55 Riguz 留言 贡献移动页面EBPF至Linux Extended BPF (eBPF),不留重定向
- 2025年7月29日 (二) 01:50 Riguz 留言 贡献创建了页面文件:Linux perf tools full.svg
- 2025年7月29日 (二) 01:50 Riguz 留言 贡献上传文件:Linux perf tools full.svg
- 2025年7月29日 (二) 01:50 Riguz 留言 贡献创建了页面文件:Linux observability sar.png
- 2025年7月29日 (二) 01:50 Riguz 留言 贡献上传文件:Linux observability sar.png
- 2025年7月29日 (二) 01:50 Riguz 留言 贡献创建了页面文件:Linux tuning tools.png
- 2025年7月29日 (二) 01:50 Riguz 留言 贡献上传文件:Linux tuning tools.png
- 2025年7月29日 (二) 01:49 Riguz 留言 贡献创建了页面文件:Linux benchmarking tools.png
- 2025年7月29日 (二) 01:49 Riguz 留言 贡献上传文件:Linux benchmarking tools.png
- 2025年7月29日 (二) 01:48 Riguz 留言 贡献创建了页面文件:Linux static tools.png
- 2025年7月29日 (二) 01:48 Riguz 留言 贡献上传文件:Linux static tools.png
- 2025年7月29日 (二) 01:47 Riguz 留言 贡献创建了页面文件:Linux observability tools.png
- 2025年7月29日 (二) 01:47 Riguz 留言 贡献上传文件:Linux observability tools.png
- 2025年7月29日 (二) 01:43 Riguz 留言 贡献创建了页面Linux performance observability tools (创建页面,内容为“<ref>https://www.brendangregg.com/linuxperf.html</ref> Category:Linux/Unix”)
- 2025年7月29日 (二) 01:16 Riguz 留言 贡献创建了页面Thread cost (创建页面,内容为“ Category:Concurrent”)
- 2025年7月24日 (四) 11:13 Riguz 留言 贡献创建了页面Sqlite3 extension (创建页面,内容为“ <syntaxhighlight lang="cpp"> ** This routine does the work of opening a database on behalf of ** sqlite3_open() and sqlite3_open16(). The database filename "zFilename" ** is UTF-8 encoded.: static int openDatabase( const char *zFilename, Database filename UTF-8 encoded: sqlite3 **ppDb, OUT: Returned database handle: unsigned int flags, Operational flags: const char *zVfs Name of the VFS to use: ){ // ... /*…”)
- 2025年7月1日 (二) 06:36 Riguz 留言 贡献创建了页面Sqlite3 advanced feature (创建页面,内容为“<syntaxhighlight lang="sql"> CREATE TABLE Notes ( id UUID PRIMARY KEY, title TEXT, content JSON NOT NULL, content_checksum TEXT NOT NULL, content_plaintext TEXT NOT NULL, classification CHAR(1) NOT NULL CHECK (classification IN ('C', 'S', 'T')), -- C = Confidential, S = Secret, T = Top Secret created_at DATETIME DEFAULT CURRENT_TIMESTAMP, updated_at DATETIME DEFAULT CURRENT_TIMESTAMP, d…”)
- 2025年6月27日 (五) 01:23 Riguz 留言 贡献创建了页面文件:Responsive-adaptive-design.jpg
- 2025年6月27日 (五) 01:23 Riguz 留言 贡献上传文件:Responsive-adaptive-design.jpg
- 2025年6月27日 (五) 01:22 Riguz 留言 贡献创建了页面Adaptive design (创建页面,内容为“Image:responsive-adaptive-design.jpg”)
- 2025年6月13日 (五) 01:15 Riguz 留言 贡献创建了页面STM32 boot mode (创建页面,内容为“ Boot0 Boot1 Boot Mode 0 x Main Flash Memory 1 0 System Memory 1 1 Embedded SRAM”)
- 2025年6月11日 (三) 06:20 Riguz 留言 贡献移动页面Operational Transform至Collaborative editing,不留重定向
- 2025年6月7日 (六) 16:31 Riguz 留言 贡献创建了页面文件:Stlinkv3minie.jpg
- 2025年6月7日 (六) 16:31 Riguz 留言 贡献上传文件:Stlinkv3minie.jpg
- 2025年6月7日 (六) 16:09 Riguz 留言 贡献创建了页面文件:Stm32-cubeide-debug.png
- 2025年6月7日 (六) 16:09 Riguz 留言 贡献上传文件:Stm32-cubeide-debug.png
- 2025年6月7日 (六) 16:06 Riguz 留言 贡献创建了页面文件:STM32CubeProgrammer.png
- 2025年6月7日 (六) 16:06 Riguz 留言 贡献上传文件:STM32CubeProgrammer.png
- 2025年6月5日 (四) 02:08 Riguz 留言 贡献创建了页面分类:ARM (创建空白页面)
- 2025年6月5日 (四) 02:08 Riguz 留言 贡献创建了页面分类:STM32 (创建空白页面)
- 2025年6月5日 (四) 02:07 Riguz 留言 贡献创建了页面STM32 core board (创建页面,内容为“ Category:STM32 Category:ARM Category:Embedded”)
- 2025年5月13日 (二) 01:53 Riguz 留言 贡献移动页面Docker:Kafka安装至Install kafka,不留重定向
- 2025年5月7日 (三) 01:33 Riguz 留言 贡献创建了页面Free LLM API (创建页面,内容为“ * GLM-4-Flash”)
- 2025年5月6日 (二) 16:06 Riguz 留言 贡献创建了页面文件:Wildcard-dns.png
- 2025年5月6日 (二) 16:06 Riguz 留言 贡献上传文件:Wildcard-dns.png
- 2025年5月6日 (二) 16:06 Riguz 留言 贡献创建了页面Ubuntu let's encryt nginx (创建页面,内容为“ = Wild certificate = <syntaxhighlight lang="bash"> sudo certbot certonly --manual --preferred-challenges=dns -d *.fn.quillgen.com </syntaxhighlight> 600px To verify: https://toolbox.googleapps.com/apps/dig/#TXT/_acme-challenge.fn.quillgen.com Category:Linux/Unix”)
- 2025年5月6日 (二) 13:24 Riguz 留言 贡献创建了页面Install knative (创建页面,内容为“=Knative Serving= == Install serving == <syntaxhighlight lang="bash"> kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.18.0/serving-crds.yaml kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.18.0/serving-core.yaml kubectl apply -f https://github.com/knative/net-kourier/releases/download/knative-v1.18.0/kourier.yaml kubectl patch configmap/config-network \ --namespace knative-serving \ --type m…”)
- 2025年5月6日 (二) 03:15 Riguz 留言 贡献移动页面Interesting AI至Interesting AI features
- 2025年5月6日 (二) 03:15 Riguz 留言 贡献创建了页面Interesting AI (创建页面,内容为“ * smart head shot. https://headshot.wps.com/”)
- 2025年4月28日 (一) 15:12 Riguz 留言 贡献创建了页面Ufw (创建页面,内容为“<syntaxhighlight lang="bash"> $ sudo ufw status numbered Status: active To Action From -- ------ ---- [ 1] OpenSSH ALLOW IN Anywhere [ 2] 22 ALLOW IN Anywhere sudo ufw delete 6 sudo ufw allow 6443 </syntaxhighlight> Category:Linux/Unix”)