随笔分类 -  东说西说

东说西说
 
微软最新的一道笔试题,我觉的出的不好,要改的地方太多了
摘要:IsCycleList Check if a singly linked list is a cycle linked list. If the list is a cycle linked list, the method return the head node of the cycle, or else return null; please find bug below. struc... 阅读全文
posted @ 2005-10-17 09:56 子佩 阅读(457) 评论(0) 推荐(0)
gentle的bug
摘要:用其模板生成的类,如果自增变量不是主键,就不会自动设置IsReadOnly这个属性,必须手动处理 阅读全文
posted @ 2005-07-22 16:00 子佩 阅读(274) 评论(0) 推荐(0)