摘要:http://ask.metafilter.com/63707/Help-with-SSH-terminal-behavior If you put HISTFILESIZE=10000 in your .bashrc, you'll keep a lot more lines of history (the default is 500).When you close a bash sess...
阅读全文
摘要:http://tutorials.jenkov.com/java-exception-handling/index.html Exception handling is a very important yet often neglected aspect of writing robust software. When an error occurs in a Java program it...
阅读全文
摘要:使用VisualAge for JavaServlets是Java编程环境中一个非常有生命力的新鲜事物,本文描述了Servlets,并介绍如何用VisualAge for Java迅速开发Servlets。Servlets开发中应用到的VisualAgeforJava的关键技术是VisualAgeforJava的模拟多种虚拟机环境的能力,以及代码增加编辑并连接到运行中的程序中的能力。 背景 在...
阅读全文
摘要:Answer Hoo boy, that's a tough one. First off, you should always do your own exception handling. An uncaught exception can silently kill your servlet, and if you don't know where to look in the log...
阅读全文