HTML知识 目录 一、什么是HTML? 二、为什么用HTML? 三、HTML基础语法 正文 前情: F12下百度网页: 标签<> </> 一个标签,由标签名跟属性构成 标签里面的标签:子标签、下属标签 header:表示<html></html>这个标签的主体信息/摘要信息 body:请求的内容, ...
分类:
Web程序 时间:
2020-07-08 01:19:00
阅读次数:
84
import pytest class TestCase(): def setup_class(self): print("setup_class:所有用例执行之前") def setup_method(self): print("setup_method: 每个用例开始前执行") def tear ...
分类:
编程语言 时间:
2020-07-07 20:29:29
阅读次数:
106
import requests from prometheus_client import Gauge,Counter, generate_latest from prometheus_client.core import CollectorRegistry from flask import Re ...
分类:
其他好文 时间:
2020-07-07 11:41:53
阅读次数:
74
https://luanlengli.github.io/2019/05/01/Prometheus%E6%90%AD%E5%BB%BA%E7%AE%80%E5%8D%95%E7%9A%84%E7%9B%91%E6%8E%A7%E5%91%8A%E8%AD%A6%E7%B3%BB%E7%BB%9F. ...
分类:
其他好文 时间:
2020-07-06 19:38:55
阅读次数:
38
1、beforeCreate: 创建Vue实例之前(只有默认的一些生命周期和默认的一些事件,data和methods还没有被初始化) 2、Create: 数据已经在data方法中初始化了,计算属性,事件回调都已经完成,只不过dom并未挂载挂载之前回进行得操作会找是否有需要挂载得el对象,有的话判断是 ...
分类:
其他好文 时间:
2020-07-06 16:24:41
阅读次数:
108
B - Brexit Negotiations https://vjudge.net/problem/Gym-102483B 描述: As we all know, Brexit negotiations are on their way—but we still do not know wheth ...
分类:
其他好文 时间:
2020-07-06 12:29:36
阅读次数:
66
配置node_exporter 下载解压 root@VM-0-3-ubuntu:~$ wget -c https://github.com/prometheus/node_exporter/releases/download/v0.18.1/node_exporter-0.18.1.linux-am ...
分类:
其他好文 时间:
2020-07-05 23:23:43
阅读次数:
125
AR1配置 interface Eth-Trunk1 undo portswitch # interface GigabitEthernet0/0/0 eth-trunk 1 # interface GigabitEthernet0/0/1 eth-trunk 1 SW1配置 interface E ...
分类:
其他好文 时间:
2020-07-05 19:18:58
阅读次数:
141
拦截器:和过滤器用途基本类似 SpringBoot2.X新版本配置拦截器 implements WebMvcConfigure 自定义拦截器 HandlerInterceptor preHandle:调用Controller某个方法之前 postHandle:Controller之后调用,视图渲染之 ...
分类:
编程语言 时间:
2020-07-05 17:26:07
阅读次数:
81
本配置是按照博主本人的喜好来写的 可根据自己的喜好进行改编 摘自https://www.cnblogs.com/shengy/p/7478287.html """"""""""""""""""""""""""""""""""""" ...
分类:
系统相关 时间:
2020-07-05 15:50:26
阅读次数:
104