05 2013 档案

摘要:JavaScript is all about creating behaviours and data interactions by accessing the DOM.When using it? You want to make sure that he behavior you're trying to accomplish cannot be done better eith CSS.Content is king: It's the most important aspect of any website or application.Guiding princi 阅读全文
posted @ 2013-05-30 02:37 wxwcase 阅读(342) 评论(0) 推荐(0) 编辑
摘要:Nature's last wordwhy using single quotes update variable? not double quotes?$ export PS1='${RANDOM} $ '$ export PS1="${RANDOM} $ "In svn, this is not working:$ svn copy -r 9 file:///Users/username/myrepos/trunk/baz.c baz.c// however this is working:$ svn copy file:///Users/use 阅读全文
posted @ 2013-05-23 23:22 wxwcase 阅读(178) 评论(0) 推荐(0) 编辑
摘要:GPL: General Public License. (Stallman, GNU)DISTRO:Linux DISTRIBUTIONTCO: Total Cost of Ownership.CLI: Command Line Interface, (GUI).Runlevel: a runlevel is a system software configuration that allows a specified group of process to exist. A runlevel specifies which fundamental services UNIX will pr 阅读全文
posted @ 2013-05-16 01:48 wxwcase 阅读(218) 评论(0) 推荐(0) 编辑
摘要:ctrl + shift + p: console => ss is short for set syntax, you can type in ssjava for set syntax for java.EOL(emacs style): Preference-->Key Bindings-User:[// use control + e to go to end of line; {"keys": ["ctrl+e"], "command":"move_to", "args": 阅读全文
posted @ 2013-05-03 02:30 wxwcase 阅读(92) 评论(0) 推荐(0) 编辑
摘要:A method's declaration tells the computer what happens if you call the method into action.if you give a method the name main, that method is called into action automatically.a statement is a direct instruction that tells the computer to do something./** this is a javadoc comment */; you can' 阅读全文
posted @ 2013-05-01 10:27 wxwcase 阅读(210) 评论(0) 推荐(0) 编辑