1、Set Up a Recovery Catalog and Target DatabaseSetting up a recovery catalog is a very simple process. This can be done through the Enterprise Manager...
分类:
数据库 时间:
2014-10-08 02:35:54
阅读次数:
389
1--clone分支,修改文件本地commit后, push回原分支失败,报错:git pushhap@192.168.1.2's password:Counting objects: 21, done.Compressing objects: 100% (11/11), done.Writing ...
分类:
其他好文 时间:
2014-10-06 00:14:19
阅读次数:
269
作者:张克强 作者微博:张克强-敏捷307关于Definition of Done 完成的定义在以往的说法中,常见用 退出标准 , 完成条件,成功标准,等等在敏捷软件开发中,存在多级的不同的完成定义。典型的是迭代的DoD,这也是最初DoD应用的地方。常见在Scrum中,需要预先定义DoD,常见的迭代DoD条款有:1,所有完成的用户故事得到PO的验证2,所有代码得到静态分析,纠正最高级别的不符...
分类:
其他好文 时间:
2014-10-05 09:36:08
阅读次数:
253
Why, every fault’s condemn’d ere it be done:Mine were the very cipher of a function. . .—William Shakespeare, Measure for MeasureThe best thing about ...
分类:
编程语言 时间:
2014-10-01 14:47:31
阅读次数:
190
摘自http://cn-done.iteye.com/blog/775519前一段时间,项目代码评审,发现有TX不使用Spring的事务处理,而直接封装方法,手动进行数据的回滚,得悉原因是:抛出异常以后事务不起作用,没有回滚。这理由顿时让人很无语,不过还算个聪明的TX,知晓另辟蹊径,但是在inser...
分类:
编程语言 时间:
2014-09-30 23:42:40
阅读次数:
240
不知道你有没有注意到,这段代码如果我跑在两个goroutines里面的话: package mainimport ( "fmt")func loop(done chan bool) { for i := 0; i < 10; i++ { fmt.Print(i) ...
分类:
编程语言 时间:
2014-09-26 00:06:57
阅读次数:
260
Activity.finish()Call this when your activity is done and should be closed.在你的activity动作完成的时候,或者Activity需要关闭的时候,调用此方法。当你调用此方法的时候,系统只是将最上面的Activity移出了栈...
分类:
移动开发 时间:
2014-09-25 19:10:17
阅读次数:
191
Spring 3 supports${my.server.port:defaultValue}syntax.@Value("${zookeeper.enable:false}") private boolean isZkEnable;done!
分类:
编程语言 时间:
2014-09-23 11:57:24
阅读次数:
1094
Linux has supported a large number of SMP systems based on a variety of CPUs since the 2.0 kernel. Linux has done an excellent job of abstracting away...
分类:
其他好文 时间:
2014-09-23 02:06:03
阅读次数:
389
while do done, until do done (不定循环)while [ condition ] $s"for...do...done (固定回圈)for 这种语法,则是『 已经知道要进行几次回圈』的状态!他的语法是:for var in con1 con2 con3 ...do...
分类:
其他好文 时间:
2014-09-20 18:44:59
阅读次数:
271