首页

Redis 用的很溜,了解过它用的什么协议吗?

有个小伙伴面试回来说面试官问了他一些 Redis 问题,但是他好像没有回答上来。,,我说,你 Redis 不是用的很溜吗,什么问题难住你了。

2021-01-14 17:25:10 作者:InfoQ


Redis is easy to use. Do you know what protocol it uses?

A little friend came back from the interview and said that the interviewer asked him some Redis problem , But he didn't seem to answer .,, I said, ...

2021-01-14 17:29:01 作者:InfoQ


《零基础看得懂的C++入门教程 》——(10)面向对象

一、学习目标 1. 了解C++类是什么 2. 了解类对象与类型修饰一样进行创建 3. 了解了类的属性如何使用 4. 了解了类方法的使用方法 二、了解类的使用方法 2.1 什么是C++类及基本使用方法 类用来描述具有相同的属性和方法的对象的集合。它定义了该集合中每个对象所共有的属性和方法。对象是类的...

2021-01-14 17:45:27 作者:公众号 碧油鸡


Introduction to zero basic C + + (10) object oriented

One 、 Learning goals 1. understand C++ What is the class 2. Understand that class objects are created just like type modifiers 3. Learned how ...

2021-01-14 17:51:52 作者:The official account of the green chicken in soya sauce


HTTP status code and troubleshooting

background Web Firewalls often encounter all kinds of status codes , The customer doesn't know why . According to the official documents , Sort out...

2021-01-14 17:53:19 作者:Miao Ying Hall


Java NIO之Channel(通道)入门

Channel(通道)是专用于IO请求的独立处理器。 用于在数据源与目标节点之间建立连接。负责缓冲区中数据的传输。 Java NIO的通道类似流,但又有些不同: 既可以从通道中读取数据,又可以写数据到通道。但流的读写通常是单向的。 通道可以异步地读写。 通道中的数据总是要先读到一个Buffer,或...

2021-01-14 18:08:03 作者:敖胤

Java NIO之Channel(通道)入门

Introduction to Java NiO channel

Channel( passageway ) Is dedicated to IO The independent processor of the request . Used to establish a connection between the data source and the t...

2021-01-14 18:08:16 作者:Ao Yin

Introduction to Java NiO channel

Spring中的@Valid 和 @Validated注解你用对了吗

1.概述 本文我们将重点介绍Spring中 @Valid Valid 和 @Validated Validated 注解的区别 。 验证用户输入是否正确是我们应用程序中的常见功能。Spring提供了 @Valid 和@ Validated 两个注解来实现验证功能,下面我们来详细介绍它们。 2. @...

2021-01-14 18:26:26 作者:bbsmax


Are you using the @ valid and @ validated annotations correctly in spring

1. summary In this article, we will focus on Spring in @Valid Valid and @Validated Validated The difference between annotations . Verifying t...

2021-01-14 18:26:41 作者:bbsmax


Spring中的@Valid 和 @Validated注解你用对了吗

1.概述 本文我们将重点介绍Spring中 @Valid Valid 和 @Validated Validated 注解的区别 。 验证用户输入是否正确是我们应用程序中的常见功能。Spring提供了 @Valid 和@ Validated 两个注解来实现验证功能,下面我们来详细介绍它们。 2. @...

2021-01-14 18:35:58 作者:JadePeng


Are you using the @ valid and @ validated annotations correctly in spring

1. summary In this article, we will focus on Spring in @Valid Valid and @Validated Validated The difference between annotations . Verifying t...

2021-01-14 18:36:25 作者:JadePeng


Redis | 慢查询

MySQL 中存在慢查询,Redis 中也存在慢查询,Redis 的慢查询是 命令执行超过设定阈值的查询就是慢查询 。我们来整理一下。 慢查询 Redis 会记录命令执行时间超过设定阈值时间的命令,这里的慢查询说的是命令执行慢,并非是 I/O 慢。 一般情况下,我们都是通过客户端连接 Redis 服...

2021-01-14 18:43:09 作者:码农UP2U


Redis | slow query

MySQL There are slow queries in ,Redis There are also slow queries in ,Redis My slow query is If the command execution exceeds the set threshold,...

2021-01-14 18:43:36 作者:Manong up2u


RabbitMQ一个优秀的.NET消息队列框架

