鸣谢:http://jackyrong.iteye.com/blog/2059307 ------------------------------------------------ spring mvc中的@PathVariable是用来获得请求url中的动态参数的,十分方便,复习下: @Controller public class TestController { @RequestMapping(value="/user/{userId}/roles/{roleId}",meth…
[译]一个灵活的 Trello 敏捷工作流 翻译自 An Agile Trello Workflow That Keeps Tasks Flexible Getting things done 可不只是使用一个工具,检查清单里的条目,或者把一个项目标记为"已完成"这么简单.Getting things done 是一个过程:它是涉及到计划.执行.迭代.反馈的一种思考方式.过程中会遇到问题,而且有很多变动的东西.理想情况下是通过协同输出最好的产出物.简单来讲,getting things…