@Slf4j @RestControllerAdvice public class GlobalExceptionHandler { @ResponseStatus(Ht...
IP属地:浙江
@Slf4j @RestControllerAdvice public class GlobalExceptionHandler { @ResponseStatus(Ht...
@Data public class Result implements Serializable { private int code;//200正常,非200表示异常...
String类的substring()方法 截取字符串,在java语言中的用法 1、 public String substring(int beginIndex) 返回一个...
1.版本使用1.2.7以上的。 2.对象转字符串:JSON.toJSONString()。 3.字符串转对象:JSON.parseObject()。 4.字符串转list:J...
1.使用top查看cpu使用率,找出cpu使用率高的java进程。 2.top -H -p PID 查看进程中cpu使用率最高的那个线程id。 3.将这个线程的id从十进制转...