说明:多个tomcat容器,同时启动和关闭,每个docker容器的网络管理使用pipework控制.此脚本用来管理多个容器的创建,删除,启动和关闭.使用者可自行修改.#!/bin/bash
#chkconfig:23451190
#description:Docker$Name
BEGIN=1
END=4
Name=api
Host="$Name"
Mem=2048m
Container_web_DI..
分类:
系统相关 时间:
2015-12-17 14:24:44
阅读次数:
238
MySQL支持数个存储引擎作为对不同表的类型的处理器,MySQL存储引擎包括处理事务安全表的引擎和处理非事务安全表的引擎:MyISAM管理非事务表。它提供高速存储和检索,以及全文搜索能力。MyISAM在所有MySQL配置里被支持,它是默认的存储引擎,除非你配置MySQL默认使用另外一个引擎· MEM...
分类:
数据库 时间:
2015-12-17 12:44:10
阅读次数:
178
blog宗旨:用图说话辅助文字说明:1.调用形式:在Client中使用component.method();2.使用范围:具有相同结构的聚合、组合。举例:生成条件语句:when avg(cpu) > 60% or avg(mem) > 70% for 3 min then do scale up,对...
分类:
其他好文 时间:
2015-12-16 09:34:26
阅读次数:
209
链剖,应该用这道来入门啊= =,只顾下传标记就行。。 1 #include 2 #define inc(i,l,r) for(i=l;i=r;i--) 4 #define link(x) for(edge *j=h[x];j;j=j->next) 5 #define mem(a) memse...
分类:
其他好文 时间:
2015-12-13 18:38:57
阅读次数:
164
继续链剖线段树不熟了。。。没注意用LL 1 #include 2 #define inc(i,l,r) for(i=l;i=r;i--) 4 #define link(x) for(edge *j=h[x];j;j=j->next) 5 #define mem(a) memset(a,0,s...
分类:
其他好文 时间:
2015-12-12 20:19:51
阅读次数:
173
颓废1个月。。。开始学链剖了。。 1 #include 2 #define inc(i,l,r) for(i=l;i=r;i--) 4 #define link(x) for(edge *j=h[x];j;j=j->next) 5 #define mem(a) memset(a,0,size...
分类:
其他好文 时间:
2015-12-12 15:20:31
阅读次数:
171
Atitit.软件GUIbutton和仪表板(01)--警报系统--1.温度报警防区(鲁大师,360taskman) 12.os-区-----cpu_mem_io资源占用监測 13.Vm区 14.db数据库 25.platform子系统监測 21.温度报警区(鲁大师,360taskman)Cpu温度...
分类:
其他好文 时间:
2015-12-12 13:57:00
阅读次数:
144
假设每次查询不是整个长度,但[x, y]此时间间隔。。闲来无事写的,感觉是正确的。这将成为合并范围。#include #include #include #include #include #include #define mem(f) memset(f,0,sizeof(f))#define M ...
分类:
其他好文 时间:
2015-12-10 21:46:35
阅读次数:
159
一、开篇1.Linux 描述的电源状态- On(on) S0 - Working- Standby (standby) S1 - CPU and RAM are powered but not executed-Suspend to RAM(mem) S3 - RA...
分类:
移动开发 时间:
2015-12-09 18:56:20
阅读次数:
727
HTML jsbinaryXHR.js/** BinaryFile over XMLHttpRequest* Part of the javascriptRRD package* Copyright (c) 2009 Frank Wuerthwein, fkw...
分类:
Web程序 时间:
2015-12-09 00:05:33
阅读次数:
278