binary the winutils windows

windows10家庭版开启Hyper-

新建文本文件script.txt,输入以下内容 pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hv.txt for /f %%i in ('findstr /i . hv.txt 2^>nul') do dis ......
windows 家庭 Hyper- Hyper 10

The type or namespace name "' does not exist in the namespace "' (are you missing an assembly reference?)

看了很多的文章都说这个是目标框架的版本问题,亦或者是先行版和正式版,但是我的目标电脑框架为.NET FrameWork4.6.1开发版,我的电脑为.NET FrameWork4.8开发版,不存在此问题,于是我从自己电脑上面下载了NET FrameWork4.8开发板,安装到电脑上面之后,问题完美解决 ......
namespace quot reference assembly missing

解决Mixed Content: The page at https://* was loaded over HTTPS, but requested an insecure XMLHttpReque

问题: 前端页面调用后端接口加载不出来 原因分析: 通过查看浏览器调试 console 日志,得到报错如下 原文: Mixed Content: The page at https://* was loaded over HTTPS, but requested an insecure XMLHtt ......

windows本地部署redis

1:了解自己php扩展版本,在php文件里输入phpinfo();执行看php版本,看 php Extension Biuld的值。 2:下载redis配置文件:址:https://windows.php.net/downloads/pecl/releases/redis/ 点5.3.4版本里的根据 ......
windows redis

Windows - sfc scan

C:\Windows\System32>sfc /scannow Beginning system scan. This process will take some time. Beginning verification phase of system scan.Verification 100 ......
Windows scan sfc

Windows用内网跑https

1、windows系统:直接下载解压即可。下载链接:https://pan.baidu.com/s/11js65YwFdKaBifxOi-xA5g?pwd=8855 提取码:8855 2.安装CA根证书到本地,下载程序进行解压,放到windows相应目录并解压,以管理员身份运行下面指令(mkcert ......
Windows https

windows 主机代理服务器搭建

https://www.php1.cn/detail/QiaoMiaoDiBa_win_18b100da.html 0x01 背景 在现实情景中,我们仅有一台windows 主机可以上网(在公司的生产环境、测试环境、各种其他场景下,由于各种安全策略或者上网限制,其他服务器均无法上网。但是我们在测试、 ......
主机 windows 服务器

在Windows下编译Saba

