码迷,mamicode.com
首页 >  
搜索关键字:vm quick-create failed    ( 11843个结果
在虚拟机VM VirtualBox Ubuntu 系统和主机window10之间实现共享文件夹
环境: VM VirtualBox6.1; Ubuntu 20.04 P.S. 网上有很多方法可以实现主机和虚拟机文件共享和传输,这里自我感觉共享文件夹比较方便,配置共享文件夹简单。 1.打开虚拟机中的设置,如图中 1所示 2. 在设置窗口中选择共享文件夹,如图中 2所示 3.选择添加,如图中 3所 ...
分类:Windows程序   时间:2020-07-01 09:37:03    阅读次数:129
ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repository
线上一个mysql5.6主从复制被操作系统重启弄崩溃了。重新搭建主从复制时, start slave io_thead; start slave sql_thread; 之后,show slave status\G 报错: ERROR 1872 (HY000): Slave failed to in ...
分类:其他好文   时间:2020-07-01 00:23:54    阅读次数:91
IDEA登录github失败:Can‘t login: Connect to api.github
Can’t login: Connect to api.github.com:443 [api.github.com/13.250.168.23] failed: Connection refused: connect
分类:Windows程序   时间:2020-06-30 18:54:12    阅读次数:213
git push 遭遇 fatal: Authentication failed
push远程仓库遇到报错 remote: Invalid username or password. fatal: Authentication failed 1、首先配置用户信息 git config --global user.name [username] git config --globa ...
分类:其他好文   时间:2020-06-30 17:17:34    阅读次数:49
Springboot:解决Failed to load ApplicationContext问题
最近再做spring junit 做单元测试中,报 Failed to load ApplicationContext 错误。 import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.bea ...
分类:移动开发   时间:2020-06-30 12:38:56    阅读次数:60
win10与vmware 中的kali linux 共享文件夹
1、检测是否安装了vmware tool ,没安装则安装2、虚拟机-->设置-->选项-->共享文件夹:设置文件夹地址,比如我设置的是fileshare3、挂载共享目录 a)安装插件 sudo apt-get install open-vm-dkms 如果出现:E: 无法定位软件包 open-vm-... ...
分类:Windows程序   时间:2020-06-30 11:03:42    阅读次数:101
service mysql启动失败unit not found
想利用 service mysql start 启动mysql数据库,但是发现出现错误: Failed to start mysql.service: Unit not found. 1、查询/etc/init.d/下是否存在mysql ll /etc/init.d/ | grep mysql 发现 ...
分类:数据库   时间:2020-06-30 11:00:02    阅读次数:154
c++使用eigen库,矩阵维度错误
/usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h:32: error: static assertion failed: YOU_MIXED_MATRICES_OF_DIFFERENT_SIZES #define EIGEN_STATIC_ ...
分类:编程语言   时间:2020-06-30 10:51:31    阅读次数:95
关于command 'gcc' failed with exit status 1 解决方法
Setup script exited with error: command 'gcc' failed with exit status 1 由于没有正确安装Python开发环境导致。 Debin/Ubuntu Python2sudo apt-get install python-dev Pyth ...
分类:其他好文   时间:2020-06-30 10:34:36    阅读次数:284
Vue_钩子函数
<script type="text/javascript"> var vm = new Vue({ el: app01, data:{ a:'test', }, beforeCreate:function(){ console.log('实例创建之前'); }, created:function( ...
分类:其他好文   时间:2020-06-30 00:50:40    阅读次数:85
11843条   上一页 1 ... 40 41 42 43 44 ... 1185 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!