On

解决 "VMware Workstation and Device/Credential Guard are not compatible" error in VMware Workstation on Windows 10 host (2146361)

https://kb.vmware.com/s/article/2146361 https://communities.vmware.com/t5/VMware-Workstation-Pro/Virtualized-Intel-VT-x-EPT-is-not-supported-on-this-p ......

study of 'Missing data imputation framework for bridge structural health monitoring based on slim generative adversarial networks'

the Stochastic Gradient Descent (SGD):为了提高鲁棒性,SGAIN框架的优化器采用了随机梯度下降(SGD) 一,SGAIN框架有两个重要目的:鉴别器D的目的是最大化正确预测M矩阵的概率;生成器的目的是最小化D预测M矩阵的概率。此外,利用反向传播算法对发生器和鉴别器 ......

Mac Os VS Code 无法升级Cannot update while running on a read-only volume.

macOS VS Code 无法升级,提示“Cannot update while running on a read-only volume“错误 提示错误如下: Cannot update while running on a read-only volume. The application ......
read-only running Cannot update volume

mount: /home/vi/book: wrong fs type, bad option, bad superblock on /dev/sdd1, missing codepage or helper program, or other error.

mount: /home/vi/book: wrong fs type, bad option, bad superblock on /dev/sdd1, missing codepage or helper program, or other error. 解决方法: sudo mount -t ......
superblock bad codepage missing program

sql中left/right join on and where条件的使用

有A和B两张表,使用left join时, 左表属于主表 知识点如下: 多表左连接和右连接会生成一张临时表, where 条件是针对最后的临时表进行过滤的 on条件是针对非主表进行过滤的 结论: 1.对左表的条件要添加在where 后面,不能放在on后面,因为左表属于主表 2.对右表添加条件是放在O ......
条件 right where left join

(水)发泄1.0(on 2023/11/10模拟赛 XX供 号爸组)

第一次真的想骂人。 当然骂人也要有点素质,我不会人身攻击,测试学校也隐藏了。 今天打了这个 号爸组 出的题目。 本来还好好的,看了一眼题目描述中,T3和T4强调了子任务捆绑测试,所以我自然就以为T1T2没有捆绑。 然后我T1认认真真打了很久,T2马马虎虎打了很久,因为不知道是否正确,但是大样例乱过。 ......
模拟赛 2023 1.0 11 10

启发式合并,DSU on Tree

启发式合并,DSU on Tree 一、启发式合并 1.1传统启发式合并 启发式合并是做的一个什么事情? 给你\(n\)个集合,令\(s_i = \lbrace i\rbrace\) 选两个集合\(x,y\),把\(y\)里面的元素全部丢到\(x\)里面,令\(s_x = s_x\cup s_y\) ......
Tree DSU on

elementplus弹窗可拖拽draggable,点击空白处不消失close-on-click-modal,modal是否去掉遮罩层

<el-dialog :modal="false" v-model="dialogVisible" title="" width="30%" draggable :close-on-click-modal="false" class="message-dialog" ></el-dialog> mo ......

Drawdown——A New Way of Thinking About and Acting on Global Warming

Definition of drawdown: Drawdown is that point in time when atmospheric concentrations of greenhouse gases begin to decline on a year-to-year basis. M ......
Drawdown Thinking Warming Acting Global

"Go to Source" for Latex on VS Code does not seem to work

I recommend installing LaTeX Workshop instead of LaTeX Preview. Then use the following shortcuts for synctex (aka 'jumping' between code and pdf): fro ......
quot Source Latex Code does

[ARC105F] Lights Out on Connected Graph 题解

