welcome tokyo to
E. Max to the Right of Min
 点击查看代码 ``` #include using namespace std; typedef long lon ......
From S To T 题解
[题目传送门](https://www.luogu.com.cn/problem/CF1194C) 一道模拟题。 首先判断 $s$ 是否是 $t$ 的子序列,如果不是就直接输出 `NO`。证明一下,$s$ 一定是 $s$ 插入 $p$ 后得到的字符串的子序列,但如果 $s$ 不是 $t$ 的子序列, ......
Mapping iostat to the node exporter’s node_disk_* metrics
参考:https://www.robustperception.io/mapping-iostat-to-the-node-exporters-node_disk_-metrics/ The node exporter and tools like iostat and sar use the sa ......
python: Text-to-Speech and Speech-to-Text
""" python.exe -m pip install --upgrade pip pip install pyttsx3 pip install comtypes pip install Pillow pip install requests pip install PocketSphinx ......
阅读笔记 An introduction to inertial navigation
**摘要** 小巧轻量的MEMS惯性传感器最近在性能上的提升,使得惯性技术可以应用到诸如人体运动捕获这样的领域。这使得对惯性导航的研究兴趣被激发,然而目前对这个主题的导论都没有充分讲清楚惯性系统的误差特性(error characteristic)。 **引言** 这是一篇剑桥大学Oliver J. ......
vCenter 6.7添加主机报错:Unable to push CA certificates and CRLs to host
vCenter 版本 6.7.0.46000VMware ESXi, 6.7.0, 14320388 在添加新ESXi主机时出现了常规系统错误: Unable to push CA certificates and CRLs to host xxx.xxx.xxx.xxx 如图: 解决办法:点选vC ......
Use Cat ET Diagnostic Software to Change ECM Parameter
CAT Caterpillar ET Diagnostic Adapter III (Electronic Technician) diagnostic software is a powerful tool used for programming Caterpillar ECM (Engine ......
踩坑日记:java.lang.IllegalStateException: For queries with named parameters you need to use provide ...
今天的错误是这个:java.lang.IllegalStateException: For queries with named parameters you need to use provide names for method parameters. Use @Param for query ......
to_excel()根据自己的需求改变数据保存的顺序
参数:columns column = ['项目名称', '项目建立时间', '地市', '计划安装', '客户确定安装', '安装完成', '已经安装百分比'] group.to_excel(writer, sheet_name=province, index=False, columns=col ......
Python Web UI自动化报错 :ResourceWarning: Enable tracemalloc to get the object allocation traceback
ResourceWarning资源警告解决方案 原因:在执行线性脚本完毕时,没有及时释放相应资源,导致内存堆积,从而造成内存溢出(如关闭浏览器等操作),此时,Python将会做出提醒; 在百度吸取 网络老师们的经验后实践,总结如下: 1.在进行测试前准备工作时,忽略警告信息 import warni ......
配置pytorch环境时出现的问题 Failed to load image Python extension
安装了torch 1.12.0 + torchvision 0.13.0 + torchaudio 0.12.0版本后, conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 cudatoolkit=11.3 -c ......
npm - 报错:found XXX vulnerabilities (XXX low, X moderate),run `npm audit fix` to fix them, or `npm au
完整报错 我正准备 npm 装包,结果失败了,并提示如下报错信息: found 808 vulnerabilities (804 low, 4 moderate) run `npm audit fix` to fix them, or `npm audit` for details 解决 直接按照后 ......
use iproc to config tdr during bscan
1. case description when running bscan, a serials of pins need to be controlled to 1 by tdr; a static dft signal with default value1 was registered by ......
How to add link parameter to asp tag helpers in ASP.NET Core MVC
How to add link parameter to asp tag helpers in ASP.NET Core MVC 问题 I have a lot of experience with ASP.NET MVC 1-5. Now I learn ASP.NET Core MVC and ......
Failed to start: app/proxyman/inbound: failed to listen TCP on 10808
Failed to start: app/proxyman/inbound: failed to listen TCP on 10808 > transport/internet: failed to listen on address: 127.0.0.1:10808 > transport/in... ......
cold enough to chill my bones
爬上台阶。来到走廊。寻找。透过玻璃门看。发现。敲门进入。交流。出门。诉说。流泪。诉说。下楼。吃饭。上楼。走廊。进入。张望。落座。张望。敲门声。开门。小猫。抱着小猫。流泪。叫喊。停息。诉说。学姐。哭诉。学姐飞奔。随之飞奔。结果。呆立。彻骨冰冷。失去意识。 醒。仰面朝天。 ......
to do
没有了 OI 的目标后有点没有训练的动力了,摆了好几天。不过前三十我还是比较想进的,所以在这列一下计划监督自己。 一套 CSP 模拟赛 ATC 记录(一天一题) 基本子串字典 写 基本子串结构 CF1817F P8351 P8322 写 P8350 UNR/NOI 补题(?) [https://ac ......
解决 heatmap.js 'Cannot assign to read only property 'data' of object' 问题与 patch-package 使用方法
## **一、问题背景** 问题是这样发生的,因为项目中需要实现热力图的功能,所以使用了第三方的库 **[heatmap.js](https://github.com/pa7/heatmap.js)**。 但是在一些浏览器中使用它时,会出现这个错误: ``` > Uncaught TypeError ......
How to build a VUE project
# 1.Download node.js in your computer * The download address of Node.js :https://nodejs.org/zh-cn/download/  # 代码 ```rust //! bevy version: 0.11 //! Spawn a ball on the ......
How to Reconfigure Oracle Restart (Doc ID 986740.1)
How to Reconfigure Oracle Restart (Doc ID 986740.1) In this Document Goal Solution 1. Remove Oracle Restart configuration 2. reconfigure Oracle Restar ......
Text To Speech(文本转语音)
## 项目简介 项目中有一部分需要将文本文字进行语音播放,但在网络上查询了很多,发现很多都要注册或者压根就不能用。 这时,我考虑自己写一个文本语音播报软件,既可以根据自定义化,还能提高编码水平。 ## 项目实现 由于使用**Windows 10**系统,官方语音库肯定是最适配的。库文件包括:`#in ......
Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: interrupt
执行mybatis的mapper方法时,报错了这个错。 通过网上查找,发现了是JDK版本和oracle版本不一致导致的。(我直接从JDK1.8 换成JDK11就可以了) 以下内容转自:Failed to obtain JDBC Connection; nested exception is java ......
CentOS使用yum安装包报错No more mirrors to try解决方法
报错如下 ``` Loaded plugins: fastestmirror, update-motd Loading mirror speeds from cached hostfile http://mirrors.163.com/centos/7-7.1908.0.el7.centos/os/ ......
JDK 版本异常导致 flutter doctor --android-licenses 出错 (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
flutter doctor --android-licenses Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.U ......
You must install or update .NET to run this application
# You must install or update .NET to run this application ## 问题原因 在使用 .net的环境时,出现这个 “You must install or update .NET to run this application” 说明版本不符合 ......