上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 47 下一页
摘要: 安装goctl GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get -u github.com/tal-tech/go-zero/tools/goctl goctl kube deploy -name nginx -namespace t 阅读全文
posted @ 2024-04-28 16:50 朝阳1 阅读(33) 评论(0) 推荐(0)
摘要: 之前一直没管,默认会在c盘,越来越大 修改pip.ini 之前写过一篇关于pip.ini的文章 https://www.cnblogs.com/qcy-blog/p/17789058.html cache文件夹要存在 [global] cache-dir = D:\pip\cache 查看是否更改成 阅读全文
posted @ 2024-04-28 15:26 朝阳1 阅读(280) 评论(0) 推荐(0)
摘要: 方格音乐 http://fonger.top/ 阅读全文
posted @ 2024-04-28 15:05 朝阳1 阅读(593) 评论(0) 推荐(0)
摘要: 拉取镜像 docker pull dannicool/docker-wechatbot-webhook 创建我们的容器: docker run \ -d \ --name wxBotWebhook \ -p 3001:3001 \ -e RECVD_MSG_API=http://192.168.31 阅读全文
posted @ 2024-04-28 14:54 朝阳1 阅读(647) 评论(0) 推荐(0)
摘要: 列出所有镜像 docker images docker rmi 镜像id 若报错的话加个-f docker rmi -f 镜像id 清理所有无用镜像:该命令会删除所有不再使用的镜像,释放系统空间。 docker image prune 清理所有无用镜像和容器:如果还想清理不再使用的容器,可以使用以下 阅读全文
posted @ 2024-04-28 14:26 朝阳1 阅读(40) 评论(0) 推荐(0)
摘要: 目前只是学习测试阶段,而且电脑很破,只能跑很小的模型 参考 https://blog.csdn.net/weixin_40677588/article/details/137139471 官网地址 https://github.com/hiyouga/LLaMA-Factory git clone 阅读全文
posted @ 2024-04-28 11:26 朝阳1 阅读(2637) 评论(0) 推荐(0)
摘要: 作为一款PC端的AI工具,这款软件的安装非常简单,有一个在线安装程序,大小只有2kb, 但是运行该.application扩展名程序后会在线下载256MB的软件包,下载完即可直接使用。软件支持Windows10及以上操作系统,并且支持自动升级。 安装完成后需要用手机号注册并登录才能使用,登录后会自动 阅读全文
posted @ 2024-04-28 09:12 朝阳1 阅读(496) 评论(0) 推荐(0)
摘要: openai版本 设置环境变量OPENAI_API_KEY package main import ( "context" "fmt" "log" "github.com/tmc/langchaingo/llms" "github.com/tmc/langchaingo/llms/openai" ) 阅读全文
posted @ 2024-04-27 15:00 朝阳1 阅读(477) 评论(0) 推荐(0)
摘要: 官网地址 https://github.com/panjf2000/gnet 这里要吐槽一下,官网没有任何使用文档,也没有example,源码test都么有。。。。 客户端 package main import ( "encoding/binary" "io" "log" "net" ) // 封 阅读全文
posted @ 2024-04-27 11:58 朝阳1 阅读(408) 评论(0) 推荐(0)
摘要: 上篇用的ta跟xa。这次试试tcc client package main import ( "context" "flag" "fmt" "net/http" "time" "github.com/parnurzeal/gorequest" "github.com/seata/seata-go/p 阅读全文
posted @ 2024-04-26 13:40 朝阳1 阅读(62) 评论(0) 推荐(0)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 47 下一页