1 2 3 4 5 ··· 46 下一页

2026年3月7日

OpenClaw系列---【OpenClaw如何使用阿里百炼的coding plan?】

摘要: 1.先购买阿里百炼的coding plan 这一步自行解决。 2.官方的安装指南 官方接入教程:https://bailian.console.aliyun.com/cn-beijing/?tab=doc#/doc/?type=model&url=3023085 下面是我自己摸索的教程,适用于ope 阅读全文

posted @ 2026-03-07 22:08 少年攻城狮 阅读(36) 评论(0) 推荐(0)

OpenClaw系列---【如何安装OpenClaw?】

摘要: 这里我推荐使用npm安装openclaw,理由是通用,不管windows系统,还是macos系统,还是linux系统,都是一样的。先建立一个全局概念,openclaw的工作流程是:你通过 TUI命令行或浏览器 或 WhatsApp >发送指令 > Gateway 接收并验证权限 > Agent 思考 阅读全文

posted @ 2026-03-07 21:15 少年攻城狮 阅读(23) 评论(0) 推荐(0)

开发工具系列---【Antigravity Skills 如何全局安装与项目配置】

摘要: 1.前置概念 在 Antigravity 中,技能系统分为两层: Skills (全局库):实际的代码、脚本和指南,存储在系统级目录(如 ~/.gemini/antigravity/skills)。它们是“能力”的本体。 Workflows (项目级):存储在项目根目录的 .agent/workfl 阅读全文

posted @ 2026-03-07 08:56 少年攻城狮 阅读(25) 评论(0) 推荐(0)

2026年2月4日

开发工具系列---【安装谷歌的ai开发工具antigravity】

摘要: 安装antigravity 官网地址:https://antigravity.google/download 下载完,一路默认即可,打开梯子的tun或虚拟网卡模式 安装Antigravity-Manager github地址:https://github.com/lbjlaq/Antigravity 阅读全文

posted @ 2026-02-04 21:43 少年攻城狮 阅读(76) 评论(0) 推荐(0)

2026年1月21日

Dbeaver系列---【如何使用dbeaver迁移数据库?】

摘要: 1.问题 原来项目没有资源,随便找了个数据库,现在资源申请下来了,需要迁移数据库到新的机器上。由于是测试环境,想用dbeaver来实现,记录一下,这样无论以后用什么数据库,本地快速验证时都可以用这套方案。 2.解决方案 2.1备份原有数据库 默认即可,直接下一步,来到下面这个页面,选择要保存到哪个地 阅读全文

posted @ 2026-01-21 14:28 少年攻城狮 阅读(149) 评论(0) 推荐(0)

Nginx系列---【前端页面直接访问ip端口没问题,打开后刷新路由就报404】

摘要: 1.问题 直接访问http://192.168.xx.xxx,网页正常显示,默认进入http://192.168.xx.xxx/index,再刷新http://192.168.xx.xxx/index报404,console报GET http://192.168.xx.xxx/index 404 ( 阅读全文

posted @ 2026-01-21 10:02 少年攻城狮 阅读(19) 评论(0) 推荐(0)

2026年1月13日

Git系列---【git拉代码时报getaddrinfo() thread failed to start】

摘要: 1.问题 git拉取代码时报下面的错误: Administrator@hjw-128 MINGW64 ~/Desktop/hd/repo $ git clone https://github.com/alwaysonline77/risk_server.git Cloning into 'risk_ 阅读全文

posted @ 2026-01-13 22:39 少年攻城狮 阅读(60) 评论(0) 推荐(0)

Mysql系列---【hyper-v中的centos7的docker创建的mysql8,idea中的springboot项目无法连接】

摘要: 1.问题 hyper-v中的centos7的docker创建的mysql8,dbeaver可以正常连接,但是同样的配置,idea中的springboot项目无法连接,报下面的错误: java.sql.SQLException: Access denied for user 'root'@'192.1 阅读全文

posted @ 2026-01-13 15:33 少年攻城狮 阅读(1) 评论(0) 推荐(0)

Maven系列---【如何下载maven指定历史版本?】

摘要: 1.如何下载maven指定历史版本 maven官网地址:https://maven.apache.org/download.cgi maven3系列下载地址:https://archive.apache.org/dist/maven/maven-3/ 阅读全文

posted @ 2026-01-13 15:02 少年攻城狮 阅读(13) 评论(0) 推荐(0)

Mysql系列---【连接mysql时报"Public Key Retrieval is not allowed"】

摘要: 1.问题 我用dbeaver连接mysql时报“Public Key Retrieval is not allowed”,项目中启动时也报。这通常是在连接 MySQL 8.0+ 数据库(尤其是通过 DBeaver 或 Java JDBC)时遇到的典型报错。这是因为 MySQL 8.0 默认使用了 c 阅读全文

posted @ 2026-01-13 11:32 少年攻城狮 阅读(5) 评论(0) 推荐(0)

1 2 3 4 5 ··· 46 下一页

导航