Java 企业级应用开发 part 2 - J2EE part 2 Posted on 2026-03-06 Edited on 2026-03-07 In Java , J2EE Word count in article: 578 Reading time ≈ 2 mins. MyBatis 注解的使用 annotations Read more »
Java 企业级应用开发 part 1 - J2EE part 1 Posted on 2026-03-04 Edited on 2026-03-07 In Java , J2EE Word count in article: 2.3k Reading time ≈ 8 mins. 记录一下 J2EE 的 SSM 学习 MyBatis configuration mappers MyBatis cache Read more »
MacOS Arm64 汇编 part 5 - MacOS Arm64 Assembly part 5 Posted on 2026-03-02 Edited on 2026-03-03 In Assembly , Arm64 , OSX Word count in article: 948 Reading time ≈ 3 mins. Multiply, Divide, and Accumulate Floating-Point Operations Neon Coprocessor Read more »
MacOS Arm64 汇编 part 4 - MacOS Arm64 Assembly part 4 Posted on 2026-03-01 Edited on 2026-03-02 In Assembly , Arm64 , OSX Word count in article: 323 Reading time ≈ 1 mins. Interacting with C Call C functions & Call a assmebly function from C Inline assembly in C Read more »
MacOS Arm64 汇编 part 3 - MacOS Arm64 Assembly part 3 Posted on 2026-02-18 Edited on 2026-03-02 In Assembly , Arm64 , OSX Word count in article: 2.9k Reading time ≈ 11 mins. manipulate memory function & stack Read more »
MacOS Arm64 汇编 part 2 - MacOS Arm64 Assembly part 2 Posted on 2026-02-05 Edited on 2026-02-24 In Assembly , Arm64 , OSX Word count in article: 1.4k Reading time ≈ 5 mins. flow control branch flags a basic printer Read more »
MacOS Arm64 汇编 part 1 - MacOS Arm64 Assembly part 1 Posted on 2026-02-02 Edited on 2026-02-06 In Assembly , Arm64 , OSX Word count in article: 2.5k Reading time ≈ 9 mins. 学习一下 Arm64 汇编(Drawin/OSX),主要是突发奇想学汇编,正好下学期也有这个课,刚好又看到了 Github 上 OSX 的汇编源码,对应这本书 Programming with 64-Bit ARM Assembly Language Reference: https://github.com/below/HelloSilicon MOV ADD SUB Read more »
Github 教育 - Github Education Posted on 2026-01-28 Edited on 2026-01-30 In Github Word count in article: 534 Reading time ≈ 2 mins. Solution to join Github Education Ref (rednote) Read more »
Quine Posted on 2026-01-28 Edited on 2026-03-02 In Quine Word count in article: 415 Reading time ≈ 2 mins. Notes on a quine written in C Read more »
2025年终总结 - End of year 2025 review Posted on 2026-01-01 Edited on 2026-01-22 In Logs , Year-end Summary Word count in article: 946 Reading time ≈ 3 mins. 转眼就 2026 了(已经2026了),期末周钛忙,今天成绩刚出完,遂写篇 review TL;DR Done Freshman year CET-6 Driver license Machine Learning CPP Java Qt TODO Agent (Vibe coding?) LLM Read more »
数据库系统概论 - Introduction to Database Systems Posted on 2025-12-31 Edited on 2026-01-22 In Database Word count in article: 3.4k Reading time ≈ 12 mins. 复习一下关系代数和 SQL 关系代数 SQL 范式 Read more »
概率论与数理统计 - Probability Theory and Mathematical Statistics Posted on 2025-12-30 Edited on 2026-01-22 In Math , Probability Theory and Mathematical Statistics Word count in article: 5.4k Reading time ≈ 20 mins. 公式整理 全概率 贝叶斯 随机变量 参数估计 假设校验 Read more »
OpenGauss 5.0在Docker下的安装 - OpenGauss 5.0 Docker Installation Posted on 2025-12-13 In Env , OpenGauss5.0 Word count in article: 327 Reading time ≈ 1 mins. 不知道装了几遍了,趁要服务器上装 Gaussdb,记录一下 Ubuntu 22.04 Docker OpenGauss 5.0 Read more »
排序算法 - Sorting Algorithms Posted on 2025-12-03 Edited on 2026-01-22 In Algorithms & Data Structures , Sorting Word count in article: 73 Reading time ≈ 1 mins. 排序算法合集 QuickSort HeapSort RadixSort ShellSort Read more »
最大流最小割 - Maximum Flow Minimum Cut Posted on 2025-11-19 Edited on 2025-12-13 In Algorithms & Data Structures , Maximum Flow Minimum Cut Word count in article: 633 Reading time ≈ 2 mins. 最大流 最小割 Ford-Fulkerson (Edmonds–Karp) Read more »