最新 最热

数学--数论--HDU 2674 沙雕题

WhereIsHeroFrom: Zty, what are you doing ? Zty: I want to calculate N!.. WhereIsHeroFrom: So easy!

2020-11-06
0

CF思维联系–CodeForces-217C C. Formurosa(这题鸽了)

ACM思维题训练集合 The Bytelandian Institute for Biological Research (BIBR) is investigating the properties of two species of bacteria, named simply 0 and 1. Even unde...

2020-11-03
1

Python迭代器Iterable判断方法解析

迭代器(Iterable):能直接作用于for循环的对象,统称可迭代对象。例如:list、tuple、set、str、generator都是可迭代对象。

2020-10-30
1

Python带参数的装饰器运行原理解析

关于装饰器的理解,特别像《盗梦空间》中的进入梦境和从梦境出来的过程,一层一层的深入梦境,然后又一层一层的返回,被带入梦境的是被装饰的函数,装饰器就是使人入梦的工具。...

2020-10-29
1

流程图在线绘制,快速、便捷、高效!

Author:AXYZdong 自动化专业 工科男 有一点思考,有一点想法,有一点理性! 定个小小目标,努力成为习惯!在最美的年华遇见更好的自己! CSDN@AXYZdong,CSDN首发,AX...

2020-10-28
0

CF思维联系– CodeForces - 991C Candies(二分)

After passing a test, Vasya got himself a box of n candies. He decided to eat an equal amount of candies each morning until there are no more candies. However, ...

2020-10-28
0

Linux 进程通信之FIFO的实现

FIFOs Opening the read or write end of a FIFO blocks until the other end is also opened (by another process or thread). See fifo(7) for further details.

2020-10-21
1

php实现 master-worker 守护多进程模式的实例代码

执行命令 kill 65,杀死进程 65 则master_process 进程会再自动开启一个子进程

2020-10-20
0

linux mpstat命令使用详解

1. mpstat命令 1.1 命令格式 mpstat [ -A ] [ -u ] [ -V ] [ -I { SUM | CPU | SCPU | ALL } ] [ -P { cpu [,...] | ON | ALL } ] [ interval [ count ] ] OPTIONS: -A: 等同...

2020-10-19
1

如何利用SystemTap统计函数执行耗时详解

当我们需要对应用程序进行系能分析时,我们通常可以使用perf或者火焰图。 但是这些工具通常只能定性问题,发现那些函数占用cpu较多,需要优化。但是给不出定量的数据, 比如这个函数的耗时情况,它耗时1ms还是5ms。...

2020-10-19
0