• 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
  • ...
  • 8
  • 9
  • 10
  • 11
  • 12
  • ...
  • 17
  • 下一页
搜索

最新文章
  • MySQL 导入数据报错:ERROR 1118 (42000) at line 2992: Row size too large (&amp;gt;8126)
  • Ubuntu 修改 Docker 数据和镜像存储位置
  • SpringBoot项目添加Flyway后启动报错:SELECT command denied to user xxxx@172.18.0.4 for table user_variables_by_thread
  • WireGuard VPN 工具安装与配置
  • CentOS 编译安装 FFmpeg 并启用 lib264 库
  • 天翼网关 ZXHN F450 3.0获取超级管理员密码
  • Ubuntu 设置静态IP
  • Ubuntu 安装 GitLab,并配置 Certd 证书流水线
  • VMware 设置虚拟机开机自启动
  • Centos 时间校正
热门标签
  • Flyway
  • WireGuard
  • lib264
  • FFmpeg
  • F450
  • 天翼网关
  • ZXHN F450
  • Certd
  • Windows server
  • 任务栏
豫公网安备 41010702003051号 |  豫ICP备2020036358号-2   gitee qq 邮件