Description The most important part of a GSM network is so called Base Transceiver Station (BTS). These transceivers form the areas called cells (this ...
分类:
其他好文 时间:
2018-09-01 20:29:34
阅读次数:
129
随着公司业务增大,zabbix+脚本监控已经不能满足需求,经过一段时间的研究发现prometheus+grafana+consul+supervisor非常不错,supervisor托管非daemod进程,动态注册到consul中,prometheus通过targets发现consul中的服务,Gr ...
分类:
其他好文 时间:
2018-08-23 19:30:07
阅读次数:
1885
本文转自:https://weblog.west-wind.com/posts/2013/Dec/22/Entity-Framework-and-slow-bulk-INSERTs I’ve been working on an internal project where I needed to ...
分类:
其他好文 时间:
2018-08-20 18:59:49
阅读次数:
193
决定把掌握不熟练或是模型见的少的知识点在这里列一列 希望能在自己AFO前成功get技能点吧…… 数据结构 1.fhq Treap/非旋式Treap (然而好像巨慢无比……) 2.替罪羊树 3.KD-Tree 4.可并堆 5.可持久化并查集 6.各种毒瘤向的可持久化(可持久化平衡树/可并堆),就当涨见 ...
分类:
其他好文 时间:
2018-08-17 21:31:32
阅读次数:
139
本文有些长,贴的源码较多,请各位看官自备花生瓜子啤酒饮料矿泉水小板凳,且听我慢慢道来。 Java面试都会问集合,集合必问HashMap,CurrentHashMap,后面的套路就肯定会问多线程、线程安全等等,今天就来学习下HashMap,不对,是补习下。 1、HasMap的属性 先看下HashMap ...
分类:
编程语言 时间:
2018-08-17 01:23:24
阅读次数:
169
1. Air Pollution Forecasting In this tutorial, we are going to use the Air Quality dataset. This is a dataset that reports on the weather and the leve ...
分类:
其他好文 时间:
2018-08-14 17:12:08
阅读次数:
464
C. Elections As you know, majority of students and teachers of Summer Informatics School live in Berland for the most part of the year. Since corrupti ...
分类:
其他好文 时间:
2018-08-12 21:48:20
阅读次数:
237
原文:https://www.cnblogs.com/ppes/p/9462063.html 官网的定义: Ellipsis expand to the number of : objects needed to make a selection tuple of the same length a ...
分类:
其他好文 时间:
2018-08-12 15:47:49
阅读次数:
295
Authorize by ClaimIdentity by Owin 1. Package needed Owin Microsoft.Owin.Security.OAuth Microsoft.Owin.Security.Cookies Microsoft.Owin Microsoft.AspNe ...
问题描述: 在安装maven之后,输入:mvn --version进行查询,结果是: The JAVA_HOME environment variable is not defined correctly.This environment variable is needed to run this ...
分类:
编程语言 时间:
2018-08-05 15:22:47
阅读次数:
2110