我们都知道军队里,哨兵的角色很重要,敌人来了先把哨兵解决了。猴子,在企业网站 架构里,这个监控系统就相当于哨兵的作用,监控系统非常重要。体检。。 监控系统都需要监控: 1、本地资源:负载uptime, CPU(top,sar), 磁盘(df h),内存(free swap ),lO(iostat), ...
分类:
移动开发 时间:
2020-01-30 09:41:25
阅读次数:
89
#include <bits/stdc++.h> using namespace std; const int maxn = 1010; int n,m,e; int vis[maxn][maxn]; int ask[maxn]; int cnt, ans; int matched[maxn]; b ...
分类:
其他好文 时间:
2020-01-29 18:19:17
阅读次数:
72
The multiplication puzzle is played with a row of cards, each containing a single positive integer. During the move player takes one card out of the r ...
分类:
其他好文 时间:
2020-01-29 16:01:52
阅读次数:
70
#include<math.h> #include<iomanip> //setprecision头文件 #include<stdio.h> #include<iostream> #include<algorithm> #include<string.h> #include<queue> using ...
分类:
其他好文 时间:
2020-01-29 12:15:57
阅读次数:
51
一、docker发展史 为什么要学习容器? 在openstack之后,目前互联网最火热的技术莫过于docker容器了,早在2015年,京东技术备战双11就是使用了10万+Docker,这两年docker更是如日中天。docker只是容器的一种,在学习docker之前,我有必要先了解一下什么是容器?有 ...
分类:
其他好文 时间:
2020-01-29 01:05:12
阅读次数:
74
装饰器模式 为对象添加新功能 不改变其原有的结构和功能 传统 UML 类图 javascript 中的装饰器 装饰类 装饰器原理 装饰类 mixin 示例 装饰方法 one javascript function readonly(target, name, descriptor) { // des ...
分类:
编程语言 时间:
2020-01-28 22:52:31
阅读次数:
156
下载地址: http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html?ssSourceSiteId=otncn 1.下载完之后解压 2.点击setup.ex ...
分类:
数据库 时间:
2020-01-28 21:27:01
阅读次数:
785
连接与线程查看连接信息showprocesslist+----+------+------------------+------+---------+------+----------+------------------+|Id|User|Host|db|Command|Time|State|Info+----+------+------------------+------+---------
分类:
数据库 时间:
2020-01-28 21:15:14
阅读次数:
79
[TOC] 内置类型转换 可直接查看变量类型 补充: 数学 分数 复数 1. complex(real,imag) 2. j为虚数单位,如2+3j 字符串 "成员函数" : 返回全部转换为大写的原字符串 : 返回全部转换为小写的原字符串 : 返回句首字母大写的原字符串 : 返回每个单词的首字母大写的 ...
分类:
编程语言 时间:
2020-01-28 19:11:59
阅读次数:
92
#include<iostream> #include<cstring> #include<cstdio> #include<string> #include<cmath> using namespace std; const int INF=0x3f3f3f3f; const int MAXN=( ...
分类:
其他好文 时间:
2020-01-28 17:52:40
阅读次数:
61