cyc_to_led cyc led to

cold enough to chill my bones

爬上台阶。来到走廊。寻找。透过玻璃门看。发现。敲门进入。交流。出门。诉说。流泪。诉说。下楼。吃饭。上楼。走廊。进入。张望。落座。张望。敲门声。开门。小猫。抱着小猫。流泪。叫喊。停息。诉说。学姐。哭诉。学姐飞奔。随之飞奔。结果。呆立。彻骨冰冷。失去意识。 醒。仰面朝天。 ......
enough chill bones cold to

to do

没有了 OI 的目标后有点没有训练的动力了,摆了好几天。不过前三十我还是比较想进的,所以在这列一下计划监督自己。 一套 CSP 模拟赛 ATC 记录(一天一题) 基本子串字典 写 基本子串结构 CF1817F P8351 P8322 写 P8350 UNR/NOI 补题(?) [https://ac ......
to do

解决 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/ ![image](https://img2023.cnblogs.com/blog/ ......
project build How VUE to

Git报错: Failed to connect to github.com port 443 解决方案

两种情况: 第一种情况自己有vpn,网页可以打开github。说明命令行在拉取/推送代码时并没有使用vpn进行代理 第二种情况没有vpn,这时可以去某些网站上找一些代理ip+port 配置socks5代理 git config --global http.proxy socks5 127.0.0.1 ......
解决方案 connect 方案 Failed github

Lua script attempted to access a non local key in a cluster node 问题解决

一、问题描述 最近优化公司需要对不同的业务系统的缓存工具提供一个标准化的解决方案。各个业务系统将缓存数据通过map结构进行存储,然后在缓存系统中将这些map获取出来,然后保存在redis数据库中。技术经理想到的最好解决方案是将map集合直接存储在redis的hash表中。但是要求对hash表中的每个 ......
attempted cluster script access 问题

java报错:unable to find valid certification path to requested target

## 问题发现 unable to find valid certification path to requested target 当我使用java代码访问某个URL的时候,报了这个错误,经过查询发现需要安装证书到java环境,所以记录一下。 ## 下载证书 我使用的是chrome浏览器,点击地 ......
certification requested unable target valid

I - Wish I Knew How to Sort

# I - Wish I Knew How to Sort ## 题意 每次随机选择下标 $i, j$ 交换 $a[i], a[j]$,求变成不讲序列的期望次数。 ## 思路 dp,同样也是期望 dp,先考虑暴力,可以状态压缩,那么 $010$ 可以转移到: $100$,$010$,$001$ 三种 ......
Wish Knew Sort How to

bevy cursor to world

![](https://img2023.cnblogs.com/blog/342816/202308/342816-20230802162445233-237827897.gif) # 代码 ```rust //! bevy version: 0.11 //! Spawn a ball on the ......
cursor world bevy to

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 ......
Reconfigure 986740.1 Restart 986740 Oracle

Text To Speech(文本转语音)

## 项目简介 项目中有一部分需要将文本文字进行语音播放,但在网络上查询了很多,发现很多都要注册或者压根就不能用。 这时,我考虑自己写一个文本语音播报软件,既可以根据自定义化,还能提高编码水平。 ## 项目实现 由于使用**Windows 10**系统,官方语音库肯定是最适配的。库文件包括:`#in ......
语音 文本 Speech Text To

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/ ......
mirrors 方法 CentOS more yum

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” 说明版本不符合 ......
application install update must this

java.sql.SQLException: null, message from server: “Host ‘***.***.**.**‘ is not allowed to connect to(连不到同一局域网下其他的电脑上的mysql)

1 use mysql; --在mysql数据库中 1 CREATE USER 用户名 IDENTIFIED BY '用户名密码'; --创建一个用户 2 3 GRANT ALL ON 数据库名称.* TO 用户名; --给该用户授权想要连接的数据库 4 5 FLUSH PRIVILEGES; // ......

51单片机总结回顾1:LED,蜂鸣器,数码管和独立键盘以及矩阵键盘

LED: 位操作和总线操作的区别 流水设计和蜂鸣器: keil的调试 子程序的调用 数码管: 板子上为共阴极。 静态显示方式:保持住段选的字码 动态显示方式:段选的字码显示后,延时1-5ms,然后重新选中数码管的位置,重新显示段选的新字码 锁存端:先拉高,送数据,再拉低,从而锁存住数据。下降沿能够保 ......
键盘 蜂鸣器 数码管 矩阵 单片机

Python报错 | ImportError: To be able to use evaluate-metric/seqeval, you need to install the following dependencies['seqeval'] using 'pip install seqeval' for instance'

**报错信息** 使用`metric = evaluate.load("seqeval")`的时候,报如下错误: ```python ImportError: To be able to use evaluate-metric/seqeval, you need to install the fol ......

[dom-to-image.js]镜像

dom-to-image | dom2image | dom-to-img | dom2img [github原始仓库](https://github.com/tsayen/dom-to-image "github") [github原始仓库row](https://raw.githubuserco ......
dom-to-image 镜像 image dom to

Your configuration specifies to merge with the ref

[TOC] # Your configuration specifies to merge with the ref ## 1. 执行 git pull 命令时,错误提示: Your configuration specifies to merge with the ref 'refs/heads/ ......
configuration specifies merge Your with

08. 点亮LED

# 一、LED简介 发光二极管,简称为 LED,是一种常用的发光器件,它由含 镓(Ga)、砷(As)、磷(P)、氮(N)等的 ***化合物*** 制成。通过 ***电子*** 与 ***空穴*** 复合释放能量发光,它在照明领域应用广泛。 发光二极管与普通二极管一样是由一个 ***PN结*** 组成 ......
LED 08

RabbitMQ Exception (403) Reason: "no access to this vhost"

可能原因: 1)没有配置该用户的访问权限,可以通过rabbitmqctl add_vhost admin来添加,并赋予权限: rabbitmqctl set_permissions -p 用户名 admin "." "." ".*" 代码在连接的时候,必须制定对应的vhost,否则是没有访问权限:c ......
quot Exception RabbitMQ Reason access

An essay to tease myself

Sometimes bad luck comes to me,when I am sleeping and wanna turn over,my head bump the wall.Coming across the street with a shabby hat,taking a ship w ......
myself essay tease An to

How to disable Windows 10 DNS Cache services

Hi Adithya, Disable DNS Client through registry: Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Dnscache,Locate the Start registry key and ......
services disable Windows Cache How

How to uninstall MongoDB from Mac

To completely delete any version of MongoDB from Mac, follow the below steps on the terminal: Check if any mongo service is running: launchctl list | ......
uninstall MongoDB from How Mac

docker compose 更新报错 permission denied while trying to connect to the docker daemon socket

今天更新签到docker的时候输入了 ``` # 先 cd 到 docker-compose.yml 所在目录, 执行命令后重启容器 docker compose pull && docker compose up -d ``` 结果发现 `permission denied while tryin ......
docker permission compose connect denied

3 Ways to Delete All File in a Directory Except One or Few Files with extensions

``` # https://www.tecmint.com/delete-all-files-in-directory-except-one-few-file-extensions/ # https://www.gnu.org/software/bash/manual/html_node/The-S ......
extensions Directory Delete Except Files

【题解】Max to the Right of Min - Codeforces 1849E

**出处:** Educational Codeforces Round 152 **链接:** https://codeforces.com/problemset/problem/1849/E **题目大意:** TODO(先去看原题吧) **解题思路:** PS:这里的解题思路跟标准答案不太一样 ......
题解 Codeforces 1849E Right 1849

mysql启动报错:ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost:3306' (10061)

mysql启动报错:ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost:3306' (10061) netstat -ano | findstr 3306 ,检查端口3306上是否有进程运行(或直接检查任务管理器中的进程), ......
localhost 39 connect server mysql

Please set enableBabelTransform to true or add...

前言:在npm run dev时都正常展示,但是在 npm run build:alipay 打包后,可能会出现 解决方法: 使用 npm run build:alipay -- --watch 可以边修改边看打包后效果 参考来源:http://luwa100.com/BlogContent--id ......
enableBabelTransform Please true set add