From 84f5f360f07c523dfe2569f32d561b7aef4296a1 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 16 八月 2022 14:30:48 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/common/model/Shelves.java |   21 +++++++++------------
 1 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/src/main/java/com/zy/common/model/Shelves.java b/src/main/java/com/zy/common/model/Shelves.java
index b759351..d88945c 100644
--- a/src/main/java/com/zy/common/model/Shelves.java
+++ b/src/main/java/com/zy/common/model/Shelves.java
@@ -1,7 +1,6 @@
 package com.zy.common.model;
 
 import com.alibaba.fastjson.JSON;
-import com.core.common.Arith;
 import com.core.exception.CoolException;
 
 import java.util.ArrayList;
@@ -111,18 +110,16 @@
     }
 
     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,2);
+        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);
+        }
     }
 
 }

--
Gitblit v1.9.1