摘要:
生产销售系统出现 504 Gateway Timeout 异常,其实就是服务器响应太慢导致nginx带来超时,先不说服务端慢的优化问题;只是单纯的解决504。到网上发现了一篇文章fix it Add these variables to nginx.conf file: Then restart n 阅读全文
摘要:
public class RandomUtil { private static final Logger log= LoggerFactory.getLogger(RandomUtil.class); public static int getRandomValue(int min,int max){ Random random=new Random(); ... 阅读全文
摘要:
一、表结构设计 二、递归代码 package com.general.msg.vo.response; import java.util.Date; import java.util.List; public class CommunityCommentDto { /** * This field 阅读全文