题意 给定一个 \(N\) 个点 \(M\) 条边的简单无向联通图 \(G\)。每个边有红和蓝两种颜色,初始时每条边均是红色。 现在通过移除 \(G\) 中的一些边来获得一个新的无向图 \(G^{\prime}\),求在所有的 \(2^M\) 种方案中有多少种方案可以使得 \(G^{\prime}\ ......
题解 Connected Lights Graph 105F

【01】安装与配置 C++/Visual Studio 22 | PDCurses on Windows

参考: https://www.cnblogs.com/yapingxin/p/15936414.html 实践、概括、优化: 编译生成 下载源码,解压后进入其中的wincon目录; 如果需要为多个Platform(x86和x64)以及多个分支(Debug和Release),多复制备份几个winco ......
PDCurses Windows Visual Studio 22

No compiler detected, make sure you are running on top of a JDK instead of a JRE

Java 调 webservice 报如下错误 [2023-11-07 17:01:02.315] ERROR [scheduling-1] ToHisApiImpl.java:106 - No compiler detected, make sure you are running on top ......
compiler detected instead running make

China's Strategies on Air Pollution

Introduction Averaged percentage changes in PM2.5 annual concentrations in 31 major Chinese cities since 2015. Credit: Science China Press A new study ......
Strategies Pollution China Air 39

ERROR: npm v10.2.1 is known not to run on Node.js v14.16.0. npm版本降级用法介绍

一、为什么需要npm版本降级 1、由于不同版本之间可能存在兼容性问题,需要将版本降为可以支持的版本。 2、某些应用程序可能只支持特定的npm版本,因此需要将npm版本降级到兼容的版本。 3、某些时候新版本的npm会导致应用程序不稳定或出现问题,因此需要将npm版本降级到稳定的版本。 为避免这些问题, ......
npm 版本 ERROR known Node

神经网络基础篇:关于 python_numpy 向量的说明(A note on python or numpy vectors)

关于 python_numpy 向量的说明 主要讲Python中的numpy一维数组的特性,以及与行向量或列向量的区别。并说一下在实际应用中的一些小技巧,去避免在coding中由于这些特性而导致的bug Python的特性允许使用广播(broadcasting)功能,这是Python的numpy程序 ......

mysql 使用ON DUPLICATE KEY update实现插入或更新操作

创建一个表 CREATE TABLE `userinfo` ( `UserID` int(11) NOT NULL, `UserName` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL, PRIMARY KEY ......
DUPLICATE update mysql KEY

Tutorial on COM Servers for Custom Objects教程中的问题

这几天在学习ObjectARX COM封装的教程,遇到了一些问题,记录如下: 环境:Win7+Visual Studio 2015+autocad 2018 教程下载地址:https://www.bing.com/ck/a?!&&p=dd8cff636121df5fJmltdHM9MTY5OTIyO ......
Tutorial Servers Objects 教程 Custom

mac os 编译webrtc 报错screen_capturer_mac.mm:500:5: error: 'CGDisplayStreamStop' is only available on macOS 13.0 or newer [-Werror,-Wunguarded-availability-new]

../../modules/desktop_capture/mac/screen_capturer_mac.mm:462:11: error: 'CGDisplayStreamUpdateGetRects' is only available on macOS 13.0 or newer [-Wer ......

Filebeat on k8s 日志采集实战操作

目录一、概述二、K8s 集群部署三、ElasticSearch 和 kibana 环境部署1)部署 docker2)部署 docker-compose3)创建网络4)修改 Linux 句柄数和最大线程数5)下载部署包开始部署四、Filebeat on k8s 部署(daemonset)1)安装 he ......
实战 Filebeat 日志 k8s 8s

文件 inode 与 no space left on device 异常

转载请注明出处: 文件inode 在 Linux 文件系统中,每一个文件或目录都会有一个 inode,它是一个数据结构,用于存储文件的元数据,比如文件的权限、所有者、大小、创建和修改的时间等。inode 不包含文件的实际内容,只包含文件的元数据。当你在文件系统中创建、修改或者删除文件时,实际上是在修 ......
文件 device inode space left

prometheus Error on ingesting samples that are too old or a re too far into the future

目录prometheus Error on ingesting samples that are too old or a re too far into the future磁盘问题时间问题版本问题历史prometheus旧数据 prometheus Error on ingesting samp ......
prometheus ingesting too samples future

【转】MYSQL 表连接 ON AND 和ON WHERE 的区别

转自:SQL左右连接中的on and和on where的区别-CSDN博客 原先一直对SQL左右连接中的on and和on where的区别不是太了解,直到在网上看到了下面这段话才豁然开朗。 在使用left join时,on and和on where条件的区别如下: 1、on条件是在生成临时表时使用 ......
MYSQL WHERE AND ON

Kubernetes on windows using helm & kind

PS C:\Users\rgqan>helm The Kubernetes package manager Common actions for Helm: - helm search: search for charts - helm pull: download a chart to your ......
Kubernetes windows using helm kind

【Bug解决】Can‘t perform a React state update on an unmounted component. This is > a no-op, but it...

在 React 应用程序中我们遇到以下警告消息: Can’t perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your applica ......
component unmounted perform update React

PathVariable annotation was empty on param 0

错误显示: 使用SpringBoot进行开发时,使用feign组件进行远程调用,可能会产生了这样的异常信息: nested exception is java.lang.IllegalStateException: PathVariable annotation was empty on param ......
PathVariable annotation empty param was

nginx(autoindex on;)访问文件数据访问不到的解决办法

解决办法 注意文件路径是文件夹要以/斜杠结尾 正确:/path/to/data/ 错误:/path/to/data 示例: location /data { alias /path/to/data/; autoindex on; } ......
autoindex 办法 文件 数据 nginx

容器报错 Error response from daemon: driver failed programming external connectivity on endpoint

在启动容器时的容器时,会出现报错:Error response from daemon: driver failed programming external connectivity on endpoint XXX(端口映射或启动容器时报错) 如下: 原因:在我们启动了Docker后,我们再对防火 ......

Linxu解决systemctl启动服务失败,Error: No space left on device【转】

查看磁盘空间实际占用情况 查看磁盘inodes占用情况 这两部发现都没有问题。要是哪里发现被沾满了,直接删除解放空间。此篇是讲另一种情况。 查看默认inotify的max_user_watches值 [root@VM-4-4-centos nginx]# sysctl fs.inotify fs.i ......
systemctl device Linxu Error space

Annual Report on Fall Semester in 2023

Todo List Decide the milestones in this term. Make a major pipline of this term accompanied with timeline. Plot a graph on pipline of milestones based ......
Semester Annual Report 2023 Fall