摘要: win11在powershell 7.5.2上最新的系统占用端口(跟之前redis默认端口被wsl2占用导致各种问题,wsl2上运行redis也不行。。改端口才行报错不同,但情况一样: 用netstat -ano等命令也检查不出错误),修改端口才行 netsh interface ipv4 show 阅读全文
posted @ 2025-07-20 17:23 AI健康 阅读(74) 评论(0) 推荐(0)
摘要: 关键原因是: windows系统级保留端口范围包括了 6379 这个 redis默认端口 netsh interface ipv4 show excludedportrange protocol=tcp Protocol tcp Port Exclusion Ranges Start Port En 阅读全文
posted @ 2025-06-20 12:14 AI健康 阅读(83) 评论(0) 推荐(0)
摘要: 这句诗以拟人化的对话形式,道出了人与自然的微妙关系,既是对生活节奏的反思,也是对生命哲学的探寻。其意境与古典诗词中的山水哲思一脉相承,又暗含现代人渴望摆脱焦虑的普遍心态。以下从多重维度解析: 一、诗意的双向叩问:自然永恒与人生短暂 青山“不老”的象征 青山在传统文化中代表亘古不变(如辛弃疾“青山遮不 阅读全文
posted @ 2025-05-25 10:33 AI健康 阅读(202) 评论(0) 推荐(0)
摘要: The released exe of the mousemaster repository is being flagged as a trojan by Windows Security Center due to several legitimate合法 but suspicious beha 阅读全文
posted @ 2025-05-24 21:48 AI健康 阅读(52) 评论(0) 推荐(0)
摘要: 功能 navigation normal-mode 下述功能符合预期,虽然也没有特别惊艳的地方 根据properties定义不同热键: 上下左右移动;鼠标单击,右键,双击;鼠标上下左右滚动 用cursor的左边对话栏测试滚动效果,符合预期:注意,当时的鼠标焦点要放在对话框内 grid-based基于 阅读全文
posted @ 2025-05-24 15:41 AI健康 阅读(194) 评论(0) 推荐(0)
摘要: 多维思考 + 代理执行协议 + 软件开发规范指南 目录 关于你 背景与设置 核心思考原则 基本原则 决策与执行流程 解决方案规范 模式详情 模式 1: 研究 模式 2: 创新 模式 3: 规划 模式 4: 验证 模式 5: 执行 模式 6: 审查 模式 7: 智能 编程规范 关键协议指南 代码处理指 阅读全文
posted @ 2025-05-23 19:35 AI健康 阅读(226) 评论(0) 推荐(0)
摘要: 获取 windows主机名, 更新hosts 文件 #!/bin/bash # 获取 Windows 主机的 IP 地址 WINDOWS_IP=$(nmblookup anxin755 | grep -oP '(\d+\.){3}\d+' | head -n 1) # 更新 /etc/hosts s 阅读全文
posted @ 2025-03-13 16:51 AI健康 阅读(102) 评论(0) 推荐(0)
摘要: Yes, you can automate this process in Cursor IDE using Agent mode. Here's how to do it: Initial Command to Process Docs # Tell Cursor to analyze and o 阅读全文
posted @ 2024-12-03 18:25 AI健康 阅读(57) 评论(0) 推荐(0)
摘要: For processing a large-scale documentation organization task, Agent mode is better than Composer mode in Cursor IDE. Here's why: Agent Mode Advantages 阅读全文
posted @ 2024-12-03 18:10 AI健康 阅读(108) 评论(0) 推荐(0)
摘要: In the latest Cursor IDE, Agents in the Composer panel are customizable AI assistants that can be configured for specific tasks. Here's a breakdown: W 阅读全文
posted @ 2024-11-29 15:29 AI健康 阅读(114) 评论(0) 推荐(0)