forked from untu/files.monhouse.tech
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdictionary.html
244 lines (191 loc) · 10.5 KB
/
dictionary.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Monhouse - Technologies of Monitoring and Management</title>
<meta name="description" content="Monhouse - Technologies of Monitoring and Management">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="bmm2017/css/bootstrap.min.css">
<link rel="stylesheet" href="bmm2017/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="bmm2017/css/animate.min.css">
<link rel="stylesheet" href="bmm2017/css/easy-responsive-tabs.min.css">
<link rel="stylesheet" href="bmm2017/css/tabs.css">
<link rel="stylesheet" href="bmm2017/css/templatemo-style.css">
<link rel="stylesheet" href="bmm2017/js/Gallery-2.25.2/css/blueimp-gallery.css">
<link rel="stylesheet" href="bmm2017/js/Gallery-2.25.2/css/blueimp-gallery-indicator.css">
<link rel="stylesheet" href="bmm2017/js/Gallery-2.25.2/css/blueimp-gallery-video.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet">
<script src="bmm2017/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<!-- <link rel="stylesheet" href="bmm2017/css/font-awesome.min.css"> -->
<style type="text/css">
li span a div { color: #f78b26;}
.home-container {
background-color: #252727;
color: #ccc;
margin-top: 5%;
}
li, .resp-tab-item, .resp-tab-active { background-color: #ccc; }
h1, h2, h3, h4, h5, h6 { color: #ccc; }
p {
-moz-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
text-align: justify;
}
a {
color: #ffffff;
}
a:hover, a:focus {
color:#f78927;
}
</style>
</head>
<body class="image-bg">
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Laoding page -->
<div class="preloader">
<div class="spinner">
<div class="dot1"></div>
<div class="dot2"></div>
</div>
</div>
<!-- End Laoding page -->
<!-- Begin HorizontalTab style 6 -->
<section class="section-full">
<div class="container">
<div class="row">
<!-- Begin .HorizontalTab -->
<div class="VerticalTab VerticalTab_hash_scroll VerticalTab_6 tabs_ver_6" style="float: left">
<div class="col-md-9 resp-tabs-container hor_1 tabs_scroll">
<div class="fc-tab-0">
<div class="home-container col-md-12" >
<div class="row" >
<div class="col-md-12" style="margin-top: 1px; ">
<h3>Мониторинговый словарь</h2>
<p>
Почему бы не сделать толковый терминологический словарь?
</p>
<br>
<h4>Mean Time to Innocence (MTTI)</h4>
<p>
Среднее время поиска причины возникших проблем в смешанном инфраструктурном окружении. В условиях предоставления сервиса, предоставлямого с использованием оборудования и каналов связи нескольких юридических лиц или подразделений, с использованием программно-аппаратных комплексов различных производителей, поиск причин сбоя может занимать длительное время. MTTI метрика, характеризующее среднее время идентификации причин в подобных ситуациях.
</p>
<p>
Предложения пишите в <a href=https://t.me/monhouse_tech>Телеграм канал</a>.
</p>
<div id="wpac-rating" style="
background-color: #ccc;
margin-left: -15px;
margin-right: -15px;
margin-top: 25px;
padding: 5px;
color: #252727;
"></div>
<script type="text/javascript">
wpac_init = window.wpac_init || [];
wpac_init.push({widget: 'Rating', id: 7609});
(function() {
if ('WIDGETPACK_LOADED' in window) return;
WIDGETPACK_LOADED = true;
var mc = document.createElement('script');
mc.type = 'text/javascript';
mc.async = true;
mc.src = 'https://embed.widgetpack.com/widget.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(mc, s.nextSibling);
})();
</script>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-offset-1 col-md-2 col-xs-3" style="padding: 0; margin-top: 10%;">
<ul class="resp-tabs-list hor_1">
<lh>
<div style="margin-top: -80px; margin-bottom: 40px;">
<h2><a href=/>Monitoring Technologies House
<br><i class="fas fa-home"></i></a></h2>
</div>
</lh>
<li><span class="tabs-text">
<a href="dictionary.html">
<div> Словарь </div>
</a>
</span>
</li>
<li><span class="tabs-text">
<a href="bmm2017/">
<div> BMM2017 </div>
</a>
</span>
</li>
<li class="english-version">
<span class="tabs-text">
<a class="english-version-link" href="/">
<div> WELCOME </div>
</a>
</span>
</li>
</ul>
</div>
</div>
<!-- End .HorizontalTab -->
</div>
</div>
</section>
<!-- End HorizontalTab style 6 -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="bmm2017/js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="bmm2017/js/vendor/bootstrap.min.js"></script>
<script src="bmm2017/js/plugins.js"></script>
<script src="bmm2017/js/main.js"></script>
<script src="bmm2017/js/jquery.nicescroll.min.js"></script>
<script src="bmm2017/js/easyResponsiveTabs.js"></script>
<script src="bmm2017/js/Gallery-2.25.2/js/jquery.blueimp-gallery.min.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
<script type="text/javascript">
// $(function() {
// console.log($('li').css());
// $('li').css( "background-color", "#ccc" );
// });
</script>
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter45079078 = new Ya.Metrika({
id:45079078,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = "https://mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/45079078" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</body>
</html>