孤独的逻辑

好好活着,付出感情,就是有意义!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年4月5日

摘要: string是方便的,可以从几乎所有的字符串构造而来,包括CString和char*; CString次之,可以从基本的一些字符串变量构造而来,包括char*等; char*没有构造函数,仅可以赋值; 举例: char* psz = “joise”; CString cstr( psz ); string str( cstr ); string是最方便的,几乎可以直接用所有的字符串赋值... 阅读全文

posted @ 2008-04-05 11:21 Zbright 阅读(834) 评论(0) 推荐(0)

2008年4月2日

摘要: Definition of: test scenario A set of test cases that ensure that the business process flows are tested from end to end. They may be independent tests or a series of tests that follow each other, ea... 阅读全文

posted @ 2008-04-02 20:38 Zbright 阅读(1819) 评论(0) 推荐(1)

摘要: "It was really an unforgettable experience!!",I am really really excited looking my program grow up day-by-day. This is my direct feeling to this training . The training plan was properly arranged, an... 阅读全文

posted @ 2008-04-02 15:13 Zbright 阅读(205) 评论(0) 推荐(0)

2008年3月30日

摘要: 吵吵了好久要开博客,可是由于自己在时间管理上的懒惰一直没有能够如愿。喜欢博客园的简单,理由很简单。我喜欢博客园。希望在今后的路途中,能够与大家一同成长。今天终于斗争过自己的惰性,开博了。也是值得庆祝的,虽然没能成为中国博士军团中的一员,但是有博客了,我有博客了,真的应该好好庆祝一下!!! 自己在编辑网页方面还是比较差的,还要继续学习,但是已经很满意博客园能提供这么漂亮简单的Sk... 阅读全文

posted @ 2008-03-30 11:49 Zbright 阅读(153) 评论(1) 推荐(0)