概念背景 现实世界中的实体被看成对象,对象之间可能存在着联系或关系,基于对象之间可能存在的关系,引入了对象关系的概念。 对象关系的定义 对象之间存在的关系称为对象关系。 对象关系的分类 根据对象之间存在的关系的性质,对象关系分为 1)关联关系 2)聚合关系 3)继承关系 其中聚合关系又可分为 1)组 ...
分类:
其他好文 时间:
2019-04-01 01:10:04
阅读次数:
172
Given a balanced parentheses string , compute the score of the string based on the following rule: has score 1 has score , where A and B are balanced ...
分类:
其他好文 时间:
2019-04-01 01:02:23
阅读次数:
146
nova的常用命令 nova list #列举当前用户所有虚拟机 nova show ID #列举某个虚机的详细信息 nova delete ID #直接删除某个虚机 nova service-list #获取所有服务列表 nova image-list #获取镜像列表 nova flavor-li ...
分类:
其他好文 时间:
2019-03-28 15:32:11
阅读次数:
236
1. 前言 最近重温了《Framework Design Guidelines》。 《Framework Design Guidelines》中文名称为《.NET设计规范 约定、惯用法与模式》,简介如下: 数千名微软精锐开发人员的经验和智慧,最终浓缩在这本设计规范之中。与上一版相比,书中新增了许多评 ...
分类:
其他好文 时间:
2019-03-27 09:21:09
阅读次数:
135
参考 https://docs.opencv.org/3.2.0/d3/d14/tutorial_ximgproc_disparity_filtering.html // This file is part of OpenCV project. // It is subject to the lic ...
分类:
其他好文 时间:
2019-03-26 15:26:18
阅读次数:
169
今天,我们将向你展示使用不同的方法来修改主机名。你可以从中选取最适合你的方法。 -- Magesh Maruthamuthu 昨天我们已经在我们的网站中写过 如何在 Linux 中修改主机名的文章 。今天,我们将向你展示使用不同的方法来修改主机名。你可以从中选取最适合你的方法。 使用 systemd ...
分类:
系统相关 时间:
2019-03-25 19:16:32
阅读次数:
230
部署win服务时,经常会出现类似下面的错误,错误模块名称: KERNELBASE.dll。日志名称: Application 来源: Application Error 日期: 2014/5/21 14:14:33 事件 ID: 1000 任务类别: (100) 级别: 错误 关键字: 经典 用户: ...
分类:
其他好文 时间:
2019-03-24 09:20:57
阅读次数:
109
Given a binary tree, you need to compute the length of the diameter of the tree. The diameter of a binary tree is the length of the longest path betwe ...
分类:
其他好文 时间:
2019-03-20 11:44:09
阅读次数:
150
v-bind 缩写 v-on 缩写 计算属性 我们可以将同一函数定义为一个方法而不是一个计算属性。两种方式的最终结果确实是完全相同的。然而,不同的是计算属性是基于它们的依赖进行缓存的。只在相关依赖发生改变时它们才会重新求值。这就意味着只要 message 还没有发生改变,多次访问 reversedM ...
分类:
其他好文 时间:
2019-03-20 01:00:09
阅读次数:
184