摘要: 系统安装Upan启动盘工具 PE制作工具下载地址 纯净系统镜像下载地址 Rufus使用指南 视频链接 从零开始搭建 Ubuntu系统VMware VMware 安装配置 Ubuntu Linux环境如何测试磁盘读写性能 从零开始搭建 Ubuntu系统VirtualBox https://www.cn 阅读全文
posted @ 2024-09-01 15:25 cerofang 阅读(126) 评论(0) 推荐(0)
摘要: 前端目录大纲 node 安装 https://www.cnblogs.com/cerofang/p/16865302.html 环境安装vscode https://www.cnblogs.com/cerofang/p/18391295 环境安装idea https://www.cnblogs.co 阅读全文
posted @ 2024-09-01 14:57 cerofang 阅读(29) 评论(0) 推荐(0)
摘要: CentOS7命令https://www.cnblogs.com/cerofang/p/11114934.htmlhadoop常用操作命令https://www.cnblogs.com/cerofang/p/10460494.htmlday3_day6https://www.cnblogs.com/ 阅读全文
posted @ 2019-06-28 18:20 cerofang 阅读(513) 评论(0) 推荐(0)
摘要: Agent 相关面试题总结 Agent 如何定义一个 Agent?它通常由哪些核心组件构成? 说下 ReAct 框架。它是如何将思维链和行动结合起来,以完成复杂任务的?了解 Plan-and-Solve 吗,Reflection 吗 在 Agent 的设计中,“规划能力”至关重要。请谈谈目前有哪些主 阅读全文
posted @ 2026-07-06 10:23 cerofang 阅读(7) 评论(0) 推荐(0)
摘要: 127.0.0.1 与 localhost 简明说明 1. 定义 127.0.0.1:IPv4 环回地址,固定保留,无需 DNS 解析,直接由协议栈处理。 localhost:主机名,需通过 hosts 文件或 DNS 解析,可映射到 127.0.0.1(IPv4)或 ::1(IPv6)。 2. 核 阅读全文
posted @ 2026-07-06 10:04 cerofang 阅读(14) 评论(0) 推荐(0)
摘要: 决策树 import pandas as pd from sklearn.datasets import load_iris from sklearn.model_selection import train_test_split from sklearn.tree import DecisionT 阅读全文
posted @ 2026-06-24 22:20 cerofang 阅读(8) 评论(0) 推荐(0)
摘要: 四版本接口WRK压测QPS汇总表 from config import PG_USER, PG_PASSWORD, PG_HOST, PG_PORT, PG_DATABASE from config import DEBUG db_url = "postgresql+asyncpg://{usern 阅读全文
posted @ 2026-05-19 17:46 cerofang 阅读(4) 评论(0) 推荐(0)
摘要: 背景 在Ubuntu下,/etc/hosts 文件不支持泛域名解析(如 *.example.com)。要实现此功能,推荐使用 dnsmasq 软件。 具体实现步骤安装 dnsmasq 打开终端执行: sudo apt-get update sudo apt-get install dnsmasq - 阅读全文
posted @ 2026-04-09 15:43 cerofang 阅读(31) 评论(0) 推荐(0)
摘要: 问题1 Authentication refused: bad ownership or modes for file /home/xxx/.ssh/authorized_keys 问题2 Failed password for fhj from 171.83.99.167 port 62760 s 阅读全文
posted @ 2026-01-22 10:58 cerofang 阅读(10) 评论(0) 推荐(0)
摘要: 安装 https://airflow.apache.org/docs/apache-airflow/stable/start.html export AIRFLOW_HOME=~/airflow sudo snap install astral-uv AIRFLOW_VERSION=3.0.1 # 阅读全文
posted @ 2026-01-09 11:53 cerofang 阅读(34) 评论(0) 推荐(0)
摘要: 启动脚本 @echo off chcp 65001 echo *************************************** echo 虚拟机【Linux】开始启动... "C:\Program Files (x86)\VMware\VMware Workstation\vmrun. 阅读全文
posted @ 2025-04-25 11:03 cerofang 阅读(32) 评论(0) 推荐(0)
摘要: 问题 之前已经下载了 Chinese (Simplified)插件并启用了,都是正常的中文简体。有时候打开vscode的时候,会发现[汉化]失效了 解决 1.依次点击 扩展(Extensions)— Chinese (Simplified) — 选择 禁用 再选择 启用 2.直接关闭vscode再重 阅读全文
posted @ 2025-04-24 11:13 cerofang 阅读(742) 评论(0) 推荐(0)
摘要: 安装 msys2 https://www.msys2.org/ gcc 测试 https://www.mingw-w64.org/getting-started/msys2/ zig 安装 https://ziglang.org/learn/getting-started/ Introduction 阅读全文
posted @ 2025-04-22 12:06 cerofang 阅读(50) 评论(0) 推荐(0)