Linux is for people who want to know why it works.
Mac is for people who don't want to know why it works.
DOS is for people who want to know why it does not work.
Windows is for people who don't want to know why it does not work.
- 14:45
- 浏览 (51)
- 评论 (0)
- 分类: Funny & Tricky
http://www.e-articles.info/e-free-content-articles.htm
http://www.javapassion.com/j2ee/index.html
http://www.ibm.com/developerworks/cn/linux/l-linux-synchronization.html
http://www.jgc.org/index.html
http://www.gseeker.com/50226711/wifi_armyiegoogle_androidaecfps_128409.php
find
find is one of the most useful Linux/Unix tools around, but most people use only a fraction of its power. Many Linux/Unix questions seen online can be solved using the find command alone; it's simply a matter of becoming familiar with its options.
The power of find lets you do anything from fi ...
怎样读文章和写论文的网站
from http://blog.cersp.com/36350/1091134.aspx
hope it'll be of help....2 me....and 2 u...
how to read a paper
http://binfo.ym.edu.tw/edu/seminars/read_paper.htm
How to read a paper and write a critique
http://www-robotics.usc.edu/~gaurav/CS599-IES/tips.html
Efficient Reading ...
- 16:20
- 浏览 (133)
- 评论 (0)
- 分类: Funny & Tricky
[本篇全文] [回复本文] [本篇作者: flyingbirds] [本篇人气: 1950] 0
发信人: flyingbirds (飞鸟), 信区: Database
标 题: zz:数据库设计经验谈
发信站: 南京大学小百合站 (Fri Oct 8 13:22:41 2004)
贴了加点人气
------
wmjordan: Me 稍微格式化的一下排版 ^_^;
------
  ...
[ZZ]
curl官方网站:
http://curl.haxx.se
Curl是一个很强大的http命令行工具,其功能十分强大。
1) 二话不说,先从这里开始吧!
$ curl http://www.yahoo.com
回车之后,www.yahoo.com 的html就稀里哗啦地显示在屏幕上了 ~
2) 嗯,要想把读过来页面存下来,是不是要这样呢?
$ curl http://www.yahoo.com > page.html
当然可以,但不用这 ...
- 17:08
- 浏览 (209)
- 评论 (0)
一、伯克利
加州大学伯克利分校
http://webcast.berkeley.edu/courses.php
作为美国第一的公立大学,伯克利分校提供了许多优秀教授的播客和视频讲座,可以跟踪最新的讲座。想看教授布置的作业和课堂笔记,可以点击该教授的网页,通常,他/她都会第一堂课留下网址。实在不行,用google搜搜吧!
伯克利的视频都是.rm格式,请注意转换
二、麻省
麻省理工学院
http://ocw.mit.edu/OcwWeb/web/courses/courses/index.htm
麻省理工是免费开放教育课件的先驱,计划在今年把1800门课程的课件都放在网站上 ...
- 21:21
- 浏览 (209)
- 评论 (0)
Leopard:
http://www.howtoforge.com/mac4lin_make_linux_look_like_a_mac
- 16:05
- 浏览 (121)
- 评论 (0)
[homework]
http://www.wacomeng.com/devsupport/ibmpc/wacomwindevfaq.html#FAQ1.3
http://www.neuroscriptsoftware.com/help/mouseorpen.html
http://sourceforge.net/project/showfiles.php?group_id=34090
http://www.sonycsl.co.jp/person/rekimoto/java/jwintab/
http://www.wacomeng.com/devsupport/ibmpc/downl ...
- 14:38
- 浏览 (118)
- 评论 (0)
rails:
gem install rails
rails demo
cd demo
ruby script\server controller say
modify saycontroller.rb
touch hello.rhtml under view\say
====
#about character encoding
config\environment.rb: $KCODE='utf8'
config\database.yml: encoding:utf8
====
ruby script\generate scaffold Product Admin
ruby scri ...
- 21:01
- 浏览 (166)
- 评论 (0)
- 分类: Ruby & Rails
See: http://www.duggmirror.com/design/53_CSS_Techniques_You_Couldn_t_Live_Without/
- 20:28
- 浏览 (155)
- 评论 (0)
Martin Fowler:闭包
关键字: NULL Martin Fowler:闭包
原著:Martin Fowler http://martinfowler.com/bliki/Closures.html
翻译:huangpuzhuang.com>
http://www.ruby-cn.org/
另外一片文章总结了各种语言实现的本文中的例子。
闭包(Closures)在各种语言中的例子
2004/11/23
本文地址:http://www.ruby-cn.org/articles/clos ...
- 12:55
- 浏览 (187)
- 评论 (0)
Loop Abstraction with Blocks
Bill Venners: Ruby supports blocks and closures. What are blocks and closures, and how are they used?
Yukihiro Matsumoto: Blocks are basically nameless functions. You may be familiar with the lambda from other languages like Lisp or Python. Basically, you can pass a ...
- 12:06
- 浏览 (133)
- 评论 (0)
[ZZ From YeeYan] 聪明地使用Google的7个技巧
我在下面编辑了一份包含7个使用Google的技巧的清单,我相信每个人都会想要知道这些.我认为这些技巧合在一起已经代表了使用Google搜索的所有技巧和方法的最高成就.虽然除此之外还有很多小技巧,但这7个一直是我的最爱,好好享受吧.
1. 找出背后的脸-灵活使用此技巧,你可以过滤Google的图片搜索,使之只出现人的图像.这有什么用?这么说吧,如果你要找一个有名的人的图片,但是与之同名的产品,公司或者地理位置什么的会使你困扰,这个小技巧能让你更得心应手.想使用这个方法,你只需要在标准图 ...
- 09:23
- 浏览 (174)
- 评论 (0)
- 分类: Funny & Tricky
详见:http://www.artima.com/weblogs/viewpost.jsp?thread=196889
附Guido: http://www.artima.com/weblogs/index.jsp?blogger=guido







评论排行榜