会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
undefined443
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
58
下一页
2025年8月12日
RAID 磁盘阵列
摘要: 以下内容由 gpt-4o 生成 RAID 0 RAID 0(Striping)是一种存储虚拟化技术,通过将数据分块并平行地写入多个磁盘驱动器来提升读写性能。 特性 性能提升:RAID 0 能显著提高 I/O 性能。因为数据被切成块并分散到多个磁盘进行读写操作,这样每个磁盘可以同时进行读写,提升了整体
阅读全文
posted @ 2025-08-12 15:28 Undefined443
阅读(23)
评论(0)
推荐(0)
2025年8月11日
Pixi 使用
摘要: 安装 # Linux curl -fsSL https://pixi.sh/install.sh | sh # Homebrew brew install pixi 自动补全: # Bash eval "$(pixi completion --shell bash)" # Zsh autoload
阅读全文
posted @ 2025-08-11 23:49 Undefined443
阅读(127)
评论(0)
推荐(0)
Score Matching
摘要: 本文由 gpt-5 生成 Score Matching(评分匹配)是一种直接学习数据分布的“分数函数”的方法,其中分数定义为对输入的对数密度梯度:\(s(x) = \nabla_x \log p(x)\)。它的核心思想是:不去拟合归一化的概率密度本身,而是拟合分数函数,这样可以绕过配分函数/归一化常
阅读全文
posted @ 2025-08-11 15:33 Undefined443
阅读(110)
评论(0)
推荐(0)
2025年8月9日
互联网主机命名标准
摘要: 本文由 gpt-4o 生成 互联网主机命名标准主要由 RFC 952 和 RFC 1123 定义。这些标准规定了如何为网络上的计算机命名,以确保最大程度的兼容性和一致性。以下是这些标准的关键点: 字符集: 主机名可以使用的字符包括:小写字母(a-z),大写字母(A-Z),数字(0-9),以及短横线(
阅读全文
posted @ 2025-08-09 15:04 Undefined443
阅读(57)
评论(0)
推荐(0)
2025年8月7日
GPU 服务器
摘要: GPU 服务器 Universal GPU systems Intel SXM x 8: SYS-821GE-TNHR AMD SXM x 8: AS -8125GS-TNHR Intel SXM x 4: SYS-421GU-TNXR GPU Lines with PCIe 5.0 Intel P
阅读全文
posted @ 2025-08-07 19:23 Undefined443
阅读(49)
评论(0)
推荐(0)
2025年8月6日
安装 PVE
摘要: PVE(Proxmox Virtual Environment)是一个开源的虚拟化管理平台,主要用于管理虚拟机和容器。它结合了 KVM(Kernel-based Virtual Machine)和 LXC(Linux Containers),提供了一个强大且灵活的虚拟化解决方案。 下载 Proxmo
阅读全文
posted @ 2025-08-06 20:07 Undefined443
阅读(83)
评论(0)
推荐(0)
2025年8月3日
starship 安装
摘要: 安装 安装 # APT sudo apt install starship # Homebrew brew install starship # Pacman pacman -S starship # Cargo cargo install starship --locked # WinGet wi
阅读全文
posted @ 2025-08-03 23:16 Undefined443
阅读(29)
评论(0)
推荐(0)
2025年7月28日
GRUB 设置安全启动
摘要: 未完待续 创建 MOK: sudo pacman -S sbsigntools sudo mkdir /boot/MOK && cd /boot/MOK sudo openssl req -newkey rsa:2048 -nodes -keyout MOK.key -new -x509 -sha2
阅读全文
posted @ 2025-07-28 02:40 Undefined443
阅读(78)
评论(0)
推荐(0)
2025年7月27日
公司类型英文缩写
摘要: Co.: Company。公司,未表明类型和规模 Ltd.: Limited。有限责任。ABC Co., Ltd. ABC 有限责任公司 Inc.: Incorporated。股份有限公司(美)。Apple Inc. LLC: Limited Liability Company。有限责任公司(美)
阅读全文
posted @ 2025-07-27 19:17 Undefined443
阅读(106)
评论(0)
推荐(0)
Cursor Remote Host 无法下载插件解决
摘要: Python 手动下载并安装 Cursor 版 Python 插件: # 下载插件,修改版本号以下载最新版 wget -O anysphere.cursorpyright-1.0.7.vsix 'https://downloads.cursor.com/production/extensions/d
阅读全文
posted @ 2025-07-27 07:23 Undefined443
阅读(580)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
58
下一页
公告