11 2022 档案
摘要:使用全局有时候不生效,不好用 直接使用 镜像映射 pip install akshare -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com --upgrade 试了几个库都飞快的
阅读全文
摘要:pyqt5的开发手册 https://mp.weixin.qq.com/s/Wy1iTYoX7_O81ChMflXXfg https://www.cnblogs.com/archisama/p/5442071.html python -m pyqtgraph.examples
阅读全文
摘要:存储过程中的 选择 结果映射 SELECT (case when MainType ='SBDJ' then '123' when MainType ='SBGL' then '设备管理' end) as 'name', MainType, SubTypeName FROM tb_SYS_DD as
阅读全文
摘要:Windows 平台下:首先,需要在user用户目录下,创建一个新的文件夹pip;再在pip文件夹内建立一个文件pip.txt的文件, 以下内容写入文本中即可[global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple [install]
阅读全文
摘要:在控制面板的卸载程序中, 卸载电脑的默认VC_redist.x64 重新下载安装 运行环境包VC_redist.x64 https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170 此包为
阅读全文
摘要:private void rename() { var path = @"E:\code\LIMS\UI设计稿\UI设计\icon\图标(3)\图标\\"; DirectoryInfo directory = new DirectoryInfo(path); var dirs = directory
阅读全文