```bash ! Configuration File for keepalived global_defs { router_id LVS_DEVEL } vrrp_script check_haproxy { script "killall -0 haproxy" #执行这条命令,判断返回值,... ...
分类:
其他好文 时间:
2020-02-04 23:38:20
阅读次数:
139
组件注册 1、@Configuration&@Bean给容器中注册组件 2、@ComponentScan-自动扫描组件&指定扫描规则 3、自定义TypeFilter指定过滤规则 4、@Scope-设置组件作用域 5、@Lazy-bean懒加载 6、@Conditional-按照条件注册bean 7、 ...
分类:
编程语言 时间:
2020-02-02 23:37:25
阅读次数:
95
package cn.itcast.hadoop.mr;import java.io.IOException;import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.fs.Path;import org.apache. ...
分类:
其他好文 时间:
2020-02-02 23:19:55
阅读次数:
98
For Windows Update, the limitation normally is a time window, disk space, network bandwidth. Create a GPO - Windows Update Configuration ...
分类:
其他好文 时间:
2020-02-02 13:45:52
阅读次数:
64
在学习room时项目一直在编译中,最后排查发现是依赖没有下载完导致。随后查询将依赖下载源改为阿里源,即可正常使用。 需要修改 build.gradle (project),改为以下内容: // Top-level build file where you can add configuration ...
分类:
移动开发 时间:
2020-02-01 23:36:47
阅读次数:
212
Hbase 创建表 插入数据 创建表 public static void main(String[] args) throws IOException { // Instantiating configuration class 初始化配置文件 Configuration con = HBaseC ...
分类:
其他好文 时间:
2020-02-01 12:44:11
阅读次数:
90
接下来看一下我们的mybatis的进一步操作,熟悉一下相关配置信息,以及多参数查询,连表查询,以及分布查询的功能。 首先mybatis的中文文档就是:https://mybatis.org/mybatis-3/zh/configuration.html#environments 首先看一下三个数据库 ...
分类:
其他好文 时间:
2020-02-01 10:58:35
阅读次数:
103
Rollback Segment Configuration & Tips (Doc ID 69464.1) To Bottom ROLLBACK SEGMENT CONFIGURATION & TIPS Good rollback segment configuration is crucial ...
分类:
其他好文 时间:
2020-02-01 00:40:02
阅读次数:
79
U2000 R017 安装报错: 检查SQL server数据库环境变量信息 ( 异常 ) [ 详细信息 ] PATH环境变量中缺少数据库路径的信息 管理员模式打开注册表位置: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manag ...
分类:
数据库 时间:
2020-01-31 10:21:41
阅读次数:
135
7.1.1. Spring MVC Auto-configuration Spring Boot provides auto-configuration for Spring MVC that works well with most applications. The auto-configura ...
分类:
编程语言 时间:
2020-01-30 12:47:35
阅读次数:
129