文章分类 -  虚拟机

摘要:国内源地址: 阿里云 http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban) http://pypi.douban.com/simple/ 清华大学 https 阅读全文
posted @ 2020-09-05 11:51 萤huo虫 阅读(117) 评论(0) 推荐(0)
摘要:ubuntu更换源 报错: E: The respository 'http://archieve.ubuntu.com/ubuntu raring Release' dose not have release file 解决方案: 改: /etc/apt/sources.list 1、备份: su 阅读全文
posted @ 2020-07-29 00:24 萤huo虫 阅读(175) 评论(0) 推荐(0)
摘要:赋予test用户d:/workspace目录下所有文件的完全访问权限Icacls d:/workspace /grant test:F格式: Icacls ${dirName} /grant ${userName}:F 例子: 修改 /home/Administrator/pciutils-3.5. 阅读全文
posted @ 2020-02-24 13:00 萤huo虫 阅读(4403) 评论(0) 推荐(0)
摘要:虚拟环境 什么是虚拟环境 对真实的python解释器的一个拷贝版本 是事实有效的,可以独立存在运行解释python代码 可以在计算机上拷贝多个虚拟环境 为什么要使用虚拟环境 保证真实环境的纯净性 框架的多版本共存 方便做框架的版本迭代 降低多框架共存的维护成本 安装虚拟环境 1.通过pip3安装虚拟 阅读全文
posted @ 2019-04-23 22:27 萤huo虫 阅读(113) 评论(0) 推荐(0)
摘要:战前准备 首先 下载镜像软件 https://opsx.alibaba.com/mirror?lang=zh-CN 下载完成后不需要安装, 然后在下载VMware 链接:https://pan.baidu.com/s/1SkyJvT-VACzqW2axoWqkmg 密码:60or VMware 傻瓜 阅读全文
posted @ 2019-04-08 23:37 萤huo虫 阅读(367) 评论(0) 推荐(0)