2007年8月20日

摘要: I have two test cases: UserTest and CustomerTest, both of them extend the AbstractTransactionalSpringContextTests, they are using the same config file, so I wrote a BaseSpringTest class: 1: public... 阅读全文
posted @ 2007-08-20 16:12 Wade 阅读(2809) 评论(1) 推荐(0) 编辑

2007年8月17日

摘要: when use '/' in pattern, must use '\' to escape it,when get formatted date string, use the following method: datefrom.ToString("yyyy-MM-dd") 1: DateTime datefrom; 2: try 3: { 4: da... 阅读全文
posted @ 2007-08-17 15:18 Wade 阅读(631) 评论(0) 推荐(0) 编辑

2007年8月16日

摘要: When run cc.net to build and test the web project, it throws an exception:Could not load file or assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its de... 阅读全文
posted @ 2007-08-16 16:59 Wade 阅读(3441) 评论(0) 推荐(0) 编辑

导航