202010-09 关于Tomcat出现The origin server did not find a current representation for the target resourc...的问题 写在前面“Theoriginserverdidnotfindacurrentrepresentationforthetargetresourceorisnotwillingto disclosethatoneexists.”,在web开发的过程中,看到这一段错误提示,不管是在入门阶段还是已经是web老手都会感到很头痛。我也是在使用JSTL库的过程中,出现了这个问题,困扰了我很长时间才搞定的,所以决定有必要写一篇博客,碰到这个问题真的非常令人头痛,我这里解决了之后,就想着总结一下各种解决... 继续阅读 >
202010-09 Ubuntu18.04下解决Qt出现qt.qpa.plugin:Could not load the Qt platform plugin “xcb“问题 问题描述安装Qt5.15.0后,在运行测试用例时弹出错误:qt.qpa.plugin:CouldnotloadtheQtplatformplugin"xcb"in""eventhoughitwasfound.ThisapplicationfailedtostartbecausenoQtplatformplugincouldbeinitialized.Reinstallingtheapplicationmayfixthisproblem.Availableplatformpluginsare:eglfs,linuxfb,minimal,minimalegl,offscreen,vnc,xcb.Aborted(coredumped)根据问题描述,... 继续阅读 >
202009-27 IDEA下因Lombok插件产生的Library source does not match the bytecode报错问题及解决方法(亲测可用) 写项目的时候遇到了个这个问题:LibrarysourcedoesnotmatchthebytecodeXXX然后自己找了找大部分的解决方法都是没有解决方法越看心越凉部分解决方案是清空缓存试了下并没有什么用还有些解决方案是用Gradle管理的而我是用Maven管理的不太适用最后然后自己摸索着解决了由于该问题我已经解决了无法复现因而无法截图就用文字来描述吧:1、卸载IDEA中的Lombok插件File-Settings-Plugins搜索Lombok然后uninstall卸载2、... 继续阅读 >