摘要:
早上看到一篇关于密码强度的文章使用Knockout更简单的来实现密码强度的验证。原有代码请查看:View Code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title 阅读全文
posted @ 2011-11-28 16:59
xiangxianghu
阅读(693)
评论(0)
推荐(0)
摘要:
node.js入门http://github.com/tlrobinson/narwhal首先下载node.js,然后解压到E盘,改名为node,然后开始菜单输入cmd,用cd命令切换到nodejs的解压目录:第一个例子:hello world。在node目录下建立hello.js文件,然后在里面输入:var sys = require("sys"); sys.puts("Hello world");然后我们在命名台中输入命令node hello.js,就能看到命名台输出结果Hello world。第二个例子:hello world2。好了,这次我们试从 阅读全文
posted @ 2011-11-28 15:31
xiangxianghu
阅读(157)
评论(0)
推荐(0)
浙公网安备 33010602011771号