原创 關於響應式設計的一些筆記

一、媒體查詢 (一)阻止移動瀏覽器自動調整頁面大小 <meta>標籤可以控制頁面可縮放的範圍。 <meta name="viewport" content="width=device-width, maximum-scale=3, mi

原创 ES6學習的查缺補漏

Three reasons for the ES5 to ES6 updates are listed below: A similarity to other programming languages — JavaScript ES

原创 mvc架構模式分析與設計(慕課網學習筆記)

爲了未來學習成熟穩定的框架,我先找到了一個MVC微框架進行入門學習,掌握一定的理論體系,有利於加深對大框架的理解,加快吸收的速度,避免思維僵化。 一、MVC工作流程初步認識 瀏覽者 --> 調用控制器,對他發出指令 控制器 --> 按指令

原创 CSS深入理解——慕課網筆記(張鑫旭主講)

一、CSS深入理解之border1. border-width不支持百分比受語義和使用場景決定的,不會因爲設備大而邊框變大的2. border-style屬性border-style:dotted;在Chrome/Firefox是方點,I

原创 Bootstrap基礎——學習筆記

一、標題元素字體大小計算比例其他h136px14px*2.60margin-top:20px;margin-bottom:10px;h230px14px*2.15h324px14px*1.70h418px14px*1.25margin-t

原创 Learn Git Notes

Basic Git WorkflowA Git project can be thought of as having three parts:A Working Directory: where you'll be doing all

原创 handleEvent, onEvent, and this.props.onEvent naming rules

When you pass an event handler as a prop, as you just did, there are two names that you have to choose.Both naming choi

原创 SCSS學習筆記

一、 變量$btn-bg : darken(#fff, 6.5%) !default; $btn-bg : darken(#000, 6.5%); //重寫就會覆蓋,無論順序是什麼樣的 $btn-border : darken($btn-

原创 Javascript: Request

XHR GET Requestsfunction expandUrl() { const urlToExpand = url + '?key=' + apiKey + '&shortUrl=