上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 69 下一页
摘要: 更新 : 2020-01-05 今天记入一下 alternate key 遇到的主次疑惑 alternate 会产生多个 foreignkey 的情况 比如我想选一个 state 那么前提是我要先选 country, 这样就需要有 2 个 foreignkey 所谓的主次疑惑是说在上面这个情况下我是 阅读全文
posted @ 2019-08-25 14:48 兴杰 阅读(824) 评论(0) 推荐(0)
摘要: 依据 material guidelines, chips 可以用来做 filter https://material.io/design/components/chips.html#filter-chips 但是 ng material 的却很差. 没有 animation 没有勾勾也就算了. c 阅读全文
posted @ 2019-08-22 19:03 兴杰 阅读(469) 评论(0) 推荐(0)
摘要: 更新: 2022-05-07 整理版本: Rounding JavaScript – Decimal 更新: 2021-08-06 1 / 3 * 3 = ? 如果是 double 的话 js, c# 都是 = 1 如果是 decimal 的话 c# = 0.999999....28 个 9 如果是 阅读全文
posted @ 2019-08-10 18:08 兴杰 阅读(647) 评论(0) 推荐(0)
摘要: 1. 常用 short form UOM = Unit of measurement (https://www.urmc.rochester.edu/purchasing/documents/um.pdf) PO = Purchase Order GR/GRN = Good Received/Goo 阅读全文
posted @ 2019-08-07 17:38 兴杰 阅读(191) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2019-08-07 14:25 兴杰 阅读(332) 评论(0) 推荐(0)
摘要: 更新: 28-04-2023 图片处理改用 ImageSharp 了 program.cs using ZXing; using ZXing.QrCode; var writer = new BarcodeWriterPixelData { Format = BarcodeFormat.QR_COD 阅读全文
posted @ 2019-06-24 20:26 兴杰 阅读(1291) 评论(0) 推荐(0)
摘要: 更新: 2020-05-19 print css refer https://www.html.cn/archives/4731 网页要打印,通常需要写另一分 css 样式. 把 px 转换成 cm 或者 inch 做 pdf 其实也是一样的道理. 更新 : 2020-02-09 升级到 3.1 后 阅读全文
posted @ 2019-06-24 17:50 兴杰 阅读(4809) 评论(0) 推荐(1)
摘要: 我们知道 npm 是很大的库,很多轮子可以用 所以 .net core 替我们封装了一个调用 nodejs 的 service 就叫 node service 我们只要在 server 安装 nodejs 然后就可以写 js, require npm 的 packages 然后通过 .net cor 阅读全文
posted @ 2019-06-24 13:28 兴杰 阅读(458) 评论(0) 推荐(0)
摘要: 今天踩了一个坑. 网站发布后看到了一个 error 地址是 https://www.domain.com/connect/checksession 这个是 identity server 处理检查 session 的地址. error 表示请求被 csp script-src 保护了, 想执行的 s 阅读全文
posted @ 2019-06-20 20:12 兴杰 阅读(401) 评论(0) 推荐(0)
摘要: refer : https://material.angular.io/cdk/table/overview https://material.angular.io/components/table/overview 通常我们做 control panel 时会大量运用到 table 尤其是处理 C 阅读全文
posted @ 2019-06-11 16:57 兴杰 阅读(2551) 评论(0) 推荐(0)
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 69 下一页