pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available 解决方法 问题 今天在安装 的时候,发现照着之前自己写的 "教程" 出现了问题。 解决方法 ...
分类:
编程语言 时间:
2020-02-15 13:39:45
阅读次数:
77
连接elasticsearch已经成功,但是会报以下错误,字面意思是节点不可用这样 Exception in thread "main" NoNodeAvailableException[None of the configured nodes are available: [{#transport ...
分类:
其他好文 时间:
2020-02-15 09:43:06
阅读次数:
67
错误: hadoop Requested data length 86483783 is longer than maximum configured RPC length 解决: 修改NameNode的hdfs-site.xml配置文件,添加以下配置: <property> <name>ipc.m ...
分类:
其他好文 时间:
2020-02-14 18:14:56
阅读次数:
74
1. Saved cluster name Test Cluster != configured name cluster01。 在一个已经启动的集群中,修改集群名。 cqlsh> UPDATE system.local SET cluster_name = 'Cassendra Cluster' ...
分类:
其他好文 时间:
2020-02-06 18:19:56
阅读次数:
65
起因:新安装的idea第一次运行springboot项目报url错误(Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.) ...
分类:
移动开发 时间:
2020-02-04 14:14:29
阅读次数:
274
Backup the GPO to a second server is very important. Restore a GPO if necessary. Note: WMI filter and Links need to be re-configured after restoration ...
分类:
其他好文 时间:
2020-01-31 22:44:03
阅读次数:
85
本地仓库代码(git push)上传git仓库报错: 解决办法: 在git仓库创建新的仓库然后复制仓库URL链接: ...
分类:
其他好文 时间:
2020-01-28 21:25:22
阅读次数:
54
报错内容具体如下 *************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url' attr ...
分类:
编程语言 时间:
2020-01-17 23:30:25
阅读次数:
217
启动springboot的时候莫名其妙出现这个错误,我properties里面也没配置数据源啥的,但就是出现这个错误 解决方法: 在启动类上加@SpringBootApplication(exclude= {DataSourceAutoConfiguration.class}) 即在@SpringB ...
分类:
Web程序 时间:
2020-01-15 19:21:45
阅读次数:
90
今天在启动java web应用程序的时候,启动失败,报了下面的错误; The Tomcat connector configured to listen on port 8804 failed to start. The port may already be in use or the conne ...
分类:
其他好文 时间:
2020-01-11 20:44:27
阅读次数:
124