出现问题: Column count of mysql.user is wrong. Expected 43, found 42. Created with MySQL 50518, now running 50641. Please use mysql_upgrade to fix this er ...
分类:
数据库 时间:
2018-09-20 01:15:05
阅读次数:
557
# Redis configuration file example # Note on units: when memory size is needed, it is possible to specifiy # it in the usual form of 1k 5GB 4M and so ... ...
分类:
其他好文 时间:
2018-09-18 17:22:48
阅读次数:
120
https://opensource.com/article/18/8/publish-wordpress-static-gitlab-pages-site A long time ago, I set up a WordPress blog for a family member. There a ...
分类:
其他好文 时间:
2018-09-14 12:02:26
阅读次数:
322
序列太简单了,每次对于后面一半进行操作,使之变成前一半就行了。 i个数需要操作的次数 f(i)=f(i/2)+1 代码如下: ...
分类:
其他好文 时间:
2018-09-06 00:04:14
阅读次数:
121
UnpooledHeapByteBuf 是基于堆内存进行内存分配的字节缓冲区,没有基于对象池技术实现,这意味着每次I/O的读写都会创建一个新的UnpooledHeapByteBuf,频繁进行大块内存的分配和回收对性能会造成一定的影响,但是对比与堆外内存的申请和释放,它的成本会低一些。 相对与Pool ...
分类:
Web程序 时间:
2018-09-03 13:54:43
阅读次数:
313
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