码迷,mamicode.com
首页 >  
搜索关键字:release 2    ( 10656个结果
spring 注解实现自动装配
官网: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.19网盘搭建文档
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
spring DI依赖注入
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
spring person
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和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
Centos7配置SFTP服务
背景: 因工作上要接收外部机构发来的文件,采取FTP的方式保密性差,SFTP方式则采取了加密了传输,安全性更好。因此需要搭建SFTP服务,首选Linux环境,本文使用Centos7来掩饰。 一、操作步骤 环境: [root@localhost ~]# cat /etc/redhat-release ...
分类:其他好文   时间:2020-07-17 11:13:08    阅读次数:187
kubernetes系列(十七) - 通过helm安装dashboard详细教程
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常用配置
.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方式部署TiDB
安装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
10656条   上一页 1 ... 27 28 29 30 31 ... 1066 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!