Been Done
- Working 8 hours: Unison with CDS Testing
- Workout:
- Running 30 mins
- Keep 40 Mins
- Coding react 1 hours
- English practicing 1 hours: the school of life: how to parent yourself
Thoughts
STEAM 教育
科學(xué) -- “假設(shè)-驗(yàn)證”
技術(shù) -- "如何應(yīng)用"
工程 -- "系統(tǒng)性思考"
藝術(shù) -- "感性化思考"
數(shù)學(xué) -- "第一性原理"
學(xué)習(xí)
學(xué)習(xí)目標(biāo)蔚携?
- leadership
- Innovation
- Board Thinking
- Global Citizen
個(gè)人能力
- Thinking Critically
- Thinking Creativitely
團(tuán)隊(duì)能力
- Communication Effectively
- Interaction Effectively
人類和猩猩有區(qū)別在于
社交能力
- 解決問(wèn)題的能力
- 共情能力
- 模仿和同情
計(jì)算機(jī)思維
- 大和小
- 快和慢
- 多維度和單一維度
- 網(wǎng)絡(luò)和個(gè)體
- 自頂向下還是自底向上
- 全局和局部
- 成本和表現(xiàn)
- 等價(jià)性原則 以及 模塊化原則
如何擁有計(jì)算機(jī)思維
- 宏觀:找到現(xiàn)實(shí)世界和虛擬世界的對(duì)應(yīng)
- 中觀:在有限資源的情況下做到全局最優(yōu):
- 微觀:合理組織和利用資源蘸朋,凡是留有余地
a. 懂得檢索(整理)
b. 事先緩存(準(zhǔn)備)
Learned
React
-
Git Submodule:
https://chrisjean.com/git-submodules-adding-using-removing-and-updating/# initialize a submodule git submodule add git@github.com:carmen0208/formula_react.git react/formula_react # update a submodule git submodule init && git submodule update
-
Flowjs
// @flow import React, { Component } from 'react'; import Section from "./RespondToForm/Section"; type SectionType = { title: string }; type FormType = { sections: Array<SectionType> }; type Props = { form: FormType }; export default function RespondToForm(props) { const sections = props.form.sections.map( s => <Section title={s.title} />); return ( <div>{ sections }</div> ); }
-
Enzyme
const subject = shallow(<RespondToForm form={form} />);
English
- The past is getting in the way of a good life in the present
- What this means is, an ability to - comfort ourselves at moments of difficulty - to interpret the troubles that beset us with imagination and kindness - to encourage ourselves in the face of anxiety and loss - and to reassure the more fragile, agitated parts of us by drawing upon our experience and our serene aspects
- beset /b?'s?t/ 困擾;圍繞齐婴;鑲嵌
- kindness /'ka?ndn?s/ 親切, 仁慈, 好意
- agitated /'?d??tet?d/ 激動(dòng)的茄厘;焦慮的矮冬;表現(xiàn)不安的
- reassure /?ri?'??r/ 消除恐懼或疑慮; 恢復(fù)信心
- serene /s?'rin/ (sir ring) 平靜的;清澈的次哈;晴朗的胎署;安詳?shù)?/li>