码迷,mamicode.com
首页 >  
搜索关键字:could not    ( 5457个结果
(基本知识)Redis连接与安全
1.查询redis连接是否需要密码 127.0.0.1:6379> CONFIG get requirepass 1) "requirepass" 2) "" 当为空字符串时,连接到redis服务器是不需要输入密码的 2.设置redis连接密码 127.0.0.1:6379> CONFIG set ...
分类:其他好文   时间:2020-01-10 15:29:29    阅读次数:88
Could not autowire. No beans of ‘xxx” type found(三种方法)
我当时提示错误是,不影响使用,可是就是报错让人不爽。 Could not autowire. No beans of 'RequestMappingHandlerMapping' type found. @Autowired private RequestMappingHandlerMapping ...
分类:其他好文   时间:2020-01-08 12:54:17    阅读次数:96
yum安装出现问题
1.一直显示有另一个程序在占用,kill 之后会出现(网络不通) [root@localhost ruanjianbao]# yum list 已加载插件:fastestmirror, langpacks Could not retrieve mirrorlist http://mirrorlist ...
分类:其他好文   时间:2020-01-08 12:37:26    阅读次数:244
Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection;
解决报错 This application has no explicit mapping for /error, so you are seeing this as a fallback. Tue Jan 07 21:06:43 CST 2020 There was an unexpected e ...
分类:数据库   时间:2020-01-07 21:27:26    阅读次数:192
hiveserver2连接出错如下:Error: Could not open client transport with JDBC Uri: jdbc:hive2://hadoop01:10000: java.net.ConnectException: Connection refused (Connection refused) (state=08S01,code=0)
hiveserver2连接出错如下:Error: Could not open client transport with JDBC Uri: jdbc:hive2://hadoop01:10000: java.net.ConnectException: Connection refused (Co ...
分类:数据库   时间:2020-01-07 01:09:35    阅读次数:254
LeetCode 395. Longest Substring with At Least K Repeating Characters
原题链接在这里:https://leetcode.com/problems/longest-substring-with-at-least-k-repeating-characters/ 题目: Find the length of the longest substring T of a give ...
分类:其他好文   时间:2020-01-06 15:00:54    阅读次数:81
fastjson反序列化LocalDateTime失败的问题java.time.format.DateTimeParseException: Text '2019-05-24 13:52:11' could not be parsed at index 10
本地java类 import org.springframework.format.annotation.DateTimeFormat; import java.time.LocalDateTime; / 问题处理记录 / public class UserIssueProcessDto { / 处 ...
分类:编程语言   时间:2020-01-06 14:56:42    阅读次数:81
解决K8s报错:Error: error installing: the server could not find the requested resource
K8s在helm初始化的报错,我的k8s为1.16.1,用的helm是2.13.1 [root@k8s-master ~]# helm init --service-account tiller --skip-refresh Creating /root/.helm Creating /root/. ...
分类:其他好文   时间:2020-01-06 00:05:47    阅读次数:382
Nginx调优
Nginx调优 目录 软件调优 1.隐藏 Nginx 版本号 2.隐藏 Nginx 版本号和软件名 3.更改 Nginx 服务的默认用户 4.优化 Nginx worker 进程数 5.绑定 Nginx 进程到不同的 CPU 上 6.优化 Nginx 处理事件模型 7.优化 Nginx 单个进程允许 ...
分类:其他好文   时间:2020-01-05 22:28:04    阅读次数:92
mongodb安装到配置问题
一、所有问题 Xshell 连接不上 报错类型:Could not connect to '192.168.122.1' (port 22): Connection failed.原因:IP地址未生成解决方法:重新生成ip地址 service network restart,在ifconfig -a ...
分类:数据库   时间:2020-01-05 17:15:27    阅读次数:121
5457条   上一页 1 ... 43 44 45 46 47 ... 546 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!