摘要:
附:关于yield与sleepsleep() will let your thread do nothing for a certain amount of time. Basically, your thread can’t do anything until it is done sleeping. yield() will cause your thread to voluntarily let other threads in your program run. If no other threads are ready to run, then your thread will co 阅读全文
posted @ 2011-10-10 18:42
highriver
阅读(3589)
评论(0)
推荐(0)
摘要:
本文译自 http://nvie.com/posts/a-successful-git-branching-model/ (by Vincent Driessen)– 本文中我会展示一种开发模型,一年前该模型就已经被我用在所有的项目中(包括工作中的项目和私有项目),结果是非常成功的。我早就想为此写点东西,可直到现在才有时间。本文不会讲述任何项目的细节,只会涉及到分支策略和发布管理。本文使用Git作为所有源码的版本控制工具。为什么是Git?要全面了解Git与其它集中式版本控制系统相比的优劣,可以参考这个页面。 这方面的争论可谓是硝烟弥漫。作为一个开发者,所有这些工具中我最钟情于Git。Git的的 阅读全文
posted @ 2011-10-10 11:02
highriver
阅读(862)
评论(0)
推荐(1)

浙公网安备 33010602011771号