
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
自己搭了一套maven私服库,配置自己的settings.xml,分享给大家<?xml version="1.0" encoding="UTF-8"?><!--Licensed to the Apache Software Foundation (ASF) under oneor more contributor license agreements.See the NOTICE
mybatis-plus QueryWrapper处理日期判断大小问题这种格式想用QueryWrapper的格式来处理<if test="pageDtos.startTime !=null">and a.create_time >= #{pageDtos.startTime}</if><if test="pageDtos.overTime !=null"
Map 转 json格式 保留null值的解决办法开发中遇到将map数据转json格式,然后map中含null值的键值对都被转没了,所以记录一下,以下是解决方法使用fastJson进行转换import com.alibaba.fastjson.JSONimport com.alibaba.fastjson.JSONMap<String, Object> map = new HashMa
mybatis-plus QueryWrapper处理日期判断大小问题这种格式想用QueryWrapper的格式来处理<if test="pageDtos.startTime !=null">and a.create_time >= #{pageDtos.startTime}</if><if test="pageDtos.overTime !=null"
一、前言面大厂时,MQ 这一中间件基本都是必问的,本文是面试时被问到的其中一题的答案。二、为什么丢消息一条消息从产生到被消费,中间会经历三个环节:生产者、MQ 内部、消费者,消息在这三个环节中均有可能出现丢失。在生产者环节丢失当生产者往 MQ 中写数据时,可能出现网络故障,消息压根就没到达 MQ 内部,生产者端对这个异常没有捕获,不做任何处理,这种场景会导致消息丢失。当消息达到 MQ 所在的机器,
之前一直用redis,但是有时候碰到问题不知道怎么解决,花了一个下午时间读了一遍redis.config文件,分享给大家!# Redis configuration file example# Note on units: when memory size is needed, it is possible to specify# it in the usual form of 1k 5GB 4M







