2013年6月6日

TF42097: A work item could not be created due to a field error

摘要: I received the following error message from an automated build that failedin Team Foundation Server (TFS) 2010:TF42097: A work item could not be created due to a field error. The following fields have incorrect values: Field: 'Symptom' Value: ''The server was recently upgraded from T 阅读全文

posted @ 2013-06-06 14:23 Rasion 阅读(265) 评论(0) 推荐(0)

Team build cannot create Scrum for Team System bug on build failure.

摘要: Problem:Team build cannot create Scrum for Team System bug on build failure.warning : TF42097: A work item could not be created due to a field error. The following fields have incorrect values: Field: 'Reason' Value: 'Build Failure'Solution:Add ‘Build Failure’ as a reason to the Bug 阅读全文

posted @ 2013-06-06 14:22 Rasion 阅读(214) 评论(0) 推荐(0)

2010年1月13日

Access数据库注入高级玩法(转载)

摘要: 一、基础篇  猜解表名,这里借用啊D的语句:    and exists (select * from 表名) 猜解列名:    and exists (select 字段 from 表名)  UNION法,在执行union之前建议进行下order by这样会更快。联合查询:    select name,password,id from user union select user,pwd,ui... 阅读全文

posted @ 2010-01-13 10:00 Rasion 阅读(899) 评论(0) 推荐(0)

2009年9月5日

C#中 DataGridView 属性说明(转载)

摘要: C#中 DataGridView 属性说明(转载) ·1. 取得或者修改当前单元格的内容 · 2. 设定单元格只读 · 3. 不显示最下面的新行 · 4. 判断新增行 · 5. 行的用户删除操作的自定义 · 6. 行、列的隐藏和删除 · 7. 禁止列或者行的Resize · 8. 列宽和行高以及列头的高度和行头的宽度的... 阅读全文

posted @ 2009-09-05 17:34 Rasion 阅读(879) 评论(4) 推荐(2)

导航