Faceted project metadata file "/.settings/org.eclipse.wst.common.project.facet.core.xml" could open project.facet 为关键词, 问题解决 ...
分类:
系统相关 时间:
2019-07-24 13:39:23
阅读次数:
112
马拉车用于解决最长回文子串问题,重点是子串,而不是子序列,时间复杂度为O(n)。 解释一下变量的意义: Len[i]数组去存第i个位置到mx位置的长度 id记录上一次操作的位置(这个操作可以看模板) mx标记上一次的最长子串的最右端 模板: 当我们要求的以第i个字符为回文字符串的中心的时候,如果i> ...
分类:
编程语言 时间:
2019-07-24 10:04:53
阅读次数:
122
原文:.NET下日志系统的搭建——log4net+kafka+elk .NET下日志系统的搭建——log4net+kafka+elk# 前言# 我们公司的程序日志之前都是采用log4net记录文件日志的方式(有关log4net的简单使用可以看我另一篇博客),但是随着后来我们团队越来越大,项目也越来越 ...
分类:
Web程序 时间:
2019-07-24 09:38:12
阅读次数:
147
之前遇到一个问题 https://www.cnblogs.com/leoxjy/p/10201046.html 在centos 7.x HttpClient访问会出问题 The SSL connection could not be established, see inner exception ...
分类:
Web程序 时间:
2019-07-24 00:11:54
阅读次数:
214
报错相关信息: 原因:maven父子聚合工程,pom父项目中如果添加了数据库驱动依赖的话,boot项目的autoconfig回去读取加载DataSource相关的配置,读取不到即报错。在一些新项目初始或者不需要db的项目(比如eureka)中,可配置boot的启动类: 排除DataSource的自动 ...
分类:
编程语言 时间:
2019-07-22 18:33:06
阅读次数:
166
As you could know there are no male planes nor female planes. However, each plane on Earth likes some other plane. There are n planes on Earth, number ...
分类:
其他好文 时间:
2019-07-21 21:22:55
阅读次数:
146
简介 Sqoop是一个用来将Hadoop(Hive、HBase)和关系型数据库中的数据相互转移的工具,可以将一个关系型数据库(例如:MySQL ,Oracle ,Postgres等)中的数据导入到Hadoop的HDFS中,也可以将HDFS的数据导入到关系型数据库中,但是不能将hbase、hive的数 ...
分类:
其他好文 时间:
2019-07-20 23:17:41
阅读次数:
127
Tired of doing the same job? Get your hands on CFA-Level-II exam It is the nature of the human being that he/she will get tired of doing the same task ...
分类:
其他好文 时间:
2019-07-20 19:58:23
阅读次数:
111
1. 客户端connect的时候如果报10061 // MessageId: WSAECONNREFUSED//// MessageText://// No connection could be made because the target machine actively refused it ...
分类:
其他好文 时间:
2019-07-19 15:33:30
阅读次数:
109
本地java类 import org.springframework.format.annotation.DateTimeFormat; import java.time.LocalDateTime; / 问题处理记录 / public class UserIssueProcessDto { / 处 ...
分类:
编程语言 时间:
2019-07-19 12:23:05
阅读次数:
123