环境 centos 7 dotnet core 2.1.4 错误信息: libgit2-xxxxxxx: cannot open shared object file: No such file or directory 原因: 找不到动态库 libgit2-xxxxxxx.so libgit2-x ...
分类:
其他好文 时间:
2020-01-10 13:01:15
阅读次数:
72
什么时候需要调节Executor的堆外内存大小? 当出现一下异常时: shuffle file cannot find,executor lost、task lost,out of memory 出现这种问题的现象大致有这么两种情况: 上述情况下,就可以去考虑调节一下executor的堆外内存。也许 ...
分类:
其他好文 时间:
2020-01-10 12:34:38
阅读次数:
91
Cannot access org.springframework.context.ConfigurableApplicationContext 需要将有问题的模块 删除 后重新导入 即可 IDEA导入module和导入project ...
分类:
移动开发 时间:
2020-01-10 00:22:14
阅读次数:
81
配置文件错误—— Element 'beans' cannot have character [children],because the type's content type is element 意为 beans 标签下只能存在子元素节点,不能存在文本符号 当编译器放生这种错误时,就是配置文件 ...
分类:
其他好文 时间:
2020-01-09 22:26:34
阅读次数:
63
pip安装:Cannot uninstall ''. It is a distutils installed project and thus we cannot accurately....解决办法 1. 暴力删除: 我的python是在anaconda下,依次进入 anaconda3安装目录/l ...
分类:
其他好文 时间:
2020-01-09 14:49:47
阅读次数:
68
环境eclipse 4.7 jdk1.8 搭建springcloud子父项目报错 出现了这两种报错 解决 加上下面两个注解 @ComponentScan(basePackages = {"com.wf.zhang.springcloud.dao"}) @EnableAutoConfiguration ...
分类:
数据库 时间:
2020-01-09 01:26:36
阅读次数:
112
报错信息: {"timestamp":"2020-01-08T14:42:40.894+0000","status":400,"error":"Bad Request","message":"JSON parse error: Cannot deserialize instance of `java ...
分类:
Web程序 时间:
2020-01-08 23:16:55
阅读次数:
379
这里记录些从网络上收集到的各种编译内核时的一些注意事项和操作。未经验证,仅供参考! 下载源码,然后转到源码目录(或者新建一个目录,在该目录下运行make C?/usr/src/linux?O= ); 将当前运行内核的config文件拷过来(位置在/boot?目录下,config 等文件),重命名为. ...
分类:
其他好文 时间:
2020-01-08 21:21:54
阅读次数:
89
线索分配_百度百科https://baike.baidu.com/item/%E7%BA%BF%E7%B4%A2%E5%88%86%E9%85%8D allocate和assign的区别_百度知道https://zhidao.baidu.com/question/36849454.html allo ...
分类:
其他好文 时间:
2020-01-08 21:15:28
阅读次数:
117
Python 使用 from pymongo import MongoClient 连接mongodb,由于没有关闭连接,导致 netstat -alnt|wc -l达到几万个 socket.error: [Errno 99] Cannot assign requested address 网上你去 ...
分类:
系统相关 时间:
2020-01-08 12:53:15
阅读次数:
93