码迷,mamicode.com
首页 >  
搜索关键字:relation    ( 392个结果
LinQ to SQL
LinQ to SQL LinQ - 集成化查询语言LinQ to SQL ——查询SQLServer数据库LinQ to Object —— 查询内存中的集合 ORM思想:O - R - MObject 对象——实体类Relation 关系数据库——数据库中的表Mapping 映射——把类和表;....
分类:数据库   时间:2015-06-03 09:36:55    阅读次数:176
C#--web__LINQ简介
LinQ to SQLLinQ - 集成化查询语言。 LinQ to SQL ——查询SQLServer数据库 LinQ to Object —— 查询内存中的集合ORM思想:O - R - MObject 对象——实体类Relation 关系数据库——数据库中的表Mapping 映射——把类和表;...
分类:Windows程序   时间:2015-06-02 13:10:57    阅读次数:185
Graph database_neo4j 底层存储结构分析(7)
3.7 Relationship 的存储下面是neo4j graph db 中,Relationship数据存储对应的文件:neostore.relationshipgroupstore.dbneostore.relationshipgroupstore.db.idneostore.relation...
分类:数据库   时间:2015-06-02 12:43:44    阅读次数:401
Project Euler:Problem 25 1000-digit Fibonacci number
The Fibonacci sequence is defined by the recurrence relation: Fn = Fn?1 + Fn?2, where F1 = 1 and F2 = 1. Hence the first 12 terms will be: F1 = 1 F2 = 1 F3 = 2 F4 = 3 F5 = 5 F6 = 8 F7 = 1...
分类:其他好文   时间:2015-06-02 00:33:24    阅读次数:168
LinQ to SQL
LinQ to SQLLinQ - 集成化查询语言。 LinQ to SQL ——查询SQLServer数据库 LinQ to Object —— 查询内存中的集合ORM思想:O - R - MObject 对象——实体类Relation 关系数据库——数据库中的表Mapping 映射——把类和表;...
分类:数据库   时间:2015-06-01 16:16:07    阅读次数:185
PowerDesigner 15及破解补丁下载、说明
PowerDesign是Sybase推出的主打数据库设计工具。PowerDesign致力于采用基于Entiry-Relation的数据模型,分别从概念数据模型(Conceptual Data Model)和物理数据模型(Physical Data Model)两个层次对数据库进行设计...
分类:其他好文   时间:2015-05-29 12:23:04    阅读次数:105
Neo4j:Data Model Transformation:From Relation To Graph
Here are some tips that help you with the transformation:Each entity table is represented by a label on nodesEach row in a entity table is a nodeColum...
分类:其他好文   时间:2015-05-23 12:54:42    阅读次数:89
Cypher语言学习笔记
一、简介Cypher语言是在学习Neo4j时用到数据库操作语言(DML),涵盖对图数据的增删改查,跟SQL有较大不同,本文仅记录一些要点备查二、详述1、基本概念Neo4j中不存在表的概念,只有两类:节点(Node)和关联(Relation),可以简单理解为图里面的点和边,在数据查询中,节点一般用..
分类:编程语言   时间:2015-05-22 19:30:41    阅读次数:279
Window Position
IE, Safari, Opera, and Chrome all provide screenLeft and screenTop properties that indicate the window's location in relation to the left and top of.....
分类:Windows程序   时间:2015-05-19 18:25:51    阅读次数:210
PetaPoco入门(一)
1. ORM概括1.1. ORM简介ORM 对象-关系映射(Object/Relation Mapping,简称ORM),是随着面向对象的软件开发方法发展而产生的。面向对象的开发方法是当今企业级应用开发环境中的主流开发方法,关系数据库是 企业级应用环境中永久存放数据的主流数据存储系统。对象和关系数据...
分类:其他好文   时间:2015-05-14 00:48:51    阅读次数:157
392条   上一页 1 ... 29 30 31 32 33 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!