Browse all articles in chronological order, exploring the timeline of knowledge.
关闭防火墙 systemctl stop firewalld && systemctl disable firewalld YUM 阿里云源 备份原YUM仓库配置文件 sudo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS
这里以nginx启动为例子,比如用docke run创建了一个nginx的容器,结果因为使用docker exec ** bash 修改了内部nginx的配置文件,导致nginx容器再也无法启动了,那这种情况该怎么办呢? 首先进入以下目录 $ cd /var/lib/docker/overlay2
Propagation属性用来枚举事务的传播行为。所谓事务传播行为就是多个事务方法相互调用时,事务如何在这些方法间传播。Spring支持7种事务传播行为,默认为REQUIRED。 1、REQUIRED REQUIRED是常用的事务传播行为,如果当前没有事务,就新建一个事务,如果已经存在一个事务中,加
通过文件下载地址,获取到文件流 /* 根据地址获得数据的输入流 */ String fileUrl = ossEndpoint + (ossEndpoint.endsWith("/") ? "" : "/") + relativelyLink; HttpURLConnection conn =