摘要:
[0, 1] ^[01]$ [3, 100] ^[3-9]$|^(?:[1-9]\\d|100)$ [1, 1000] ^([1-9][0-9]{0,2}|1000)$ [1, 10000] ^([1-9][0-9]{0,3}|10000)$ [0, 99] ^([0-9][0-9]{0,1})$ 阅读全文
摘要:
public Bitmap CreateBitmap24(byte[] originalImageData, int originalWidth, int originalHeight) { // 计算偏移 int dataOffset = 0; if (0 == (originalWidth * 阅读全文