2024-03 归档

HDFS集成Kerberos并使用Python调用

搭建HDFS、kerberos环境 目录 1.安装Hadoop环境 2.安装kerberos 3.HDFS集成kerberos 4.启动集群 一、安装Haddop环境 1.集群机器列表 192.

数据库中间件ShardingSphere-Proxy详解

1.现实中的问题 我们知道数据库的数据,基本80%的业务是查询,20%的业务涵盖了增删改,经过长期的业务变更和积累数据库的数据到达了一定的数量之后,直接影响的是用户与系统的交互,查询时的速度,插入数据

vue 动态追加输入框 下拉框 动态v-model绑定

效果如下 父文件 <template><divclass="parent-selete_header-color"><selete></selete>

SpringBoot + SpringSecurity + Mybatis-Plus + JWT实现分布式系统认证和授权

1. 简介   Spring Security是一个功能强大且易于扩展的安全框架,主要用于为Java程序提供用户认证(Authentication)和用户授权(Authorization)功能。   

Spring-Data-Redis 2.X以上版本使用心得和一些坑

  最近在修改之前旧项目的时候,将spring-data-redis的版本升级到了2.X以上,查看了官方的文档之后,发现新版本有一些新特性和新的使用方法,这里记录整理一下,并附上自己在使用的时候遇到的

SpringBoot中获取profile的方法详解_java

目录 spring boot与profile 静态获取方式 autowire ProfileConfig spring boot与profile spring boot 的项目中不再使用x

netty系列之:netty中各不同种类的channel详解

文章目录 简介 ServerChannel和它的类型 Epoll和Kqueue AbstractServerChannel ServerSocketChannel ServerDomainSoc

JS模板工具lodash.template的用法

underscore的template方法是比较常用的JS模板工具,它的好处是,你不用额外找工具了,通常你的项目都会加载一个underscore。 template_.template(templat

Metalama简介1. 不止是一个.NET跨平台的编译时AOP框架

Metalama概览 前面一篇文章介绍到了Metalama:https://www.cnblogs.com/chsword/p/dotnet_compile_aop_base_roslyn.html

如何在MySQL查询的DATETIME字段中添加一天?

借助DATE_ADD()函数,我们可以将一天添加到表的DATETIME字段中。 mysql> Select StudentName, RegDate, D

Chile Address 版权所有
Powered by WordPress