services disable windows cache

Windows 10更新后,打开windows sandbox沙盒报错,找不到虚拟机监控程序的解决办法

要点: 1.卸载沙盒 2.命令提示符输入bcdedit /set hypervisorlaunchtype Auto 3.重启后重新安装沙盒 windows10打开windows sandbox突然出现报错:找不到虚拟机监控程序。请启用虚拟机监控程序支持。Error 0xc0351000.该系统上没 ......
Windows windows sandbox 办法 程序

Adobe After Effects 2023 v23.5 (macOS, Windows) - 后期特效

Adobe After Effects 2023 v23.5 (macOS, Windows) - 后期特效 Acrobat、After Effects、Animate、Audition、Bridge、Character Animator、Dimension、Dreamweaver、Illustra ......
特效 Effects Windows Adobe After

Adobe Premiere Pro 2023 v23.5 (macOS, Windows) - 专业视频编辑软件

Adobe Premiere Pro 2023 v23.5 (macOS, Windows) - 专业视频编辑软件 Acrobat、After Effects、Animate、Audition、Bridge、Character Animator、Dimension、Dreamweaver、Illus ......
Premiere Windows 专业 Adobe macOS

Burp Suite Professional / Community 2023.9 (macOS, Linux, Windows) - Web 应用安全、测试和扫描

Burp Suite Professional / Community 2023.9 (macOS, Linux, Windows) - Web 应用安全、测试和扫描 Burp Suite Professional, Test, find, and exploit vulnerabilities. ......
Professional Community Windows 2023.9 Suite

Sql Server 2008数据库Windows账户和sa账户被禁用以后……

服务器版本:WIndows Server2008 R2 Standard 数据库版本:Microsoft SQL Server 2008 R2 事故背景: 新建了一个账户dev以后,禁用sa账户,不小心把Windows登录账户也给禁用了,然后数据库代理,作业都不可用了 解决: 1、用当前账户新建一个 ......
账户 Windows 数据库 数据 Server

Windows 11 自动应答XML注释版

