240 发简信
IP属地:安大略
  • [简]Spring Data JPA + MariaDB配置

    Spring Boot 3.1.9 + MariaDB 10.10.4 + OpenJDK17 在 application.properties...

  • [简]这个Optional到底是啥,基本用法?

    萌新在Discord上问我Optional这个东西到底是什么,干啥用的。这个Optional是Java 8中引入的“新”特性。简单地说:但凡用O...

  • [简]@NotNull, @NotEmpty, @NotBlank

    Jakarta Bean Validation 2.0 中有三个内置的空值相关的约束Annotation。@NotNull[https://be...

  • Resize,w 360,h 240
    [简]Spring Data JPA中用Sequence generator和strategy为Entity定义自增长ID

    看如下代码: 为一个Entity定义自增ID字段的大概步骤分为两步:1、定义Sequence自增序列;2、将定义好的Sequence序列设置需要...

  • [简]last but one,倒数第二?

    第一种方式:the last one,倒数第一;the last but one,倒数第二;the last but two,倒数第三。这种方式...

  • Resize,w 360,h 240
    [简]导致Lenovo Y70-70 touch屏幕闪烁的其中一个诱因及修复办法

    联想有几款笔记本会出现屏幕闪烁问题,大家上网google一下类似的问题会发现很多求助帖。我的Y70-70touch也有类似问题,上网搜了一下才发...

  • [简]SpringDataJPA+PostgreSQL的配置

    The following properties are applied to the Spring Data JPA configuratio...

  • Resize,w 360,h 240
    我的Sublime Text 3快捷键设置

    Steps Open Sublime Text 3; Go to the menu item.Figure 1. The menu item o...

  • Install WSL2 on Windows 10

    We know that Docker needs WSL to run. When you freshly install a Docker ...