码迷,mamicode.com
首页 >  
搜索关键字:vm quick-create failed    ( 11843个结果
python解压zip文件
@staticmethoddef unzip_file(failed_file): zip_file = zipfile.ZipFile(failed_file) print(zip_file) if os.path.isdir(failed_file[0:-20]): pass else: os. ...
分类:编程语言   时间:2021-06-07 20:42:48    阅读次数:0
centos7 清理缓存(buff/cache)
背景:服务器运行过程中发现内存不够用,缓存的又太多 现象: 解决办法: 1、同步数据到磁盘 [root@localhost ~]# sync 2、根据需求清除对应缓存 [root@localhost ~]# echo 3 > /proc/sys/vm/drop_caches 参数说明: 0 //默认 ...
分类:系统相关   时间:2021-06-07 20:40:37    阅读次数:0
04设置SSH免密登录
SSH无密登录配置 1)配置ssh (1)基本语法 ssh另一台电脑的ip地址 (2)ssh连接时出现Host key verification failed的解决方法 ssh hadoop103 出现: The authenticity of host 'hadoop103 (192.168.18 ...
分类:其他好文   时间:2021-06-05 18:38:40    阅读次数:0
gitlab 代理报错
解决从github上拉代码时报错“Failed to connect to localhost port 1080: Connection refused” 需要两行命令解决问题主要原因是使用了proxy代理,我们只需要关闭代理 git config --global http.proxy //查看 ...
分类:其他好文   时间:2021-06-05 18:13:54    阅读次数:0
Login Vagrant VM using Xshell
Connect Vagrant VM by using Xshell 1. View your vagrant ssh-config type this commend to view your vagrant ssh-config: vagrant ssh-config you will get ...
分类:系统相关   时间:2021-06-05 17:39:35    阅读次数:0
使用vuecli创建 uniapp项目 一直处于加载中,或者下载失败
Failed fetching remote preset dcloudio/uni-preset-vue: 1. 利用github下载:https://github.com/dcloudio/uni-preset-vue 2. 解压好文件,一般下载好的项目都会有两层文件夹,删掉第一层文件夹 3. ...
分类:移动开发   时间:2021-06-04 19:16:33    阅读次数:0
IDEA启动报错
IDEA 启动项目报错: Failed to start connector [Connector[HTTP/1.1-9502]] 原因: 端口被占用 查进出: netstat -ano|findstr 9502 杀进程:taskkill /pid 2640 /f ...
分类:其他好文   时间:2021-06-04 19:02:07    阅读次数:0
Login failed for user 'IIS APPPOOL\web2'
Error: I am getting following error while openning connection with Database from asp.net application. [SqlException (0x80131904): Login failed for use ...
分类:移动开发   时间:2021-06-03 18:29:29    阅读次数:0
2.xshell和xftp使用
一.连接xshell 1.找到IP 在vm中启动虚拟机并打开终端 输入 ifconfig -a ip: 192.168.150.128 二.Xshell连接 1.新键会话 根据对应输入 打开相应会话 设置登陆账号 设置登陆密码 出现#既连接成功 三.xftp文件传输 在Xshell的菜单栏点击如下图 ...
分类:系统相关   时间:2021-06-03 17:50:10    阅读次数:0
使用vmware 进行Ubuntu18.04启动黑屏 以及 屏幕无法自适应 16:9
这种情况大多是进去装VM自带的 open-vm-tools-desktop 导致的 使用专门的工具 sudo apt-get install open-vm-tools-desktop ...
分类:系统相关   时间:2021-06-02 20:22:18    阅读次数:0
11843条   上一页 1 2 3 4 5 6 ... 1185 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!