如何将svn上checkout下来的android 程序由java project转成android project in Eclipse
摘要:1. Check out from svn in your workspace2. Delete your .project file3. New an Android project and the project name should be the same as original name4. Select 'Create project from existing source'5. Specify the location where your source is located6. Click Next(choose a build target: e.x And
阅读全文
posted @
2011-11-25 17:49
-Anny-
阅读(448)
推荐(0)
敏捷提升质量和进度的实践体会分享(转)
摘要:From http://www.51testing.com/?uid-293557-action-viewspace-itemid-248047昨日参加了一次小型民间敏捷聚会,心情很愉快。从09年开始间接参与敏捷,到领导敏捷项目,还从未写过一篇敏捷的体会总结文章。今天简短整理一下,不足之处和不正确之处还忘各位理解。 首先敏捷的核心思想是提升质量,而加快进度的效果通过三个维度实现: 1、遵循测试的原则之一尽早测试(不仅仅是代码级测试,还包括更充分的对需求、架构、设计文档的测试),减少了发现缺陷,修复缺陷的成本从而实现了一部分的加快进度的效果; 2、敏捷思想提倡“以客户为中心” 而非以“以技术为中
阅读全文
posted @
2011-11-22 14:39
-Anny-
阅读(440)
推荐(0)
JAVA转为Dynamic web project
摘要:右键点击要转化的Project-Properties-Project Facets:勾选Java,然后选择Dynamic web module (javascript可选可不选),点击“Revert”即可
阅读全文
posted @
2011-11-21 17:15
-Anny-
阅读(180)
推荐(0)
Advanced REST client Application for Google Chrome
摘要:A helper for web developers for creating custom HTTP requests.Fromhttps://chrome.google.com/webstore/category/home?hl=en-US
阅读全文
posted @
2011-11-09 11:24
-Anny-
阅读(583)
推荐(0)
Role-based access control(RBAC)
摘要:Refer to http://en.wikipedia.org/wiki/Role-based_access_controln computer systems security,role-based access control(RBAC)[1][2]is an approach to restricting system access to authorized users. It is used by the majority of enterprises with more than 500 employees,[3]and it is a newer alternative app
阅读全文
posted @
2011-11-03 15:38
-Anny-
阅读(301)
推荐(0)
How to write meaningful User Stories(转)
摘要:Refer to http://www.subcide.com/articles/how-to-write-meaningful-user-stories/I’ve seen a lot of projects fail when by all accounts, they shouldn’t have. The reason for this nearly every time, was that the requirements gathering stage of a project was done poorly, or sometimes not at all. Sometimes
阅读全文
posted @
2011-11-03 15:08
-Anny-
阅读(346)
推荐(0)
Agile software development
摘要:So far, there are 2 projects/products using agile software development.There are 4 type workitems used in agile software development: user stories, tasks, test cases, bugs1. user storiesA team creates user stories to define the features, functions, and requirements to be implemented. A user story de
阅读全文
posted @
2011-11-03 15:06
-Anny-
阅读(273)
推荐(0)