详细的介绍了Win11自动应答XML各标记的名称、用途: ![image](https://img2023.cnblogs.com/blog/2843980/202308/2843980-20230813161026750-39397386.png) 还等什么?访问[http://oldhelps. ......
注释 Windows XML 11

Windows电脑怎么设置局域网内共享磁盘?

我有一台主机硬盘容量比较大,想做为一个共享硬盘,方便我其他笔记本能够往这台硬盘传输文件,想到的最好最快的方法就是通过局域网内部进行文件传输。通过局域网共享磁盘,这种方法也是非常便捷的。那如何设置操作呢?请详细看下文。 ......
磁盘 局域网 局域 Windows 电脑

Windows10下安装docker 并启动 rabbitmq

1.官网下载docker:https://hub.docker.com/editions/community/docker-ce-desktop-windows 2.安装docker:运行下载好的Docker for Windows Installer.exe 3.安装好后启动docker: 4.修 ......
rabbitmq Windows docker 10

Windows11 操作系统 SysWOW64 文件夹的作用

Windows 11 操作系统中的 `SysWOW64` 文件夹是一个重要的系统目录,它在某些方面扮演着特殊的角色。在这篇文章中,我将详细介绍 `SysWOW64` 文件夹的作用,并举例说明它在操作系统中的具体应用。首先,让我们了解一下该文件夹的背景和目的。 `SysWOW64` 文件夹是 Wind ......
文件夹 作用 Windows 文件 SysWOW

text-generation-webui试用 windows平台 以及目前比较好的开源中文模型 Baichuan-13B-Chat测试

随着llama的大模型发布,个人也可以在自己电脑上运行生成文本的大模型,建议用大显存的显卡,比如2080ti11g , 3060 12g , 3090 24g。 找这篇文章操作 https://openai.wiki/text-generation-webui.html 其中最麻烦的是安装依赖,这是 ......

maven系列:简介和安装配置(Mac、Linux、Windows、settings.xml、IDEA配置)

[TOC] ## 一、简介 官网:https://maven.apache.org maven 是一个项目管理工具,主要作用是在项目开发阶段对Java项目进行依赖管理和项目构建。 依赖管理:就是对jar包的管理。通过导入maven坐标,就相当于将仓库中的jar包导入了当前项目中。 项目构建:通过ma ......
settings Windows 简介 maven Linux

gitlab--services、environment、inherit

services services 关键字定义了一个 Docker 镜像,该镜像在链接到 image 关键字定义的 Docker 镜像的 job 期间运行。这允许您在构建期间访问服务镜像。 服务镜像可以运行任何应用程序,但最常见的用例是运行数据库容器,例如: MySQL PostgreSQL Red ......
environment services inherit gitlab

Superset基于Windows在线及离线搭建

Superset简介: 官网这么说:Superset is fast, lightweight, intuitive, and loaded with options that make it easy for users of all skill sets to explore and visua ......
Superset Windows

windows WSL2避坑指南

对于不想安装windows/linux双系统的朋友来说,wsl2是不错的选择,但在使用过程中可能会遇到一些问题,以下是本人踩过的坑,记录于此: 一、安装前提 1.1 检测windows版本 windows10 版本必须高于 内部版本 19041 ,检测方法 :ctrl+R,输入winver查看版本( ......
windows 指南 WSL2 WSL

.NET后台任务-Worker services in .NET

## 来自你的消息: 怎么理解 Worker services in .NET ? ## 来自ChatAI的消息: Worker Services是.NET Core中的一个特性,它使开发人员能够轻松创建和托管长时间运行的后台任务或服务。Worker Services使用.NET Core的异步编程 ......
NET 后台 services 任务 Worker

MySQL运行错误:‘mysql‘不是内部或外部命令,也不是可运行程序,Windows添加环境变量

**1、Windows电脑安装MySQL5.7,打开cmd出现“'mysql' 不是内部或外部命令,也不是可运行的程序或批处理文件。”** ![](https://img2023.cnblogs.com/blog/2254935/202308/2254935-20230811194455913-18 ......
变量 命令 错误 Windows 环境

Windows11安装Docker

一、前提条件: 1、Hyper-v 2、WSL2 二、下载网址: Docker: Accelerated Container Application Development Download Docker Desktop | Docker 三、执行安装包: 选中安装包,右键——以管理员的身份运行 默 ......
Windows Docker 11

关闭 Windows 遥测相关功能

1. windows+i 隐私和安全性 诊断和反馈 发送可选诊断数据(关闭) 量身定制体验(关闭) 2. windows+i 隐私和安全性 语音 在线语音识别(关闭) 3. windows+i 隐私和安全性 墨迹书写和键入个性化 使用我的键入历史记录和手写模式创建个人此点(关闭) 4. window ......
Windows 功能

Windows下使用Visual Studio编译LLVM(三)-为什么没有Pass插件

title: Windows下使用Visual Studio编译LLVM(三)-为什么没有Pass插件 date: 2023-08-11 15:00:00 updated: 2023-08-11 15:00:00 lang: zh-CN categories: - [LLVM] tags: - LL ......
插件 Windows Visual Studio LLVM

kettle 调用ssl异常javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate

javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate 调用kettle发送邮件的时候 本地没问题 服务器报异常 查看很 ......

Windows环境下重启jar服务bat代码

问题:在Windows环境下部署java的jar包,若有多个服务同时启动,很难找到相应服务重启。每次都重启全部服务很麻烦。应用场景大多用于部署测试。 适用:jar部署,war部署不适用。 解决方案:找到相应jar服务关闭并重启。 注意: 1、正确设置端口,jar服务运行的端口; 2、正确设置jar文 ......
Windows 代码 环境 jar bat

windows 10 安装 docker

1、下载docker desktop https://www.docker.com/products/docker-desktop 2、安装后报错 Docker Desktop requires a newer WSL kernel version. Update the WSL kernel by ......
windows docker 10

Cisco Wireless - Disabling Access Point USB Port to Minimize Power Draw

Introduction In this article, we take a look at reducing the power used by some Cisco access point models, by disabling the built-in USB port, which i ......
Disabling Wireless Minimize Access Cisco

windows子系统

wsl -l -v #查看子系统 导出子系统 wsl --export Ubuntu-22.04 d:\ubuntu2204.tar 注销系统 wsl --unregister Ubuntu-22.04 重新导入 wsl --import Ubuntu-22.04 d:\Ubuntu-22.04 d ......
子系统 windows

使用 iPad 作为 Windows 的扩展屏幕

一个突发奇想的有趣尝试。 如果是 MAC 电脑,可以使用随航功能,将 iPad 作为 MAC 的扩展屏幕,在同一局域网即可。Windows 呢? 其实有现成的软件可以用。 ## spacedesk Windows 端下载 `SPACEDESK DRIVER SOFTWARE for Windows ......
屏幕 Windows iPad

Windows下使用Visual Studio编译LLVM(一)-最简编译

title: Windows下使用Visual Studio编译LLVM(一)-最简编译 date: 2023-08-10 19:00:00 updated: 2023-08-10 19:00:00 lang: zh-CN categories: - [LLVM] tags: - LLVM - 编译 ......
Windows Visual Studio LLVM