binary the winutils windows

Wine 8.5 发布,Windows 应用的兼容层

Wine 8.5 已发布,用于在 Linux 和其他平台下运行 Windows 游戏和应用程序。 Wine 8.5 版本已将新的 VKD3D 1.7 代码库引入其树中。 VKD3D 1.7 于上周发布,添加了额外的 HLSL 功能、大量内部函数、调用用户定义函数的能力,以及一系列其他改进,以改进 W ......
Windows Wine 8.5

windows下使用pytorch进行单机多卡分布式训练

现在有四张卡,但是部署在windows10系统上,想尝试下在windows上使用单机多卡进行分布式训练,网上找了一圈硬是没找到相关的文章。以下是踩坑过程。 首先,pytorch的版本必须是大于1.7,这里使用的环境是: pytorch==1.12+cu11.6 四张4090显卡 python==3. ......
分布式 单机 windows pytorch

Windows11资源管理器更换成传统右键菜单的方法

1.打开注册表,找到 HKEY_CURRENT_USER\SOFTWARE\CLASSES\CLSID 2. 右键点击CLSID,新建,项,项名称为: {86ca1aa0-34aa-4e8b-a509-50c905bae2a2} 3.右键点击这个新建的项,再选择新建》项,项名称为: InprocSe ......
资源管理 菜单 传统 Windows 方法

nested exception is java.lang.IllegalStateException: org.apache.tomcat.util.http.fileupload.impl.FileSizeLimitExceededException: The field file exceeds its maximum permitted size of 1048576 bytes.

一、问题背景 利用springboot上传大文件 二、报错截图如下 2023-04-02 16:04:18,681 ERROR [http-nio-63050-exec-6][GlobalExceptionHandler.java:58] - 系统异常:Maximum upload size exc ......

Github + Sphinx+Read the docs 实战入门指南(二)

引言 接上一篇Github + Sphinx+Read the docs 实战入门指南(一),这一篇主要讲解如何自动将指定文档内容部署到Read the docs中。 对于文档,一般有以下基本要求: 只维护一份,其他地方自动同步更新 可以根据代码注释,动态更新维护相应的API文档 支持检索 多版本之 ......
入门指南 实战 指南 Github Sphinx

Github + Sphinx+Read the docs 实战入门指南(三)

引言 接着上两篇文章 Github + Sphinx+Read the docs 实战入门指南(一) Github + Sphinx+Read the docs 实战入门指南(二) 我们已经成功地将Sphinx文档部署到了Read the docs网站,但是这个文档,我们不想每次都要手动更新内容,想 ......
入门指南 实战 指南 Github Sphinx

Github + Sphinx+Read the docs 实战入门指南(一)

引言 Github Github是一个托管网站,目前主要用来托管代码,当然托管其他的也可。但是网不好的小伙伴可以考虑使用Gitee作为平替。 Sphinx Sphinx是什么? Sphinx是一个自动生成文档的工具,可以用简洁的语法快速生成优雅的文档。 哪些场景要用Sphinx? 如果想要写书,不想 ......
入门指南 实战 指南 Github Sphinx

由于链接地址长度过长引起的”HTTP Error 400. The request URL is invalid”错误解决办法:修改注册表

网站中,设计了一个批量搜索的功能,用户可以输入多个关键词进行批量查询搜索,但不出意外的话还是出意外了,有些用户可能会输入N多个关键词,我为了性能等考虑,会限制个数,比如每次批量查询仅限50个以内,但还是有意外发生,有些关键词可能会很长,即会引发”HTTP Error 400. The request ......
注册表 长度 错误 request invalid

mingw64 + nvim + coc.nvim + nvim-dap : C++ windows - 04

4.1 init.vim 将 init.vim 放置到下面 :echo stdpath('config') ~\AppData\Local\nvim 4.2 plug https://github.com/junegunn/vim-plug 将 plug.vim 放置到下面 ~\AppData\Lo ......
nvim nvim-dap windows mingw coc

mingw64 + nvim + coc.nvim + nvim-dap : C++ windows - 05

PS C:\Users\dev\Desktop\cpp> cd .\build\ PS C:\Users\dev\Desktop\cpp\build> cmake .. -DCMAKE_BUILD_TYPE=Debug -- Building for: Ninja -- The C compiler ......
nvim nvim-dap windows mingw coc

mingw64 + nvim + coc.nvim + nvim-dap : C++ windows - 01

目标 用做C++编译器 尽量不要扩展其它功能 python 是避免不了,所以才安装的。 1.1 下载安装 https://mirror.tuna.tsinghua.edu.cn/msys2/distrib/msys2-x86_64-latest.exe 安装路径: C:\gnu\msys64 1.2 ......
nvim nvim-dap windows mingw coc

mingw64 + nvim + coc.nvim + nvim-dap : C++ windows - 02

2.1 命令行工具 https://github.com/sharkdp/fd https://github.com/junegunn/fzf https://github.com/BurntSushi/ripgrep https://github.com/tree-sitter/tree-sitt ......
nvim nvim-dap windows mingw coc

mingw64 + nvim + coc.nvim + nvim-dap : C++ windows - 03

3.1 ccls https://github.com/MaskRay/ccls/wiki/Build 在msys中: pacman -S --noconfirm mingw-w64-x86_64-clang mingw-w64-x86_64-clang-tools-extra mingw64/mi ......
nvim nvim-dap windows mingw coc

Windows窗口对象

......
对象 Windows

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

本文相关的TryHackMe实验房间链接:https://tryhackme.com/room/windowsfundamentals2x0x 本文介绍:本文所涉及的内容是Windows 基础模块的第 2 部分,了解有关系统配置、UAC 设置、资源监控、Windows 注册表等更多信息。 简介 在W ......

