摘要:
You need to set eclipse's default installed "jre" to a jdk. Eclipse Window Menu => Preferences => enter search string "jre" in left navigation pane => 阅读全文
摘要:
The command port and cluster bus port offset is fixed and is always 10000. The LPUSH command inserts a new element on the head, while RPUSH inserts a 阅读全文
摘要:
Using the wrong join condition in aFROMclause causes unpredictable results. If theFROMclause specifies a one-to-many join and theSETclause references ... 阅读全文
摘要:
:g/^$/d:g will execute a command on lines which match a regex. The regex is 'blank line' and the command is :d (delete)g 会执行一个正则表达式的命令,能删除文本里面的空行。 阅读全文