HCWGH

Results 1 comments of HCWGH

### 补充个bitmap和bit位数的操作 ```java int bitNum = 0; //给第i为赋值为1 bitNum |= 1 i) & 1) == 1 //bit数组 long[] bitArray = new long[10]; //查询num在数组索引中的位置 int index = num / 64; 或...