- 博客(4)
- 收藏
- 关注
原创 resolve a bug as by design
Don’t resolve a bug as By Design if the observed behavior is not expected. If this bug is caused by a re-execution bug that is already filed, then the correct resolution is Duplicate. By Design is res
2010-04-08 11:07:00 296
原创 SE-Rule and Action
[Rule(Action = "this.AnAction(s)/r")]public void ARule(string s, int r){Condition.IsTrue(r == s.Length);} “/” is the notation for the return value of an action. It’s use to define what
2010-04-02 10:44:00 243
原创 [project]shark
(1)一般情况下,很多方法有一个默认设置,如果你发现两个类似的对象,一个能找到,而一个找不到,多半是因为找到的对象是默认的。这特别在引用别的的dll的时候,我们就可以想,有没有扩展方法支持你去设置找那一个,这个设置常常是一个枚举类型。(2)listview的一点注意点,首先我们要定义列的标题,要是不加就不能显示了,这决定着你可以显示几列。然后是checkbox,要是你设置为true,那
2010-03-25 19:33:00 241
原创 typedef 和 结构自引用问题
(1)不用typedef,这个时候,我们定义结构并使用的时候,都是前面有struct的,这个时候struct sName 是一个整体,不可分割,所以,我们在自引用的时候是这样的:struct Tnode{ struct Tnode *left; // 关键字 struct 是必须要有的 struct Tnode *right; int valu
2010-03-24 20:59:00 408
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人