今年讀過的書: 一人公司(2020.11.29 看完) 軟體開發人員職涯發展成功手冊(10月份看完,藝fun券購買) 金魚都能懂的 CSS 選取器(9月份看
read more今年讀過的書: 一人公司(2020.11.29 看完) 軟體開發人員職涯發展成功手冊(10月份看完,藝fun券購買) 金魚都能懂的 CSS 選取器(9月份看
read more因為在 React web app 自定義 Material-UI button 的樣式時,遇到無法如預期顯示預期的樣式,所以花好多天尋找解決方式: Tag: StylesProvider with injectFirst。定位出這個問題的發生原
read moreBrowser Rendering Optimization by Google https://developers.google.com/web/fundamentals/performance/rendering/stick-to-compositor-only-properties-and-manage-layer-count FLIP Your Animations https://aerotwist.com/blog/flip-your-animations/ 轉譯效能 https://developers.google.com/web/fundamentals/performance/rendering/ Web fundamental at Google https://developers.google.com/web/fundamentals css triggers https://csstriggers.com/ mdn js https://developer.mozilla.org/zh-TW/docs/Web/JavaScript mdn css https://developer.mozilla.org/zh-TW/docs/Web/CSS web.dev https://web.dev/ csscoke youtube https://www.youtube.com/channel/UCQfjTYYrqxPg5LJmDBUesbQ csscoke website http://csscoke.com/
read more因為產品雛形第一版的開發時程短促,以及產品功能需要一個表格能夠搜尋各種資料欄位,經過一番找尋和初步試用後,認為應該能導入在產品裡面。本文是一
read more來自國發會網站的連結,內容是金融聯徵中心授權國發會使用: https://www.ndc.gov.tw/Content_List.aspx?n=F98A8C27A0F54C30/
read moreVersion: Laravel 5.5 Model: Post, Comment Post’s columns: id, title, content, created_at, updated_at Comment’s columns: id, post_id, content, c_date, c_time, u_date, u_time Relation: A post has many comments and a comment belongs to a post. The following shows how to get posts, which had been comments in recent 24 hours. use CarbonCarbon; // use package Post::whereHas('comments', function ($query) { $query->whereRaw('(u_date = ? AND u_time >= ?) OR (u_date =? AND
read more