J2EE 711
2007-09-25
2007-09-21
2007-05-18
sampa : colin’s blog » I Put A Spell On You, Because you’re mine: Aka Why is TomCat Holding Onto Jars?
sampa : colin’s blog » I Put A Spell On You, Because you’re mine: Aka Why is TomCat Holding Onto Jars?: "
to
Of course this affects all apps, but I don’t necessarilly see this as a big deal. While it’s supposed to slow things down a bit, I really think this should have been the default.
Alternately, one of the other ways you can set this is inside a
META-INF/context.xml
file inside your app itself. I guess the only thing "
2007-04-29
JAVA实现ASCII码与EBCDIC码的相互转换 - ※放飞自我※IT技术论坛※ - 博客园
JAVA实现ASCII码与EBCDIC码的相互转换 - ※放飞自我※IT技术论坛※ - 博客园:
"JAVA实现ASCII码与EBCDIC码的相互转换
import java.io.*;
public class coder{
/**
* ASCII码对应表
*/
private static final String [] ASCII={
'NUL', /* ASCII 0 0x00 'Null' */
'SOH', /* ASCII 1 0x01 'Start of Heading' */
'STX', /* ASCII 2 0x02 'Start of Text ' */
'ETX', /* ASCII 3 0x03 'End of Text' */
'EOT', /* ASCII 4 0x04 'End of Transmission' */
'ENQ', /* ASCII 5 0x05 'Enquiry' */
'ACK', /* ASCII 6 0x06 'Acknowledge' */
'BEL', /* ASCII 7 0x07 'Bell' */
'BS', /* ASCII 8 0x08 'Backspace' */
'HT', /* ASCII 9 0x09 'Horizontal Tabulation' */
'LF', /* ASCII 10 0x0A 'Line Feed' */
"
2007-04-17
竹笋炒肉: Junit学习笔记
竹笋炒肉: Junit学习笔记:
"实践基础上总结出一些非常有价值的使用技巧,我没有经过一一“测试”,暂列在此。
1. 不要用TestCase的构造函数初始化Fixture,而要用setUp()和tearDown()方法。
2. 不要依赖或假定测试运行的顺序,因为JUnit利用Vector保存测试方法。所以不同的平台会按不同的顺序从Vector中取出测试方法。不知3.8中是不是还是如此,不过它提供的例子有一个是指定用VectorSuite的,如果不指定呢?
3. 避免编写有副作用的TestCase。例如:如果随后的测试依赖于某些特定的交易数据,就不要提交交易数据。简单的�"
2007-04-13
developerWorks 中国: Workplace : IBM Workplace 新手入门
developerWorks 中国: Workplace : IBM Workplace 新手入门
There are a lot of tutorials of Chinese version IBM softwares.