态度决定高度、企图决定版图、格局决定结局

My Links

News

05 2010 档案

javascript string to date
摘要: 还只能用"/"分割时间,“-”还就是不行。<SCRIPT LANGUAGE="JavaScript"> //execScript('n = DateDiff("d","2003-01-01","2003-01-02")'); //document.write(n); var s="2003-01-01"; var s2="2003-01-03"; var da...阅读全文

posted @ 2010-05-28 14:59 flyingchen 阅读(471) | 评论 (0) 编辑

熟悉了以下VIM指令,你会爱死她的
摘要: 0 – 到行首 $ – 到行尾 ^ – 到行首字母 ( – 到上面一句或者上面一个代码段 ) – 到下面一句或者下面一个代码段 `. – 到最后一次修改的位置,注意这个`不是单引号,是1左边的那个按键 / – 搜索指定文字,找到之后使用n来跳到下一个相同单词位置 : – 转跳到指定行数 :$ ̵...阅读全文

posted @ 2010-05-27 23:11 flyingchen 阅读(126) | 评论 (0) 编辑

ajax应用如何做好seo
摘要: google发布了"make ajax application crawable"相关规范。具体详细见:http://code.google.com/web/ajaxcrawling/docs/specification.html对开发ajax应用,这份规范还是很有意义的。其中最重要提出了两个概念:pretty-url和ugly-url,google定义如下: Pretty URL:Any URL...阅读全文

posted @ 2010-05-12 23:36 flyingchen 阅读(105) | 评论 (0) 编辑

nestful - ruby http-rest 客户端 分析
摘要: Nestful is a simple Ruby HTTP/REST client with a sane API.## Installation sudo gem install nestful## Features* Simple API* File buffering* Before/Progress/After Callbacks* JSON & XML requests* Mul...阅读全文

posted @ 2010-05-08 11:36 flyingchen 阅读(89) | 评论 (0) 编辑