上一页 1 2 3 4 5 6 7 8 ··· 88 下一页
该文被密码保护。 阅读全文
posted @ 2025-05-06 15:30 lshan 阅读(2) 评论(0) 推荐(0)
摘要: test示例: docker run --rm -p 8200:8200 -v ~/seacode/:/opt/ python:3.10.17-slim //bin/bash -c "pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -- 阅读全文
posted @ 2025-04-29 15:43 lshan 阅读(27) 评论(0) 推荐(0)
摘要: 文档 : /svn/Microservices/keycloak/trunk/main_body/docs/requirement/ 阅读全文
posted @ 2025-04-23 17:04 lshan 阅读(12) 评论(0) 推荐(0)
摘要: github:https://github.com/3dify-project/dify-mcp-client 需要安装nodejs FROM langgenius/dify-plugin-daemon:0.0.7-local ADD node-v20.18.0 /opt/node-v20.18.0 阅读全文
posted @ 2025-04-17 19:23 lshan 阅读(275) 评论(0) 推荐(0)
摘要: 问题 配置: { "mcpServers": { "filesystem": { "disabled": false, "timeout": 60, "command": "cmd", "args": [ "/c", "npx", "@modelcontextprotocol/server-file 阅读全文
posted @ 2025-04-17 11:41 lshan 阅读(656) 评论(0) 推荐(0)
摘要: 解决方案 1. 修改 PowerShell 执行策略 你需要更改 PowerShell 的执行策略,以允许脚本运行。具体步骤如下: 以管理员身份打开 PowerShell: 在开始菜单中搜索“PowerShell”。 右键点击“Windows PowerShell”,选择“以管理员身份运行”。 查看 阅读全文
posted @ 2025-04-15 18:14 lshan 阅读(2073) 评论(0) 推荐(0)
摘要: 通义千问API参考 : https://help.aliyun.com/zh/model-studio/use-qwen-by-calling-api?spm=a2c4g.11186623.help-menu-2400256.d_2_1_0.6d734823eljf55 阅读全文
posted @ 2025-04-10 12:02 lshan 阅读(15) 评论(0) 推荐(0)
摘要: 常用: #!/usr/bin/env python3 # -*- coding: utf-8 -*- # @mail : lshan523@163.com # @Time : 2025/3/30 18:12 # @Author : Sea # @File : s3upload.py# @Purpos 阅读全文
posted @ 2025-03-30 18:50 lshan 阅读(36) 评论(0) 推荐(0)
摘要: sudo docker container update 容器名 --memory="2g" --memory-swap="-1" --cpus=2 1. 查看状态: sudo docker stats 2. 可修改的资源: 名称,简写默认值描述 –blkio-weight 0 阻塞IO(相对权重) 阅读全文
posted @ 2025-03-28 17:19 lshan 阅读(366) 评论(0) 推荐(0)
摘要: 系统:ubuntu 22.04 错误消息: jenkins.plugins.publish_over.BapPublisherException: Failed to connect and initialize SSH connection. Message: [Failed to connect 阅读全文
posted @ 2025-03-27 10:15 lshan 阅读(285) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 88 下一页