摘要:
Check If Two String Arrays are Equivalent 思路一:把第一个数组入队列,然后遍历比较第二个数组 public boolean arrayStringsAreEqual(String[] word1, String[] word2) { Deque<Charac 阅读全文
摘要:
一般在 linux 下修改 dns 都是修改 /etc/resolv.conf 文件,但是打开后发现有句注释 Generated by NetworkManager 所以查了一下资料,可以使用 NetworkManager 来修改 dns # 查看网络链接 nmcli connection show 阅读全文
摘要:
docker-compose 启动出现警告,关闭时出现错误 WARNING: Found orphan containers (xxxxxx) for this project. If you removed or renamed this service in your compose file, 阅读全文