第一part:Excel文件的介绍 Microsoft Excel是Microsoft为使用Windows和Apple Macintosh操作系统的电脑编写的一款电子表格软件。 excel文档的基本定义工作薄(workbook)工作表(sheet)活动表(active sheet)行(row): 1 ...
分类:
编程语言 时间:
2020-11-27 11:08:02
阅读次数:
8
1.多配置文件,其中application.properties中的spring.profiles.active能够灵活的切换使用环境 application.properties spring.mvc.view.prefix=/WEB-INF/jsp/ spring.mvc.view.suffix ...
分类:
编程语言 时间:
2020-11-26 15:24:02
阅读次数:
14
[oracle@wallet01 ~]$ cat /home/oracle/script/full_backup.sh #!/bin/bash if [ -f ~/.bash_profile ]; then . ~/.bash_profile fi export SH_HOME=/home/orac ...
分类:
数据库 时间:
2020-11-26 15:19:56
阅读次数:
23
(数据库DataBase,DB)是一个长期存储在计算机内的、有组织的、有共享的、统一管理的数据集合,在关系数据库中,数据库表是一系列二维数组的集合。 数据定义语言(DDL):DROP、CREATE、ALTER 数据操作语言(DML):INSERT、UPDATE、DELETE 数据查询语言(DQL): ...
分类:
数据库 时间:
2020-11-26 14:53:45
阅读次数:
8
1、把主键定义为自动增长标识符类型 MySql 在mysql中,如果把表的主键设为auto_increment类型,数据库就会自动为主键赋值。例如: create table customers(id int auto_increment primary key not null, name var ...
分类:
数据库 时间:
2020-11-26 14:09:06
阅读次数:
11
一、增加计算节点需要步骤 1:配置yum源 2:时间同步 3:安装openstack基础包 4:安装nova-compute 5:安装neutron-linuxbridge-agent 6:启动服务nova-compute和linuxbridge-agent 7:验证 二、增加计算节点实战 1. 配 ...
分类:
其他好文 时间:
2020-11-25 12:44:41
阅读次数:
4
JavaScript练习 1.模态框 <!doctype html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, i ...
分类:
编程语言 时间:
2020-11-24 13:02:51
阅读次数:
19
[root@wallet01 ~]# su - grid [grid@wallet01 ~]$ crsctl check cluster -all ************************************************************** wallet01: CRS ...
分类:
数据库 时间:
2020-11-24 12:43:06
阅读次数:
10
二进制部署k8s集群---Flannel网络和keepalived+haproxy高可用
分类:
其他好文 时间:
2020-11-24 12:26:03
阅读次数:
7
mysql/Mariadb多实例教程:一、概述关系型数据库常见组件:数据库:database表:table行:row列:column索引:index视图:view用户:user权限privilege存储过程:procedure,无返回值存储函数:function,有返回值触发器:trigger时间调度器:eventscheduler,任务计划二、创建多实例:1、设计规划;环境检查:在一个服务器上跑
分类:
数据库 时间:
2020-11-24 12:20:23
阅读次数:
9