我们在学习任何一个应用时,了解它的最初步骤通常是学会如何进行安装配置,后序才去关心如何使用,学习达梦数据库也是如此,而达梦数据库的安装提供了多种方式,接下来会一一介绍每种安装方式,达梦数据库支持多个操作系统平台的安装,本篇主要介绍Linux平台下的静默方式安装。
分类:
数据库 时间:
2019-11-01 20:50:11
阅读次数:
119
1. canonical form DNF 2. canonical CNF同理,找到DNF之后可以用De Morgan's Law 3. Karnaugh's Maps 4. boolean algebra 5. duality 6. beyond propositional logic seco ...
分类:
其他好文 时间:
2019-11-01 16:35:21
阅读次数:
98
今天在做ssm项目的时候出现了: 先是出现 了错误: 这是因为Dao.xml中的select标签中必须指定要返回的值的类型(注意:是返回值的单个类型,即如果你是返回一个List<User>的话,需要指定的是User) 具体的这种错误的解决办法见:https://www.cnblogs.com/ism ...
分类:
移动开发 时间:
2019-10-29 11:39:51
阅读次数:
172
There are several ancient Greek texts that contain descriptions of the fabled island Atlantis. Some of these texts even include maps of parts of the i ...
分类:
其他好文 时间:
2019-10-29 00:35:17
阅读次数:
75
原文链接:http://tecdat.cn/?p=8057 QGIS简介 GQIS是领先的免费开放源地理信息系统(GIS)应用程序。它能够进行复杂的地理数据处理和分析,还可以用于设计发布质量的数据驱动地图。 启动QGIS, 应该看到类似以下的屏幕: ? 如果您的屏幕看起来与众不同,请View>Pan ...
分类:
其他好文 时间:
2019-10-28 12:35:22
阅读次数:
128
P3371 【模板】单源最短路径(弱化版) 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int maxn = 10005; 4 struct edge { 5 int v, w; 6 }; 7 vector<edge> maps[ ...
分类:
其他好文 时间:
2019-10-26 21:23:06
阅读次数:
86
Google GMS介绍GMS全称为GoogleMobile Service。GMS目前提供有Search、Search by Voice、Gmail、Contact Sync、Calendar Sync、Talk、Maps、Street View、YouTube、Play store等apk和服务 ...
分类:
其他好文 时间:
2019-10-22 10:48:26
阅读次数:
117
应用启动过程中可能需要一些敏感信息,比如访问数据库的用户名密码或者秘钥。将这些信息直接保存在容器镜像中显然不妥,Kubernetes提供的解决方案是Secret。Secret会以密文的方式存储数据,避免了直接在配置文件中保存敏感信息。Secret会以Volume的形式被mount到Pod,容器可通过文件的方式使用Secret中的敏感数据;此外,容器也可以环境变量的方式使用这些数据。Secret可通
分类:
其他好文 时间:
2019-10-15 10:15:14
阅读次数:
102
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException: A query was run and no Result Maps were f... ...
分类:
移动开发 时间:
2019-10-14 13:05:09
阅读次数:
124
var maps = echarts.init(document.getElementById('map')); var option = { tooltip: { formatter: function(params) { var content = '', content = params.na... ...
分类:
其他好文 时间:
2019-10-11 15:20:29
阅读次数:
593