学了一个单词 enterprise 事业 企业 进取心。 男人得有进取心 有自己的事业 将自己的 事业发展为 企业。 自己 时常 浮躁 所以 把 要求降到最低 从第一个开始 以求 获得心的宁静 。 enterprise n 词 He is a man of great enterprise. 他是一 ...
分类:
其他好文 时间:
2020-04-26 20:45:04
阅读次数:
69
A - Buggy Sorting Little boy Valera studies an algorithm of sorting an integer array. After studying the theory, he went on to the practical tasks. As ...
分类:
其他好文 时间:
2020-04-26 11:23:37
阅读次数:
70
Kefa decided to celebrate his first big salary by going to the restaurant. He lives by an unusual park. The park is a rooted tree consisting of n vert ...
分类:
其他好文 时间:
2020-04-26 10:57:48
阅读次数:
62
因为之前每次都要百度 所以这次记录一下 set -g prefix C-a #修改快捷键 unbind C-b #解绑 ctrl b # VIM模式 bind-key k select-pane -U # up bind-key j select-pane -D # down bind-key h ...
分类:
其他好文 时间:
2020-04-26 10:39:40
阅读次数:
68
spring DefaultListableBeanFactory 实现了基本的IOC容器 一 查看spring BeanFactory接口源码。 1 String FACTORY_BEAN_PREFIX = "&"; //定义工厂bean的名字前缀为“&”; 2 Object getBean(St ...
分类:
其他好文 时间:
2020-04-25 23:10:18
阅读次数:
59
1.声明式表单验证: <Form.Item name="username" rules={[ { required: true, message: 'Please input your Username!', }, { max: 20, message: '最长20位!', }, { min: 5, ...
分类:
其他好文 时间:
2020-04-25 19:12:36
阅读次数:
66
package LeetCode_310 import java.util.* import kotlin.collections.ArrayList /** * 310. Minimum Height Trees * https://leetcode.com/problems/minimum-he ...
分类:
其他好文 时间:
2020-04-25 14:15:15
阅读次数:
64
查看占用cpu最高的进程 ps aux|head -1;ps aux|grep -v PID|sort -rn -k +3|head或者top (然后按下P,注意这里是大写)查看占用内存最高的进程 ps aux|head -1;ps aux|grep -v PID|sort -rn -k +4|he ...
分类:
系统相关 时间:
2020-04-24 15:51:58
阅读次数:
68
https://codeforces.com/group/5yyKg9gx7m/contest/277016/problem/I I. Bashar and Hamada Bashar is a very smart person, he invented a new function F(S), ...
分类:
其他好文 时间:
2020-04-24 12:51:10
阅读次数:
97
abc 过滤器介绍 HBase过滤器是一套为完成一些较高级的需求所提供的API接口。 过滤器也被称为下推判断器(push down predicates),支持把数据过滤标准从客户端下推到服务器,带有 Filter 条件的 RPC 查询请求会把 Filter 分发到各个 RegionServer,所 ...
分类:
其他好文 时间:
2020-04-23 22:46:48
阅读次数:
76