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"
阅读全文
摘要: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
阅读全文
摘要: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/
阅读全文