quot 39 nullptr null

"阿贝云"免费虚拟主机

第一次使用"阿贝云"的免费虚拟主机,实际体验让我很惊讶。我的网站在他们的服务器上运行得很稳定,速度也很快。很推荐"阿贝云",让更多人享受这一好处。了解更多信息,请访问他们的官方网站:https://www.abeiyun.com。"阿贝云"有免费的虚拟主机,让我省去了不少开支。这对于小型网站运营者来 ......
quot 虚拟主机 主机

CF1890D Doremy's Connecting Plan

Problem - 1890D - Codeforces 这个式子左边是加法,右边是乘法,很不好算 但其实是降智题,不过同时也是我不擅长的找性质 因为式子左边是加法而不是乘法,因此像类似于并查集那样求出当前每个联通块内 \(\sum a_i\) 等价于固定一个点从这个点的联通块向外扩展。 \(i\) ......
Connecting Doremy 1890D 1890 Plan

pip3 install xxx, Fatal error in launcher: Unable to create process using '"C:\Software\Python310\python.exe" "D:\xxxx\Software\Python310\Scripts\pip3.exe" install shutil': ???????????

重装系统后, 移动了python所在目录后, 使用 pip3 install xx 提示: Fatal error in launcher: Unable to create process using '"C:\Software\Python310\python.exe" "D:\Aliwall\ ......
quot Software install Python pip3

ImportError: cannot import name 'Qt3DCore' from 'PyQt5' 我踏马要被PYQT3D玩死了

GPT狗玩意儿除了喊我更新pyqt5,卸载pyqt5,安装pyqt-tools,解决pyqt5版本不兼容的问题之外 他就不能说一句?请你输入命令:pip install pyqt3d 尼玛pyqt5到底是不是自带QT3D的文件啊我很费解 算了不重要,搞了我5个销售,最后考试靠猜的才终于把QT3D给装 ......
39 ImportError Qt3DCore 3DCore cannot

"最小惊讶"和可变的默认参数

内容来自 DOC https://q.houxu6.top/?s="最小惊讶"和可变的默认参数 "最小惊讶"和可变的默认参数 任何长时间使用Python的人都会被以下问题困扰(或者被撕裂): def foo(a=[]): a.append(5) return a Python新手会期望这个没有参数的 ......
quot 参数

Error: EPERM: operation not permitted, mkdir 'C:\Program Files\nodejs\cache\_cacache\index-v5\00\c2'

使用下面命令创建react项目爆出的错误 npx create-react-app react-basic 显示nodejs里面的文件权限不够,需要进行文件夹的权限更改,改为完全控制就可以了。 ......
operation permitted Program cacache index-v

pytorch:1.12-gpu-py39-cu113-ubuntu20.04

docker-compose 安装 unbuntu 20.04 version: '3' services: ubuntu2004: image: ubuntu:20.04 ports: - '2256:22' - '3356:3306' - '8058:80' volumes: - my-volu ......
pytorch gpu-py ubuntu 20.04 1.12

macos pip3 安装 mycli/scrapy 路径报错 WARNING: The script tabulate is installed in '/Users/modys/Library/Python/3.9/bin' which is not on PATH.

WARNING: The script tabulate is installed in '/Users/modys/Library/Python/3.9/bin' which is not on PATH. python没有添加到环境变量 export PATH=/Users/<you>/Libr ......
路径 installed tabulate WARNING Library

Python:爬取某软件站数据报错requests.exceptions.SSLError: HTTPSConnectionPool(host='api.***.cn', port = 443):

使用Python爬取某网站数据时候,之前一直是好好的。突然就报错:requests.exceptions.SSLError: HTTPSConnectionPool(host='api.***.cn', port = 443): Max retries exceeded with url: /acc ......

CF248E Piglet's Birthday

