摘要:
import java.util.ArrayList;import java.util.Collections;import java.util.List;import java.util.Scanner;public class FakerUtil { public static void mai 阅读全文
摘要:
首先来看一下String中hashCode方法的实现源码 1 public int hashCode() { 2 int h = hash; 3 if (h == 0 && value.length > 0) { 4 char val[] = value; 5 6 for (int i = 0; i 阅读全文
摘要:
Eureka 按照官方介绍: Eureka is a REST (Representational State Transfer) based service that is primarily used in the AWS cloud for locating services for the 阅读全文