测试 用electron + springboot 构建桌面应用
he wei
2022-03-21 c036bed301fcd484e7ba7f7f931efb85831d11fd
src/main/java/testElectronJ/FboDataHeadStop.java
@@ -33,7 +33,7 @@
      if(bf.remaining() < BYTE_LEN) {
         return;
      }
      System.out.println("索引位置:"+bf.position());
      //System.out.println("索引位置:"+bf.position());
      this.TestTimeLong = new FboData().new TestTime();
      this.TestTimeLong.hour = ComBase.changeByteToInt(bf.get());
      this.TestTimeLong.minute = ComBase.changeByteToInt(bf.get());
@@ -55,7 +55,7 @@
      }            
      this.TestCap = ComBase.changeShortToFloat(bf.getShort());           //测试容量 未使用            2
      
      System.out.println(this);
      //System.out.println(this);
   }
   @Override