上一页 1 ··· 210 211 212 213 214 215 216 217 218 ··· 491 下一页
摘要: There might be cases where you would want to create a type while excluding some of the properties from a type. Let's say you have a database query on 阅读全文
posted @ 2020-02-16 22:51 Zhentiw 阅读(207) 评论(0) 推荐(0)
摘要: Sometimes we need to prevent some properties on a JavaScript object from being iterated over and accessed in "for ... in" loops. In this lesson, we wi 阅读全文
posted @ 2020-02-16 22:14 Zhentiw 阅读(107) 评论(0) 推荐(0)
摘要: When building a web app, sometimes we need to approach it top-down. Modern browser devtools allow us to set breakpoints not only on the JS code but al 阅读全文
posted @ 2020-02-16 22:10 Zhentiw 阅读(117) 评论(0) 推荐(0)
摘要: 教养的本质就是对外的分寸感和对内的克制力 哪些行为会让你在职场上显得没有教养呢? 1. 失信 过分相信自己的能力,而夸下的海口,却没有能够完成。 2. 迟到 尊重别人的时间颗粒度,你迟到几分钟,可能觉得无所谓,但对他人来讲,并不是一回事,他的时间颗粒度可能比你小很多。 如果真的迟到了,一定要诚恳地道 阅读全文
posted @ 2020-02-16 21:55 Zhentiw 阅读(254) 评论(0) 推荐(0)
摘要: 什么是事实,什么是观点? “天气热”是观点,“今天气温是30度”是事实 多少度算热,多少度算冷因人而异,不因你的喜好而转移。 观点只要符合以下两点,就没有对错之分: 不违反事实 逻辑自洽 切勿认为只有自己的观点才是无可辩驳的,与之相悖的都是错的 职业化的基础尊重,尊重的基础是理解,理解的基础是接受不 阅读全文
posted @ 2020-02-16 21:46 Zhentiw 阅读(1092) 评论(0) 推荐(0)
摘要: 每人每天24小时,第一个8小时,大家都在睡觉,第二个八小时,大家都在工作,第三个八小时,你会做什么? 人与人的区别,其实主要是由第三个8小时造成的,这就是著名的“三八理论” 1. 找到“不被打扰的时间” 我们需要2-4小时,安静的时间用来学习,写作,阅读,思考。连续高效的两个小时,远远超过零碎的8个 阅读全文
posted @ 2020-02-16 03:38 Zhentiw 阅读(1326) 评论(0) 推荐(0)
摘要: This monkey-on-the-back analogy highlights a truism that is as obvious as it is subtle. Before a manager can develop initiative in his subordinates, h 阅读全文
posted @ 2020-02-15 22:21 Zhentiw 阅读(762) 评论(0) 推荐(0)
摘要: GTD method rests on the idea of moving planned tasks and projects out of the mind by recording them externally and then breaking them into actionable 阅读全文
posted @ 2020-02-15 21:49 Zhentiw 阅读(208) 评论(0) 推荐(0)
摘要: Setting up a Presentational Component: import {Component, EventEmitter, Input, OnInit, Output, ViewEncapsulation} from '@angular/core'; import {Course 阅读全文
posted @ 2020-02-14 17:19 Zhentiw 阅读(516) 评论(0) 推荐(0)
摘要: Much of our code in real life is full of if statements that check the validity of a given input to see if a given computation should be performed. Usi 阅读全文
posted @ 2020-02-14 03:22 Zhentiw 阅读(125) 评论(0) 推荐(0)
上一页 1 ··· 210 211 212 213 214 215 216 217 218 ··· 491 下一页