Redis persistence, RDB, AOF
分类:
其他好文 时间:
2018-07-19 13:42:02
阅读次数:
128
wang@ubuntu:~$ [sudo] password for wang: Disk /dev/loop0: 18.4 MiB, 19243008 bytes, 37584 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (l ...
分类:
系统相关 时间:
2018-07-06 11:24:44
阅读次数:
617
product_list = [ ('Mac', 9000), ('kindle', 800), ('tesla', 900000), ('python book', 105), ('bike', 2000) ] saving = input('please input your saving:')... ...
分类:
其他好文 时间:
2018-06-17 23:23:26
阅读次数:
236
#商品清单product_list =[ ('Mac',9000), ('kindle',800), ('tesla',900000), ('python book',105), ('bike',2000),]#用户输入金额saving=input('please input your saving ...
分类:
其他好文 时间:
2018-06-01 22:17:56
阅读次数:
159
Problem Description 话说上回讲到海东集团面临内外交困,公司的元老也只剩下XHD夫妇二人了。显然,作为多年拼搏的商人,XHD不会坐以待毙的。 一天,当他正在苦思冥想解困良策的时候,突然想到了自己的传家宝,那是公司成立的时候,父亲作为贺礼送来的一个锦囊,徐父当时交代,不到万不得已的时 ...
分类:
其他好文 时间:
2018-05-31 02:29:04
阅读次数:
133
To quit the vi editor without saving any changes you've made If you are currently in insert or append mode, press Esc . Press : (colon). The cursor sh ...
分类:
其他好文 时间:
2018-05-17 23:15:17
阅读次数:
200
python常用模块之time&datetime模块 在平常的代码中,我们经常要与时间打交道。在python中,与时间处理有关的模块就包括:time和datetime,下面分别来介绍: 在开始之前,首先要说明有以下几种方式来表示时间: 1.时间戳 2.格式化的时间字符串(时间对象) 3.元组(str ...
分类:
编程语言 时间:
2018-05-09 15:04:02
阅读次数:
205
只有在ret probe函数中,在这个函数中才会使用@entry函数去提取变量 是因为ret probe 有什么特殊的吗?在中间这个变量会变化吗? A new operator, @entry, is available for automatically saving an expression ...
分类:
其他好文 时间:
2018-05-09 01:19:42
阅读次数:
173
This time let us consider the situation in the movie "Live and Let Die" in which James Bond, the world's most famous spy, was captured by a group of d ...
分类:
其他好文 时间:
2018-05-05 15:30:38
阅读次数:
353
其它pta数据结构编程题请参见:pta 题目 和简单版本不同的是,简单版本只需判断能否到达岸边,而这个版本要求求出最少跳数的路径。 简单版本用dfs实现,而这道题用BFS实现。 注意: 岛半径为7.5,而不是15。另外注意一步跳到岸边的情况。 ...
分类:
其他好文 时间:
2018-05-03 19:50:47
阅读次数:
209