环境 centos 7 安装依赖包 yum install -y gcc gcc-c++ glibc glibc-devel pcre pcre-devel zlib zlib-devel openssl openssl-devel \unzip psmisc bash-completion lib ...
分类:
系统相关 时间:
2021-07-01 17:29:41
阅读次数:
0
How Long Does It Take Given the relations of all the activities of a project, you are supposed to find the earliest completion time of the project. In ...
分类:
其他好文 时间:
2021-06-02 14:53:07
阅读次数:
0
selecttrunc(completion_time) as "Date",count(*) as "Count",((sum(blocks * block_size)) /1024 /1024) as "MB"from v$archived_loggroup by trunc(completio ...
分类:
其他好文 时间:
2021-04-02 13:31:01
阅读次数:
0
Editing 1 Ctrl + Space Basic code completion (the name of any class,method or variable) 基本代码补全,输入字母按后列出匹配的词组 2 Ctrl + Shift + Space Smart code complet ...
分类:
其他好文 时间:
2020-12-05 11:08:26
阅读次数:
9
Codeforces Round #655 (Div. 2) 1. 题目分析 A: 思维题,构造性题目 B: 打表发现规律 C: 思维 D: 思维+dp E: F: 2. 题解 A. Omkar and Completion 题意: 给定t个测试样例,每个测试样例给定一个n,要求构造一个长度为n的数 ...
分类:
其他好文 时间:
2020-07-26 19:06:12
阅读次数:
64
有些命令拼补全,使用命令补全工具帮忙yuminstall-ybash-completionsource/usr/share/bash-completion/bash_completionsource<(kubectlcompletionbash)可以将source<(kubectlcompletionbash)命令写入$HOME/.bashrc中每次重启后也可以继续使用
分类:
系统相关 时间:
2020-07-22 13:53:46
阅读次数:
96
A. Omkar and Completion time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You have been ble ...
分类:
其他好文 时间:
2020-07-12 12:39:13
阅读次数:
72
定义事件: -- 定义事件,删除10天前数据,并指定每5秒执行一次;Event_syslog为事件名称 CREATE EVENT IF NOT EXISTS Event_syslog ON SCHEDULE EVERY 5 SECOND STARTS curdate() ON COMPLETION ...
分类:
数据库 时间:
2020-07-03 01:02:21
阅读次数:
148
背景 最近在很多JDK源码中都看到了Treiber stack这个单词。 比如CompletableFuture中的: volatile Completion stack; // Top of Treiber stack of dependent actions 比如FutureTask中的: /* ...
分类:
其他好文 时间:
2020-07-03 00:37:03
阅读次数:
81
Code Completion Ctrl+空格 helps you quickly complete code statements. It works as you type and gives a list of suggestions available from the current ca ...
分类:
编程语言 时间:
2020-06-30 10:43:50
阅读次数:
213