2021-06-06T23:44:38.735686-04:00Errors in file /u01/oracle/app/diag/rdbms/slnngk/slnngk1/trace/slnngk1_j000_972.trc:ORA-12012: error on auto execute o ...
分类:
其他好文 时间:
2021-06-07 20:53:48
阅读次数:
0
一、SpringBoot 2.x的配置方法; 1、通过spring-boot-starter-cache导入依赖; 2、spring-boot-autoconfigureCache的CacheAutoConfiguration负责全局的cache管理,RedisCacheConfiguration负 ...
分类:
编程语言 时间:
2021-06-06 19:24:05
阅读次数:
0
import configparser<!--more-->cf = configparser.ConfigParser()cf.read("config.ini", encoding='UTF-8')username=cf.get("user","username") auto=cf.get("a ...
分类:
编程语言 时间:
2021-06-06 19:16:51
阅读次数:
0
相关文件 muduo/net/http/* HttpRequst:http请求类 HttpResponse: http响应类 HttpContext: http协议解析类 HttpServer: http服务器类 作用 解析http请求,用户只需根据http请求类,设置好响应类,http服务器会把响 ...
分类:
Web程序 时间:
2021-06-06 19:11:18
阅读次数:
0
body中设置属性margin:0 auto但是效果没有显示 说明:练习rem+less+媒体查询案例时,引入两个css文件(index.css 和 normalize.css),在index.css文件中有设置body{margin: 0 auto},但是显示结果如下: 发现body并没有居中。 ...
分类:
其他好文 时间:
2021-06-06 18:43:43
阅读次数:
0
一、基本概念 1、什么是IOC? IOC(Inversion of Control)即控制反转,是指将对象的创建交给Spring框架进行处理和管理,不需要我们进行手动的对象创建和管理。 2、什么是DI? DI(Dependency Injection)即依赖注入,它是实现IOC的一种手段。 二、DI ...
分类:
编程语言 时间:
2021-06-05 17:47:21
阅读次数:
0
基础操作命令 非空约束:not null 设置默认值:default 唯一约束:unique 主键约束:primary key 主键自增:auto_increment 外键约束:foreign key 查询所有库:show databases;创建数据库:create database 库名 cha ...
分类:
数据库 时间:
2021-06-04 19:42:48
阅读次数:
0
创建表:create table people( id int primary key auto_increment not null, name varchar(10) not null, age int default 18); 创建学生表: create table students(id i ...
分类:
数据库 时间:
2021-06-04 18:53:42
阅读次数:
0
<head lang="en"> <meta charset="UTF-8"> <title></title> <style> * { padding: 0; margin: 0; } .wrap { width: 300px; margin: 100px auto 0; } table { bor ...
分类:
其他好文 时间:
2021-06-03 18:19:27
阅读次数:
0
主要涉及组件如下 Aotuscaling cloudwatch elb ec2实例 负载均衡, 弹性伸缩 监控 云主机实例 上述实例,采用ec2运行业务,运行业务过程中cloudwatch会对ec2进行监控,监控其CPU、内存等指标,如果CPU超量运行,Autoscaling会进行ec2实例自动扩容 ...
分类:
其他好文 时间:
2021-06-02 20:39:08
阅读次数:
0