[LeetCode] 1338. Reduce Array Size to The Half 数组大小减半

You are given an integer array arr. You can choose a set of integers and remove all the occurrences of these integers in the array. Return the minimum ......
数组 LeetCode 大小 Reduce Array

C#编写windows服务

前言 1 目标方案 目标是不让小孩玩游戏,考虑了一些方案,都感觉不行,比如开机自动关机,禁用网卡,修改 host 文件,修改 iP 和 DNS。 开机自动关机这个是最简单的,只需要一个关机脚本就行了,再加入开机自启项就行了,但是这种方式就是电脑都不给用了,家长不会进PE的话很难修复,要用的时候就很着 ......
windows

Nacos下载安装与配置(windows)

一、Nacos下载 二、Nacos安装 三、修改启动文件 四、启动Nacos服务并访问,可跳过 五、将数据源改为MySQL数据库 六、修改配置文件 七、重启Nacos服务并访问 ......
windows Nacos

net6支持的windows版本

微软官方文档: https://learn.microsoft.com/zh-cn/dotnet/core/install/windows?tabs=net60 操作系统.NET 7.NET 6.NET Core 3.1 Windows 11 ✔️ ✔️ ✔️ Windows Server 2022 ......
windows 版本 net6 net

The remote name could not be resolved: 'report.dalabs.cn'

1.在做程序的时候出现System.Net.WebException: The remote name could not be resolved: 'report.dalabs.cn' 百度后得到以下方法: 在webconfig文件里面添加代理配置: <system.net> <defaultPr ......
resolved remote dalabs report could

Windows 环境以 CPU 运行 stable diffusion

前言 stable-diffusion-webui 要求的 Python 版本是 3.10.6,本机还是几年前装的 3.10.0,为了避免处理更多幺蛾子,直接升级到 3.10.6,还好之前就是3.10,可以直接升级。还有一个好处就是不用安装 conda 或者 miniconda,Python 虚拟环 ......
diffusion Windows 环境 stable CPU

Thinkpad T14升级Windows11ver22h2失败问题解决小记

背景 手头的ThinkPad在近一年的时间里每次升级Windows 11的22h2版本每次都会报错,具体有以下几种情况: 更新过程中无问题,重启后黑屏更新过程中会卡在26%左右,然后蓝屏报KENERAL_CHECK_FAIL,接着便自动重启进入修复程序 在Windows Update更新中报错0xC ......
小记 Thinkpad Windows 问题 T14

The following untracked working tree files would be overwritten by merge错误的解决

问题描述 只要云端代码更新,我的本地那里没有跟上云端的更新速度,就会出现这个错误: 问题解决 在Git终端里面,输入git clean -d -f "出现错误的那个文件路径(就是错误显示的那一串)" 然后Enter,会显示Removing了那个文件,然后再输入git pull,显示这个: 然后就等待 ......

如何将Windows操作系统用户名的中文名称修改为英文名称【亲测有效】

前言 最近电脑重新安装nmap,但是图形化界面无法运行,如图所示: 是因为用户名称中存在中文字符。 接下来就亲自实操一下如何将Windows操作系统用户名的中文名称修改为英文名称。 一、控制面板修改电脑名 (1):桌面左下角搜索框搜索控制面板(2):打开控制面板,点击用户帐户下的更改账户类型 (3) ......
名称 英文名称 用户名 Windows 用户

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

本文相关的TryHackMe实验房间链接:https://tryhackme.com/room/windowsfundamentals1xbx 本文介绍:本文所涉及的内容是Windows 基础模块的第 1 部分,我们将了解 Windows 桌面、NTFS 文件系统、UAC、控制面板等Windows基 ......

报错 qt.qpa.plugin: Could not load the Qt platform plugin “xcb“ in ““ even though it was found

参考: https://blog.csdn.net/qq_39938666/article/details/120452028 使用ubuntu系统下python的seaborn模块画图,报错: qt.qpa.plugin: Could not load the Qt platform plugin ......
plugin platform though Could found

Windows 如何让环境变量(例如PATH路径)设置后------不需要重启立即生效

##不重启生效方法 以修改环境变量“PATH”为例,修改完成后,进入DOS命令提示符,输入:set PATH=C: ,关闭DOS窗口。再次打开DOS窗口,输入:echo %PATH% ,可以发现“我的电脑”->“属性”->“高级”->“环境变量”中设置的 PATH 值已经生效。 不用担心DOS窗口中 ......
变量 路径 Windows 环境 PATH

Windows计划任务的一个问题

我的办公桌朝东,早上太阳刺眼,需要适当提高屏幕亮度才能看清楚屏幕,过了一会儿太阳不直射了,又要降低屏幕亮度以保护视力。老是手工操作嫌烦,就写了个小程序,放进Windows计划任务(Task Scheduler)。小程序调试的时候一切正常,但从计划任务启动时却不工作。 开始怀疑是权限的问题。设置任务以 ......
任务 Windows 问题

【论文阅读】RAL2020: UFOMap An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown

Last edited time: March 31, 2023 1:30 PM Reference and prenotes Paper link:https://ieeexplore.ieee.org/document/9158399 Code link:https://github.com/U ......

sqlserver 2012打开失败"状态代码 0x10。原因: Unable to retrieve registry settings from TCP/IP protocol's 'IPAll' configuration key. The data is invalid."解决方法

今天阿里云服务器上的sqlserver突然打不开了,尝试去打开服务,报这个错: 请求失败或服务未及时响应,有关详细信息,请参见事件日志或其他适用的错误日志。 于是我就去查看错误日志,错误原因为: TDSSNIClient 初始化失败,出现错误 0xd,状态代码 0x10。原因: Unable to ......
quot configuration sqlserver 39 protocol