会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
undefined443
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
59
下一页
2025年6月29日
Protocol Buffer 学习笔记
摘要: 本文由 gpt-4.1 生成,并进行少量修改。 基本结构 一个 .proto 文件通常包含如下部分: syntax = "proto3"; package mypackage; service MyService { // 服务定义 } message MyMessage { // 字段定义 } s
阅读全文
posted @ 2025-06-29 00:22 Undefined443
阅读(23)
评论(0)
推荐(0)
2025年6月28日
gRPC
摘要: RPC RPC(Remote Procedure Call,远程过程调用)是一种计算机通信协议,允许程序像调用本地函数一样调用另一台计算机上的函数或过程。RPC 屏蔽了底层网络通信的细节,使开发者可以专注于业务逻辑开发,而无需关心数据如何在网络上传输。 RPC 的基本原理 客户端调用本地代理(Stu
阅读全文
posted @ 2025-06-28 23:09 Undefined443
阅读(26)
评论(0)
推荐(0)
macOS 卸载 .pkg 程序
摘要: macOS 上的 .pkg 安装包往往不提供卸载程序,对于赛博洁癖患者来说这非常难受。为了卸载 .pkg 安装包我找到了以下方法: 使用 Suspicious Package 安装 Suspicious Package: brew install suspicious-package 用 Suspi
阅读全文
posted @ 2025-06-28 06:51 Undefined443
阅读(312)
评论(0)
推荐(0)
Electron 预加载脚本
摘要: Electron 的主进程是一个具有完整操作系统访问权限的 Node.js 环境。除了 Electron 模块外,您还可以访问 Node.js 内置模块以及通过 npm 安装的任何包。另一方面,渲染进程运行网页,出于安全考虑默认不运行 Node.js。 为了连接 Electron 的不同进程类型,我
阅读全文
posted @ 2025-06-28 01:51 Undefined443
阅读(68)
评论(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
阅读(27)
评论(0)
推荐(0)
LangChain 初探
摘要: LangChain 是一个可以调用搜索引擎(及其他工具)的智能体。 安装依赖: pip install langgraph langchain-tavily langgraph-checkpoint-sqlite langchain-anthropic 在 .env 中设置环境变量: ANTHROP
阅读全文
posted @ 2025-06-27 03:02 Undefined443
阅读(103)
评论(0)
推荐(0)
2025年6月26日
编程艺术
摘要: a=(x,y,d=mag(k=(4+sin(y*2-t)*3)*cos(x/29),e=y/8-13))=>point((q=3*sin(k*2)+.3/k+sin(y/25)*k*(9+4*sin(e*9-d*3+t*2)))+30*cos(c=d-t)+200,q*sin(c)+d*39-220
阅读全文
posted @ 2025-06-26 23:30 Undefined443
阅读(27)
评论(0)
推荐(0)
2025年6月25日
DIY 网络
摘要: 墨鱼:ddgksf2013/ddgksf2013 Loyalsoldier/***-rules
阅读全文
posted @ 2025-06-25 23:54 Undefined443
阅读(19)
评论(0)
推荐(0)
PlotNeuralNet 绘图
摘要: HarisIqbal88/PlotNeuralNet 安装 TeX Live 克隆代码库: git clone https://github.com/HarisIqbal88/PlotNeuralNet.git cd PlotNeuralNet 编写绘图代码: cd pyexamples vim m
阅读全文
posted @ 2025-06-25 15:05 Undefined443
阅读(67)
评论(0)
推荐(0)
2025年6月22日
LaTeX/Overleaf 加载自定义字体
摘要: fontspec 上传字体到 Overleaf 项目。 如果字体有 static 和 variable 两种版本,上传 static 版本。 建议按照字体系列创建字体目录。 配置 fontspec: \usepackage{fontspec} \setmainfont{Brygada1918}[ P
阅读全文
posted @ 2025-06-22 07:26 Undefined443
阅读(280)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
59
下一页
公告