码迷,mamicode.com
首页 >  
搜索关键字:@Configuration    ( 5921个结果
数据清洗与数据处理
package mapreduce; import java.io.IOException; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import org.apache.hadoop ...
分类:其他好文   时间:2019-11-13 22:12:52    阅读次数:117
13 Zabbix4.4.0系统告警“More than 75% used in the configuration cache”
点击返回:自学Zabbix之路 点击返回:自学Zabbix4.0之路 点击返回:自学zabbix集锦 13 Zabbix4.4.0系统告警“More than 75% used in the configuration cache” More than 75% used in the configu ...
分类:系统相关   时间:2019-11-13 11:07:06    阅读次数:107
idea中的springboot+gradle项目报错springboot configuration annotation processor not found in classpath
idea中的springboot项目,打开某个类run.halo.app.config.properties.HaloProperties.java,报错(使用gradle编译): springboot configuration annotation processor not found in ...
分类:编程语言   时间:2019-11-13 09:12:38    阅读次数:292
springboot2.1.3 配置前后端跨域问题
很简单,创建一个配置类即可,如下: package com.app.gateway.common.config; import org.springframework.context.annotation.Configuration; import org.springframework.web.s ...
分类:编程语言   时间:2019-11-13 01:09:48    阅读次数:292
springboot自定义配置
1、说明 springboot的开发中,我们有些时候,需要将一些参数写进yml配置,方便部署后修改,这时我们便可以使用springboot 提供的自定义配置的功能了 2、引入依赖 3、编写自定义的配置类 示例: 4、使用IDEA编译,生成 spring-configuration-metadata. ...
分类:编程语言   时间:2019-11-11 12:46:35    阅读次数:135
mybatis浅显认识
mybatis主配置文件: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/myba ...
分类:其他好文   时间:2019-11-10 13:33:04    阅读次数:61
core基础常用的部分HttpContext'常用操作
*1:NetCore的上下文,自行封装一个全局静态 HttpContextHelper *2:读取Json的配置文件 { // IConfiguration Configuration 得注入,二级节点的访问,用冒号 .GetSection("AppSettings:" + name) Config ...
分类:Web程序   时间:2019-11-09 23:31:19    阅读次数:131
Log4J的配置文件详解
Log4J的配置文件(Configuration File)就是用来设置记录器的级别、存放器和布局的,它可接key=value格式的设置或xml格式的设置信息。通过配置,可以创建出Log4J的运行环境。1. 配置文件Log4J配置文件的基本格式如下:#配置根Loggerlog4j.rootLogge ...
分类:其他好文   时间:2019-11-09 21:56:51    阅读次数:91
DevOps - 配置管理工具Ansible
配置管理工具 配置管理工具(SCM,Software Configuration Management)可以将代码、软件方式实现的基础设施配置信息保存,也可以根据需求变化反复进行变更。 相关工具包括Ansible、Chef、Puppe、SaltStack等,版本管理工具有Git、Subversion ...
分类:其他好文   时间:2019-11-09 09:53:53    阅读次数:91
centos ubuntu 设置静态IP
ubuntu官网:https://help.ubuntu.com/lts/serverguide/network-configuration.html centos: 网卡信息查询: dmesg | grep -in eth lspci | grep -i ethernet网卡模块:lsmod | ...
分类:系统相关   时间:2019-11-08 21:24:25    阅读次数:138
5921条   上一页 1 ... 70 71 72 73 74 ... 593 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!