官网:https://docs.spring.io/spring/docs/5.2.7.RELEASE/spring-framework-reference/core.html#beans-annotation-config 1、导入约束 2、配置注解支持 <?xml version="1.0" e ...
分类:
编程语言 时间:
2020-07-19 00:44:39
阅读次数:
89
nextcloud网盘搭建文档 1、安装php7.4(官方建议) yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm yum -y install php74-php-fpm php74-php-cli php74-p ...
分类:
其他好文 时间:
2020-07-18 22:28:56
阅读次数:
183
1、官网 https://docs.spring.io/spring/docs/5.2.7.RELEASE/spring-framework-reference/core.html#beans-dependencies 2、构造器注入(前面有) 3、Set方式注入(重点) A、依赖 : bean对象 ...
分类:
编程语言 时间:
2020-07-18 22:25:29
阅读次数:
84
IOC: 由spring 进行创建、管理、配置 官网:https://docs.spring.io/spring/docs/5.2.7.RELEASE/spring-framework-reference/core.html#beans-child-bean-definitions 一个简单的例子 ...
分类:
编程语言 时间:
2020-07-18 22:02:37
阅读次数:
72
nload工具 nload用于实时查看网卡流量,默认系统都没有安装,首先安装方式如下: $ yum install -y epel-release $ yum install -y nload 使用也非常简单,如下: $ nload Device eth0 [192.168.0.110] (4/5) ...
分类:
其他好文 时间:
2020-07-18 00:32:24
阅读次数:
107
VirtualBox+Vagrant环境配置 一、下载安装VirtualBox和Vagrant VirtualBox下载地址:https://download.virtualbox.org/virtualbox/6.1.12/VirtualBox-6.1.12-139181-Win.exe Vagr ...
分类:
其他好文 时间:
2020-07-17 13:41:14
阅读次数:
74
背景: 因工作上要接收外部机构发来的文件,采取FTP的方式保密性差,SFTP方式则采取了加密了传输,安全性更好。因此需要搭建SFTP服务,首选Linux环境,本文使用Centos7来掩饰。 一、操作步骤 环境: [root@localhost ~]# cat /etc/redhat-release ...
分类:
其他好文 时间:
2020-07-17 11:13:08
阅读次数:
187
1. 前提条件 2. 配置https证书为secret 3. dashboard安装 3.1 helm拉取dashboard的chart 3.2 配置dashboard的chart包配置 3.3 helm执行创建dashboard的release 3.4 通过域名访问dashboard 4. 查看t ...
分类:
Web程序 时间:
2020-07-17 09:34:26
阅读次数:
110
.gitignore常用配置 #Maven beginning target/ pom.xml.tag pom.xml.releaseBackup pom.xml.versionsBackup pom.xml.next release.properties dependency-reduced-po ...
分类:
其他好文 时间:
2020-07-17 09:28:37
阅读次数:
83
安装Docker 1 2 3 4 5 [root@localhost /]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) [root@localhost /]# yum install docker-ce -y [root ...
分类:
数据库 时间:
2020-07-17 01:22:08
阅读次数:
138