not
-
解决java文件流处理异常 mark/reset not supported问题
原因: 给定的流不支持mark和reset就会报这个错误。 获取到一个网络流,这个网络流不允许读写头来回移动,也就不允许mark/reset机制.[详细]
2020-12-25 17:31 分类:编程语言 -
IDEA下因Lombok插件产生的Library source does not match the bytecode报错问题及解决方法(亲测可用)
写项目的时候 遇到了个这个问题:Library source does not match the bytecode XXX 然后自己找了找 大部分的解决方法都是没有解决方法 越看心越凉[详细]
2020-12-23 08:45 分类:编程语言 -
解决docker CMD/ENTRYPOINT执行sh脚本报: not found/run.sh:
这篇文章主要介绍了解决docker CMD/ENTRYPOINT执行sh脚本报: not found/run.sh:的问题,具有很好的参考价值,希望对大家有所帮助。一起跟随小编过来看看吧[详细]
2020-11-25 17:41 分类:云计算 python中not、and和or的优先级与详细用法介绍
前言 (小白专用)本次所分享的是Python中的not、and、or的执行时的优先级,以及他们的具体用法。本文比较详细,不喜勿喷。[详细]
2020-11-04 10:15 分类:Pythonpython NameError: name 'next' is not define
简单说 学python 生成器,使用next,突然发现 没有next方法,十脸懵。。。 网上也没查到为啥,现在讲讲 为啥 以及 怎查到的。针对小白玩家哈。[详细]
2020-08-22 12:13 分类:Linux-
Ubuntu18.04下解决Qt出现qt.qpa.plugin:Could not load the Qt platform plugin “xcb“问题
问题描述 安装Qt5.15.0后,在运行测试用例时弹出错误: qt.qpa.plugin: Could not load the Qt platform plugin \"xcb\" in \"\" even though it was found.[详细]
2020-08-12 09:07 分类:Linux MyBatis异常-Property 'configLocation' not specified, using default MyBatis Configuration
配置文件如下: base-context.xml文件如下: <?xml version=\"1.0\" encoding=\"UTF-8\"?>[详细]
2020-07-25 17:16 分类:编程语言-
Idea 解决 Could not autowire. No beans of 'xxxx' type found 的错误提示
IntelliJ Idea 解决 Could not autowire. No beans of ‘xxxx\' type found 的错误提示 哈,在使用 @Autowired 时,今天又遇一坑,这俩波浪线是干啥子嘛:[详细]
2020-07-22 17:35 分类:编程语言 Eclipse运行android项目报错Unable to build: the file dx.jar was not loaded from the SDK folder的解决办法
由于最近通过SDK-Manager更新了build-tools,当要用到dx.jar这个包时,自动调用最新build-tools中dx.jar,但是运行Android项目时Console却提示:[详细]
2020-07-21 12:59 分类:编程语言IntelliJ IDEA中出现"PSI and index do not match"错误的解决办法
看到event Log里面报错 PSI and index do not match。 然后就如下操作之后,就可以搞定了。[详细]
2020-07-18 15:06 分类:编程语言