/* Copyright 2018 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License ...
分类:
其他好文 时间:
2020-03-18 15:25:15
阅读次数:
69
Given a string s and a string t, check if s is subsequence of t. You may assume that there is only lower case English letters in both s and t. t is po ...
分类:
其他好文 时间:
2020-03-18 11:13:53
阅读次数:
47
Given a string S, count the number of distinct, non-empty subsequences of S . Since the result may be large, return the answer modulo 10^9 + 7. Exampl ...
分类:
其他好文 时间:
2020-03-18 09:38:23
阅读次数:
52
yum执行安装命令报错 1.yum安装时,需要确定安装源,安装源的配置在/etc/yum.repos.d/中,每个源对应一个文件(以.repo为后缀),如果只配置了本地源,而此时安装光盘(即ISO文件)没有挂载的话自然无法找到安装文件 此时要么挂载ISO至指定目录,要目就配置新的网络安装源 2.新建 ...
分类:
其他好文 时间:
2020-03-17 12:39:23
阅读次数:
112
maven由于他的约定大于配置,我们之后可以能遇到我们写的配置文件,无法被导出或者生效的问题,解决方法: <build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.prop ...
分类:
移动开发 时间:
2020-03-16 19:15:04
阅读次数:
89
什么是限流?为什么要限流 通俗的来讲,一根管子往池塘注水,池塘底部有一个口子往外出水,当注水的速度过快时,池塘的水会溢出,此时,我们的做法换根小管子注水或者把注水管子的口堵住一半,这就是限流,限流的目的就是为了防止池塘的水溢出,放在软件开发中,一台硬件的CPU和内存总归是有限的,能处理的请求量是有一 ...
分类:
其他好文 时间:
2020-03-16 15:11:17
阅读次数:
59
/ Returns the number of mappings. This method should be used instead of {@link size} because a ConcurrentHashMap may contain more mappings than can be ...
分类:
其他好文 时间:
2020-03-16 12:49:25
阅读次数:
48
Given a non-negative integer represented as non-empty a singly linked list of digits, plus one to the integer. You may assume the integer do not conta ...
分类:
其他好文 时间:
2020-03-15 13:27:25
阅读次数:
48
情态动词+完成时 (1)“情态动词+have + done过去分词.” a. 表达过去事实。 b. 推测的含义,比如可能已经这样,或者一定这样了。表猜测 (但助动词should例外)。 1. He can/could have arrived. 他可能已经到了。 2. He may/might ha ...
分类:
其他好文 时间:
2020-03-14 23:38:29
阅读次数:
72
Implement a MyCalendar class to store your events. A new event can be added if adding the event will not cause a double booking. Your class will have ...
分类:
其他好文 时间:
2020-03-14 13:06:36
阅读次数:
50