forked from zhengdaqi/wangyin
-
Notifications
You must be signed in to change notification settings - Fork 2
/
test.html
52 lines (37 loc) · 1.56 KB
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<LINK href="main.css" rel="stylesheet" type="text/css">
<title>{{ page.title }}</title>
</head>
<body>
<h2>标题测试一遍 Test for a very long title</h2>
<pre>
<code>
(define value?
(lambda (exp)
(pmatch exp
[,x (guard (atom? x)) #t]
[((lambda (,x) ,e) ,env) #t]
[else #f])))
</code>
</pre>
<h3>标题测试一遍 Test for a very long title</h3>
<p>我<a href="http://ok.com">喜欢</a>用“启发”这个词。比如我经常会对人说:“你启发了我。”这是什么意思呢?
“启发”的意思并不等于“我没有你懂得多”或者“你比我聪明”,而是一个很含糊的词。
如果 A 受到了 B 启发,有几种可能性:
<ol>
<li> B 做了一件很聪明的事情,所以从正面启发了 A
<li> B 做了一件很笨的事情,所以从反面启发了 A
<li> B 做了一件不好也不坏的事情,但是这个事情正好触发了 A 事先想的一个问题的答案
</ol>
<p>这就是为什么“美丽心灵”里的 <code>John Nash</code> 在酒吧看到一个美女之后,
解决了一个重要的问题,然后对她说“谢谢”。
<blockquote>
Richard Feynman 也提到:“在你的头脑里随时准备好12个问题。每当发生一件有趣的事情,
就检查一下其中有一个问题可以因此获得线索。久而久之,人们就会称你为天才。”
</blockquote>
孔夫子所谓的“三人行必有我师焉”,也就是这个意思吧。
</body>
</html>