刹那的菜鸟

博客园 首页 新随笔 联系 管理
上一页 1 2 3 4 5 6 ··· 23 下一页

2025年3月26日 #

摘要: for /d %i in (*) do rd /s /q "%i" 问题: .pnpm-store 的包太多。 难以删除。 其他方法 都半天没动静,还是用cmd的一个个删比较方便 阅读全文
posted @ 2025-03-26 10:10 刹那的菜鸟 阅读(18) 评论(0) 推荐(0)

2025年3月19日 #

摘要: 有时候直接更新镜像,然后拉取 会出现服务器错误: 更新镜像后。 要修改 docker-compose.yaml 文件。 然后ok 阅读全文
posted @ 2025-03-19 17:21 刹那的菜鸟 阅读(494) 评论(0) 推荐(0)

2025年3月4日 #

摘要: Environment Variables for API service & worker Common Variables The backend URL of the console API, used to concatenate the authorization callback. If 阅读全文
posted @ 2025-03-04 22:26 刹那的菜鸟 阅读(1211) 评论(0) 推荐(0)

2025年3月3日 #

摘要: 数据库连接池配置指南 配置参数 最大空闲时间 (maxIdleTime) 当连接在池中空闲的时间超过这个配置值时,连接将被回收。 示例:maxIdleTime=300000(单位:毫秒) 最大存活时间 (maxLifetime) 当连接在池中的总存活时间超过这个配置值时,连接将被回收,即使它不是空闲 阅读全文
posted @ 2025-03-03 11:49 刹那的菜鸟 阅读(1728) 评论(0) 推荐(0)

2024年12月20日 #

摘要: 设置SameSite=None 和Secure location /{ 其他配置。e 设置 Samesite=None 和 Secure add header Set-Cookie "$http cookie, Secure, Samesite=None" always; 阅读全文
posted @ 2024-12-20 10:02 刹那的菜鸟 阅读(17) 评论(0) 推荐(0)

2024年12月16日 #

摘要: 端口要注意 配置Kestrel 在服务器就不要用https Overriding address(es) 'http://*:9819'. Binding to endpoints defined via IConfiguration and/or UseKestrel() instead. app 阅读全文
posted @ 2024-12-16 22:54 刹那的菜鸟 阅读(15) 评论(0) 推荐(0)

2024年12月13日 #

摘要: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.vscode-dotnet-pack 可以像在vs2022 一样管理解决方案 跟项目,包括引用这些。 不过注意: 是轻量级的。 阅读全文
posted @ 2024-12-13 22:00 刹那的菜鸟 阅读(51) 评论(0) 推荐(0)

2024年12月6日 #

摘要: https://blog.csdn.net/qq_47814951/article/details/141335533 参考 https://github.com/labring/FastGPT/tree/main/files/docker 直接拉取 或者从github上下载 对应的config 跟 阅读全文
posted @ 2024-12-06 14:42 刹那的菜鸟 阅读(168) 评论(0) 推荐(0)

2024年12月3日 #

摘要: VS Code退格键失效无法删除,有可能是因为被其他插件绑定。 打开vscode的左下角,点击快捷键 删掉多余绑定的快捷键 即可解决 阅读全文
posted @ 2024-12-03 14:59 刹那的菜鸟 阅读(637) 评论(0) 推荐(0)

2024年11月13日 #

摘要: import win32gui import win32con from pywinauto import mouse from time import sleep def foreground(window_title): hwnd = win32gui.FindWindow(None, wind 阅读全文
posted @ 2024-11-13 16:54 刹那的菜鸟 阅读(29) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 ··· 23 下一页