搞到现在。。。。太坑了 吃柠檬的一个报错浪费我一天。 /var/jenkins_home/.ssh/known_hosts [SSH] No Known Hosts file was found at /var/jenkins_home/.ssh/known_hosts. Please ensure ...
分类:
其他好文 时间:
2020-03-09 09:16:35
阅读次数:
81
题目链接 恢复内容开始 题目链接:https://vjudge.net/problem/HDU-5667 题目意思:按照递推式求出第n项对p求余的结果(p为质数)。 Sequence HDU - 5667 Holion August will eat every thing he has found ...
分类:
其他好文 时间:
2020-03-09 01:37:59
阅读次数:
64
MAC 上 使用lightgbm遇到image not found 解决办法总结
分类:
系统相关 时间:
2020-03-08 23:17:42
阅读次数:
448
错误提示:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): org.ibaiqi.gather.dao.RecruitGatherDao.listRecruitGathers 1:appl ...
分类:
编程语言 时间:
2020-03-06 22:23:27
阅读次数:
102
1 """ 2 Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and put. 3 get(key) ...
分类:
系统相关 时间:
2020-03-06 22:05:50
阅读次数:
100
1. 命令:sl (蒸汽机车)你可能了解 ‘ls’ 命令,并经常使用它来查看文件夹的内容。但是,有些时候你可能会拼写成 ‘sl’ ,这时我们应该如何获得一些乐趣而不是看见“command not found”呢?安装 sl 输出当你敲入的是‘LS‘而不是’ls‘时,这个命令也会运行。 2. 命令:t ...
分类:
系统相关 时间:
2020-03-05 20:55:06
阅读次数:
91
原因:系统环境变量没有找到此路径。 解决打开cmd进入如下目录 此目录下有 C:\Users\10989\AppData\Local\Programs\Python\Python35\Lib\site-packages\jupyter_contrib_nbextensions cmd执行下面命令手动 ...
分类:
其他好文 时间:
2020-03-05 13:52:14
阅读次数:
181
Description: Debug for the "dynamic community detection" project; Only 1 of the 2 communities could be found. Debug note: ...
分类:
其他好文 时间:
2020-03-05 01:01:48
阅读次数:
46
在使用rz命令上传文件的时候报错,如截图 这个问题是Linux系统缺少工具包,在有网络的情况是可以使用下面命令,进行在线安装 yum -y install lrzsz 这样子就上传成功了,如果有些同学出现?z waiting to receive.**B0100000023be50 rz 与 sz ...
分类:
Web程序 时间:
2020-03-04 13:02:49
阅读次数:
147
问题描述: Django3.x之后版本需要SQLite3.8.3及以后的版本的支持,但是centos默认安装SQLite的版本为3.7.17,所以在运行python manage.py startapp polls时报错。 解决办法: 1. 重装降级Django. 2. 升级SQLite. 1. 重 ...
分类:
数据库 时间:
2020-03-03 23:53:57
阅读次数:
571