again

置顶随笔

 我真实的博客在百度空间,用习惯了不想换了,感兴趣的你就访问一下吧
 我真实的博客在百度空间,用习惯了不想换了,感兴趣的你就访问一下吧
 我真实的博客在百度空间,用习惯了不想换了,感兴趣的你就访问一下吧


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
posted @ 2009-01-07 17:05 charlie's logic 阅读(151) | 评论 (0)编辑 收藏
     摘要: 使用Seam 的十大理由【翻译】
英文原文地址:http://seamframework.org/Home/WhySeam  阅读全文
posted @ 2008-10-24 16:06 charlie's logic 阅读(418) | 评论 (0)编辑 收藏

2009年7月8日

     摘要: 很久很久以前,我刚听说过JQuery,然后在不知道javaeye还是blogjava上看到一篇《实现select multiple左右添加和删除功能》的文章,写的很黄很暴力,我一紧张就打印下来了,昨天晚上拉肚子上厕所,突然找出打印稿,在厕所上看了一下,发现不错。这个文章的原作者我已经不知道是谁了,但是我要感谢他的奉献精神。

为了表示对他的尊敬,我修改了他的代码,为了更通用。代码例子任然沿用原作者的风格。希望大家喜欢。

  阅读全文
posted @ 2009-07-08 10:40 charlie's logic 阅读(1753) | 评论 (0)编辑 收藏

2009年1月7日

 我真实的博客在百度空间,用习惯了不想换了,感兴趣的你就访问一下吧
 我真实的博客在百度空间,用习惯了不想换了,感兴趣的你就访问一下吧
 我真实的博客在百度空间,用习惯了不想换了,感兴趣的你就访问一下吧


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
posted @ 2009-01-07 17:05 charlie's logic 阅读(151) | 评论 (0)编辑 收藏

2008年10月24日

     摘要: 使用Seam 的十大理由【翻译】
英文原文地址:http://seamframework.org/Home/WhySeam  阅读全文
posted @ 2008-10-24 16:06 charlie's logic 阅读(418) | 评论 (0)编辑 收藏

2008年10月16日

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)
     */
posted @ 2008-10-16 14:31 charlie's logic 阅读(758) | 评论 (0)编辑 收藏

2008年10月13日

在telnet 或者SSH到unix服务器的时候,有时候命令行按向上键无法回显上次的命令

按tab键无法联想

那么输入bash ,就可以了


原理不说了,不明白的或者想明白的单独聊,或者你baidu 一下bash就明白了
posted @ 2008-10-13 15:17 charlie's logic 阅读(392) | 评论 (0)编辑 收藏

2008年10月10日

关于IntelliJ IDEA有时候快捷键无效的说明

比如ctrl+shift+F 在中文输入法下不弹出搜索对话框

要特别注意的是如果启用了中文输入法,有些快捷键就无效了,此时应关闭中文输入法。建议大家只有在需要输入中文的时候才打开中文输入法,而平时都应将它关闭。
posted @ 2008-10-10 16:20 charlie's logic 阅读(4251) | 评论 (0)编辑 收藏
posted @ 2008-10-10 10:54 charlie's logic 阅读(118) | 评论 (0)编辑 收藏
2008年10月10日,觉得还是在这里写博客吧
posted @ 2008-10-10 10:34 charlie's logic 阅读(136) | 评论 (0)编辑 收藏
仅列出标题  

统计