• Windows
  • Linux
  • 前端
  • 后端
  • 其他

MapStruct 的基础使用

参考 http://tools.jbritian.com/link/v 介绍 MapStruct 类似于我们熟悉的 BeanUtils, 是一个 Bean 的转换框架。 它与 BeanUtils 最大

阅读更多...

姓名变更流程

参考 https://www.zhihu.com/question/40627430/answer/1536713872 一、变更前准备 1、打电话或去户籍所在地的派出所询问改名相关情况,确定可以改名

阅读更多...

jpress 部署在 centos 服务器上验证码乱码

参考 https://blog.csdn.net/weixin_44850882/article/details/121103708 Centos 安装字体 # 将中文字体上传到服务器的/usr/sh

阅读更多...

Windows、centos、docker 安装 openoffice

文档 openoffice 可转换的格式:http://tools.jbritian.com/link/l Windows 安装 下载:http://www.openoffice.org/downlo

阅读更多...

RabbitMQ 消息丢失

RabbitMQ 保证消息不丢失的几种手段 (qq.com) 一、RabbitMQ 消息丢失的三种情况 第一种:生产者弄丢了数据。生产者将数据发送到 RabbitMQ 的时候,可能数据就在半路给搞丢了

阅读更多...

gradle 制作 docker 镜像并推送到远程仓库

def image_name = project.hasProperty('image_name') ? image_name : "micro-knowledge-mana

阅读更多...

mybatis 启用 ehcache 缓存

pom.xml <!--ehcache--> <dependency> <groupId>net.sf.ehcache</groupId> &l

阅读更多...

mybatis 启用 redis 缓存

pom.xml <!--redis--> <dependency> <groupId>org.springframework.boot</groupId&

阅读更多...

HTTP 基础

常用的HTTP动词 GET(SELECT):从服务器取出资源(一项或多项)。 POST(CREATE):在服务器新建一个资源。 PUT(UPDATE):在服务器更新资源(客户端提供改变后的完整资源)。

阅读更多...

MySQL 实用技巧

zerofill 零填充 面试官:int(1) 和 int(10) 有什么区别? (qq.com) 即:一般 int 后面的数字,配合 zerofill 一起使用才有效。 CREATE TABLE `

阅读更多...

  • 上一页
  • 1
  • ...
  • 7
  • 8
  • 9
  • 10
  • 11
  • ...
  • 16
  • 下一页
搜索

最新文章
  • Windows server设置开机自动登陆
  • MySQL8导入数据时,表字符集的 Collation 总是 utf8mb4_0900_ai_ci
  • Windows 任务栏卡死转圈圈
  • FingerprintJS 浏览器指纹识别
  • Springboot 代码更新
  • Docker 部署 MQTT
  • Git 实用命令
  • 给前端传入的请求体中值为的 null 的字段设置默认值
  • CentOS 使用 PPTP 搭建 VPN 服务器
  • 登录页密码输入框禁止粘贴的解决方式
热门标签
  • Windows server
  • 任务栏
  • 浏览器指纹识别
  • FingerprintJS
  • MQTT
  • RequestBody
  • Validated
  • PPTP
  • VPN
  • HTML
豫公网安备 41010702003051号 |  豫ICP备2020036358号-2   gitee qq 邮件