# uv pip install setuptools wheel packaging
Using Python 3.11.11 environment at:
Resolved 3 packages in 454ms
Prepared 1 package in 133ms
░░░░░░░░░░░░░░░░░░░░ [0/2] Installing wheels... warning: Failed to hardlink files; falling back to full copy. This may lead to degraded performance.If the cache and target directories are on different filesystems, hardlinking may not be supported.If this is intentional, set`exportUV_LINK_MODE=copy` or use `--link-mode=copy` to suppress this warning.
Installed 2 packages in 102ms+ setuptools==75.8.0+ wheel==0.45.1# uv pip install --link-mode=copy packaging
Using Python 3.11.11 environment at:
Audited 1 package in 2ms
Spring错误持续更新贴…
问题一
springcloud-OAuth2.0配置的时候报错
Method springSecurityFilterChain in org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration required a bean of type ‘org.springframework.boot.autoconfigu…
有需求使用tkinter 有用户交互界面来拷贝Excel文件,最后进行打包完成
代码如下,实现思路是先使用tkinter库选择Excel路径,然后保存到txt文档,
import time
import tkinter
from pathlib import Path
from typing import Optiona…