MyEclipse下Junit运行测试用例的时候报错: "The input type of the launch configuration does not exist" 原因是test下的包全部变成了文件夹,不能 是普通的文件夹 需要改成Source Folder 才行 解决:选中test,右键,选择Build Path---remove from Build Path,然后再次选择Build Path----User as Source Folder~ 解决…
yum安装报错有冲突file /usr/lib64/php/modules/fileinfo.so conflicts between attempted installs of php-pecl-fileinfo-1.0.4-2.el6.rf.x86 64 and php-common-5.3.3-46.el6 6.x86 64 遇到这个情况的时候 是库冲突了 需要修改文件 vim /etc/yum.repos.d/rpmforge.repo 将里面的enable=1 …