JavaScript: Number

Not-a-number, NaN Binary floating-point numbers (IEEE-754) ✅ Solution: Use Number.EPSILON for Comparison BigInt BigInt is a special data type in JavaScript used to store and manipulate large integers beyond the …

雷射測高儀器的數據分析

架設方式∶搭配單軸移動平台,透過Encoder送出觸發訊號給感測控制器,最多一次可以量測65000個數據。 資料輸出為一個2維矩陣的數據資料。 以15999 x 3200 資料為例 功能∶  資料取樣, (10×10) Block 為例 以2維矩陣數據,數據大小  (15999, 3200) => (1500, 320) 為例。因為資料源透過取樣平均,來加速邏輯運算的處理速度。 功能∶ 過濾數據,Height > 1.5 為例 Height > 1 Height > 1.5 Height …

Tailwind Grid

🔍common device resolutions Prefix Min Width CSS sm 40rem (640px) @media (width >= 40rem) { … } md 48rem (768px) @media (width >= 48rem) { … } lg 64rem (1024px) @media (width >= …

Tailwind Flex

block-level elements:<div>, <p>, <h1>-<h6>, <section>, <article> inline-level elements:<span>, <a>, <strong>, <em> block-level elements: one below other block-level elements (default) <div> <div class=”quote”>…</div> <div class=”quote”>…</div> <div class=”quote”>…</div> </div> <div class=”flex”> <div …