总结: 1、redis提供几种持久化机制: a). RDB持久化 工作方式 :根据时间的间隔将redis中数据快照(dump)到dump.rdb文件 优势 :备份恢复简单。RDB通过子进程完成持久化工作,相对比AOF启动效率高 劣势 :服务器故障会丢失几分钟内的数据 b). AOF持久化 工作方式 ...
分类:
其他好文 时间:
2017-12-16 23:16:38
阅读次数:
342
Luadoc http://keplerproject.github.io/luadoc/ Overview LuaDoc is a documentation generator tool for Lua source code. It parses the declarations and do ...
分类:
其他好文 时间:
2017-11-10 01:41:23
阅读次数:
196
开箱 随附机打发票和唯品会的出货单。 封装贴纸是一次性的,因为撕开会留痕迹。就是不知道整个外封塑纸会不会换掉呢 ,只能看唯品会的良心了。 完美开封 熟悉的阻尼感开盖。也是熟悉的字:Designed by Apple California 并没有什么用的文字介绍。 看起来像无线的耳机。使用下来,耳机、 ...
分类:
移动开发 时间:
2017-11-02 16:13:03
阅读次数:
226
This blog will show how to display a menu we designed in a dialog. 1.Insert a new dialog& a new menu in resourse view. dialog: menu: 2.Set their IDs t ...
分类:
编程语言 时间:
2017-10-28 12:37:54
阅读次数:
143
Being unique is so important to people on Mars that even their lottery is designed in a unique way. The rule of winning is simple: one bets on a numbe ...
分类:
其他好文 时间:
2017-10-23 21:40:11
阅读次数:
151
For a web developer, it is very important to know how to design a web page's size. So, given a specific rectangular web page’s area, your job by now i ...
分类:
其他好文 时间:
2017-10-19 12:31:30
阅读次数:
134
ceph简介 ceph是业界目前人气最高的开源存储项目之一,关于其定义在官网是这样的:“Ceph is a unified, distributed storage system designed for excellent performance, reliability and scalabil ...
分类:
其他好文 时间:
2017-10-16 16:55:19
阅读次数:
172
BLEU is designed to approximate human judgement at a corpus level, and performs badly if used to evaluate the quality of individual sentences. https:/ ...
分类:
其他好文 时间:
2017-09-19 18:58:30
阅读次数:
115
HTML 布局 使用 <div> 元素的 HTML 布局 注释:<div> 元素常用作布局工具,因为能够轻松地通过 CSS 对其进行定位。 这个例子使用了四个 <div> 元素来创建多列布局: 实例 <body> <div id="header"> <h1>City Gallery</h1> </d ...
分类:
Web程序 时间:
2017-09-18 15:03:12
阅读次数:
196
题意 给一张无向连通图, 每条边可能是黑边或白边, 问是否存在一种生成树构造使得树上黑边数量 = 白边数量 ? $1\le n,m\le 100000$ . 分析 我们可以把 黑边 当做 权值为1的边 , 白边 当做 权值为0的边 . 这样如果存在一种生成树构造, 使得树上黑边数量 = 白边数量 , ...
分类:
其他好文 时间:
2017-09-12 09:59:15
阅读次数:
215