| | |
| | | package com.zy.common.model; |
| | | |
| | | import com.alibaba.fastjson.JSON; |
| | | import com.core.common.Arith; |
| | | import com.core.exception.CoolException; |
| | | |
| | | import java.util.ArrayList; |
| | |
| | | } |
| | | |
| | | public static void main(String[] args) throws InterruptedException { |
| | | |
| | | double remainder = Arith.divides(1,16 - 1, 16); |
| | | System.out.println(remainder); |
| | | System.out.println((int) remainder); |
| | | // Shelves shelves = new Shelves(8,2); |
| | | // System.out.println(shelves.nodes.toString()); |
| | | // int start = 1; |
| | | // while (true) { |
| | | Shelves shelves = new Shelves(2,1); |
| | | System.out.println(shelves.nodes.toString()); |
| | | int start = 1; |
| | | while (true) { |
| | | // System.out.println(start); |
| | | // start = shelves.start(start); |
| | | // Thread.sleep(500L); |
| | | // } |
| | | start = shelves.start(start); |
| | | Integer crnNo1 = shelves.get(start); |
| | | System.out.println(crnNo1); |
| | | Thread.sleep(500L); |
| | | } |
| | | } |
| | | |
| | | } |