看板的朴素思想:在制品(work-in-progress, WIP)必须被限制WIP上限和拉动式生产1. Scrum与看板简述Scrum:组织拆分,工作拆分,开发时间拆分,优化发布计划,过程优化看板:流程可视化,限制WIP,度量生产周期2. Scrum和看板的关系Scrum和看板都是过程工具Scru...
分类:
其他好文 时间:
2014-10-15 19:55:31
阅读次数:
295
类图
public interface IMediator {
public void createMediator();
public void work();
}
/**
* 中介、调节实际上需要交互的两个元素,让其松耦合
* @author stone
*
*/
public class Mediator implements IMediator {
pr...
分类:
编程语言 时间:
2014-10-14 18:44:59
阅读次数:
192
1:找到tomcat的conf目录 D:\apache-tomcat-6.0.18\conf 2:找到server.xml 加入如下配置 <Context docBase="D:\work\VCDP\WebRoot" path="" ???????? privileged="true" antiResourceLocking="false" an...
分类:
其他好文 时间:
2014-10-14 11:38:18
阅读次数:
196
[Visual Studio Online] 移除Work Item(Feature、Backlog item、Task)移除项目的开发过程中,使用Visual Studio Online来做Scrum管理工具是一个不错的选择。透过Visual Studio Online简易的Web UI操作,开发...
分类:
其他好文 时间:
2014-10-13 14:26:39
阅读次数:
252
- all features were running on sitecollection level and at site levelBut here is the solution, i do not why it worked but it did work.Although you can...
分类:
其他好文 时间:
2014-10-13 14:17:39
阅读次数:
196
本文转载至 http://blog.csdn.net/liuwuguigui/article/details/394944351.iPad上使用presentModalViewController,custion sizenot work on ios8 SDK。使用如下方法解决:In iOS 8 ...
分类:
移动开发 时间:
2014-10-13 12:36:59
阅读次数:
188
上面的估计是题解吧。。。。呃,如果真要用到公式的话,确实没听过。。。。#include #include #include #define LL __int64LL work(LL n){ LL res=0; LL divd=2; while(divd<=n){ res+=(n/divd); d.....
分类:
其他好文 时间:
2014-10-12 14:12:28
阅读次数:
182
从官网上下载crashRpt的源代码,按说明编译出对应的lib和dll 1 在编译crashRpt的时候,在环境变量中设置 crashrptDir=D:\work\AIW\WebMicaps\WebMicapsServer\src\CrashRpt,以简化编译2 在主程序执行的工作文件夹下要拷贝c....
分类:
其他好文 时间:
2014-10-11 21:50:56
阅读次数:
324
以下在系统CentOS 6.3 x86_64上操作1.试图运行程序,提示"libc.so.6: version `GLIBC_2.14' not found",原因是系统的glibc版本太低,软件编译时使用了较高版本的glibc引起的:[work@zc-mc-face01 src]$ ./redis...
分类:
其他好文 时间:
2014-10-11 14:05:16
阅读次数:
4647
一、前言 本篇内容以理解MyBatis的基本用法和快速在项目中实践为目的,遵循Make it work,better and excellent原则。技术栈为MyBatis3.2.7+log4j1.2.17+sqlite3+jdk1.7。二、示例 ...
分类:
其他好文 时间:
2014-10-11 12:57:35
阅读次数:
360