services disable windows cache

使用guava的cache实现缓存

一、maven <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance ......
缓存 guava cache

windows10/11关闭更新

windows10/11关闭更新1. regedit打开注册表2. 依次打开:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings3. 新建DWORDS32位值-- >>键名: FlightSettingsMaxPauseDa ......
windows 10 11

windows上传app到构建版本的方法

ios打包好ipa文件后,ipa文件需要上架到app store,用户才能安装。而在app store里,无法直接将ipa上传,需要使用工具上传,但是官方提供的工具,比如xcode等只能安装在苹果电脑上。 我们这篇文章,重点将介绍如何使用windows电脑将ipa文件上传app store的构建版... ......
windows 版本 方法 app

window、Linux简单提权 7

首先把拿到授权资产或客户给的域名 1、信息收集; a.服务器的相关信息 真实ip、C段、系统版本、开放端口等 b.网站指纹; cms、cdn、证书、dns记录等 c.whois信息 姓名、电话、邮箱、备案 //可以扔到社工库去查询 d.扫描网站目录结构,爆破后台 2、漏洞测试; SQL注入、XSS、 ......
window Linux

Kubernetes(k8s)服务账号Service Accounts

Kubernetes(k8s)服务账号Service Accounts,服务账号Service Accounts简介,用户账号与服务账号区别,创建服务账号(Service Accounts),对服务账号(Service Accounts)授权,在pod里使用服务账号(Service Accounts... ......
Kubernetes 账号 Accounts Service k8s

一文搞懂什么是@Component和@Bean注解以及如何使用(包括与@Controller、@Service、@Reporsitory区别 )

来源 https://blog.csdn.net/m0_51358164/article/details/126120731 一文搞懂什么是@Component和@Bean注解以及如何使用 ......

windows server 安装.net 3.5

从windows swerver2008以后,.net 3.5 的离线安装都需自己提供安装包 安装流程 1. 从iso或其他途径提取到sxs安装包 2. 安装 管理员权限运行cmd,输入 : dism /online /enable-feature /featurename:NetFx3Server ......
windows server net 3.5

Windows10安装

最近电脑频繁重启,我怀疑是更新电脑某些方面不兼容导致的, 于是我想将系统条回到Windows10。 OS下载:https://www.microsoft.com/zh-cn/software-download/windows10 注:回调系统会删除系统盘数据(C),其他盘不受影响 ......
Windows 10

django部署到windows服务器上

使用Waitress pip install waitress 在项目的根目录下穿件一个server.py 内容为 from waitress import servefrom django的项目名称.wsgi import application if __name__ == '__main__' ......
windows 服务器 django

gdb.exe: warning: Couldn't determine a path for the index cache directory.

GDB 调试中出现的警告 D:\\gitee\\luatos-soc-2022\\out\\example_copy> arm-none-eabi-gdb example.elf C:\\SysGCC\\bin\\arm-none-eabi-gdb.exe: warning: **Couldn't ......
determine directory warning Couldn cache

django项目在windows的部署(apach+Mod_wsgi+django)

如果django项目如果要正式使用,我们需要将项目部署到开发环境上去。django项目自带的服务不支持多线程,会出现多个用户访问时,页面卡死,半天打不开的问题。所以, 该如何部署django项目呢?下边是我的部署经验,实测有效。 如果可以的话,尽量部署到linux上,但是我的系统中涉及到一些wind ......
django Mod_wsgi windows 项目 apach

nextjs项目引入vconsole报错处理:ReferenceError: window is not defined

引入文件(nextjs项目): import Vconsole from 'vconsole' 报错: 处理: let Vconsole if (typeof window !== 'undefined') { Vconsole = require('vconsole') } 打开调试: if (t ......

引入jweixin文件报错处理(window is not defined)

引入文件(nextjs项目): import wx from './jweixin-1.6.0.js' 报错: 处理: let wx if (typeof window !== 'undefined') { wx = require('./jweixin-1.6.0.js') } 接下来正常处理wx ......
jweixin defined 文件 window not

虚拟机中安装Windows系统

### 一、虚拟机中安装Windows系统 1. 第一步新建虚拟机 ![image](https://img2023.cnblogs.com/blog/2731637/202306/2731637-20230628145057062-187266868.png) 2. 选择典型安装 ![image] ......
Windows 系统

windows配置时间服务器 linux配置从windows同步时间

## 背景 两台服务器,其中windows能够联网,linux不能联网 windows为windows server 2016 linux为centos7 ## 配置windows时间服务 配置HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ ......
windows 时间 服务器 linux

二、Windows11平台下Visual Studio 2022配置32位汇编环境

## 1. [下载Visual Studio 2022](https://visualstudio.microsoft.com/zh-hans/vs/) ![image](https://img2023.cnblogs.com/blog/1452265/202306/1452265-20230628 ......
Windows 环境 Visual Studio 平台

如何正确删除无法删除的windows系统文件

需要两个步骤,且步骤严格按照1、2先后顺序。【删除系统文件,本地或者重新插入的盘,该操作存在风险,建议非必须勿操作】 1、更改文件所有者授权为当前管理员账户: 需要递归,则在以下命令后增加 /R选项递归: takeown /f 文件或文件夹 /A 2、修改管理员权限,增加所有的权限,包括读、写、修改 ......
windows 文件 系统

Windows下Tomcat命令窗口显示乱码问题解决

官网刚下载的 Tomcat ,配置未作任何改动,启动 Tomcat 窗口显示中文乱码。 ![image](https://img2023.cnblogs.com/blog/1344595/202306/1344595-20230628103154485-2011180938.png) 解决方法: 修 ......
乱码 命令 Windows Tomcat 问题

Linux 系统使用war包部署iServer(中间件:Tomcat)[Windows 相同操作]

文章目录 前言 一、下载war包 二、下载安装JDK 三、配置环境变量 1、JAVA_HOME 2、UGO_HOME 3、LD_LIBRARY_PATH 4、CLASSPATH 5、PATH 6、SUPERMAP_ROOT 7、生效 四、下载Tomcat 注意: 五、部署成功 总结前言SuperMa ......
中间件 iServer Windows Tomcat 系统

mpv player (Windows) Files x86_64和x86_64-v3之间的区别在于默认启用的指令集不同

mpv player (Windows) Files x86_64和x86_64-v3之间的区别在于默认启用的指令集不同。 x86_64-v3构建版本默认启用以下指令集: avx avx2 bmi bmi2 fma lzcnt movbe sse3 sse4 sse4.1 sse4.2 ssse3 ......
指令 之间 Windows player Files

四、QT应用程序发布(windows环境下)

1.以Release版本运行,生成可执行程序,release版本没有调试信息,比debug版本的要小。 2.点击“项目”,然后选择构建项目时用的构建库,在“构建目录”下的便是生成的可执行程序存在的目录。 3.打开此文件夹,直接双击运行会发现因为缺少DLL库,无法正常运行。 4.使用QT自带的wind ......
应用程序 windows 环境 程序

Windows系统中的组策略、计算机配置、管理模板、系统凭据分配、加密数据库修正、易受攻击和批处理相关的信息

![image](https://img2023.cnblogs.com/blog/1053886/202306/1053886-20230627182510953-242043448.jpg) ![image](https://img2023.cnblogs.com/blog/1053886/20 ......
凭据 系统 模板 策略 Windows

windows11+gcc安装-good

MSYS2 安装之后,在msys的terminal中执行,可以去安装目录下寻找 >pacman -S mingw-w64-ucrt-x86_64-gcc Get Started with C++ and Mingw-w64 in Visual Studio Code >pacman -S --nee ......
windows good gcc 11

Windows下使用powershell修改防火墙

# Windows下使用powershell修改防火墙 ![](https://1-1258183352.cos.ap-chengdu.myqcloud.com/img/202306261702449.png) 前两天,领导给了我一个漏扫报告,让我看着弄,其中上图这一条是花了一点时间的,做一个记录。 ......
防火墙 powershell Windows

C# 操作Windows系统设备的多种方式

1. WMI(Windows Management Instrumentation)的方式。(网上很多禁用启用设备的方式是.InvokeMethod("Disable", null),只传两个参数,win11上会报错) 常用的一些类库名可以检索 WMI使用的WIN32_类库名WMI使用的WIN32_ ......
多种 Windows 方式 设备 系统

windows系统使用gnvm命令更新node版本

参考:https://blog.csdn.net/qq_51241202/article/details/129595355?spm=1001.2101.3001.6650.4&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault% ......
命令 windows 版本 系统 gnvm

windows和linux环境下安装jprofiler

Windows安装jprofiler 一.windows安装和激活 1.首页默认,直点击下一步 2.同意授权 3.进入注册页面 4.在注册页面输入用户和密钥 5.打开注册机,点击generate生成账号和密钥 6.把license key输入到步骤一中的密钥框,公司名字可以顺便写 7.直接点击下一步 ......
jprofiler windows 环境 linux

Windows暂停更新

关于Windows系列更新服务关闭的办法 Windows更新服务无法彻底关闭,但是可以通过无期限延后更新来解决 具体步骤为: ```bash win+r打开运行管理器 输入regedit打开服务管理 找到:计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windo ......
Windows

在Windows系统中还有其他方法可以计算哈希值,以下是一些常用的方法

除了使用 certutil 命令和PowerShell脚本之外,在Windows系统中还有其他方法可以计算哈希值。以下是一些常用的方法: 第三方图形界面工具:有许多第三方图形界面工具可以计算文件的哈希值,例如HashTab、WinMD5、File Checksum Integrity Verifie ......
方法 常用 Windows 系统

Cisco Secure Client 5.0.03072 (macOS, Linux, Windows & iOS, Andrord)

Cisco Secure Client 5.0.03072 (macOS, Linux, Windows & iOS, Andrord) 思科安全客户端(包括 AnyConnect) 请访问原文链接:,查看最新版。原创作品,转载请保留出处。 作者主页:[sysin.org](https://sysi ......
Andrord Windows Secure Client Cisco