Skip to content
专注着的博客 专注着的博客

记录编程路上的点点滴滴

  • 首页
  • 编程开发
    • javajava
    • 前端编程前端变成
    • Pythonpython开发
    • 数据库数据库
  • 大数据大数据
  • 中间件中间件
  • 容器管理容器管理
  • 关于我
登录
Avatar photo
About 专注着
一个奋斗在编程路上的小伙
Posted injava

jvm 内存划分区域参数

-Xms 代表着最小堆, 在jvm启动时就会分配到该大小的区域 -Xmx 代表最大堆, 在jvm最小…
show details
Posted by Avatar photo 专注着 21 3 月, 2021Tags: jvm, 内存区域
Posted injava

JAVA常用命令

jvm的常用命令 jps jps相关参数 实例 jstack 分析CPU使用100%的原因 jmap…
show details
Posted by Avatar photo 专注着 21 3 月, 2021
Posted inredis

redis AOF持久化实现原理

与RDB持久化通过保存数据库中的键值对来记录数据库状态不同, AOF持久化是通过保存Redis服务器…
show details
Posted by Avatar photo 专注着 21 3 月, 2021
Posted inredis

redis持久化

什么是redis持久化 持久化就是把内存的数据写到磁盘中去, 防止服务宕机了内存数据丢失 redis…
show details
Posted by Avatar photo 专注着 21 3 月, 2021
Posted inredis

Redis三种集群方式

主从复制 主从复制原理 从服务器链接主服务器, 发送SYNC命令 主服务器收到SYNC命令后, 开始…
show details
Posted by Avatar photo 专注着 21 3 月, 2021
Posted inredis

redis支持数据结构

Strings Hashs: Lists: Sets: SortedSet Strings 是red…
show details
Posted by Avatar photo 专注着 21 3 月, 2021
redis通信协议解析
Posted inredis

redis通信协议解析

Redis 协议在以下三个目标之间进行折中: 易于实现 可以高效地被计算机分析(parse) 可以很…
show details
Posted by Avatar photo 专注着 21 3 月, 2021Tags: redis

文章分页

Previous page 1 … 14 15 16
文章分类
  • django 1
  • docker 1
  • elasticsearch 2
  • flowable 2
  • hadoop 18
  • hbase 3
  • hive 9
  • java 28
  • js 3
  • kubernetes 3
  • Linux 1
  • mongodb 6
  • mybatis 7
  • mysql 5
  • nacos 2
  • nginx 1
  • Python 5
  • redis 28
  • spring 44
  • yarn 2
  • zookeeper 3
  • 中间件 1
  • 大数据 18
近期评论
  • Mybatis 拦截器工作原理 - 专注着的博客 发表在《mybatis Configuration初始化源码分析》
  • Mybatis 拦截器工作原理 - 专注着的博客 发表在《mybatis mapper运行原理》
  • yarn集群配置 - 专注着的博客 发表在《yarn架构:资源管理和任务调度》
  • Hive SQL - 专注着的博客 发表在《Hive创建自定义函数》
  • Hive客户端配置 - 专注着的博客 发表在《Hive三种安装方式区别和搭建》
标签
async bean cms configuration DispitcherServlet elasticsearch enableasync eureka flowable ForkJoinPool ha hadoop hbase hive hiveserver2 if IoC java js jvm kubernetes lxml mapper mapreduce mongodb mybatis mysql nacos nvm python redis requests ribbon security spring spring boot spring security value xml xpath yarn zookeeper 主从复制 内存区域 线程状态
网站备案
川公安备案51012202000924
蜀ICP备2023018242号-1
友情链接
数据库运维网
Copyright 2025 — 专注着的博客. All rights reserved. Bloghash WordPress Theme
Scroll to Top