1 简介 RabbitMQ有成千上万的用户,是最受欢迎的开源消息代理之一。 1.1 AMQP是什么 AMQP(高级消息队列协议)是一个网络协议。它支持符合要求的客户端应用(application)和消息中间件代理(messaging middleware broker)之间进行通信。 1.2 消息...

2021-01-14 18:55:26 作者:南荣相如谈编程

RabbitMQ一个优秀的.NET消息队列框架

Autofac一个优秀的.NET IoC框架

1 前置阅读 在阅读本文章之前,你可以先阅读: 什么是依赖注入 2 简介 Autofac与C 语言的结合非常紧密,并学习它非常的简单,也是.NET领域最为流行的IoC框架之一。 3 使用 首先 ,将Autofac的NuGet软件包安装到您的应用程序中。 Autofac 然后 ,我们通过创建Cont...

2021-01-14 18:55:30 作者:南荣相如谈编程


如何使用Redis实现分布式缓存

1 分布式缓存是什么 分布式缓存是由多个应用服务器共享的缓存,通常作为外部服务在访问它的应用服务器上维护。 分布式缓存可以提高 ASP.NET Core 应用程序的性能和可伸缩性,尤其是在应用程序由云服务或服务器场托管时。 2 Redis是什么? Redis是一个高性能的 key value 数据...

2021-01-14 18:55:31 作者:南荣相如谈编程


Rabbitmq an excellent. Net message queue framework

1 brief introduction RabbitMQ There are thousands of users , Is one of the most popular open source message agents . 1.1 AMQP What is it? AMQP( Ad...

2021-01-14 18:55:59 作者:Nan rongxiangru talks about programming

Rabbitmq an excellent. Net message queue framework

Autofac is an excellent. Net IOC framework

1 Pre reading Before reading this article , You can read it first : What is dependency injection 2 brief introduction Autofac And C The combi...

2021-01-14 18:56:18 作者:Nan rongxiangru talks about programming


How to use redis to realize distributed cache

1 What is distributed caching Distributed cache is a cache shared by multiple application servers , It is usually maintained as an external servic...

2021-01-14 18:56:25 作者:Nan rongxiangru talks about programming


JDK1.7-HashMap原理

JDK1.7 HashMap 如何在源码上添加自己的注释 打开jdk下载位置 ! 1687169 20210114185908831 1398215302.png 解压src文件夹,打开idea, ctrl+shift+alt+s 打开项目配置 ! 1687169 2021011418591511...

2021-01-14 19:04:19 作者:JameJN

JDK1.7-HashMap原理

  • «
  • 2046
  • 2047
  • 2048
  • 2049
  • 2050
  • »
  • 精选文章
  1. Spring IOC source code analysis (Part one)
  2. 半小时用Spring Boot注解实现Redis分布式锁
  3. Implementing redis distributed lock with spring boot annotation in half an hour
  4. What should we do if we can't get tickets for Spring Festival transportation? You can solve this problem by using these ticket grabbing apps!
  5. 百度智能(文本识别),API传图OC代码与SDK使用
  6. springboot源码解析-管中窥豹系列之aware(六)
  7. Baidu intelligent (text recognition), API map, OC code and SDK
  8. Spring boot source code analysis
  9. springboot源码解析-管中窥豹系列之aware(六)
  10. 百度智能(文本识别),API传图OC代码与SDK使用
  11. Spring boot source code analysis
  12. Baidu intelligent (text recognition), API map, OC code and SDK
  13. Java学习笔记
  14. Java learning notes
  15. Sentry(v20.12.1) K8S 雲原生架構探索, SENTRY FOR JAVASCRIPT 手動捕獲事件基本用法
  16. 我的程式設計師之路:自學Java篇
  17. SpringBoot專案,如何優雅的把介面引數中的空白值替換為null值?
  18. Sentry (v20.12.1) k8s cloud native architecture exploration, sentry for JavaScript manual capture event basic usage
  19. My way of programmer: self study java
  20. Spring boot project, how to gracefully replace the blank value in the interface argument with null value?

广告位

赞助商

免责声明:本站所有信息均搜集自互联网,并不代表本站观点,本站不对其真实合法性负责。如有信息侵犯了您的权益,请告知,本站将立刻删除。联系邮箱:chxpostbox@gmail.com,我们将及时处理。
Copyright © 2019-2020 Java人 All Rights Reserved.