今天我需要在ant build中实现这样一个功能:如果满足条件A,则运行task a;否则运行task b。查找资料后使用”ant-contrib“的”if”标签功能可以满足。
Today's google doodle
今天的Google为了纪念”英国实验摄影师’埃德沃德·迈布里奇’182周年诞辰”使用了如下的动态图片,点击Button就可以实现动画效果:
Get current project reference in Eclipse
我今天需要一个功能:在Eclipse的form page中得到当前Eclipse project的引用,找了半天在这里找到的答案:
Restriction of Computer Language: Good or Bad
Hello Rack!
Resolve the Audacity problem when concatenating 2 audio files
键盘上标点符号的英语读法
Set the Default Size of Terminator
Terminator is an alternative of gnome-terminal. It has the multiple windows terminals capability. Be default, the window size is small, so it’s useful to set its default size larger.
Upgrade RVM
使用rubygems的镜像站点
从国内连接rubygems有时会有超时错误(由此可见为什么程序员不喜欢”长城”),淘宝为此建立了一个rubygems的镜像网站,经过以下设置可以让本地的rubygems使用该镜像站点。这次淘宝立功了,感谢huacnlee同学。