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);
| }
| }
|
|