我真實的博客在百度空間,用習慣了不想換了,感興趣的你就訪問一下吧
我真實的博客在百度空間,用習慣了不想換了,感興趣的你就訪問一下吧
我真實的博客在百度空間,用習慣了不想換了,感興趣的你就訪問一下吧
http://hi.baidu.com/charlielogic
http://hi.baidu.com/charlielogic
http://hi.baidu.com/charlielogic
http://hi.baidu.com/charlielogic
http://hi.baidu.com/charlielogic
http://hi.baidu.com/charlielogic
http://hi.baidu.com/charlielogic
http://hi.baidu.com/charlielogic
http://hi.baidu.com/charlielogic
摘要: 使用Seam 的十大理由【翻譯】
英文原文地址:http://seamframework.org/Home/WhySeam
閱讀全文
摘要: 很久很久以前,我剛聽說過JQuery,然后在不知道javaeye還是blogjava上看到一篇《實現select multiple左右添加和刪除功能》的文章,寫的很黃很暴力,我一緊張就打印下來了,昨天晚上拉肚子上廁所,突然找出打印稿,在廁所上看了一下,發現不錯。這個文章的原作者我已經不知道是誰了,但是我要感謝他的奉獻精神。
為了表示對他的尊敬,我修改了他的代碼,為了更通用。代碼例子任然沿用原作者的風格。希望大家喜歡。
閱讀全文
我真實的博客在百度空間,用習慣了不想換了,感興趣的你就訪問一下吧
我真實的博客在百度空間,用習慣了不想換了,感興趣的你就訪問一下吧
我真實的博客在百度空間,用習慣了不想換了,感興趣的你就訪問一下吧
http://hi.baidu.com/charlielogic
http://hi.baidu.com/charlielogic
http://hi.baidu.com/charlielogic
http://hi.baidu.com/charlielogic
http://hi.baidu.com/charlielogic
http://hi.baidu.com/charlielogic
http://hi.baidu.com/charlielogic
http://hi.baidu.com/charlielogic
http://hi.baidu.com/charlielogic
摘要: 使用Seam 的十大理由【翻譯】
英文原文地址:http://seamframework.org/Home/WhySeam
閱讀全文
Runtime.getRuntime().exec(cmds);
execInternal(cmdarray, envp, path);
private native Process execInternal(String cmdarray[], String envp[], String path)
throws IOException;
/**
* Executes the specified string command in a separate process.
* <p>
* The <code>command</code> argument is parsed into tokens and then
* executed as a command in a separate process. The token parsing is
* done by a {@link java.util.StringTokenizer} created by the call:
* <blockquote><pre>
* new StringTokenizer(command)
* </pre></blockquote>
* with no further modifications of the character categories.
* This method has exactly the same effect as
* <code>exec(command, null)</code>.
*
* @param command a specified system command.
* @return a <code>Process</code> object for managing the subprocess.
* @exception SecurityException if a security manager exists and its
* <code>checkExec</code> method doesn't allow creation of a subprocess.
* @exception IOException if an I/O error occurs
* @exception NullPointerException if <code>command</code> is
* <code>null</code>
* @exception IllegalArgumentException if <code>command</code> is empty
*
* @see java.lang.Runtime#exec(java.lang.String, java.lang.String[])
* @see java.lang.SecurityManager#checkExec(java.lang.String)
*/
在telnet 或者SSH到unix服務器的時候,有時候命令行按向上鍵無法回顯上次的命令
按tab鍵無法聯想
那么輸入bash ,就可以了
原理不說了,不明白的或者想明白的單獨聊,或者你baidu 一下bash就明白了
關于IntelliJ IDEA有時候快捷鍵無效的說明
比如ctrl+shift+F 在中文輸入法下不彈出搜索對話框
要特別注意的是如果啟用了中文輸入法,有些快捷鍵就無效了,此時應關閉中文輸入法。建議大家只有在需要輸入中文的時候才打開中文輸入法,而平時都應將它關閉。
2008年10月10日,覺得還是在這里寫博客吧