小時候大家可能都有玩芭比或是無敵鐵金剛的經驗,我們會有個實體模型或人偶,然後把它擺出想要的動作。昨天在拉OpenPose editor的骨架時,那每個部位的長度...
前置作業:購物車及購物車品項的 model / 購物車的 CRUD
在寫 Rails 的時候,是不是很常遇到連結因為 turbo-link 的關係沒有作用呢?...
今天學什麼?
今天閱讀「適用於 Android 開發人員的 Jetpack Compose」第二章「版面配置、主題設定和動畫」的「Lazy 版面配置」
學習筆記...
Given an integer array nums, rotate the array to the right by k steps, where k...
<record id="product_template_1" model="product.template"&...
方法式迴圈
times方式:
以n.times do ~end的形式。
其中n為個數,times的方式即是以n為次數的迴圈。
例如:
3.times do...