My current project requires a lot of work with Deep Zoom images. We recently received some very high-res photos, around 500M tiff files, some of which...
分类:
其他好文 时间:
2014-10-17 15:27:43
阅读次数:
350
Ok, that looks hard, but if you use this procedure I wrote, its really quite easy, it does all of the work for you:create or replace procedure html_em...
分类:
数据库 时间:
2014-10-17 09:54:24
阅读次数:
285
一.结对编程人员: 张艺 杨伊二.这是我们工作的样子:(图片)三.结对编程优缺点: 优点: 1.结对编程时间紧密,在一定程度上可以督促双方学习,提高效率。 2.Coder在coding过程中会遇到一些细小的问题,而reviewer可以及时指出错误,并给予解决方案进行讨论。 3.遇到...
分类:
其他好文 时间:
2014-10-16 17:04:32
阅读次数:
178
一.Pair work的得与失 合作编程在以前的学习过程中也进行过,基本也就是各人负责一部分最后再将之拼凑起来,而这次作业要求的双人合作,要求的并不是这样,而是两人应该在一起进行工作,这样的要求理想情况下能在代码编写时提供更高的设计质量和代码质量,也能让结对人员之间做到相互学习,经验共享,促进交流,...
分类:
其他好文 时间:
2014-10-16 00:28:41
阅读次数:
306
SVN下载项目本文地址:http://blog.csdn.net/caroline_wendy使用SVN,在Git上下载项目。$ mkdir chunyu_trunk//创建文件夹$ ls//查看列表$ svn co https://dev.cxxxyx.mobi/svn/android/SxxxxRxxxDxxxx/branches/recode_60/ .//把路径文件checkout到当前文...
分类:
其他好文 时间:
2014-10-15 21:50:36
阅读次数:
164
看板的朴素思想:在制品(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