数据库的分类 2.2.1关系型数据库(RDBMS:relative database manager system) 特点: (1)表与表之间有关系 (2)有行有列(和Excel类似) (3)是通过SQL语句去操作数据库 比较有名代表: MySQL:免费,开源 Oracle:甲骨文,收费,大型公司, ...
分类:
数据库 时间:
2021-04-16 11:47:17
阅读次数:
0
虚拟化--虚拟化是由虚拟机和多个节点分布式存储资源池相结合组成一个融合系统。 超融合--超融合是将分散的存储资源形成统一的存储池,而后再提供给Hypervisor用于创建应用虚拟机。 融合存储-利用服务器本身的存储 存储虚拟化-云存储 虚拟化-cpu 内存 用第三方存储 Kvm--硬件上,安装软件, ...
分类:
其他好文 时间:
2021-04-16 11:40:31
阅读次数:
0
oslo.vmware是OpenStack通用框架中的一部分,主要用于实现对虚拟机的管理任务,借助oslo.vmware模块我们可以管理Vmware ESXI集群环境。 读取所有节点主机 from oslo_vmware import api from oslo_vmware import vim_ ...
分类:
编程语言 时间:
2021-04-15 12:46:59
阅读次数:
0
1、先对系统生成的Fragment改造成更直观的,比如这种 public class DashboardFragment extends Fragment { private DashboardViewModel dashboardViewModel; public View onCreateVie ...
分类:
移动开发 时间:
2021-04-15 12:40:48
阅读次数:
0
在制作XenServer 实验之时,在教室里连接XenServer很正常,但是在关机之后再次连接就不能连接上了。 一开始我以为是虚拟网络编辑器的问题,还原了几次配置后都不可以,后来打开其他虚拟机,发现其他虚拟机ping通主机,主机却ping不通虚拟机。 于是去百度,百度到是网卡又问题,只要重启网卡就 ...
分类:
系统相关 时间:
2021-04-14 12:08:13
阅读次数:
0
创建db.properties配置文件,将所需内容写入 db.properties driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/mybatis?useUnicode=true&characterEncoding=utf-8 ...
分类:
其他好文 时间:
2021-04-14 12:02:31
阅读次数:
0
Debian软件包通常为预编译的二进制格式的扩展名".deb",类似rpm文件,因此安装快速,无需编译软 件。包文件包括特定功能或软件所必需的文件、元数据和指令 dpkg:package manager for Debian,类似于rpm, dpkg是基于Debian的系统的包管理器。可 以安装,删 ...
分类:
系统相关 时间:
2021-04-13 12:54:26
阅读次数:
0
1. vi /etc/my.cnf 2. update mysql.user set authentication_string=password('123456') where user='root' and host='localhost'; 3. FLUSH PRIVILEGES; ...
分类:
数据库 时间:
2021-04-12 12:44:01
阅读次数:
0
You are the manager of a basketball team. For the upcoming tournament, you want to choose the team with the highest overall score. The score of the te ...
分类:
其他好文 时间:
2021-04-10 13:19:16
阅读次数:
0
1.安装依赖的软件包 opkg install shadow-common opkg install shadow-useradd 2、搭建samba服务器 opkg update opkg install samba36-server opkg install luci-app-samba opk ...
分类:
其他好文 时间:
2021-04-10 13:08:52
阅读次数:
0