Population zoj 3018 "题目链接" Population Time Limit: 10000 msMemory Limit: 32768 KB It is always exciting to see people settling in a new continent. As t ...
分类:
其他好文 时间:
2019-09-18 11:18:45
阅读次数:
101
题面 Ted is a employee of Always Cook Mushroom (ACM). His boss Matt gives him a pack of mushrooms and ask him to grade each mushroom according to its we ...
分类:
其他好文 时间:
2019-09-17 22:43:33
阅读次数:
110
写在前面的话 我们通常所用的按键开关为机械弹性开关,当机械触点断开、闭合时,由于机械触点的弹性作用,一个按键开关在闭合时不会马上稳定地接通,在断开时也不会马上断开。因而在闭合及断开的瞬间均伴随有一连串的抖动,为了避免这种现象造成的干扰而作的措施就是按键消抖。 抖动时间的长短由按键的机械特性决定,一般 ...
分类:
其他好文 时间:
2019-09-14 10:56:57
阅读次数:
102
perdestrian: n. 行人 compliment: n. 赞扬 simply: adv. 只是,仅仅 shorten: vt. 缩短 accustom: vt. 习惯 collide: v. 碰撞、抵制 invariably: adv. 一贯地 agony: n. 极度痛苦 mop: n. ...
分类:
其他好文 时间:
2019-09-04 00:21:50
阅读次数:
142
Given a binary search tree, write a function kthSmallest to find the kth smallest element in it. Note: You may assume k is always valid, 1 ≤ k ≤ BST's ...
分类:
其他好文 时间:
2019-09-03 11:32:27
阅读次数:
70
1) 命令说明: -p 9000:9000 :将容器的9000端口映射到主机的9000端口 –name myphp-fpm :将容器命名为myphp-fpm –restart always 使得容器开机随着docker服务自行启动 –link 连接到php-fpm容器 -v ~/nginx/www: ...
分类:
其他好文 时间:
2019-09-03 11:31:13
阅读次数:
91
## # Redis持久化介绍 所有的数据都存在内存中,从内存当中同步到硬盘上,这个过程叫做持久化过程。持久化操作,两种方式:rdb方式、aof方式,可以单独使用或者结合使用。 rdb持久化方法:在指定的时间间隔写入硬盘 aof方式:将以日志,记录每一个操作,服务器启动后就构建数据库。 RDB方式 ...
分类:
其他好文 时间:
2019-09-03 09:36:56
阅读次数:
83
掌握高并发、高可用架构第三章分布式本章介绍分布式架构的底层技术。主要说明面试过程中可能被问到的技术点。第四节缓存缓存穿透缓存学雪崩RedisMemcachedGuava1.缓存使用中的几个问题缓存穿透:查询缓存和数据库中一定不存在的数据时,每次查询都是直接到数据库的,这种现象称为缓存穿透此时,如果有大量的请求时,会对数据库造成直接冲击,甚至会导致崩溃缓存空数据使用BloomFilter(布隆过滤器
分类:
其他好文 时间:
2019-09-02 22:18:07
阅读次数:
113
采用docker registry镜像安装docker私服,通过https://hub.docker.com/_/registry链接搜索registry镜像 1、输入命令:docker pull registry,安装版本最新的registry镜像; 2、需要在docker配置文件中配置insec ...
分类:
其他好文 时间:
2019-08-29 13:17:48
阅读次数:
91
Easy There is a robot starting at position (0, 0), the origin, on a 2D plane. Given a sequence of its moves, judge if this robot ends up at (0, 0) aft ...
分类:
其他好文 时间:
2019-08-27 23:26:05
阅读次数:
127