今天写一篇环境配置的博客,感觉这种博客比较好写😎 Saba是一个用于加载MMD(MikuMikuDance)模型、动作文件的C++库。下面我们在Windows下编译这个库。 为了在Windows下编译Saba, 需要提前准备以下工具: cmake Visual Studio 2022(其它版本的V ......
下编 Windows Saba

Window下,利用Anaconda2创建jupyter-notebook的python3环境方法

转载自:https://www.cnblogs.com/ljy2013/p/8351067.html 随着深度学习的火热,越来越多的人去学习和了解这门技术。而做算法的同学为了能够更快,更高效的写出相关的深度学习算法出来,需要比较方便的开发环境。今天主要介绍一下在jupyter notebook中,新 ......

Postman文件上传报错:The current request is not a multipart request解决方法

主要报错语句为: The current request is not a multipart request 就是说当前这个请求不是一个multipart request,也就是说不是上传文件的请求。 那怎么办呢? 这里我们需要知道一点,spring在处理入参的时候, 遇到MultipartFil ......
request multipart Postman current 文件

The road not taken

黄色的树林里分出两条路 可惜我不能同时去涉足 我在那路口久久伫立 我向着一条路极目望去 直到它消失在丛林深处 但我却选择了另外一条路 它荒草萋萋,十分幽寂 显得更诱人,更美丽 虽然在这条小路上 很少留下旅人的足迹 那天清晨落叶满地 两条路都未经脚印污染 呵,留下一条路等改日再见 但我知道路径延绵无尽 ......
taken road The not

people who change the files in the active changelist also change

people who change the files in the active changelist also change 原文链接:https://blog.csdn.net/kingyc123456789/article/details/107247184/ Android studio ......
change changelist the people active

windows安装npm教程(nodejs)

1、在使用之前,先类掌握3个东西,明白它们是用来干什么的: npm: nodejs 下的包管理器。 webpack: 它主要用途是通过CommonJS 的语法把所有浏览器端需要发布的静态资源作相应的准备,比如资源的合并和打包。 vue-cli: 用户生成Vue工程模板。(帮你快速开始一个vue的项目 ......
windows 教程 nodejs npm

windows下elk安装配置-elasticsearch/kibana/filebeat

以8.6.2为例,下载地址elasticsearch:https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.6.2-windows-x86_64.zipkibana:https://artifacts.elastic ......
elasticsearch filebeat windows kibana elk

windows docker 占用端口

查看 netsh interface ipv4 show excludedportrange protocol=tcp 避开这些端口就好了 ......
端口 windows docker

Windows Service Wrapper(winsw.exe)

用winsw让任何Windows程序都能运行为服务 详解Windows Service Wrapper(winsw.exe)及应用场景 ......
Windows Service Wrapper winsw exe

Windows 10 docker一直显示 starting

1.原因一 Ubuntu子系统没安装好 我的是因为装了两个Ubuntu, 打开另一个Ubuntu应用后docker可正常启动 然后把没用的卸载了 2.原因二 docker版本不支持当前系统版本, 下载新的docker installer或者更新系统 ......
starting Windows docker 10

PaddleOCR 安装与简单使用(windows)

文章转载自: https://blog.csdn.net/f2315895270/article/details/128147744 前提 已经安装好Python环境 PaddleOCR官方主页:https://www.paddlepaddle.org.cn/ GitHub地址:https://gi ......
PaddleOCR windows

Python环境安装(Windows)

准备Python环境 通过官方推荐的安装Anaconda工具包来集成Python环境,推荐对Python不熟练的都使用这种方式,因为他会自动帮我们安装很多依赖包,省去了很多的麻烦 安装Anaconda Anaconda的安装很简单,一般都不会出问题,所以我就直接把官方的步骤写在下面清华大学的镜像地址 ......
Windows 环境 Python

Windows 11 如何安装 WSL2

安装 WSL 2 需要满足以下要求: 64 位版本的 Windows 10,包括:家庭版、专业版、企业版或教育版,版本号 1903 或更高版本,或者 Windows Server 2019 或更高版本。 启用了 WSL 的选项。 至少 4 GB 的 RAM 在 Windows 11 上安装 WSL ......
Windows WSL2 WSL 11

windows查看端口

参考链接 首先我们得找出占用这个端口的值。 1、首先我们打开CMD,用管理员身份打开,然后输入netstat -ano,列出所有端口的情况。 2、查看被占用端口对应的PID,输入命令:netstat -aon|findstr "8000",回车,记下最后一位数字,即PID,如果是2839。 3、(可 ......
端口 windows

Unknown custom element: <el-empty> - did you register the component correctly? For recursive compone

报错原因: “el-empty”未注册 解决:element版本太低了,当前版本里面查找不到el-enpty这个组件,需要重新安装一下element的版本。 npm i element-ui@2.15.13 -S npm i element-ui@2.15.6 -S 重新运行,上面的问题就解决了。 ......

The Predictron: End-To-End Learning and Planning

**发表时间:**2017(ICML 2017) **文章要点:**这篇文章设计了一个叫Predictron的结构,在abstract的状态上进行学习,通过multiple planning depths来使得model self-consistent,进行端对端的学习。这里的设定是MRP,不是MD ......
Predictron End-To-End End Learning Planning

Elasticsearch(es)查询报错:Result window is too large, from + size must be less than or equal to: [10000] but was [20000

{"error":{"root_cause":[{"type":"query_phase_execution_exception","reason":"Result window is too large, from + size must be less than or equal to: [10 ......
Elasticsearch Result window 10000 20000

es(Elasticsearch)查询报错: Set fielddata=true on [level] in order to load fielddata in memory by uninverting the inverted index

Invocation of init method failed; nested exception is ElasticsearchStatusException[Elasticsearch exception [type=search_phase_execution_exception, rea ......

开发者需掌握的超实用VS Code for Windows快捷键

链接|https://dev.to/devland/100-crucial-keyboard-shortcuts-for-vs-code-users-4474 作者|Thomas Sentre 翻译|Seal软件 原文作者已授权。 在软件开发的世界里时间是非常宝贵的。随着项目的堆积和发布日期的临近, ......
快捷键 开发者 Windows Code for

文献阅读——Understanding the Role of Mixup in Knowledge Distillation: An Empirical Study

Hongjun Choi, Eun Som Jeon, Ankita Shukla, Pavan Turaga; Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV), 2023 ......

文献阅读——The Augmented Image Prior Distilling 1000 Classes by Extrapolating from a Single Image

Y. M. Asano and A. Saeed, ‘THE AUGMENTED IMAGE PRIOR: DISTILLING 1000 CLASSES BY EXTRAPOLATING FROM A SINGLE IMAGE’, 2023. ICLR2023,阿姆斯特丹大学和埃因霍芬理工大学两位 ......

Kubeadm安装k8s集群升级100年证书时报错:Unable to connect to the server: EOF:求解决方法.

报错信息: 使用命令时: Kubelet服务报错: 报错情况,在更新完k8s100年证书的时候,到最后重新启动kubelet服务的时候,服务是可以重新启动的,但是kubectl的命令是无法使用的,会等好长时间然后报出上面图片第一个的错误。还请各位大佬给出一些解决办法,实在是劳烦各位大佬了,自己找了好 ......
集群 时报 证书 Kubeadm connect

【THM】Windows Fundamentals 3(Windows基础知识3)-学习

本文相关的TryHackMe实验房间链接:https://tryhackme.com/room/windowsfundamentals3xzx 本文介绍:本文所涉及的内容是 Windows 基础模块的第 3 部分,了解有助于保护设备安全的内置 Microsoft 工具,例如 Windows 更新、W ......