08 2021 档案
摘要:步骤: 1、先到官网下载 vnc-viewer 并进行安装 2、进入服务器Linux终端开放端口: vncserver :3 输入两次密码 3、打开vnc ,File-->new connection -->输入服务器地址:端口号 和用户名(唯一即可) 4、双击下面的图标,点击continux,输入
阅读全文
摘要:本博文使用Anaconda装第三方库,没有的请移步:https://www.cnblogs.com/technicist/p/15083562.html 步骤: 1、进入 conda 创建的环境 2、安装 pyinstaller 库 3、在环境下执行 " pyinstaller 参数 源py文件 "
阅读全文
摘要:国内镜像 http://mirrors.aliyun.com/pypi/simple/ //阿里https://pypi.tuna.tsinghua.edu.cn/simple/ //清华http://pypi.douban.com/ //豆瓣http://pypi.hustunique.com/
阅读全文
摘要:for parents, adds, filenames in os.walk(folder):folder:路径eg: 绝对路径: r'D:\ProgramFiles' 相对路径: r'menu'parents:循环到的当前路径adds:循环到的当前路径的文件夹名列表filename:循环到的当前
阅读全文