会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
somtimes never,sometimes ever
博客园
首页
新随笔
联系
管理
订阅
2025年9月24日
llm入门环境
摘要: Jupyter Notebook安装 官网 https://jupyter.org/install 命令安装 $ pip install jupyterlab 启动 $ jupyter-lab Langchain安装 命令 $ pip install langchain $ conda inatal
阅读全文
posted @ 2025-09-24 11:32 TIFOSI_Z
阅读(8)
评论(0)
推荐(0)
2025年3月27日
git clone 过慢
摘要: github.com/langgenius/dify.git 链接前使用 gitclone git clone https://gitclone.com/github.com/langgenius/dify.git
阅读全文
posted @ 2025-03-27 17:20 TIFOSI_Z
阅读(36)
评论(0)
推荐(0)
dial unix /var/run/docker.sock: connectpermission denied
摘要: centos9 [yuan@iv-yds4ws7x8gcva4g7cazq ~]$ docker ps permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.so
阅读全文
posted @ 2025-03-27 16:18 TIFOSI_Z
阅读(391)
评论(0)
推荐(0)
2025年3月26日
centos9安装Java17
摘要: 下载对应文件,并解压 cd /usr/lib/jvm/ tar xzf jdk-17.0.12_linux-x64_bin.tar.gz 配置环境 vi /etc/profile 在profile文件中添加 # java enviroment export JAVA_HOME=/usr/lib/jv
阅读全文
posted @ 2025-03-26 12:12 TIFOSI_Z
阅读(140)
评论(0)
推荐(0)
2025年3月25日
Error response from daemon: Get "https://registry-1.docker.io/v2/"
摘要: 连接Docker Hub失败的问题时,首先确认自己主机可以访问registry-1.docker.io: ping registry-1.docker.io curl -v https://registry-1.docker.io/v2/ 若不通:检查网络配置, 设置镜像加速 参考 https://
阅读全文
posted @ 2025-03-25 16:52 TIFOSI_Z
阅读(2008)
评论(0)
推荐(0)
OpenSSL SSL_connect: Connection reset by peer in connection to download.docker.com:443
摘要: centos9 安装docker出现此问题 使用国内镜像源 sudo dnf config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 重新安装docker sudo dnf i
阅读全文
posted @ 2025-03-25 15:58 TIFOSI_Z
阅读(500)
评论(0)
推荐(0)
2025年3月24日
小程序渲染层错误
摘要: [渲染层错误] Uncaught ReferenceError: Trace is not defined(env: Windows,mp,1.06.2412050; lib: 3.1.5) [渲染层错误] Uncaught TypeError: Cannot read property 'enab
阅读全文
posted @ 2025-03-24 20:52 TIFOSI_Z
阅读(531)
评论(0)
推荐(0)
2025年3月22日
boolean io.swagger.v3.oas.models.media.Schema.getExampleSetFlag()
摘要: java17 <springdoc.version>2.3.0</springdoc.version> 错误信息 jakarta.servlet.ServletException: Handler dispatch failed: java.lang.NoSuchMethodError: 'bool
阅读全文
posted @ 2025-03-22 15:33 TIFOSI_Z
阅读(85)
评论(0)
推荐(0)
2025年3月21日
SpringBoot3.2 Invalid value type for attribute ‘factoryBeanObjectType‘: java.lang.String
摘要: 引用 https://blog.csdn.net/dont_curry/article/details/136855442 解决方法:引入mybatis-plus3.5.5版本 注意是mybatis-plus-spring-boot3-starter <dependency> <groupId>co
阅读全文
posted @ 2025-03-21 02:01 TIFOSI_Z
阅读(286)
评论(0)
推荐(0)
2025年3月5日
restTemplate.postForObject应用
摘要: File file = new File(imgPath); FileSystemResource resource = new FileSystemResource(file); // 2. 构建请求体 MultiValueMap<String, Object> body = new Linked
阅读全文
posted @ 2025-03-05 01:01 TIFOSI_Z
阅读(77)
评论(0)
推荐(0)
下一页
公告