forked from soulteary/forever-coolshell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path72.html
executable file
·326 lines (303 loc) · 28.3 KB
/
72.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<!DOCTYPE html><!--[if IE 8]>
<html id="ie8" dir="ltr" lang="zh-CN"
prefix="og: https://ogp.me/ns#" >
<![endif]--><!--[if !(IE 8) ]><!--><html dir="ltr" lang="zh-CN" prefix="og: https://ogp.me/ns#"><!--<![endif]--><head><meta charset="UTF-8"/><title>酷壳 – CoolShell.cn - Part 72</title><link rel="stylesheet" type="text/css" href="/assets/all.min.css"/><link rel="shortcut icon" href="/assets/favicon.png"/></head>
<body class="home blog paged paged-72 group-blog">
<div id="page" class="hfeed site">
<header id="masthead" role="banner">
<div id="cc_spacer"></div>
<div class="site-header">
<div class="site-branding">
<a class="home-link" href="/" title="酷 壳 – CoolShell" rel="home">
<h1 class="site-title">酷 壳 – CoolShell</h1>
<h2 class="site-description">享受编程和技术所带来的快乐 – Coding Your Ambition</h2>
</a>
</div>
</div>
</header>
<div class="container">
<div class="row">
</div>
</div>
<div id="content" class="site-content">
<div class="container">
<div class="row">
<div id="primary" class="content-area col-md-12" style="margin-top: 40px;">
<main id="main" class="site-main" role="main">
<article id="post-154" class="post-content post-154 post type-post status-publish format-standard hentry category-ajaxdev category-phpdev category-webdev tag-ajax tag-webmail">
<header class="entry-header">
<span class="screen-reader-text">10个基于Ajax的PHP Webmail客户端</span>
<h2 class="entry-title">
<a href="/articles/154.html" rel="bookmark">10个基于Ajax的PHP Webmail客户端</a>
</h2>
<div class="entry-meta">
<h5 class="entry-date"><i class="fa fa-calendar-o"></i> <a href="/articles/154.html" title="17:16" rel="bookmark"><time class="entry-date" datetime="2009-03-13T17:16:30+08:00" pubdate="">2009年03月13日 </time></a><span class="byline"><span class="sep"></span><i class="fa fa-user"></i>
<span class="author vcard"><a class="url fn n" href="/haoel" title="View all posts by 陈皓" rel="author">陈皓</a></span></span> <i class="fa fa-comments-o"></i><span class="screen-reader-text">评论 </span> <a href="/articles/154.html#comments" class="comments-link">4 条评论</a> <i class="fa fa-users" style="margin-left:10px;"></i> 14,740 人阅读</h5>
</div>
</header>
<div class="entry-content">
<p><a href="https://coolshell.cn/wp-content/uploads/2009/03/webmail1.jpg"></a><a href="https://coolshell.cn/wp-content/uploads/2009/03/webmail2.jpg"></a><a href="https://coolshell.cn/wp-content/uploads/2009/03/webmail3.jpg"></a><a href="https://coolshell.cn/wp-content/uploads/2009/03/webmail4.jpg"></a><a href="https://coolshell.cn/wp-content/uploads/2009/03/webmail5.jpg"></a><a href="https://coolshell.cn/wp-content/uploads/2009/03/webmail6.jpg"></a><a href="https://coolshell.cn/wp-content/uploads/2009/03/webmail7.jpg"></a><a href="https://coolshell.cn/wp-content/uploads/2009/03/webmail8.jpg"></a><a href="https://coolshell.cn/wp-content/uploads/2009/03/webmail9.jpg"></a><a href="https://coolshell.cn/wp-content/uploads/2009/03/webmail10.jpg"></a> 下面是十个非常不错的,使用Ajax技术的用PHP开发Webmail的客户端。大家在使用的时候请注意其license。</p>
<h3 class="title">1. <a href="http://roundcube.net/">RoundCube</a></h3>
<p>RoundCube Webmail 是一个基于浏览器的IMAP 客户端,其提供了丰富的功能,包含MIME,地址本,文件夹操作,邮件搜索和拼写检查。 RoundCube Webmail 由 PHP写成,需要 MySQL 或 Postgres 数据库的支持。其UI完全遵守于XHTML 和 CSS 2.</p>
<p class="img"><a href="http://roundcube.net/"></a></p>
<p class="img" style="TEXT-ALIGN: center"><a href="https://coolshell.cn/wp-content/uploads/2009/03/webmail1.jpg"><img decoding="async" class="aligncenter" title="webmail1" src="/uploads/2009/03/webmail1.jpg" alt="webmail1" width="500" height="285" srcset=""/></a></p>
<p class="img"> <a href="/articles/154.html#more-154" class="more-link">…</a></p><a href="/articles/154.html#more-154" class="more-link">
</a><p class="read-more"><a href="/articles/154.html#more-154" class="more-link"></a><a class="btn btn-default" href="/articles/154.html"> 阅读全文<span class="screen-reader-text"> Read More</span></a></p>
<p></p>
<div id="post-ratings-154-loading" class="post-ratings-loading"><img src="https://coolshell.cn/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image"/>Loading...</div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-150" class="post-content post-150 post type-post status-publish format-standard hentry category-tools tag-vim">
<header class="entry-header">
<span class="screen-reader-text">Vim命令速查卡</span>
<h2 class="entry-title">
<a href="/articles/150.html" rel="bookmark">Vim命令速查卡</a>
</h2>
<div class="entry-meta">
<h5 class="entry-date"><i class="fa fa-calendar-o"></i> <a href="/articles/150.html" title="16:45" rel="bookmark"><time class="entry-date" datetime="2009-03-13T16:45:26+08:00" pubdate="">2009年03月13日 </time></a><span class="byline"><span class="sep"></span><i class="fa fa-user"></i>
<span class="author vcard"><a class="url fn n" href="/haoel" title="View all posts by 陈皓" rel="author">陈皓</a></span></span> <i class="fa fa-comments-o"></i><span class="screen-reader-text">评论 </span> <a href="/articles/150.html#comments" class="comments-link">16 条评论</a> <i class="fa fa-users" style="margin-left:10px;"></i> 38,559 人阅读</h5>
</div>
</header>
<div class="entry-content">
<p>Vim是unix/linux下的文本编辑器,很牛,但也不好用,这是一个根本不需要小键盘和鼠标的编译器,是专业人士的编辑器。这里有一个命令速查卡。PDF文件可以在这里下载:<a href="http://jrmiii.com/attachments/Vim.pdf" target="_blank">PDF</a> </p>
<p style="text-align: center;"><a href="https://coolshell.cn/wp-content/uploads/2009/03/vim.png"><img decoding="async" loading="lazy" class="aligncenter" title="vim" src="/uploads/2009/03/vim-300x282.png" alt="vim" width="300" height="282" srcset=""/></a></p>
<div id="post-ratings-150-loading" class="post-ratings-loading"><img src="https://coolshell.cn/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image"/>Loading...</div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-105" class="post-content post-105 post type-post status-publish format-standard hentry category-techarticle category-operatingsystem tag-linux tag-os tag-ui tag-windows">
<header class="entry-header">
<span class="screen-reader-text">操作系统图形界面发展史(1981-2009)</span>
<h2 class="entry-title">
<a href="/articles/105.html" rel="bookmark">操作系统图形界面发展史(1981-2009)</a>
</h2>
<div class="entry-meta">
<h5 class="entry-date"><i class="fa fa-calendar-o"></i> <a href="/articles/105.html" title="17:23" rel="bookmark"><time class="entry-date" datetime="2009-03-12T17:23:40+08:00" pubdate="">2009年03月12日 </time></a><span class="byline"><span class="sep"></span><i class="fa fa-user"></i>
<span class="author vcard"><a class="url fn n" href="/haoel" title="View all posts by 陈皓" rel="author">陈皓</a></span></span> <i class="fa fa-comments-o"></i><span class="screen-reader-text">评论 </span> <a href="/articles/105.html#comments" class="comments-link">31 条评论</a> <i class="fa fa-users" style="margin-left:10px;"></i> 45,002 人阅读</h5>
</div>
</header>
<div class="entry-content">
<p> </p>
<p style="TEXT-ALIGN: left"><a href="https://coolshell.cn/wp-content/uploads/2009/03/19-windows-3.gif"><img decoding="async" loading="lazy" class="alignright size-thumbnail wp-image-124" title="19-windows-3" src="/uploads/2009/03/19-windows-3-150x150.gif" alt="19-windows-3" width="150" height="150" srcset="" sizes="(max-width: 150px) 100vw, 150px"/></a>注意,本文这罗列了从1981年以来有重大意义的操作系统的图形界面。</p>
<p><strong>首先,先介绍两个网站:</strong></p>
<ul>
<li><a href="http://www.guidebookgallery.org/"><strong>http://www.guidebookgallery.org/</strong></a> 如果你比较关注图形化UI的设计, 可以上这个网站上看看。</li>
<li><a href="http://toastytech.com/guis/index.html"><strong>http://toastytech.com/guis/index.html</strong></a> 这是一个操作系统图形界面收集的网站,上面几科包括了所有的操作系统图形界面。</li>
</ul>
<p> </p>
<p> <a href="/articles/105.html#more-105" class="more-link">…</a></p><a href="/articles/105.html#more-105" class="more-link">
</a><p class="read-more"><a href="/articles/105.html#more-105" class="more-link"></a><a class="btn btn-default" href="/articles/105.html"> 阅读全文<span class="screen-reader-text"> Read More</span></a></p>
<p></p>
<div id="post-ratings-105-loading" class="post-ratings-loading"><img src="https://coolshell.cn/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image"/>Loading...</div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-93" class="post-content post-93 post type-post status-publish format-standard hentry category-misc category-tools tag-subversion tag-verison-control">
<header class="entry-header">
<span class="screen-reader-text">版本控制Subversion相关资源</span>
<h2 class="entry-title">
<a href="/articles/93.html" rel="bookmark">版本控制Subversion相关资源</a>
</h2>
<div class="entry-meta">
<h5 class="entry-date"><i class="fa fa-calendar-o"></i> <a href="/articles/93.html" title="22:16" rel="bookmark"><time class="entry-date" datetime="2009-03-11T22:16:26+08:00" pubdate="">2009年03月11日 </time></a><span class="byline"><span class="sep"></span><i class="fa fa-user"></i>
<span class="author vcard"><a class="url fn n" href="/haoel" title="View all posts by 陈皓" rel="author">陈皓</a></span></span> <i class="fa fa-comments-o"></i><span class="screen-reader-text">评论 </span> <a href="/articles/93.html#comments" class="comments-link">8 条评论</a> <i class="fa fa-users" style="margin-left:10px;"></i> 7,975 人阅读</h5>
</div>
</header>
<div class="entry-content">
<h2 style="TEXT-ALIGN: left">入门教程</h2>
<ul>
<li><a href="http://www.abbeyworkshop.com/howto/misc/svn01/">Subversion Cheat Sheet</a>(<a href="http://ariejan.net/upload/svncheatsheet-1.0.1.pdf">PDF version</a>)</li>
<li><a href="http://svnbook.red-bean.com/en/1.5/index.html">The Subversion Book</a></li>
<li><a href="http://svn.collab.net/svn-doxygen/">Subversion Official Documentation</a></li>
<li><a href="http://svn1clicksetup.tigris.org/">SVN 1-Click Setup</a></li>
</ul>
<h2>Subversion客户端</h2>
<ul>
<li><a href="http://tortoisesvn.tigris.org/">Tortoise SVN</a> (Windows only)</li>
</ul>
<p style="TEXT-ALIGN: center"><a href="https://coolshell.cn/wp-content/uploads/2009/03/tortoisesvn.png"><img decoding="async" loading="lazy" class="size-full wp-image-97 aligncenter" title="tortoisesvn" src="/uploads/2009/03/tortoisesvn.png" alt="tortoisesvn" width="310" height="215" srcset="" sizes="(max-width: 310px) 100vw, 310px"/></a><a href="https://coolshell.cn/wp-content/uploads/2009/03/tortoisesvn.png"></a></p>
<p> <a href="/articles/93.html#more-93" class="more-link">…</a></p><a href="/articles/93.html#more-93" class="more-link">
</a><p class="read-more"><a href="/articles/93.html#more-93" class="more-link"></a><a class="btn btn-default" href="/articles/93.html"> 阅读全文<span class="screen-reader-text"> Read More</span></a></p>
<p></p>
<div id="post-ratings-93-loading" class="post-ratings-loading"><img src="https://coolshell.cn/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image"/>Loading...</div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-91" class="post-content post-91 post type-post status-publish format-standard hentry category-ajaxdev category-webdev tag-ajax tag-javascript">
<header class="entry-header">
<span class="screen-reader-text">十个开源的Javascript框架</span>
<h2 class="entry-title">
<a href="/articles/91.html" rel="bookmark">十个开源的Javascript框架</a>
</h2>
<div class="entry-meta">
<h5 class="entry-date"><i class="fa fa-calendar-o"></i> <a href="/articles/91.html" title="21:48" rel="bookmark"><time class="entry-date" datetime="2009-03-11T21:48:27+08:00" pubdate="">2009年03月11日 </time></a><span class="byline"><span class="sep"></span><i class="fa fa-user"></i>
<span class="author vcard"><a class="url fn n" href="/haoel" title="View all posts by 陈皓" rel="author">陈皓</a></span></span> <i class="fa fa-comments-o"></i><span class="screen-reader-text">评论 </span> <a href="/articles/91.html#comments" class="comments-link">3 条评论</a> <i class="fa fa-users" style="margin-left:10px;"></i> 1,072 人阅读</h5>
</div>
</header>
<div class="entry-content">
<p>下面是十个最牛的也是最流行的Javascript框架。它们完全可以担任目前世界上几乎所有一些和Ajax技术相关的和图形界面相关的一切功能。</p>
<li>
<h2>jQuery</h2>
</li>
<p><a href="http://jquery.com/">http://jquery.com/</a></p>
<p><a rel="nofollow" href="http://jquery.com/"><img decoding="async" src="http://www.ajaxline.com/files/jquery.png" alt=""/></a></p>
<p>如果今天你还不知道jQuery的话,那么作为一个程序员你可能真的是从火星来的了。这恐怕是Ajax中应用最广的框架。包括了许多很不错的UI组件,做出网页的效果也是令人称道的。不过,他最牛的是它的文件大小,只有区区18K,实在是居家旅行,网站开发之首选。</p>
<p><a rel="nofollow" href="http://jquery.com/"></a> 下面是一个日历控件,很不错吧。</p>
<p><a rel="nofollow" href="http://jqueryui.com/"><img decoding="async" src="http://www.ajaxline.com/files/jquerygui.PNG" alt=""/></a> </p>
<p> <a href="/articles/91.html#more-91" class="more-link">…</a></p><a href="/articles/91.html#more-91" class="more-link">
</a><p class="read-more"><a href="/articles/91.html#more-91" class="more-link"></a><a class="btn btn-default" href="/articles/91.html"> 阅读全文<span class="screen-reader-text"> Read More</span></a></p>
<p></p>
<div id="post-ratings-91-loading" class="post-ratings-loading"><img src="https://coolshell.cn/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image"/>Loading...</div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-85" class="post-content post-85 post type-post status-publish format-standard hentry category-unixlinux category-operatingsystem tag-linux">
<header class="entry-header">
<span class="screen-reader-text">Linux Distribution Timeline</span>
<h2 class="entry-title">
<a href="/articles/85.html" rel="bookmark">Linux Distribution Timeline</a>
</h2>
<div class="entry-meta">
<h5 class="entry-date"><i class="fa fa-calendar-o"></i> <a href="/articles/85.html" title="21:20" rel="bookmark"><time class="entry-date" datetime="2009-03-10T21:20:22+08:00" pubdate="">2009年03月10日 </time></a><span class="byline"><span class="sep"></span><i class="fa fa-user"></i>
<span class="author vcard"><a class="url fn n" href="/haoel" title="View all posts by 陈皓" rel="author">陈皓</a></span></span> <i class="fa fa-comments-o"></i><span class="screen-reader-text">评论 </span> <a href="/articles/85.html#comments" class="comments-link">18 条评论</a> <i class="fa fa-users" style="margin-left:10px;"></i> 13,543 人阅读</h5>
</div>
</header>
<div class="entry-content">
<p>下面这个网站记录了整个Linux所有发行版的时间线,很有意思<br/>
<a href="http://futurist.se/gldt/">http://futurist.se/gldt/</a></p>
<p>最新的更新时间是2009-2-12,下面是下载链接:<br/>
<a href="http://futurist.se/gldt/gldt92.png">811 kb png</a> / <a href="http://futurist.se/gldt/gldt92.tar.bz2">72 kb tar.bz2</a></p>
<p><a href="https://coolshell.cn/wp-content/uploads/2009/03/gldt92.png"><img decoding="async" loading="lazy" class="alignright size-large wp-image-86" title="gldt92" src="/uploads/2009/03/gldt92-612x1024.png" alt="gldt92" width="612" height="1024" srcset="" sizes="(max-width: 612px) 100vw, 612px"/></a></p>
<div id="post-ratings-85-loading" class="post-ratings-loading"><img src="https://coolshell.cn/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image"/>Loading...</div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-76" class="post-content post-76 post type-post status-publish format-standard hentry category-550 category-techarticle category-misc category-career tag-program-manager tag-41 tag-43">
<header class="entry-header">
<span class="screen-reader-text">怎样做一个 Program Manager</span>
<h2 class="entry-title">
<a href="/articles/76.html" rel="bookmark">怎样做一个 Program Manager</a>
</h2>
<div class="entry-meta">
<h5 class="entry-date"><i class="fa fa-calendar-o"></i> <a href="/articles/76.html" title="15:50" rel="bookmark"><time class="entry-date" datetime="2009-03-10T15:50:31+08:00" pubdate="">2009年03月10日 </time></a><span class="byline"><span class="sep"></span><i class="fa fa-user"></i>
<span class="author vcard"><a class="url fn n" href="/haoel" title="View all posts by 陈皓" rel="author">陈皓</a></span></span> <i class="fa fa-comments-o"></i><span class="screen-reader-text">评论 </span> <a href="/articles/76.html#comments" class="comments-link">5 条评论</a> <i class="fa fa-users" style="margin-left:10px;"></i> 13,228 人阅读</h5>
</div>
</header>
<div class="entry-content">
<p>我个人认为,这是一篇不错的文章,虽然我不是Program Mananger,但是我几乎在做着和这个职位很相似的工作。在这里,我把这篇文章推荐给所有的程序员,我相信,这篇文章会让你明白,只有技术是远远不够的,因为没有Program Manager这个角色,程序员们只不过一些手中拿着利器却不知所措的散兵游勇。我希望我的导读和原文能给所有的程序带来启示。</p>
<p style="padding-left: 30px;"><strong>原文在这里:</strong><br/>
“How to be a program manager”<br/>
<a href="http://www.joelonsoftware.com/items/2009/03/09.html">http://www.joelonsoftware.com/items/2009/03/09.html</a></p>
<p><a href="https://coolshell.cn/wp-content/uploads/2009/03/09meeting-thumbnail.jpg"><img decoding="async" loading="lazy" class="alignright size-medium wp-image-77" title="09meeting-thumbnail" src="/uploads/2009/03/09meeting-thumbnail-300x198.jpg" alt="09meeting-thumbnail" width="300" height="198" srcset=""/></a>这篇文章的作者叫Joel Spolsky,在Microsoft做过Program Manager,这篇文章非常值得一读。下面是我给大家做的一个导读:</p>
<p>首先,他讲了两个人,一个是负责WYSIWYG 字处理的天才级的Program Manager——Charles Simonyi,第二个是上世纪80年代的负责Mac OS上的Excel项目的程序员Jabe Blumenthal,他发现了程序员和市场人员的代沟,Marketing的人很难通过把MBA-Speaking翻译成实际的Feature,并且,有太多的和编码不相关的工作,比如说,和用户交谈,运行usability测试,Reivew竞争者的产品,并且得冥思苦想怎么能让事情变得更简单,而我们的程序员通常来说即不具备这样的时间,也不具备这样的能力。于是,Jabe开始了他的Program Manager的生涯。</p>
<p> <a href="/articles/76.html#more-76" class="more-link">…</a></p><a href="/articles/76.html#more-76" class="more-link">
</a><p class="read-more"><a href="/articles/76.html#more-76" class="more-link"></a><a class="btn btn-default" href="/articles/76.html"> 阅读全文<span class="screen-reader-text"> Read More</span></a></p>
<p></p>
<div id="post-ratings-76-loading" class="post-ratings-loading"><img src="https://coolshell.cn/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image"/>Loading...</div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-67" class="post-content post-67 post type-post status-publish format-standard hentry category-webdev tag-html">
<header class="entry-header">
<span class="screen-reader-text">几个你可能从来没有用过的HTML标识</span>
<h2 class="entry-title">
<a href="/articles/67.html" rel="bookmark">几个你可能从来没有用过的HTML标识</a>
</h2>
<div class="entry-meta">
<h5 class="entry-date"><i class="fa fa-calendar-o"></i> <a href="/articles/67.html" title="20:54" rel="bookmark"><time class="entry-date" datetime="2009-03-09T20:54:14+08:00" pubdate="">2009年03月09日 </time></a><span class="byline"><span class="sep"></span><i class="fa fa-user"></i>
<span class="author vcard"><a class="url fn n" href="/haoel" title="View all posts by 陈皓" rel="author">陈皓</a></span></span> <i class="fa fa-comments-o"></i><span class="screen-reader-text">评论 </span> <a href="/articles/67.html#comments" class="comments-link">4 条评论</a> <i class="fa fa-users" style="margin-left:10px;"></i> 6,443 人阅读</h5>
</div>
</header>
<div class="entry-content">
<p>下面有三个HTML的标识,你可能从来没有用过。</p>
<p><strong>第一个:<abbr> 或 <acronym></strong><br/>
这两个标识是一回事,主要是用于一些英语的缩写,当你把鼠标移上去的时候,你会发现会出现一个小提示来提示缩写的全称。下面是一个示例:</p>
<ol>
<li><abbr title="HyperText Markup Language">HTML </abbr></li>
<li><abbr title="电气电子工程师协会(Institute of Electrical and Electronics Engineers)">IEEE</abbr></li>
<li><abbr title="Read the Fucking Source Code">RTFSC</abbr></li>
</ol>
<pre name="code" class="html"><abbr title="HyperText Markup Language">HTML </abbr>
<abbr title="电气电子工程师协会(Institute of Electrical and Electronics Engineers)"> IEEE </abbr>
<abbr title="Read the Fucking Source Code">RTFSC</abbr>
</pre>
<p> <a href="/articles/67.html#more-67" class="more-link">…</a></p><a href="/articles/67.html#more-67" class="more-link">
</a><p class="read-more"><a href="/articles/67.html#more-67" class="more-link"></a><a class="btn btn-default" href="/articles/67.html"> 阅读全文<span class="screen-reader-text"> Read More</span></a></p>
<p></p>
<div id="post-ratings-67-loading" class="post-ratings-loading"><img src="https://coolshell.cn/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image"/>Loading...</div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-64" class="post-content post-64 post type-post status-publish format-standard hentry category-unixlinux category-operatingsystem tag-linux">
<header class="entry-header">
<span class="screen-reader-text">Linux 命令速查</span>
<h2 class="entry-title">
<a href="/articles/64.html" rel="bookmark">Linux 命令速查</a>
</h2>
<div class="entry-meta">
<h5 class="entry-date"><i class="fa fa-calendar-o"></i> <a href="/articles/64.html" title="20:57" rel="bookmark"><time class="entry-date" datetime="2009-03-08T20:57:41+08:00" pubdate="">2009年03月08日 </time></a><span class="byline"><span class="sep"></span><i class="fa fa-user"></i>
<span class="author vcard"><a class="url fn n" href="/haoel" title="View all posts by 陈皓" rel="author">陈皓</a></span></span> <i class="fa fa-comments-o"></i><span class="screen-reader-text">评论 </span> <a href="/articles/64.html#comments" class="comments-link">6 条评论</a> <i class="fa fa-users" style="margin-left:10px;"></i> 11,567 人阅读</h5>
</div>
</header>
<div class="entry-content">
<p>下面两个网站可以方便地检索Linux下的命令及一些用法。我比较喜欢第一个,不仅仅是因为它支持中文,而且他还给所有的命令做了一个分类。而第二个类似于一个速查手册,有些像man手册。</p>
<p>有些时候,如果知道了命令,用linux下的man手册会显得更加方便,但在Linux下,太多的命令不是我们不会用,而是我们不知道。所以,类别检索就会显得很关键了,这正是我向大家推荐第一个网站的原因。</p>
<ul>
<li><a href="http://www.linuxcmd.org/cn/">http://www.linuxcmd.org/cn/</a></li>
<li><a href="http://oreilly.com/linux/command-directory/">http://oreilly.com/linux/command-directory/</a></li>
</ul>
<div id="post-ratings-64-loading" class="post-ratings-loading"><img src="https://coolshell.cn/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image"/>Loading...</div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-57" class="post-content post-57 post type-post status-publish format-standard hentry category-ajaxdev category-proglanguage tag-ajax">
<header class="entry-header">
<span class="screen-reader-text">80个优秀的AJAX方案</span>
<h2 class="entry-title">
<a href="/articles/57.html" rel="bookmark">80个优秀的AJAX方案</a>
</h2>
<div class="entry-meta">
<h5 class="entry-date"><i class="fa fa-calendar-o"></i> <a href="/articles/57.html" title="09:20" rel="bookmark"><time class="entry-date" datetime="2009-03-07T09:20:20+08:00" pubdate="">2009年03月07日 </time></a><span class="byline"><span class="sep"></span><i class="fa fa-user"></i>
<span class="author vcard"><a class="url fn n" href="/haoel" title="View all posts by 陈皓" rel="author">陈皓</a></span></span> <i class="fa fa-comments-o"></i><span class="screen-reader-text">评论 </span> <a href="/articles/57.html#comments" class="comments-link">2 条评论</a> <i class="fa fa-users" style="margin-left:10px;"></i> 7,104 人阅读</h5>
</div>
</header>
<div class="entry-content">
<p>Ajax作为一种WEB上的技术,已经广被开发人员接受,在过去的两三年内,互联网上涌现出了很多很多的很有创意的Ajax的解决方案,令人赞叹。这里,介绍了80以上的AJAX用法以及其脚本资源,希望对你的开发有帮助。</p>
<h1><strong>Auto Complete Scripts</strong></h1>
<p>1. <a href="http://www.brandspankingnew.net/archive/2006/08/ajax_auto-suggest_auto-complete.html" target="_blank">AJAX AutoSuggest</a><br/>
<a href="http://www.brandspankingnew.net/archive/2006/08/ajax_auto-suggest_auto-complete.html"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-38" title="ajax-autosuggest1" src="http://delimitdesign.com/wp-content/uploads/2009/02/ajax-autosuggest1.png" alt="" width="400" height="260"/></a></p>
<p> <a href="/articles/57.html#more-57" class="more-link">…</a></p><a href="/articles/57.html#more-57" class="more-link">
</a><p class="read-more"><a href="/articles/57.html#more-57" class="more-link"></a><a class="btn btn-default" href="/articles/57.html"> 阅读全文<span class="screen-reader-text"> Read More</span></a></p>
<p></p>
<div id="post-ratings-57-loading" class="post-ratings-loading"><img src="https://coolshell.cn/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image"/>Loading...</div>
</div>
<footer class="entry-footer">
</footer>
</article>
<nav class="navigation posts-navigation" role="navigation">
<h2 class="screen-reader-text">Posts navigation</h2>
<div class="nav-links">
<div class="row">
<div class="wp-pagenavi" role="navigation">
<span class="pages">第 72 / 74 页</span><a class="first" aria-label="First Page" href="/">« 首页</a><a class="previouspostslink" rel="prev" aria-label="上一页" href="/page/71.html">«</a><span class="extend">...</span><a class="smaller page" title="第 10 页" href="/page/10.html">10</a><a class="smaller page" title="第 20 页" href="/page/20.html">20</a><a class="smaller page" title="第 30 页" href="/page/30.html">30</a><a class="smaller page" title="第 40 页" href="/page/40.html">40</a><a class="smaller page" title="第 50 页" href="/page/50.html">50</a><span class="extend">...</span><a class="page smaller" title="第 65 页" href="/page/65.html">65</a><a class="page smaller" title="第 66 页" href="/page/66.html">66</a><a class="page smaller" title="第 67 页" href="/page/67.html">67</a><a class="page smaller" title="第 68 页" href="/page/68.html">68</a><a class="page smaller" title="第 69 页" href="/page/69.html">69</a><a class="page smaller" title="第 70 页" href="/page/70.html">70</a><a class="page smaller" title="第 71 页" href="/page/71.html">71</a><span aria-current="page" class="current">72</span><a class="page larger" title="第 73 页" href="/page/73.html">73</a><a class="page larger" title="第 74 页" href="/page/74.html">74</a><a class="nextpostslink" rel="next" aria-label="下一页" href="/page/73.html">»</a>
</div>
</div>
</div>
</nav>
</main>
</div>
</div>
</div>
</div>
</div>
</body></html>