密密麻麻 密密麻麻
2年前
一个基本的RPA类产品应该具备的能力
一个基本的RPA类产品应该具备的能力详解
Stella981 Stella981
3年前
Spring Cloud Eureka 常用配置详解,建议收藏!
!(https://oscimg.oschina.net/oscnet/f54e84d0dd944d1d9c9e10778ea4acb8.png)前几天,栈长分享了《SpringCloudEureka注册中心集群搭建,Greenwich最新版!(https://www.oschina.net/action/GoToLink?ur
Stella981 Stella981
3年前
Spring Security使用详解9(密码加密配置)
在之前的文章中密码都是使用明文的方式进行存储,但这样会有很大的安全隐患。所以正常做系统时,密码都要加密处理。而在SpringBoot中配置密码加密非常容易,下面通过样例进行演示。九、密码加密配置1、样例代码(1)要配置密码加密只需要修改两个地方。首先要修改HttpSecurity配置中的PasswordEncoder
Stella981 Stella981
3年前
Hbase存储详解
Hbase存储详解  startedbychadwaltersandjim  2006.11GreleasepaperonBigTable  2007.2initalHbaseprototypecreatedasHadoopcontrib  2007.10FirstuseableHbase 
Stella981 Stella981
3年前
Redis sentinel.conf配置文件详解
redissentinel.conf配置项说明如下:1.port26379sentinel监听端口,默认是26379,可以修改。2.sentinelmonitor<mastername<ip<redisport<quorum告诉sentinel去监听地址为ip:
Stella981 Stella981
3年前
Hexo+NexT(三):Next主题配置详解
!精于心简于形(https://oscimg.oschina.net/oscnet/c14597142c4cc3d2d92de877511d3623877.png)阅读本篇之前,假定读者已经有了Node.js的基础,如需要补充Node.js知识的,请自行百度。Hexo是在Node.js框架下的一个项目,利用Node.js提供
Stella981 Stella981
3年前
Spring Security使用详解8(配置多个HttpSecurity)
在之前的文章中我们都只配置一个HttpSecurity,如果业务比较复杂,我们也可以配置多个HttpSecurity,实现对WebSecurityConfigurerAdapter的多次扩展。八、配置多个HttpSecurity1、样例代码(1)配置多个HttpSecurity时,MultiHttpSecurity
Easter79 Easter79
3年前
Tomcat安装、配置、优化及负载均衡详解
<divid"cnblogs\_post\_body"class"blogpostbody"<p<strong原文地址:https://www.cnblogs.com/rocomp/p/4802396.html</strong</p<p<strong一、常见JavaWeb服务器</strong</p<div<strong&
Stella981 Stella981
3年前
Spring Security使用详解7(注销登录配置)
默认情况下,SpringSecurity提供了注销接口是/logout,访问这个接口即可注销当前登录用户并且自动跳转到登录页。如果需要修改注销接口,或者想在注销时做一些业务逻辑,或者注销后不是跳转到登录页而是返回一段JSON提示,只需在一些简单配置即可。七、注销登录配置1、样例代码首先修改SpringSecurit
服务器使用必备条件、操作步骤及实践步骤详解
服务器使用必备条件、操作步骤及实践步骤详解