Blog 序 岁月如梭,韶光易逝,重回首,去时年,揽尽风雨苦亦甜。夜阑珊,读无眠,听尽春言,每天都是新的一片,不再清闲,望着洒满月光的星星一路向前。 来吧,新的旅程从更新开始! 关于友链 友链已经好啦,欢迎大家参观 \(My\) \(Friends'blog.\) 半笙、凡尘 今生有幸遇见小彬喔。 ...
分类:
其他好文 时间:
2020-12-01 12:11:17
阅读次数:
5
#内置函数:print , sum, max , min , pow, sorted#数值操作print(sum([1, 2, 3])) #6print(max([2, 3, 1])) #3print(min([1, 2, 3])) #1print(abs(-2)) #2 abs绝对值print(r ...
分类:
编程语言 时间:
2020-11-13 13:22:06
阅读次数:
37
3分钟简述熔断器使用方法收录于话题#最近文章5个熔断器是一种设计模式,广泛用于分布式系统中,以防止级联故障。在这篇文章中,我们将通过级联故障的问题,来介绍熔断器模式的使用方法。动机:级联故障的问题在进入熔断器模式之前,让我们来看看它到底要解决什么问题。当服务A尝试与服务B通信时,它会分配一个线程来进行该调用。在进行调用的时候,有2种故障可能发生,以user调用friends服务为例。‘‘‘user
分类:
其他好文 时间:
2020-11-12 14:28:57
阅读次数:
19
C. Friends and Gifts time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output There are nn friend ...
分类:
其他好文 时间:
2020-11-01 10:31:24
阅读次数:
17
给出一个序列,m个查询,每次查询区间是否是$[1, r - l + 1]$的排列 判断是否是排列: 即每个数字只出现一次 区间和是$\frac{n * (n + 1)}{2}$,n是区间长度。 判断每个数字是否只出现一次,可以预处理每个数之和第一次出现这个数字的位置,如果没有那么设置为0,然后用线段 ...
分类:
其他好文 时间:
2020-09-18 00:02:53
阅读次数:
30
一、Reading My girlfriend and I are going to get married this year. We are going to have a big wedding party. All our friends and relatives are going to ...
分类:
其他好文 时间:
2020-07-29 10:36:23
阅读次数:
74
由于配置是运行过那么长时间,很稳定,基本上不考虑,所以本次主要是sql的优化,并且集中在业务的个人空间。下面是这次优化的数据库版本: 案例一:粉丝查询优化 粉丝查询有2条sql --查询所有粉丝SELECT user FROM osc_friends f INNER JOIN osc_users u ...
分类:
数据库 时间:
2020-07-23 23:07:42
阅读次数:
101
##题目 Pasha loves to send strictly positive integers to his friends. Pasha cares about security, therefore when he wants to send an integer n, he encry ...
分类:
其他好文 时间:
2020-07-19 23:37:51
阅读次数:
80
一、Reading Jack seldom gets together with his friends. He usually stays at home with his pet dog, Lucky. They sometimes go for long walks in the park. ...
分类:
其他好文 时间:
2020-07-17 14:08:23
阅读次数:
76
参数: -i: 不区分大小写 -c: 统计包含匹配的行数 -n: 输出行号 -v: 反向匹配 示例文件: (example.txt) The cat's name is Tom, what's the mouse's name? The mouse's NAME is Jerry They are ...
分类:
系统相关 时间:
2020-07-07 20:11:38
阅读次数:
71