06 2013 档案

摘要:It doesn't mean anything special.But because$is allowed in identifier names, many Javascript libraries have taken to using$as the "central" interface to them, or at least as a shortcut for accessing their functionality.For example, if you're using jQuery and you say$("div" 阅读全文
posted @ 2013-06-26 21:49 邓维 阅读(358) 评论(0) 推荐(0) 编辑
摘要:var redis = require("redis");var client = redis.createClient();js = { "like":"macdn", "hate":"kfc"};//client.set("foo_rand000000000000", "some fantastic value2");client.set("foo_rand000000000000", JSON.stringify(js));cli 阅读全文
posted @ 2013-06-18 12:02 邓维 阅读(3548) 评论(0) 推荐(0) 编辑
摘要:svn: Working copy locked svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)how to solve:C:\myrepo\repodirectory> cd ..C:\myrepo> svn cleanupfrom :http://ryanolson.wordpress.com/2012/08/27/svn-how-to-fix-working-copy-is-locked/ 阅读全文
posted @ 2013-06-14 12:01 邓维 阅读(318) 评论(0) 推荐(0) 编辑