There are generally two methods to write DFS
algorithm, one is using recursion, another one is using stack. (reference from
Wiki Pedia)Pseudocode for ...
分类:
其他好文 时间:
2014-06-13 08:39:34
阅读次数:
218
1,MESSAGE: Input files reads and reference have
incompatible contigs: Relative ordering of overlapping contigs differs, which is
unsafe.##### ERROR re...
分类:
其他好文 时间:
2014-06-13 07:46:21
阅读次数:
1050
1. 新建一个C#的Console project. 2. 给project 添加reference:
Microsoft.SharePoint.Client Microsoft.SharePoint.Runtime 3. 修改project的属性:
Platform target – x64 Ta...
分类:
其他好文 时间:
2014-06-12 11:43:29
阅读次数:
326
今天发现自己连Bundle类都没有搞清楚,于是花时间研究了一下。依据google官方的文档(http://developer.android.com/reference/android/os/Bundle.html)Bundle类是一个key-value对,“A
mapping from Strin...
分类:
移动开发 时间:
2014-06-10 00:36:28
阅读次数:
247
一.
Segue1.Storyboard上每一根用来界面跳转的线,都是一个UIStoryboardSegue对象(简称Segue)每一个Segue对象,都有3个属性1>.唯一标识:
@property (nonatomic, readonly) NSString *identifier;2>.来源控...
分类:
移动开发 时间:
2014-06-09 21:52:37
阅读次数:
490
Main.storyboard 1 2 3 4 5 6 7 8 9 20 21 22 23 ...
分类:
其他好文 时间:
2014-06-09 21:46:34
阅读次数:
408
1.创建一个类继承UIViewController2.创建视图控制器设计界面(在storyboard文件中创建一个ViewController)3.将第一步创建的代码和第二步创建的界面进行关联(选中ViewController-->show
the identity inspector的class写...
分类:
其他好文 时间:
2014-06-09 13:25:49
阅读次数:
192
1、主数据的概念借用其他网站的一个数据分类模型,我们可以看到有元数据(metadata),引用数据(Reference Data),主数据(Master
Data),企业结构数据(Enterprise structure Data),交易活动数据(Transaction Activity Data)...
分类:
其他好文 时间:
2014-06-08 21:51:33
阅读次数:
301
昨天群里有位童鞋提出如何在动画完成事件Completed里获取到执行该动画的UI对象。WPF里动画的Completed的本身并不会返回执行动画的UI对象,但我们可以利用附加属性Storyboard.TargetProperty来达到我们想要的效果。步骤:1
在执行动画前,先附加属性记录对象Doubl...
分类:
其他好文 时间:
2014-06-08 21:22:45
阅读次数:
364
原文:[WPF]
动画Completed事件里获取执行该动画的UI对象昨天群里有位童鞋提出如何在动画完成事件Completed里获取到执行该动画的UI对象。WPF里动画的Completed的本身并不会返回执行动画的UI对象,但我们可以利用附加属性Storyboard.TargetProperty来达...
分类:
其他好文 时间:
2014-06-08 20:42:07
阅读次数:
330