public class Main {
public static void main(String[] args) {
// 计算促销所在表
System.out.println(Math.abs(new Long("11600005").hashCode() % 1024));
System.out.println(Math.abs(new Long("11203006").hashCode() % 1024));
System.out.println(Math.abs(("1007869871-10043846186983").hashCode() % 64));
}
}