dingding 的文章
-
CMD查杀端口详细教程
windows+r输入cmd并打开 l输入 netstat -aon|findstr “8011” 3.**输入taskkill /pid 176060 -f 杀掉端口 ** CMD查杀端口详细教程最先出现在Python成神之…… -
Codeforces Round #134 (Div. 2)
B. Airport time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Lolek and Bolek are about t…… -
行业研究报告:接地指示器市场现状及未来发展趋势
2021年全球接地指示器市场销售额达到了 亿美元,预计2028年将达到 亿美元,年复合增长率(CAGR)为 %(2022-2028)。地区层面来看,中国市场在过去几年变化较…… -
-
Codeforces Round #772 (Div. 2)
A. Reverse You are given a permutation p1,p2,…,pn of length n. You have to choose two integers l,r (1≤l≤r≤n) and reverse the subsegment [l,r] of the…… -
-
leetcode第42题接雨水–双指针
写写思路:存水一定是在两个峰中间,且两个最高峰之间存的水位一定是最高! 那我们就把峰高和峰位置记录下来成为list_top, 从最高到低遍历list_top: …… -
-
Qt开源报表limereport使用说明
项目需要用到报表,网上相关资源太少,摸索了一天,做个记录 1 下载limereport源码包LimeReport-master,解压后用QT打开,目录如下 编译,build,里面是编译…… -
【蓝桥杯python进制转换问题】
作为一个小白,写了几个小时才写出来,满满的成就感 以下是16转8 利用format函数,可对其他进制进行快速转换 16转8代码: n=int(input()) x=[] for i in rang……
友情链接