nsubstitute difference about usage
IDEA关闭Usages引用提示
新版本的IDEA变量或者方法会有这个Usages提示,它会提示你这个变量或方法在哪被使用,但是会耗费电脑性能, 如果觉得电脑卡顿,可以选择关掉它  (区间不同数的个数+队列加倍的妙处, 莫队)
题目大意: 给一个序列 ai , 然后 m 次 询问 L,R , 每次回答 a1 al + ar an, 这2个区间的不同数的个数 思路1: 通过队列加倍, 将2个断开的区间,合在一起, 每次询问就是 R --L+n 然后区间不同数的个数, 将每一个数第一次出现位置的权值设置为 1, 其他为 0, ......
Difference between Github's "Environment" and "Repository" secrets?
Difference between Github's "Environment" and "Repository" secrets? 回答1 Well, environment secrets are specific to an environment in Github Actions whi ......
C. No Prime Differences
C. No Prime Differences You are given integers $n$ and $m$. Fill an $n$ by $m$ grid with the integers $1$ through $n\cdot m$, in such a way that for a ......
Some small issue about STM 32 f103 core board
One connection problem: after the core board is bought back, the pin header needs to be manually soldered to the board. Originally I thought it could ......
cmd 无法加载文件进行数字签名。无法在当前系统上运行 该脚本。有关运行脚本和设置执行策略的详细信息, about_Execution_Policies
pnpm : 无法加载文件 C:\Users\Jacks\AppData\Roaming\npm\pnpm.ps1。未对文件 C:\Users\Jacks\AppData\Roaming\npm\pnpm.ps1 进行数字签名。无法在当前系统上运行该脚本。有关运行脚本和设置执行策略的详细信息,请参阅 ......
Difference Between Session and Entity Beans
https://docs.oracle.com/cd/E17802_01/j2ee/j2ee/1.4/docs/tutorial-update6/doc/EJBConcepts4.html You should probably use an entity bean under the follow ......
w-two different charts
You can't compare together. But you don't need to compare the 2 charts together-you can describe them separately. describe specific numbers for each c ......
GPT-Introduction about Reversing SD690 Image Files
In this blog post, we will explore the process of reversing the image files of SD690, a Qualcomm Snapdragon processor that is used in some Android dev ......
GPT-Introduction about BlueZ and it's relationship with Android
In this blog post, I will introduce you to BlueZ, a Bluetooth stack for Linux-based systems. I will also show you how to detect whether an Android dev ......
About-Time
About Time Created: 2023-05-30T21:23+08:00 Categories: Movies 毕业答辩完的晚上,实在不想改论文,干脆看电影。 《[时空恋旅人](https://movie.douban.com/subject/10577869/)》可能是至少四年前高中同 ......
【Oracle】Check the tbs' usage
set feedback off set pagesize 70; set linesize 2000 set head on COLUMN Tablespace format a25 heading 'Tablespace Name' COLUMN autoextensible format a1 ......
[犯病记] DPDK报错Symbol `rte_eth_devices' has different size in shared object, consider re-linking
# [犯病记] DPDK报错Symbol `rte_eth_devices' has different size in shared object, consider re-linking > 背景:有一天,我犯了个病,试图在一个机器上安装DOCA,然后安装程序就下了一堆库,把机器上的环境搞得一团 ......
About me
## 关于我 - $ZJJH\color{red}辣鸡OIer\ whker$ - [$洛谷:123xiayicheng$](https://www.luogu.com.cn/user/352913 "洛谷") - [" ......
G. Hits Different
G. Hits Different In a carnival game, there is a huge pyramid of cans with $2023$ rows, numbered in a regular pattern as shown. If can $9^2$ is hit in ......
[ERROR] [MY-012263] [InnoDB] The Auto-extending innodb_system data file './ibdata1' is of a different sizethan specified in the .cnf file: initial 65536 pages, max 0 (relevant if non-zero) pages!
实际my.cnf发现里面的innodb_data_file_path = ibdata1:1G:autoextend 设置得太大,我这机器容量小,所以调到12M , innodb_data_file_path = ibdata1:12M:autoextend ......
CF1829G Hits Different
题目地址 题意:有这样一个塔,初始全为蓝色,第i位上的数为i2,丢球丢中第k位时,将使得第k位和他头顶的数 以及 头顶的数的头顶的数 以及...都变成红色,求红色数的和 Solution dp转移,我们把斜着向右下的所有数转移在一起,然后从第k位数开始往右上走,答案就是所有的和 void init( ......
CF1829G Hits Different
话说这场比赛的题名字好像都是 Taylor Swift 的歌名。 题意 有一个由罐子排列成的金字塔,罐子自上而下依次编号: 现在你要打下一个罐子,则与其有关的所有罐子也会被击落,计算所有被击落的罐子编号的平方和。 比如说,你击中了 $9$ 号罐子,则上图中所有标红的罐子都会被击落。 $n \le 1 ......
【组会】difference
difference我一直以为是差异,但有差的意思(a-b的这个-) 所以这篇文章的思路就是分辨出什么是人,什么是静态物体,然后通过相位变化算出人和静态物体的位移,然后将算出的人的位移减去静态物体的位移,就相当于减去了雷达微小运动的影响 ......
AtCoder Regular Contest 128 E K Different Values
洛谷传送门 AtCoder 传送门 考虑判断有无解。把序列分成 $c = \left\lceil\frac{len}{k}\right\rceil$ 段,则 $\forall a_i \le c$ 且 $\sum\limits_{i=1}^n [a_i = c] \le ((len - 1) \bm ......