上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: Windows 下安装 OpenCode 的完整指南 安装方式 方法一:使用 Scoop(推荐) Windows 下可以使用官网推荐的 Scoop 或 Chocolatey 命令安装。 参考镜像源: https://gitee.com/easy-win/scoop-mirror (https://g 阅读全文
posted @ 2025-12-24 11:47 geyee 阅读(2626) 评论(0) 推荐(1)
摘要: 登录 https://platform.xiaomimimo.com/#/console/api-keys 创建获取 key 有如下的 settings.json 文件, 其中 $MIMO_API_KEY 需要替换 { "env": { "ANTHROPIC_BASE_URL": "https:// 阅读全文
posted @ 2025-12-18 16:13 geyee 阅读(1006) 评论(0) 推荐(0)
摘要: VS Code Remote SSH 远程连接旧机器 存在下面的日志 error This machine does not meet Visual Studio Code Server's prerequisites, expected either... find GLIBC >= v2.28. 阅读全文
posted @ 2025-12-14 16:17 geyee 阅读(345) 评论(0) 推荐(0)
摘要: replace_images_zip_method.ps1 代码如下 param ( [Parameter(Mandatory=$true)] [string]$ExcelPath, [Parameter(Mandatory=$true)] [string]$ImagesFolder, [Param 阅读全文
posted @ 2025-12-12 22:35 geyee 阅读(37) 评论(0) 推荐(0)
摘要: 可以使用下面的网站进行部署测试 https://inscode.net?u=csdn_igeyee&utm_source=refer_friend https://lovable.dev/invite/9ALC8FO 智能图片批量转换工具 (Excel 专用版) 专为电商运营与 Excel 数据整理 阅读全文
posted @ 2025-12-12 12:04 geyee 阅读(71) 评论(0) 推荐(0)
摘要: 同样使用 HTTPDigestAuth, 同时由于认证信息(Nonce)过期或连接断开导致 401 错误,可以在每次请求前重新创建 HTTPDigestAuth 认证对象,或者 使用 requests session 添加重试机制。 def fetch_attendance_v3(start_tim 阅读全文
posted @ 2025-12-08 23:22 geyee 阅读(97) 评论(0) 推荐(0)
摘要: 前提,安装命令行工具 huggingface-cli 或者 hf 或 modelscope 或 aistudio 等命令行工具以及 git. HF_ENDPOINT=https://hf-mirror.com hf download deepseek-ai/DeepSeek-OCR --cache- 阅读全文
posted @ 2025-12-07 18:42 geyee 阅读(371) 评论(0) 推荐(0)
摘要: import xml.etree.ElementTree as ET import requests from requests.auth import HTTPDigestAuth import json import sys import hashlib import base64 import 阅读全文
posted @ 2025-11-28 19:22 geyee 阅读(96) 评论(0) 推荐(0)
摘要: 海康威视的某考勤机可以根据网上的 api 接口提取数据,而不必用优盘拷贝。 经过观察,有如下的流程—— graph TD A[开始] --> B[Step 1: GET sessionLogin/capabilities with random] B --> C[Step 2: POST sessi 阅读全文
posted @ 2025-11-25 19:31 geyee 阅读(325) 评论(0) 推荐(0)
摘要: 打破壁垒:将 Google Gemini 无缝集成到 Claude Code 工作流 引言 对于开发者而言,Claude Code 已经成为提升编码效率的强大助手。然而,AI 模型的世界日新月异,单一的工具或模型往往难以满足所有场景的需求。Google 的 Gemini 系列模型,特别是其最新的 P 阅读全文
posted @ 2025-11-21 10:25 geyee 阅读(2051) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页