the

【每日一题】Problem 44E. Anfisa the Monkey

[原题](https://codeforces.com/problemset/problem/44/E) #### 解决思路 由题意可得 $ak \le size \le bk$,因此当条件不符合该要求时即可退出 因为 $size \le bk$,因此,我们可以假设每行都是 $b$ 长度来满足条件二 ......
Problem Anfisa Monkey the 44

The XOR Largest Pair

```cpp #include #include #include #include #include using namespace std; int bit[32]; int n, num[5211314]; struct Trie { int trie[5211314][2], tot = 1 ......
Largest Pair The XOR

git问题:remote: [session-584b73b2] Access denied... The requ ested URL returned error: 403

error 403是服务器拒绝了终端的访问,是账户密码的问题,是因为git客户端缓存了错误的密码。 我是原来有个git账户,使用https方式,密码永久保存的方式,在操作另一个git账户时可能更新了缓存密码。 方法: 使用git clone http://username:password@gite ......
returned session Access denied remote

Jmeter:"An error occurred: Can't connect to X11 window server using 'lacalhost:12.0' as the value of the display variable." 解决办法

做各种不同项目的性能测试,都需要在项目本地压测服务器配置jmeter,需要时还要调出jmeter图形化界面来调试jmeter脚本。 标题中的问题遇过多次,这次做个记录。 1. 启动jmeter报错 在配置好jmeter环境变量的linux系统执行jmeter命令,报错如下: [root@localh ......
quot lacalhost the 39 occurred

default-scheduler running PreBind plugin "VolumeBinding": binding volumes: timed out waiting for the condition

看openebs-localpv-provisioner 和kube-scheduler-minikube 和kube-controller-manager-minikube的报错信息,就发现了问题 volumeClaimTemplates: - metadata: name: proxysql-d ......

UVA1401 Remember the Word

## 思路 首先有一个比较朴素的 DP 就是记 $f_i$ 为 $s$ 的从第 $i$ 个字符开始到字符串结尾的划分方案数,记模板串的集合为 $T$,$s$ 从第 $i$ 个字符开始到字符串结尾的子串为 $s(i)$,那么不难写出方程: $$ f_i = \sum f_{i + \operatorn ......
Remember 1401 Word UVA the

定冠词the的习惯用法

①某家人或某夫妇一般用the+复数。如:the Smiths。 ②表示整个民族或族人一般加the。如 the Chinese/English。 ③少数山脉群岛也不用the。如Mount Tai。如名词中有of短语则一般有the.如:the Mountain of seven sighs. ④中国的湖 ......
定冠词 the

【每日一题】Problem 331C1. The Great Julya Calendar

[原题](https://codeforces.com/problemset/problem/331/C1) #### 解决思路 寻求减到 0 所需的最小次数,即 $Num(n) \Rightarrow Num(n-x)+1$ 当存在一个 x 使得 (n - x)% 10 = 0 时,那么(n - ......
Calendar Problem Great Julya 331

算法刷题记录:P1518 [USACO2.4]两只塔姆沃斯牛 The Tamworth Two

###题目链接: https://www.luogu.com.cn/problem/P1518 ###题目分析 这道模拟题很典型了,给定了一个**固定的移动方式,去模拟即可**, 该题说:如果牛和农夫永远不会相遇输出0,我没想到很好的方法,不推荐我这样的写法。 算勉强AC吧。 ###AC代码 ``` ......
算法 Tamworth USACO2 P1518 USACO

CF437E The Child and Polygon

# The Child and Polygon 题解 > 这世界这么大,遇到了这个奇奇怪怪的题。 这道题其实可以很自然的联想到卡特兰数。 在卡特兰数的计数中,有这么一个意义:$C_n$ 表示把有 $n+2$ 条边的凸多边形分成 $n$ 个三角形的方案数。 利用这个意义可以得到 $C_n$ 的另一个递 ......
Polygon Child 437E 437 The

The rocketMQTemplate does not exist TransactionListener

rocketmq-starter版本:2.2.1 发送的代码: @Test public void test1() throws Exception { // 事务id String transactionId = UUID.randomUUID().toString(); info(">>> 发送 ......

Vulnhub之Connect The Dots靶机详细测试过程

# Connect The Dots ## 识别目标主机IP地址 ```shell (kali㉿kali)-[~/Desktop/Vulnhub/Connect_the_dots] └─$ sudo netdiscover -i eth1 -r 192.168.56.0/24 Currently s ......
靶机 过程 Vulnhub Connect Dots

Retrieval of the RSA public key is not enabled for insecure connections.

入职新公司,办理入职、培训、看业务……终于到了跑代码阶段了。遇到一个问题.net Framework链接数据提示RSA 失败或者SSPI失败。 原因不赘述,解决方案两步, 第一使用Navicate链接数据库,选中特定用户,一般上你用哪一个账户选哪一个账户 然后双击用户,改为这个就可以 第二部修改.N ......

mybatis出现Type interface com.louis.dao.xxxMapper is not known to the MapperRegistry.

原因是资源文件没有读取到,在生成的target中没有对应的文件,解决办法: 1、在pom.xml文件中project中添加如下内容: <build> <resources> <resource> <directory>src/main/resources</directory> <includes> ......

关于The JSON value could not be converted to System.DateTime的解决方案

如下json格式提交到后台后报: The JSON value could not be converted to System.DateTime. Path: $.beginTime | LineNumber: 3 | BytePositionInLine: 33. { "beginTime": ......

windows 10 wsl 环境 docker 无法正常启动 -The system cannot find the file specified

错误信息: error during connect: in the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect: Get "ht ......
specified windows 环境 docker cannot

Kettle连接MySQL报错:Driver class 'org.gjt.mm.mysql.Driver' could not be found, make sure the 'MySQL' driver (jar file) is installed

在Windows系统里面安装kettle后打算连接MySQL的时候突然报错 错误连接数据库 [wanghui] : org.pentaho.di.core.exception.KettleDatabaseException: Error occurred while trying to connec ......
Driver MySQL 39 installed Kettle

The user specified as a definer (‘skip-grants user‘@‘skip-grants host‘) does not exist

该问题是由于导出数据库或备份数据库引起的函数所有者发生变化 解决办法 复制源函数创建语句 删除DEFINER 重新创建 ......
skip-grants grants user skip specified

ubuntu 20 permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock:

permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/con ......
permission connect ubuntu denied Docker

The first attempt of a MnZn

Prove: If $a > 0$,then $\forall x\in \mathbb R, a(\mathrm e^x+a)-x> 2\ln a+\dfrac32$ Proof: Let $f(x) = a(\mathrm e^x+a)-x$, then $f'(x) = a\mathrm e^ ......
attempt first MnZn The of

Backtrader - Sell/Buy signal labels are missing in the plotting

1.0 Missing Sell/Buy signal labels 2.0 Solution cerebro = bt.Cerebro(stdstats=True, cheat_on_open=True) stdstats=True,用回預設的stdstats就能顯示Sell/Buy signal ......
Backtrader plotting missing signal labels

解决使用yarn安装依赖出现“The engine "node" is incompatible with this module. Expected version "^14.18.0 || ^16.14.0 || >=18.0.0". Got "17.9.0"”的问题

# 1、问题描述 某天在使用`yarn`安装依赖的时候,突然出现如下错误导致安装依赖终止: **The engine "node" is incompatible with this module. Expected version "^14.18.0 || ^16.14.0 || >=18.0.0 ......
quot incompatible Expected version engine

Vue2项目开发时遇到:<template v-for> key should be placed on the <template> tag

问题缘由: Vue2和Vue3中,对待template中存在v-for行为的组件正好相反 Vue2中key必须写在子元素中,Vue3中key必须写在template中,不然会报错 使用volar插件,使用Vue3语法检测代码,导致错误 解决方案: 1、禁用volar 2、貌似可以修改配置项,但尚未尝 ......
template 项目开发 项目 should placed

上传文件异常:The temporary upload location [/tmp/tomcat.xxxxxxx/work/Tomcat/localhost/ROOT] is not valid

一个长久没更新过的spring boot项目突然间文件上传错误,异常信息如下,此原因主要问题是tomcat默认的临时目录没了,项目运行的服务器每隔一段时间会清除 /tmp 临时目录,项目每次启动都会创建临时目录,经常重启的项目不会有此问题。 解决方案: 1. 重启项目,每隔一段时间重启,可以跟 /t ......
temporary localhost location xxxxxxx 文件

Codeforces 1801D The way home

看到 `shortest paths` 来做的。 首先有一个贪心的策略,对于当前点 $u$ 若不能直接往后走则肯定是选择经过的点中 $w_i$ 最大的加。 很好理解,证明就不需要了。 所以可以定义状态 $f_{u, mx}$ 为 $u$ 点最大能加的值为 $h_{mx}$ 的最优状态,$h$ 是 $ ......
Codeforces 1801D 1801 home The

Codeforces 1588F - Jumping Through the Array

显然无法用 polylog 的数据结构维护,序列分块也不行,考虑询问分块。每 $B$ 个询问处理一次。 将这个询问中 $2,3$ 操作涉及到的点设为“关键点”,那么容易发现,环上每一段以关键点结尾的链在这块操作的过程中始终保持不变,也就是说我们可以把它们缩在一起。 先预处理出每个块的增量对每组询问的 ......
Codeforces Jumping Through 1588F Array

HTTP Basic Authentication>> 401>> Using the browser’s native login prompt

https://docs.oracle.com/cd/E27515_01/common/tutorials/authn_http_basic.html http://blog.stevensanderson.com/2008/08/25/using-the-browsers-native-login ......
gt Authentication browser native prompt

The Epsilon-Delta Definition of a Limit

by courtesy of the author: [APEX Calculus I/II/III ](http://www.apexcalculus.com/about) University of North Dakota Adapted from APEX Calculus by Grego ......
Epsilon-Delta Definition Epsilon Delta Limit

【HarmonyOS】关于 Caused by java.lang.IllegalStateException The specified...

【问题描述】 线上收到大量手机的崩溃异常,以华为手机为主,崩溃如下 1.Caused by: java.lang.IllegalStateException: The specified message queue synchronization barrier token has not been ......

P2973 [USACO10HOL] Driving Out the Piggies G 臭气弹

[题目链接](https://www.luogu.com.cn/problem/P2973 "题目链接") 题目: 奶牛们建立了一个随机化的臭气炸弹来驱逐猪猡。猪猡的文明包含1到N (2 using namespace std; const int maxn=350; const int eps=1 ......
臭气 Driving Piggies P2973 USACO