廖井涛
2024-03-04 eae17d27ec56a6b7887f5597335e38ca40273ef4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package ng.db;
 
import builder.Manager;
import ng.devices.HexUtil;
 
public class aaa {
    public static void main(String[] args) {
        //uploadImages.uploadImage("D:\\picture/121.jpg", "file://localhost/picture/113.jpg");
//        int[] a=new int[2];
////        a[0]=1;
////        a[1]=1;
////        Manager.sendtoPLC(76,20,2,a,0);
       // Manager.sendtoPLC(76,20,2,"0001000a",0);
    }
}