我执行一个像口译一样的项目,我需要很少时间安排。 自2006年以来 我愿尝试避免出现麻烦,我想有人会提到类似的结构或现有工作。 我知道,当我走到一起时,我可以简单地直截了当地提出多重问题,我只想到其他人的某种观点,这些人可能比我有更好的想法。
我设想,它可以做这样的工作: 结构是一根植树。 你们获得了某种“信使”,然后将各种内容推向根基(例如,下文中的a和b)。 然而,无论在什么时候,你也能够把电压器分成多个器,有效地建立分行。 分支机构不能再合并成一个问题,但你可以开始从点前(使用某种“顾问——主人”)偷窃分子,直到空房被抛弃(酌情)。
x -> y -> z
a -> b -> { g -> h -> i -> j }
f -> b
任何想法? Seems such as a relatively brief structure to implementing my using agroupues, but I m following the “think first, Code subsequently” strategy :
增 编
http://www.un.org。 我认为,我补充了一些额外的背景。 这与问题无关,但我认为,这可能有助于澄清我的目标。 这一结构背后的大致想法是,它基本上用于计算时间。 一个分支可以最终在COMMIT或ROLBACK中完成。 如果有X-> ......,g-> ......或f-> ......在COMMIT中终止。
a -> b
执行工作按顺序进行,并在麻省理工学院结束。 E.g.
x -> y -> z -> COMMIT
However, a -> b will only be executed once when at least one of the branches are committed. If all three of the branches end in ROLLBACK then the entire tree is discarded including the initial events a -> b.
增 编 for the great answers so far! I ll review them in detail as soon as I get home again.