提前了一个月,就做掉了这题,不过还是庆祝一下吧。( 考虑 dp。令 \(f_{u,i}\) 表示货架 \(u\) 还剩 \(i\) 罐未被吃的蜂蜜的概率。答案就是 \(\sum f_{u,0}\)。 考虑一次修改 \(u\to v\),由于被移动的蜜罐都被吃了,所以 \(v\) 的 \(f\) 数组 ......
Birthday Piglet 248E 248 CF

2023-10-27 Module not found: Error: Can't resolve 'D:/xx/xx/src/pages/yyy/zzz' in 'D:\xx\xx\src\.umi\core' ==》删除route.js中所对应的zzz模块路径

问题描述:react+antd业务中删掉了一个文件夹,重新编译报错。 报错:在'D:\xx\xx\src\.umi\core'路径里面无法找到模块zzz。 原因:是因为你只是把本地文件zzz给删了,但是在route.js里面还保留着它的路径,所以umi识别不到就报错了。 解决方案:在route.js ......
39 xx 路径 src zzz

c语言代码练习39

问:实现两个字符串的追加 #define _CRT_SECURE_NO_WARNINGS 1 #include <stdio.h> #include <assert.h> #include <string.h> int main() { char arr1[20] = "abcdef"; char ......
语言 代码

docker: Error response from daemon: Conflict. The container name "/web" is already in use by container ......

问题:docker启动docker容器时报错docker: Error response from daemon: Conflict. The container name is already in use by container You have to remove (or rename) t ......
container quot Conflict response already

"git add -A" 和 "git add ." 的区别

内容来自 DOC[ https://q.houxu6.top/?s="git add -A" 和 "git add ." 的区别](https://q.houxu6.top/?s="git add -A" 和 "git add ." 的区别) "git add [--all | -A]" 和 "gi ......
quot git add

A Tour Through TREE_RCU's Data Structures (翻译)

原文:https://www.kernel.org/doc/html/latest/RCU/Design/Data-Structures/Data-Structures.html December 18, 2016 This article was contributed by Paul E. Mc ......
Structures TREE_RCU Through Tour TREE

python ModuleNotFoundError_ No module named 'xxx'的解决方案

本文主要针对的自己写的包无法正常import的情况,如果是第三方包的话正常来说没有问题。 第三方包 主要考虑没有安装对应的版本以及包名写错了等奇葩情况,具体可参考ModuleNotFoundError: No module named ‘xxx’可能的解决方案大全 自建的包 如果是自己的包,可按照下 ......

MySQL报'Access denied for user 'root'@'localhost' (using password: NO)'错误的解决--九五小庞

当在命令提示符下执行该命令时,报下列错误 [root@clvn]# mysqladmin -u root password "sorry"mysqladmin: connect to server at 'localhost' failederror: 'Access denied for user ......
39 localhost password 错误 Access

Data truncation: Invalid JSON text in argument 1 to function json_extract: "The document is empty." at position 0.问题解决

问题描述: json格式不规范导致的,仅使用where+json_valid清洗似乎并不足以解决问题 解决方法: select order_number,sku_code,CASE WHEN JSON_VALID(sales_price) THEN sales_price ELSE null END ......

NLTK debug记录——"[nltk_data] Error loading xxx"下载数据集失败

问题:运行nltk.download("xxx")时遇到连接下载失败Error解决: 在gitee上下载对应的.zip词库包(如,nltk_data/pakages/copora/目录下的下载链接); NLTK下载数据集时会自动搜索某些以./nltk_data/为结尾的目录(见附注),找到一个这样的 ......
quot nltk_data loading 数据 Error

You can't specify target table 'Person' for update in FROM clause

问题原因 待更新的目标表不能直接出现在from子句中; 错误写法 DELETE FROM Person WHERE id NOT IN ( SELECT min( id ) FROM person t1 GROUP BY email ) 正确写法(多封装一层) DELETE FROM Person ......
39 specify Person clause target

"params"和"query"传参

"params"和"query"区别与联系 参数用途: "params"(路径参数)用于指定路由的一部分,通常用于标识特定资源。例如,在RESTful API中,可以使用路径参数指定要操作的资源ID,如/users/{id},其中{id}就是一个路径参数。 "query"(查询参数)用于向服务器请求 ......
quot params query

QT VS Tools生成的工程编译提示“cannot open file 'uiAccess='false'”

提示如下图错误: 解决方法: 1、找到QT VS Tools生成的工程文件,如“xxx.vcxproj”。 2、用vscode或其它文本编辑器打开“xxx.vcxproj”。 3、搜索错误提示中的关键字,如“MANIFESTDEPENDENCY”,如下图: 4、删除错误提示的内容,这里从“uiAcc ......
39 uiAccess cannot 工程 Tools

MySQL-- NULL值的判断

MySQL-- NULL值的判断 前置知识 空值即 NULL,该值不同于 0,也不同于 空字符串 字段值是否为空值(NULL)的判断 IS [NOT] NULL, 其中 NOT 为可选参数,表示字段值不为空值 注意:IS NULL 是一个整体,不能将 IS 换成 =。同理 IS NOT NULL 中 ......
MySQL NULL

SQL Server中NULL的一个测试

SQL Server中NULL的一个测试 我们都知道SQL Server中NULL是一个很特殊的存在,因为NULL不会等于任何值,且NULL也不会不等于任何值。对于NULL我们只能使用IS或IS NOT关键字来进行比较。 我们先来看看下面一个SQL查询,由于NULL不会等于任何值,所以毫无疑问下面的 ......
Server NULL SQL

Can't connect to local MySQL server through socket '/tmp/mysql.sock'

Can't connect to local MySQL server through socket '/tmp/mysql.sock' 删除配置文件后重启 service mysql restart root 31619 1 0 14:06 ? 00:00:00 /bin/sh /home/mys ......
39 connect through server socket

eslint提示 xxx should be listed in the project's dependencies

有时候手动安装了一个npm包A,npm包A里面包含了npm包B,这时候如果 import xxx from 'npm包B'; eslint会报错,提示 npm包B 不在 package.json 里面 解决方法:在 eslintrc.js 增加配置 module.exports = { rules: ......
dependencies project eslint should listed

给react native 添加transform translateY动画报错:Transform with key of "translateY" must be a number:{translateY“:0}

初学react native,想实现一个相机扫描功能时,报错,报错描述如标题 这是我的主要逻辑代码 const fadeAnim = useRef(new Animated.Value(0)).current; const move = () => { fadeAnim.setValue(0); A ......
translateY 画报 quot Transform transform

[ABC256E] Takahashi&#39;s Anguish

题目 https://www.luogu.com.cn/problem/AT_abc256_e 图论题,是个环套树 发现环上的边要取掉一条(min),其他的不用取 https://www.luogu.com.cn/record/131488937 ......
Takahashi Anguish 256E ABC 256

Disconnected from the target VM, address: '127.0.0.1:56577', transport: 'socket' 端口占用

Disconnected from the target VM, address: '127.0.0.1:56577', transport: 'socket' 端口占用 Disconnected from the target VM, address: '127.0.0.1:56577', tra ......
39 Disconnected 端口 transport address

vue 首次加载项目,控制台报错: Redirected when going from "/" to "/login"

第一次加载加载页面时报错如下:Redirected when going from "/" to "/login" via a navigation guard. ![image](https://img2023.cnblogs.com/blog/1880163/202310/1880163-202 ......
quot 控制台 Redirected 项目 going