F. Graph Without Long Directed Paths time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output F. ...
分类:
其他好文 时间:
2019-04-03 22:39:29
阅读次数:
154
Lucky Numbers CodeForces - 630C 小希称只含7和8的数是幸运数,那么不超过n位的幸运数有多少个? Input 一个整数 n (1?≤?n?≤?55) Output 输出幸运数的数量 Example Input 2 Input 2 Output 6 sol:这和0,1有个 ...
分类:
其他好文 时间:
2019-04-03 20:39:14
阅读次数:
137
F. Graph Without Long Directed Paths time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output F. ...
分类:
其他好文 时间:
2019-04-01 18:52:38
阅读次数:
253
BIOS + MBR > UEFI + GPT硬件接口系统与磁盘分区UEFI用于取代老旧的BIOS,而GPT则取代老旧的MBR。 名词解释: BIOS (Basic Input/Output System) 基本输入输出系统 MBR (Master Boot Record) 主引导记录 UEFI ( ...
分类:
移动开发 时间:
2019-04-01 00:52:11
阅读次数:
220
C. Meaningless Operations time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output C. Meaningless ...
分类:
其他好文 时间:
2019-03-31 10:00:23
阅读次数:
189
C. Edgy Trees time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output C. Edgy Trees time limit p ...
分类:
其他好文 时间:
2019-03-31 09:43:22
阅读次数:
204
C. Playlist time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output C. Playlist time limit per t ...
分类:
其他好文 时间:
2019-03-31 09:39:29
阅读次数:
272
IO在计算机中指Input/Output,也就是输入和输出 由于程序和运行时数据是在内存中驻留,由CPU这个超快的计算核心来执行,涉及到数据交换的地方,通常是磁盘、网络等,就需要IO接口 IO编程中,有一个很重要的概念叫Stream(流),可想象其是一个水管,数据就是水管里的水,但是只能单向流动 I ...
分类:
其他好文 时间:
2019-03-29 18:59:30
阅读次数:
137
* 本篇随笔为《涂抹MySQL》一书的阅读摘抄,详细请查看正版书籍 关键性指标 IOPS(Input/Output operations Per Second) 每秒处理的I/O请求次数 需要说明的一点,通常提到磁盘读写能力,比如形容它每秒读300M写200M这个说的是数据吞吐量(I/O能力的另一个 ...
分类:
数据库 时间:
2019-03-29 14:48:25
阅读次数:
176
性能指标 衡量块存储产品的性能指标主要包括:IOPS、吞吐量和访问时延。 IOPS IOPS是Input/Output Operations per Second,即每秒能处理的I/O个数,用于表示块存储处理读写(输出/输入)的能力。如果要部署事务密集型应用,典型场景比如数据库类业务应用,需要关注I ...
分类:
其他好文 时间:
2019-03-27 11:17:29
阅读次数:
239