2020年6月27日 星期六

進度

[ CodeCademy ]
<div class=""> 很常用
<p></p> 裏頭特別凸顯的文字,用<span></span>配上 .css來修飾。

.css_font-family,用得是Windows 字體,系統字體全都在 C:\Windows\Fonts 裏頭。
若是遇到系統沒有得字體,font-family就沒有用,得先去 下載 字體回來放進Fonts這個資料夾裏頭。例如: 系統沒有 'Work Sans'這種字體,就google搜尋_Work Sans ttf(副檔名ttf的檔案就是字體檔),下載並安裝。

[記概 OCW]
第一週完

[Create a Front-End App with React]

2020年6月26日 星期五

線上資源

我還不知道它的功用
https://repl.it/

Atom 安裝說明

如何有效閱讀 JS文件



Enumerability and ownership of properties

原文:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Enumerability_and_ownership_of_properties

Enumerable properties whose internal enumerable flag is set to true

enumerable flag 是 預設給 透過 simple assignment 或是 property initializer 所做出來的 properties

Enumerable properties show up (出現 ?) 在 for...in loops unless the properties's key is a symbol.
意思是: if..not 替換 unless ,假若 properties的key不是一個symbol,這個key就會出現在 for...in loop裏頭。

MDN文件

CodeCademy 提及MDN文件:

Practice your documentation reading skills and check out: MDN’s object instance documentation.

To read more about either arrow functions or the global object check out the MDN documentation of the global object and arrow functions.

開放式課程

交大電機學院OCW
演算法  江蕙如老師
https://ocw.nctu.edu.tw/course_detail.php?bgid=8&gid=0&nid=493

計算機概論與程式設計 溫宏斌老師
https://ocw.nctu.edu.tw/course_detail.php?bgid=8&gid=0&nid=192&page=3

物件導向程式設計 溫宏斌老師
https://ocw.nctu.edu.tw/course_detail.php?bgid=8&gid=0&nid=343&page=3

C/C++ 資源

進度條線上課程
https://ww.youtube.com/channel/UCx9zGDevKEZ21ihod8A0i-w
其中的影片都是簡單介紹,重要或是進階的部分還是當作商品做販賣。

C++自學專區
https://sites.google.com/site/skydaycomputer/home/c-zi-xue-zhuan-qu
某個高中老師做的教學網站