摘要:
依据 material guidelines, chips 可以用来做 filter https://material.io/design/components/chips.html#filter-chips 但是 ng material 的却很差. 没有 animation 没有勾勾也就算了. c 阅读全文
摘要:
1. 常用 short form UOM = Unit of measurement (https://www.urmc.rochester.edu/purchasing/documents/um.pdf) PO = Purchase Order GR/GRN = Good Received/Goo 阅读全文
摘要:
1. select all table 2. select all column name from table 3. get column type 4. select table that have some column select t.TABLE_NAME from INFORMATION 阅读全文
摘要:
更新: 28-04-2023 图片处理改用 ImageSharp 了 program.cs using ZXing; using ZXing.QrCode; var writer = new BarcodeWriterPixelData { Format = BarcodeFormat.QR_COD 阅读全文