240 发简信
IP属地:陕西
  • Resize,w 360,h 240
  • 对象集合按照固定数量分组

    List > partition= ListUtils.partition(对象, 50);

  • Resize,w 360,h 240
    idea 注释模板 (没有更简单的操作了)

    1:方法注释模板 * * @Description: $Description$ * @Param: [$param$] * @return: ...

  • 生成业务表ID

    public class SnowflakeIdWorkerGenerator { private static final Snowfla...

  • SpringBoot 跨域配置

    import org.springframework.context.annotation.Bean; import org.springfra...

  • 根据IP地址获取详细的地域信息

    package com.itstyle.common.util; import java.io.BufferedReader; import j...

  • Linux服务器中搭建Gitlab

    https://www.jianshu.com/p/fa30c10fa535

  • 时间工具类

    1.本周开始时间戳 - 以星期一为本周的第一天 public static String getWeekStartTime() { Simp...

  • linux下载和安装rabbitmq

    Centos7 Yum安装socat yum -y install socat 下载erlang软件包,本文使用erlang-19.0.4版本...