MySQL安装总是失败,提示缺少Visual Studio 2013 Redistributable,但是很疑惑,我明明已经安装了呀,原来问题出在版本上,以下提供了一个可以匹配新版本mysql的版本: https://support.microsoft.com/en-us/help/3179560/update-for-visual-c-2013-and-visual-c-redistributable-package 安装这个版本的Visual Studio 2013 Redistributa…
在安装MySQL的时候, 在最后安装时,最后一步出现Write configuration file没成功勾选,并提示:configuration file template D:\mysql\my-template.ini could not be processed and written to D:\mysql\my.ini Error code-1.报错.解决方法: 要在配置server的时候,要选择开发模式,不能使用服务器模式,这样问题就能解决.…
Linux 通过 apt-get 安装软件时报错,换一个软件安装也一样. Errors were encountered while processing: blueman E: Sub-process /usr/bin/dpkg returned an error code () 解决办法: root@ubuntu:/# cd /var/lib/dpkg/ root@ubuntu:/var/lib/dpkg# mv info/ info_old root@ubuntu:/var/lib/dpk…
因为电脑卡死强制重启电脑后打开idea,进行junit单元测试报错: idea报错.Error:Failed to load project configuration: cannot parse xml file E:\project\.idea\workspace.xml: Error on line 1: 前言中不允许有内容. 解决方案: 将文件夹中workspace.xml的内容粘贴到idea中的workspace.xml即可…