上一页 1 ··· 217 218 219 220 221 222 223 224 225 ··· 498 下一页
摘要: 什么是事实,什么是观点? “天气热”是观点,“今天气温是30度”是事实 多少度算热,多少度算冷因人而异,不因你的喜好而转移。 观点只要符合以下两点,就没有对错之分: 不违反事实 逻辑自洽 切勿认为只有自己的观点才是无可辩驳的,与之相悖的都是错的 职业化的基础尊重,尊重的基础是理解,理解的基础是接受不 阅读全文
posted @ 2020-02-16 21:46 Zhentiw 阅读(1106) 评论(0) 推荐(0)
摘要: 每人每天24小时,第一个8小时,大家都在睡觉,第二个八小时,大家都在工作,第三个八小时,你会做什么? 人与人的区别,其实主要是由第三个8小时造成的,这就是著名的“三八理论” 1. 找到“不被打扰的时间” 我们需要2-4小时,安静的时间用来学习,写作,阅读,思考。连续高效的两个小时,远远超过零碎的8个 阅读全文
posted @ 2020-02-16 03:38 Zhentiw 阅读(1348) 评论(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 阅读(785) 评论(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 阅读(225) 评论(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 阅读(522) 评论(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 阅读(127) 评论(0) 推荐(0)
摘要: How to test a service The service we want to test against: import {Injectable} from '@angular/core'; import {LoggerService} from './logger.service'; @ 阅读全文
posted @ 2020-02-12 16:50 Zhentiw 阅读(471) 评论(0) 推荐(0)
摘要: Given an array of integers where 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others appear once. Find all the elements of [1, n] 阅读全文
posted @ 2020-02-12 02:39 Zhentiw 阅读(223) 评论(0) 推荐(0)
摘要: Invert a binary tree. Example: Input: 4 / \ 2 7 / \ / \ 1 3 6 9 Output: 4 / \ 7 2 / \ / \ 9 6 3 1 /** * Definition for a binary tree node. * function 阅读全文
posted @ 2020-02-10 20:46 Zhentiw 阅读(116) 评论(0) 推荐(0)
摘要: it ('should add two numbers', () => { const logger = jasmine.createSpyObj('LoggerService', ['log']) // logger.log.and.returnValue(); const calculator 阅读全文
posted @ 2020-02-10 02:52 Zhentiw 阅读(190) 评论(0) 推荐(0)
上一页 1 ··· 217 218 219 220 221 222 223 224 225 ··· 498 下一页