码迷,mamicode.com
首页 >  
搜索关键字:shell内建命令 enable    ( 5815个结果
kafka unclean 配置代表啥,会对 spark streaming 消费有什么影响?
unclean.leader.election.enable 为true的话,意味着非ISR集合的broker 也可以参与选举,这样有可能就会丢数据,spark streaming在消费过程中拿到的 end offset 会突然变小,导致 spark streaming job挂掉。如果unclea ...
分类:其他好文   时间:2020-05-25 14:01:02    阅读次数:89
Nginx系列(十)——可用性监控进阶
Advanced Activity Monitoring可用性监控进阶 Enable NGINX Open Source Stub Status启用Nginx基础监控location /stub_status { stub_status; allow 127.0.0.1; deny all; # S ...
分类:其他好文   时间:2020-05-25 00:20:24    阅读次数:57
Apollo配置中心
Apollo简介: Apollo (阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用的不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。 Apollo包括服务端和客户端两部分: 服务端基于Spring Boot和Sp ...
分类:其他好文   时间:2020-05-24 23:44:51    阅读次数:66
[转] Spring Boot 自动配置之@Enable* 与@Import注解
SpringBoot 的自动配置如此强大,比如我们经常使用的@Enable* 注解来开启对某方面的支持。那么@Enable* 注解的原理是什么呢? 一、@Enable* 注解与 @Import 注解之间的关系 @Enable* 举例: @EnableScheduling 开启计划任务的支持 @Ena ...
分类:编程语言   时间:2020-05-24 21:00:26    阅读次数:63
SpringBoot 整合Spring Security框架
引入maven依赖 <!-- 放入spring security依赖 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> ...
分类:编程语言   时间:2020-05-24 20:41:30    阅读次数:55
PHP性能监控 - 开启xhprof(一)
xhprof是PHP性能分析的扩展,项目地址:https://github.com/phacility/xhprof,最新维护是在2013年的9月份。 Windows 平台的:http://pecl.php.net/package/xhprof 安装:安装php扩展的方式安装。文档:http://p ...
分类:Web程序   时间:2020-05-23 11:23:49    阅读次数:96
SpringBoot自动配置原理
@SpringBootApplication 表示为springboot应用,其实就是一个配置类:@SpringBootConfiguration@EnableAutoConfiguration@ComponentScan(excludeFilters = {@Filter(type = Filte ...
分类:编程语言   时间:2020-05-23 00:11:00    阅读次数:133
整合Spring Security
一、Spring Security介绍 1、框架介绍 Spring 是一个非常流行和成功的 Java 应用开发框架。Spring Security 基于 Spring 框架,提供了一套 Web 应用安全性的完整解决方案。一般来说,Web 应用的安全性包括 用户认证(Authentication)和用 ...
分类:编程语言   时间:2020-05-22 21:28:54    阅读次数:71
服务注册与发现Nacos
创建父工程,添加依赖: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.1.3.RELEASE</version> ...
分类:其他好文   时间:2020-05-22 21:10:26    阅读次数:110
openSUSE Leap 15通过windows rdp访问
参考 https://www.hiroom2.com/2018/06/14/opensuse-15-xrdp-kde-en/ 如果通过windoes访问,需要安装xrdp sudo zypper -n in xrdp sudo systemctl enable xrdp sudo systemctl ...
分类:Windows程序   时间:2020-05-22 13:09:41    阅读次数:79
5815条   上一页 1 ... 34 35 36 37 38 ... 582 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!