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
http://www.cplusplus.com/reference/list/list/#include
list l:初始化一个0大小的表list
l(10):初始化一个10个大小的表empty:是否为空size:大小max_size:可分配的最大值front:第一个元素back:最后一个元素p...
分类:
编程语言 时间:
2014-06-12 10:42:33
阅读次数:
241
今天发现自己连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
1、autorelease是什么?autorelease是一种支持引用计数的内存管理方式它可以暂时的保存某个对象(object),然后在内存池自己的排干(drain)的时候对其中的每个对象发送release消息注意,这里只是发送release消息,如果当时的引用计数(reference-counte...
分类:
其他好文 时间:
2014-06-09 22:37:52
阅读次数:
405
1、主数据的概念借用其他网站的一个数据分类模型,我们可以看到有元数据(metadata),引用数据(Reference Data),主数据(Master
Data),企业结构数据(Enterprise structure Data),交易活动数据(Transaction Activity Data)...
分类:
其他好文 时间:
2014-06-08 21:51:33
阅读次数:
301
附网址:http://qt-project.org/doc/qt-5/qmlreference.html
The QML Reference
QML是用来创建高度动态应用程序的声明式语言。在QML中,应用程序通过类似UI组件这样的模块搭建起来,通过设置这些模块的属性可以定义应用程序的行为。当与JavaScript结合起来时,应用程序的行为将变得脚本化。另外,QML大量使用Qt,它允许Q...
分类:
其他好文 时间:
2014-06-08 17:55:58
阅读次数:
355