原方法: BufferedReader reader = new BufferedReader(new InputStreamReader( connection.getInputStream())); String lines; StringBuffer sb = new StringBuffer ...
分类:
其他好文 时间:
2020-06-26 12:30:03
阅读次数:
55
2173569 - Error when opening an RFC connection 问题: Environment SAP Release Independent. Reproducing the Issue Execute a transport tools check; Refresh ...
分类:
其他好文 时间:
2020-06-26 01:35:03
阅读次数:
132
在连接数据库配置都没错,jar包也有,但是还是报 Could not create connection to database server.错误,那是因为mysql8.0版本的使用的数据库连接字符串不一样,而且还对时区有要求,引用下面的连接即可 url: jdbc:mysql://localho ...
分类:
数据库 时间:
2020-06-25 23:05:47
阅读次数:
137
在我使用2020年版本的jetbrains 公司的开发工具的时候,输入自己的账号出现了及其费解的问题如图: 很多博客提供了修改hosts文件的方法,但是我并没有那一行代码:找了很久才解决的,非常感谢哪位博主。 下面提供解决方法: 1. 先进入IDE(pycharm idea webstorm...) ...
分类:
Web程序 时间:
2020-06-25 15:57:35
阅读次数:
70
安装docker-compose出现错误,安装命令: curl -L "https://github.com/docker/compose/releases/download/1.23.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/b ...
分类:
Web程序 时间:
2020-06-25 13:35:57
阅读次数:
85
在搭建UOJ中,发生了一些问题,解决后记录于此。 There is something wrong with database >_<.... Connection refused 方法: docker exec -it uoj /bin/bash service mysql restart 未完待 ...
分类:
其他好文 时间:
2020-06-25 12:12:26
阅读次数:
79
问题根源:初学者或者说不太了解Python才会犯这种错误,其实只需要注意一点!不要使用任何模块名作为文件名,任何类型的文件都不可以!我的错误根源是在文件夹中使用xgboost.*的文件名,当import xgboost时会首先在当前文件中查找,才会出现这样的问题。 所以,再次强调:不要用任何的模块名 ...
分类:
其他好文 时间:
2020-06-24 23:21:56
阅读次数:
149
删除报错warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the ...
分类:
其他好文 时间:
2020-06-24 23:20:00
阅读次数:
130
Vasya works as a DJ in the best Berland nightclub, and he often uses dubstep music in his performance. Recently, he has decided to take a couple of ol ...
分类:
其他好文 时间:
2020-06-24 23:15:59
阅读次数:
50
rm -rf ~/.ssh/known_hosts ...
分类:
其他好文 时间:
2020-06-24 20:05:54
阅读次数:
91