Vim tips: 时间戳快捷键
:map <f2> a<c-r>=strftime("%c")</c-r></f2>
在非编辑模式下,按F2就会在光标位置插入一个当天时间的时间戳
去掉前面的冒号, 加入到.vimrc, 以后用vim的时候就都有这个快捷键了
:map <f2> a<c-r>=strftime("%c")</c-r></f2>
在非编辑模式下,按F2就会在光标位置插入一个当天时间的时间戳
去掉前面的冒号, 加入到.vimrc, 以后用vim的时候就都有这个快捷键了
美国时代杂志发布了一篇文章
Person of the Year: You,里面对web2.0的解释很精彩,
The new Web is a very different thing. It’s a tool for bringing together the small contributions of millions of people and making them matter. Silicon Valley consultants call it Web 2.0, as if it were a new version of some old software. But it’s really a revolution.
试着翻译一下:
这个新的Web是全新的事物。它是一个把成千上万人的小贡献聚集到一起并让这些小贡献变得有意义的工具。硅谷的IT顾问们称之为Web2.0,听起来好像是一个旧软件的新版本。但实际上这是一场革命。