上一页 1 ··· 215 216 217 218 219 220 221 222 223 ··· 498 下一页
摘要: l逻辑三大定律之三: 排中律: 两个自相矛盾的观点,一定又一个是对的,没有“都不对”这种中间状态。在这种情况下,一个人可以不表态,但是如果表态,就不能说“两个我都不同意” 比如: 我认为降价不对,这会造成品牌价值受损。但是不降价也不对,毕竟眼前的销售压力很大。。。 什么是自相矛盾的观点? 就是“降价 阅读全文
posted @ 2020-02-19 23:48 Zhentiw 阅读(2051) 评论(0) 推荐(0)
摘要: 逻辑三大定律之二,矛盾律 两个相互否定的思想,不可能都对 比如 今年过节不收礼,收礼只收XXX。 就是通过制造矛盾,抓住大家的注意力。 理解什么是“否定” 比如 成功的否定,是什么? 是失败马?不是 是“未成功”。 未成功的结果不一定就是失败,还可能是成功。未成功的外延大于失败。 培养识别三种“自相 阅读全文
posted @ 2020-02-19 23:06 Zhentiw 阅读(1436) 评论(0) 推荐(0)
摘要: For example, we have the source code: getVersison('3.4.5') function getVersion(versionString) { const versionRegex = /(\d)\.(\d)\.(\d+)/ const [, majo 阅读全文
posted @ 2020-02-19 20:27 Zhentiw 阅读(176) 评论(0) 推荐(0)
摘要: The smart component we want to test: import {Component, OnInit} from '@angular/core'; import {Course} from "../model/course"; import {Observable} from 阅读全文
posted @ 2020-02-19 17:17 Zhentiw 阅读(981) 评论(0) 推荐(0)
摘要: Primitive Values Undefined (undefined), used for unintentionally missing values. Null (null), used for intentionally missing values. Booleans (true an 阅读全文
posted @ 2020-02-18 17:24 Zhentiw 阅读(230) 评论(0) 推荐(0)
摘要: Training an algorithm involes four ingredients: Data Model Objective function: We put data input a Model and get output out of it. The value we call i 阅读全文
posted @ 2020-02-18 02:55 Zhentiw 阅读(136) 评论(0) 推荐(0)
摘要: “人已经存在几百万年了,而你没有存在几百万年,所以你不是人” -- 偷换了“人”的概念 “人已经存在几百万年了” 指的是权人类; “所以你不是人” 🈯️得是生命个体存在的“人体”,虽然两次提及了“人”,却指代的不是同一个概念。 什么是概念? 概念由两部分组成:内涵和外延 比如: “产品”的内涵: 阅读全文
posted @ 2020-02-18 01:17 Zhentiw 阅读(1092) 评论(0) 推荐(0)
摘要: Code: const disallowedMethods = ['log', 'info', 'warn', 'error', 'dir'] module.exports = { meta: { docs: { description: 'Disallow use of console', cat 阅读全文
posted @ 2020-02-17 19:50 Zhentiw 阅读(236) 评论(0) 推荐(0)
摘要: For eslint prevent console plugin, we also want to prevent user do so: var csl = console csl.log() Code: const disallowedMethods = ['log', 'info', 'wa 阅读全文
posted @ 2020-02-17 19:05 Zhentiw 阅读(164) 评论(0) 推荐(0)
摘要: Html: <input type="range" value="0" [style.--thumb-rotate]="720 * $any(input.value)/100 + 'deg'" #input (input)="0"> CSS: input[type="range"]::-webkit 阅读全文
posted @ 2020-02-17 17:30 Zhentiw 阅读(267) 评论(0) 推荐(0)
上一页 1 ··· 215 216 217 218 219 220 221 222 223 ··· 498 下一页