- 浏览: 300872 次
- 性别:
- 来自: 北京
最新评论
-
aib628:
真是好东东,正在学习中!
Jython 简单入门 -
jiguanghover:
不错的例子,好好看看
Jython 简单入门 -
rmn190:
不错, 现在正在从Java转到Python这边来, 以前用Ja ...
Jython 简单入门 -
kandari:
有没有openSUSE的
用NTP网络时间协议同步你的IT系统 -
CharlesCui:
winmail.dat是个垃圾!气死我了.
如何提取 winmail.dat ?
文章列表
我是List comprehension-haskell趣学指南
259个读者
ssword
@ yeeyan.com 12/11/2008
双语对照
原文
字体大小
小
中
大
简介
关于list comprehension
我是List Comprehension
如果您学过数学,那对集合的comprehension概念一定不会陌生 ...
- 2008-12-23 23:54
- 浏览 1880
- 评论(0)
The Evolution of a Haskell Programmer
Fritz Ruehr, Willamette University
See Iavor Diatchki’s page
“The Evolution of a Programmer
”
for the “original” (though he is not the author), and also
below
for the story behind this version.
Freshman Haskell programmer
fac n = if n == 0
...
- 2008-12-22 23:59
- 浏览 1763
- 评论(0)
想在这里积累一部分lisp资料:
Practical Common Lisp - http://www.gigamonkeys.com/book/
The Common Lisp Directory - http://www.cl-user.net/asp/root-dir
- 2008-12-15 23:38
- 浏览 1355
- 评论(0)
There are two ways to configure the underlying readline library, using a configuration file or the parse_and_bind() function. Configuration options include the keybinding to invoke completion, editing modes (vi or emacs), and many other values. Refer to the GNU readline library documentation for deta ...
- 2008-12-02 23:33
- 浏览 1160
- 评论(0)
COLORS-Lscolors
From: Bartman
Here is an easy way to set different colours for different
kinds of files when using the ls
command.
Add the following lines to the bottom of your ~/.bashrc
file -
alias ls='ls
--color'
LS_COLORS='di=1:fi=0:ln=31:pi=5:so=5:bd=5:cd=5:or=31 ...
- 2008-11-22 16:04
- 浏览 1008
- 评论(0)
影响世界进程的100位管理大师
1.亚当·斯密
(Adam Smith,1723-1790)
:
2.罗伯特·欧文
(Robert Owen,1771-1858)
3.查尔斯·巴贝奇
(Charles Babbage,1792-1871)
4.弗雷德里克·W·泰勒
(Frederick W. Taylor,1856-1915)
5.卡尔·巴思
(Carl G. Barth,1860-1939)
6.亨利·甘特
(Henry L. Gantt,1861-1919)
7.弗兰克·吉尔布雷斯
(Frank B. Gilbreth,1868 ...
- 2008-11-19 23:51
- 浏览 1458
- 评论(0)
理解REST软件架构
作者 骆古道 发布于 2007年5月27日 下午8时18分
一种思维方式影响了软件行业的发展。REST软件架构是当今世界上最成功的互联网的超媒体分布式系统。它让人们真正理解我们的网络协议HTTP本来面貌。它正在成为 ...
- 2008-11-18 00:31
- 浏览 1054
- 评论(1)
Redmine - http://www.redmine.org/
Redmine is a flexible project management web application. Written
using Ruby on Rails framework, it is cross-platform and cross-database.
Redmine is open source and released under the terms of the GNU General Public License v2
(GPL).
Overview¶
Multiple projects ...
- 2008-11-16 23:29
- 浏览 1073
- 评论(0)
Eclipse 3.3常用快捷键(转帖)
1. 常用快捷键
Ctrl+1 快速修复(对Java很有用,具体使用方法得查一查文档)
Ctrl+D: 删除当前行
Ctrl+Alt+↓ 复制当前行到下一行(复制增加)
Ctrl+Alt+↑ 复制当前行到上一行(复制增加)
Alt+↓ 当前行和下面一行交互位置(特别实用,可以省去先剪切,再粘贴了)
Alt+↑ 当前行和上面一行交互位置(同上)
Alt+← 前一个编辑的页面
Alt+→ 下一个编辑的页面(当然是针对上面那条来说了)
Alt+Enter 显示当前选择资源(工程,or 文件 or文件)的属性
Shift+En ...
- 2008-11-13 11:41
- 浏览 802
- 评论(0)
COBOL 式死亡
Java 是否真的即将被取代?
<noscript></noscript>
<script type="text/javascript">
<!--
document.write('<tr valign="top"><td width="8"><img src="//www.ibm.com/i/c.gif" width="8" height ...
- 2008-10-24 19:08
- 浏览 1149
- 评论(0)
Apple Shake是非常强大的后期合成软件,在很多著名电影中都有应用,例如《金刚》等。Shake的表达式跟C语言很像,先贴个操作符、函数表格以供参考。
Arithmetic
Operators
*
Multiply
/
Divide
+
Plus
-
Subtract
Relational
Operators
<
Less than
- 2008-10-23 21:46
- 浏览 1459
- 评论(0)
Ubuntu 8.04 下配置LDAP客戶端簡直是個噩夢, 這在CentOS 5.1下本是一件非常輕松的事情. 要是網上沒有找到這篇文章, 估計我這輩子就別想配置成功了. 不過看原文中說的, 7.10似乎還要噩夢.
有些地方當然要修改成與自己服務器對應的設置, 另外, 我這裡有個小小的區別是: 注釋掉了/etc/ldap.conf中的ssl start_tls一行. 不是很明白什麼意思, 大概我的服務器沒有開啟SSL支持吧(事實上確實沒開啟^ ^)
Ubuntu 8.04 Hardy LDAP Client
http://linuxadministration.us/2008/05/17/ ...
- 2008-10-21 16:29
- 浏览 2234
- 评论(0)
GTD是英文Getting Things Done的缩写, 是一种行为管理的方法, 也是David Allen写的一本书的书名.
GTD的主要原则在于一个人需要通过记录的方式把头脑中的各种任务移出来.通过这样的方式,头脑可以不用塞满各种需要完成的事情,而集中精 ...
- 2008-10-20 23:43
- 浏览 1065
- 评论(0)
SNS
目录
第一章 什么是SNS?
第二章 SNS带给顾客的特殊价值描绘
第三章 观察SNS的技术与服务
第四章 SNS市场与竞争
第五章 SNS的主要营销策略简介
第六章 中国SNS的发展与主要网站及产品
SNS,全称Social Networking Services,即社会性网络服务,专指旨在帮助人们建立社会性网络的互联网应用服务。
1967年,哈佛大学的心理学教授Stanley Milgram(1934~1984)创立了六度分割理论,简单地说:“你和任何一个陌生人之间所间隔的人不会超过六个,也就是说,最多通过六个人你就能够认识 ...
- 2008-10-19 17:22
- 浏览 1830
- 评论(0)