最长子串专题
无重复字符的最长子串
这道题目对应的就是的滑动窗口,这个就是 滑动窗口 是变化地类型这种算法 class Solution {public int lengthOfLongestSubstring(String s) {Map<Character, Integer> map new HashMap<>();int left 0, right 0…
1、安装ntp服务后,启动ntpd正常,但是在查看ntpd服务状态时,有一个红色的报错,报错信息如下:
inappropriate address 127.0.0.1 for the fudge command, line ignored 2、解决方法:编辑ntp配置文件…