搜索内容

最新文章
  • 在 Docker 中,查看所有網路的位址(網段/子網範圍)
    Daily

    在 Docker 中,查看所有網路的位址(網段/子網範圍)

    以下是幾種常用的操作方式: 1. 一鍵列出所有網路及其子網 (最推薦) 使用以下組合命令,可以快速以列表形式查看所有網路名稱及其對應的子網(Subnet): ……
    yxbinghe 2026年3月15日
  • 迁移rerank
    Daily

    迁移rerank

    想要查看 Docker 容器的完整啟動命令(包括 Entrypoint 和傳入的參數),有以下幾種主要方法: 1. 使用 docker ps --no-trunc 這是最簡單、最直接的方法。默……
    yxbinghe 2026年3月15日
  • rerank server.py
    Daily

    rerank server.py

    from fastapi import FastAPI, HTTPException from pydantic import BaseModel from sentence_transformers import CrossEncoder from typing import List imp……
    yxbinghe 2026年3月15日
  • R2d n2n编译
    Daily

    R2d n2n编译

    推荐编译参数(稳定) 重新执行: make clean 然后: ./configure \ --host=arm-linux \ CC=arm-linux-gnueab……
    yxbinghe 2026年3月14日
  • 路由器长期运行版 n2n 方案
    Daily

    路由器长期运行版 n2n 方案

    下面给你一套 路由器长期运行版 n2n 方案(稳定、自恢复、自动启动)。这个方案适合嵌入式 Linux 路由器,例如你现在的小米路由器上运行的 n2n。 目标: 开……
    yxbinghe 2026年3月14日
  • openclaw 小龙虾报错
    Daily

    openclaw 小龙虾报错

    启动:openclaw gateway --bind lan --port 18789 --verbose 访问界面 报错1: origin not allowed (open the Control UI from the gateway host or allow it ……
    yxbinghe 2026年3月11日