1, Insert
MongoDB is database storing document object, the type of which is called Bson.(like JSON);
Example: // document defination
Now after using command[db.posts.insert(doc)], you will...
分类:
数据库 时间:
2014-09-21 01:19:39
阅读次数:
380
本文出自:Svitter的Blog 以及 Github
图论Graph
8/8/2014 9:23:16 AM
图的基本概念
图的定义
Defination
图是由顶点集合(Vertex)及顶点间的关系集合(边Edge)组成的一种数据结构: > Graph=( V, E )
顶点Vertex
V = {x | x ∈ 某个数据对象}
边的集合Edge
...
分类:
其他好文 时间:
2014-08-08 16:05:56
阅读次数:
290
一. 汇总 1. 建立rdf报表 2. 开发rtf模板 3. 建立可执行程式 4.
建立并发程式 5. 注册data defination 6. 注册template 7. 运行程式 8.
开发程式中间,需将输出模式修改为xml,产生xml文件,以做rtf开发准备原始数据二、分步解析1. 建立rdf...
分类:
其他好文 时间:
2014-06-03 13:55:15
阅读次数:
288