1、显示/etc目录下,以非字母开头,后面跟了一个字母以及其它任意长度任意字符的文件或目录 [root@node1 etc]# ll total 0 -rw-r--r--. 1 root root 0 Jun 28 00:23 11test -rw-r--r--. 1 root root 0 Jun ...
分类:
系统相关 时间:
2020-06-27 17:25:37
阅读次数:
67
docker stop 与 docker kill的区别 docker stop 与 docker kill 均可以将容器停掉,但二者究竟有什么区别呢?首先,摘录一下官网对这两个功能的描述: docker stop: Stop a running container (send SIGTERM, a ...
分类:
其他好文 时间:
2020-06-27 15:51:43
阅读次数:
126
@ 前言 SpringBoot是Spring的包装,通过自动配置使得SpringBoot可以做到开箱即用,上手成本非常低,但是学习其实现原理的成本大大增加,需要先了解熟悉Spring原理。如果还不清楚Spring原理的,可以先查看博主之前的文章,本篇主要分析SpringBoot的启动、自动配置、Co ...
分类:
编程语言 时间:
2020-06-26 14:56:57
阅读次数:
52
环境 JDK 11 JUnit 4.13 Spring Tool Suite 4.6.2 Maven 3.6.3 与 maven 集成 因为已经是 maven 项目了,所以不再需要任何东西,默认就与 maven 集成了。 不过由于 maven-surefire-plugin 自身的缺陷,导致测试时, ...
分类:
其他好文 时间:
2020-06-26 14:50:42
阅读次数:
63
在终端下输入 sudo apt search redis 查找一下发现了 redis-server 如果找不到 你可能需要使用 update 更新一下了 sudo apt-get update 然后就安装 sudo apt-get install redis-server 安装完毕后启动 redis ...
分类:
系统相关 时间:
2020-06-26 13:03:29
阅读次数:
53
Rectangle Area (M) 题目 Find the total area covered by two rectilinear rectangles in a 2D plane. Each rectangle is defined by its bottom left corner and ...
分类:
其他好文 时间:
2020-06-26 11:14:20
阅读次数:
61
由于在ubuntu环境下,将python做与python3.6做了软链接(ln -s python python3.6),并且pip也被我做了软链接,所以导致用pip安装virtualenvwrapper之后,在source启动virtualenvwrapper.sh时以及workon 虚拟环境时总 ...
分类:
移动开发 时间:
2020-06-25 19:10:16
阅读次数:
77
测试机器配置: CPU model : AMD Ryzen 9 3900X 12-Core Processor Number of cores : 8 CPU frequency : 3792.878 MHz Total size of Disk : 1112.8 GB (232.3 GB Used ...
分类:
其他好文 时间:
2020-06-25 12:21:58
阅读次数:
100
删除报错warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the ...
分类:
其他好文 时间:
2020-06-24 23:20:00
阅读次数:
130
Selecting Courses Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 10627 Accepted: 4803 Description It is well known that it is not easy to ...
分类:
其他好文 时间:
2020-06-24 21:36:57
阅读次数:
72