会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
快乐的GTD吧
Everyone, Have a good day.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
115
下一页
2025年11月12日
emacs以服务器方式启动
摘要: nohup emacs --daemon > /dev/null 2>&1 & 步骤 使用emacs --daemon启动emacs server. 使用emacsclient -t 连接到这个server. 即使关闭emacs后,daemon仍然存在,可重复连接;需要关闭的话,M-x kill-e
阅读全文
posted @ 2025-11-12 09:02 jiftle
阅读(40)
评论(0)
推荐(0)
2025年11月3日
Android Studio: Plugin with id 'com.android.library' not found
摘要: 导入第三方jar 源码时,经常会报下面错误: Plugin with id 'com.android.library' not found 这是由于创建jar 源码时的 gradle 版本和你本地 studio gradle版本不一致导致。 最简单做法: 1.新建一个项目 2.打开最外层 build
阅读全文
posted @ 2025-11-03 17:13 jiftle
阅读(81)
评论(0)
推荐(0)
2025年10月28日
MCP协议引入Streamable HTTP传输方式
摘要: 2025 年 3 月 26 日,模型上下文协议(Model Context Protocol,简称 MCP)引入了一项关键更新:用 Streamable HTTP 替代原先的 HTTP + SSE 作为默认传输方式。 这一变更在解决原有方案中连接不可恢复、服务端长连接压力大等问题的同时,依然保留了
阅读全文
posted @ 2025-10-28 10:08 jiftle
阅读(256)
评论(0)
推荐(0)
SSE协议原理
摘要: 
阅读全文
posted @ 2025-10-28 09:39 jiftle
阅读(24)
评论(0)
推荐(0)
2025年10月27日
go构建streamablehttp mcp服务
摘要: package main import ( "context" "fmt" "log" "os" "os/signal" "syscall" "time" "github.com/ThinkInAIXYZ/go-mcp/protocol" "github.com/ThinkInAIXYZ/go-mc
阅读全文
posted @ 2025-10-27 23:29 jiftle
阅读(97)
评论(0)
推荐(0)
go构建sse服务端
摘要: package main import ( "context" "errors" "fmt" "log" "net/http" "os" "os/signal" "syscall" "time" "github.com/ThinkInAIXYZ/go-mcp/protocol" "github.co
阅读全文
posted @ 2025-10-27 23:12 jiftle
阅读(37)
评论(0)
推荐(0)
go包装bing搜索
摘要: package main import ( "fmt" "io" "net/http" "net/url" "strings" "github.com/PuerkitoBio/goquery" ) func BingSearch(query string, num_results int) { //
阅读全文
posted @ 2025-10-27 18:17 jiftle
阅读(10)
评论(0)
推荐(0)
Android Studio 使用glibc2.28的版本
摘要: Android Studio Hedgehog | 2023.1.1 截止2025.10.27日,现在最新的Android Studio版本依赖glibc2.29; Android Studio Hedgehog | 2023.1.1,是最后一个glibc2.28的版本。 新版本运行可以通过运行安装
阅读全文
posted @ 2025-10-27 16:20 jiftle
阅读(12)
评论(0)
推荐(0)
2025年10月26日
Function Calling or MCP 使用流程
摘要: 工作原理 Funcation Calling Function Calling 通过在应用程序和大模型之间的多步骤交互,使大模型可以参考外部工具信息进行回答。 https://help.aliyun.com/zh/model-studio/qwen-function-calling MCP
阅读全文
posted @ 2025-10-26 14:30 jiftle
阅读(9)
评论(0)
推荐(0)
2025年10月20日
goframe框架命令行工具gf在zsh下不能用
摘要: 在.zshrc文件中添加alias gf=gf
阅读全文
posted @ 2025-10-20 22:12 jiftle
阅读(9)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
115
下一页
公告