会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
undefined443
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
58
下一页
2025年7月5日
安装 OpenClash
摘要: 安装 Clash Meta 内核 下载 Clash Meta 内核: wget https://github.com/MetaCubeX/mihomo/releases/download/v1.19.11/mihomo-linux-arm64-v1.19.11.gz gunzip mihomo-li
阅读全文
posted @ 2025-07-05 05:27 Undefined443
阅读(1)
评论(0)
推荐(0)
2025年7月1日
提交 Greasy Fork 脚本
摘要: 导入脚本 设置 webhook
阅读全文
posted @ 2025-07-01 05:05 Undefined443
阅读(9)
评论(0)
推荐(0)
2025年6月30日
LaTeX 绘制二叉树
摘要: forest forest 是专门为树结构设计的 LaTeX 宏包,语法简洁,适合复杂树形结构: Preamble: \usepackage{forest} Body: \begin{forest} [A [B [D] [E] ] [C [F] [G] ] ] \end{forest} TikZ
阅读全文
posted @ 2025-06-30 06:46 Undefined443
阅读(74)
评论(0)
推荐(0)
2025年6月29日
在 Markdown 中嵌入 PlantUML 图片
摘要: 在 PlantUML Editor 中编辑 PlantUML 代码: @startuml Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response Alice -> Bob: Another authent
阅读全文
posted @ 2025-06-29 17:16 Undefined443
阅读(44)
评论(0)
推荐(0)
马尔可夫链
摘要: 定义 Markov chain: 马尔可夫属性:第 \(n+1\) 步的状态 \(X_{n+1}=x\) 的概率分布只与第 \(n\) 步的状态 \(X_n\) 有关。而与 \(n\) 步之前的所有状态都无关。 \[P\left(X_{n+1}=x \mid X_1=x_1, X_2=x_2, \l
阅读全文
posted @ 2025-06-29 06:21 Undefined443
阅读(27)
评论(0)
推荐(0)
Protocol Buffer 学习笔记
摘要: 本文由 gpt-4.1 生成,并进行少量修改。 基本结构 一个 .proto 文件通常包含如下部分: syntax = "proto3"; package mypackage; service MyService { // 服务定义 } message MyMessage { // 字段定义 } s
阅读全文
posted @ 2025-06-29 00:22 Undefined443
阅读(14)
评论(0)
推荐(0)
2025年6月28日
gRPC
摘要: RPC RPC(Remote Procedure Call,远程过程调用)是一种计算机通信协议,允许程序像调用本地函数一样调用另一台计算机上的函数或过程。RPC 屏蔽了底层网络通信的细节,使开发者可以专注于业务逻辑开发,而无需关心数据如何在网络上传输。 RPC 的基本原理 客户端调用本地代理(Stu
阅读全文
posted @ 2025-06-28 23:09 Undefined443
阅读(12)
评论(0)
推荐(0)
macOS 卸载 .pkg 程序
摘要: macOS 上的 .pkg 安装包往往不提供卸载程序,对于赛博洁癖患者来说这非常难受。为了卸载 .pkg 安装包我找到了以下方法: 使用 Suspicious Package 安装 Suspicious Package: brew install suspicious-package 用 Suspi
阅读全文
posted @ 2025-06-28 06:51 Undefined443
阅读(121)
评论(0)
推荐(0)
Electron 预加载脚本
摘要: Electron 的主进程是一个具有完整操作系统访问权限的 Node.js 环境。除了 Electron 模块外,您还可以访问 Node.js 内置模块以及通过 npm 安装的任何包。另一方面,渲染进程运行网页,出于安全考虑默认不运行 Node.js。 为了连接 Electron 的不同进程类型,我
阅读全文
posted @ 2025-06-28 01:51 Undefined443
阅读(34)
评论(0)
推荐(0)
2025年6月27日
Electron 101
摘要: Hello World 初始化项目: mkdir electron-101 && cd electron-101 npm init -y wget -O .gitignore https://raw.githubusercontent.com/github/gitignore/refs/heads/
阅读全文
posted @ 2025-06-27 23:56 Undefined443
阅读(9)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
58
下一页
公告