会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lwx_R
博客园
首页
新随笔
联系
订阅
管理
2026年5月23日
AgentScope Harness
摘要: 0.环境 0.1 依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>3.3.6</version> <relativ
阅读全文
posted @ 2026-05-23 03:55 轩哥聊码
阅读(13)
评论(0)
推荐(0)
2026年3月24日
openClaw实现微信公众号自动抓取学习并发布
摘要: 1.抓取其他公众号 name: "wechat-article-downloader" description: "Downloads WeChat official account articles via HTTP API with QR code login. Invoke when user
阅读全文
posted @ 2026-03-24 19:44 轩哥聊码
阅读(1148)
评论(0)
推荐(0)
2026年3月3日
OpenClaw
摘要: 1.环境 1.1 nvm 下载 nvm-setup.exe https://github.com/coreybutler/nvm-windows/releases nvm install 22.22.0 nvm use 22.22.0 1.2 git https://git-scm.com/ 2.o
阅读全文
posted @ 2026-03-03 15:48 轩哥聊码
阅读(56)
评论(0)
推荐(1)
2026年1月11日
AgentScope
摘要: 1.安装和基础使用 <dependencies> <dependency> <groupId>io.agentscope</groupId> <artifactId>agentscope</artifactId> <version>1.0.6</version> </dependency> <!--
阅读全文
posted @ 2026-01-11 19:30 轩哥聊码
阅读(105)
评论(0)
推荐(0)
2026年1月5日
Claude Code
摘要: 1.安装和基本使用 1.1 环境 winodws npm 18+ https://aicodewith.com 整一个密钥,绑定公众号获得一点使用额度 npm install -g @anthropic-ai/claude-code claude --version 1.2 powershell中使
阅读全文
posted @ 2026-01-05 22:48 轩哥聊码
阅读(56)
评论(0)
推荐(0)
2025年12月21日
LLM基础
摘要: 1.预训练 2.神经网络 一组参数构成的数学函数 3.inference 推理 完成训练 产生base model 2.后训练 post-traning 1.conversation 人工标注 2、conversation to token
阅读全文
posted @ 2025-12-21 18:16 轩哥聊码
阅读(9)
评论(0)
推荐(0)
2025年10月29日
Spring AI Alibaba
摘要: 0.环境 0.1.依赖 <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.release>17</maven.compiler.release> <maven
阅读全文
posted @ 2025-10-29 23:00 轩哥聊码
阅读(59)
评论(0)
推荐(0)
2025年10月27日
AI概念
摘要: 1.基本概念 LLM 大型语言模型(Large Language Model)的缩写。是一种通过海量文本数据训练,能够理解和生成人类语言的人工智能系统 token AI大模型调用中,模型处理文本的基本单位。各家算法切字逻辑,但是大致一个token约等于一个汉字左右。 具体可以看各家厂商提供的切词可视
阅读全文
posted @ 2025-10-27 23:02 轩哥聊码
阅读(24)
评论(0)
推荐(0)
2025年9月17日
设计模式
摘要: 1.分类 创建型模式,共五种:工厂方法模式、抽象工厂模式、单例模式、建造者模式、原型模式。 结构型模式,共七种:适配器模式、装饰器模式、代理模式、外观模式、桥接模式、组合模式、享 元模式。 行为型模式,共十一种:策略模式、模板方法模式、观察者模式、迭代子模式、责任链模式、命令 模式、备忘录模式、状态
阅读全文
posted @ 2025-09-17 16:46 轩哥聊码
阅读(117)
评论(0)
推荐(0)
2025年9月15日
Redission基础
摘要: 1.功能 Redisson是一个在Redis的基础上实现的Java驻内存数据网格(In-Memory Data Grid)。它不仅提供 了一系列的分布式的Java常用对象,还实现了可重入锁(Reentrant Lock)、公平锁(Fair Lock、联锁 (MultiLock)、 红锁(RedLoc
阅读全文
posted @ 2025-09-15 18:09 轩哥聊码
阅读(38)
评论(0)
推荐(0)
下一页
公告