binary the winutils windows

解决Windows系统MySQL 8.x忘记密码

前言 本文使用的是mysql-8.0.26-winx64,解决思路是先让MySQL可以跳过密码验证,登陆后将密码修改成新的。 解决步骤 跳过验证将密码置空 【CMD窗口1】停止服务,然后前台启动服务并跳过验证。 # 停止服务 net stop mysql # 前台启动服务并跳过验证 mysqld - ......
密码 Windows 系统 MySQL

windows子系统ubuntu2204 wsl2

前提:windows内核版本支持wsl2(目前是内部版本不能低于 19041) 查看命令(cmd/powershell):winver 1. wsl1不需要内核虚拟化和hyper-v,wsl2需要内核虚拟化支持并启用hyper-v 所以可能使用wsl1时,可以创建虚拟机,但是启用wsl2就会报错,提 ......
子系统 windows ubuntu 2204 wsl2

[LeetCode] 1339. Maximum Product of Splitted Binary Tree 分裂二叉树的最大乘积

Given the root of a binary tree, split the binary tree into two subtrees by removing one edge such that the product of the sums of the subtrees is max ......
乘积 LeetCode Splitted Maximum Product

在windows下通过xshell来实现跳板机配置pycharm环境和xftp文件访问

xshell实现跳板机 先使用xshell实现跳板机,并将对应的跳板机窗口打开。 跳板机使用xshell的隧道功能实现,选择作为中转的服务器B的属性。 选择隧道 选择添加 侦听端口为本机A的,后面通过localhost:7777进行访问。这个端口可以自己设置不同的。 目标主机就是通过服务器B作为跳板 ......
跳板 windows pycharm 环境 文件

How to Configure Nginx reverse proxy the domain

未测试过,自己记录待用 http { resolver 8.8.8.8; upstream example { server http://example.com resolve [use_last] ...; keepalive 1024; } 第二种负载均衡 upstream mytarget{ ......
Configure reverse domain Nginx proxy

OS-Windows-计算机内存型号配置查看

#OS-Windows-计算机内存型号配置查看 近来想给计算机配置内存,在网上百度到了如何查看型号和配置的方法,整理如下。 1.直接在计算机底部查看标识。 2.win+R --> cmd -->systeminfo >结果输出在当前窗口中。 3.win+R --> cmd -->dxdiag >弹出 ......
OS-Windows 型号 内存 Windows 计算机

[Algorithm] DP - 03. Max Subset Sum No Adjacent - Slice window

Write a function that takes in an array of positive integers and returns the maximum sum of non-adjacent elements in the array. If the input array is ......
Algorithm Adjacent Subset window Slice

windows编程自己常用的代码记录

##首先新建makefile ALL:main files += -mwindows -lcomctl32 -ldwmapi main:$(cpp) g++ $(cpp) $(files) -o $(exe) -static -Wall -std=c++11 $(INCLUDE) $(LIB) .P ......
常用 windows 代码

【Windows】Advanced_System_Care ( v 11.3.5 ) 内存清理插件 大小15.1 MB

【Windows】Advanced_System_Care ( v 11.3.5 ) 内存清理插件 大小为15.1 MB https://xcherry.lanzouj.com/il2iOmsobni密码: 3dw3 软件提取自 Advanced_System_Care ( v 11.3.5 )软件 ......

Error resolving template [date], template might not exist or might not be accessible by any of the configured Template Resolvers

这种情况要不就是你想加载页面 @RequestMapping("/welcome1.html")public String welcome1(){ return "/welcome1";} 但写错了 改正: @RequestMapping("/welcome1.html")public String ......

Your local changes to the following files would be overwritten by merge问题的解决

问题描述 在终端页面输入git pull,会出现这样一个报错:Your local changes to the following files would be overwritten by merge; 然后一开始没有注意到这个错误跟之前的错误不太一样,就还是按照之前的套路来的,没有解决 问题解 ......
overwritten following changes 问题 local

splunk配置windows和linux的配置过程和事项

主服务器安装splunk rpm -ivh splunk.xxx.rpm --force --nodeps #因为这里可能会有报错说/bin/sh is needed by xx#安装在/opt目录下 ,解压完成后进入splunk的bin目录cd /opt/splunk/bin1. 启动splunk ......
事项 过程 windows splunk linux

Windows11搭建Qt 6.4.2 for Android+OpenCV4.7.0开发环境

1.下载opencv-4.7.0-android-sdk.zip,下载地址:https://opencv.org/releases/,解压后,如下图: 2.编辑opecv_android.pri,内容如下(可使用命令行命令-dir *.a/ON/B>v8a.txt): message('Linux/ ......
Windows Android OpenCV4 环境 OpenCV

Windows 下 Docker 的安装

1、安装条件 (1)64 位 Windows 10 及以上操作系统 (2)已经开启了 BIOS 设置中的硬件虚拟化支持,如没有开启,在 BIOS 中设置。 2 、下载 Docker Desktop Installer.exe 安装包 (1)官网:https://www.docker.com/ 访问官 ......
Windows Docker

Windows下Redis数据库服务器的安装和启动

1、下载地址 官方下载: https://github.com/microsoftarchive/redis/releases ,可以根据需要下载不同版本。 2、Redis 服务器安装和启动 (1)将下载的 Redis 安装包解压,然后放到相应的路径下,如 d:\redis; (2)在Redis 安 ......
Windows 数据库 服务器 数据 Redis

windows监控进程是否存在

@echo off :run tasklist /FI "IMAGENAME eq SDPAgent.exe" 2>NUL | find /I /N "SDPAgent.exe">NUL if "%ERRORLEVEL%"=="0" ( echo Program is running for /f ......
进程 windows

java.secunty.AccessControException: the Permission java.io.FilePermission /home/ ,read) has not been granted to testuser. The PL/SOL to grant this is dbms java.grant permission

利用oracle的java写入服务器的文件夹文件的时候会出现类似这种报错,看到报错我们可以猜到是关于权限的问题。 只需要利用sys用户在sqlplus 或者 plsql的命令行模式下执行下列代码就使得对应用户获得对应目录的读、写、删的权限了。 exec dbms_java.grant_permiss ......

Windows 下 Oracle 全备

bak.bat脚本如下 del G:\orabk\full_* set NLS_LANG=SIMPLIFIED CHINESE_CHINA.ZHS16GBK set mydate=%date:~0,4%%date:~5,2%%date:~8,2% expdp bkuser/Lander$2022 d ......
Windows Oracle

windows——CMD命令

1、ls命令无效,没有此命令。 可以用dir,代替。 2、切换D盘 默认路径为用户文档路径,如果想要切换到C盘中的某个文件夹,比如AppData,可以执行命令cd AppData; 但如果想切换到D盘,输入cd d:是不行的; 如果我们要切换盘符的目录,正确的用法是在cd 和路径中间 增加一个“/d ......
命令 windows CMD

WSL2 使用windows usb设备

#1、Windows安装 winget install --interactive --exact dorssel.usbipd-win #2、WSL安装 sudo apt install linux-tools-generic hwdata sudo update-alternatives --i ......
windows 设备 WSL2 WSL usb

Windows自带截图

按【Windows】+【Shift】+【S】键,屏幕会出现图标,可以矩形、任意形状截图,窗口截图或者全屏截图,图像保存在剪贴板,这个方法可以灵活选择截图区域. Press [Windows]+[Shift]+[S] keys, and the icon will appear on the scre ......
截图 Windows

批处理实现Windows任务栏透明度修改

批处理的实现是在吾爱破解摘取的,感谢原作者的分享: @echo off :AA echo, choice /c 1234 /m 选项1:设置任务栏透明度,选项2:恢复默认设置,选项3:Win10设置不起效时选择,选项4:退出批处理 if %errorlevel% equ 4 goto :eof if ......
透明度 任务 Windows

EasyCVR新增功能:Windows系统下托盘可显示进程图标

EasyCVR平台支持海量视频汇聚管理,可提供视频监控直播、云端录像、云存储、录像检索与回看、智能告警、平台级联、智能分析等视频服务。平台兼容性强、开放度高、灵活拓展、部署轻松的特点,使其成为安防市场主流的视频能力层服务平台。感兴趣的用户可以前往演示平台进行体验或部署测试。 ......
托盘 图标 进程 EasyCVR Windows

Windows安装MySQL到最后卡主无响应处理办法

安装mysql-5.5.62-winx64到最后Ready to execute ... 生效配置时卡主无响应 最有效,最快的解决办法 就是:重启电脑 或者 关闭电脑,在开机,找到MySQL安装目录,默认在C:\Program Files\MySQL\MySQL Server 5.5\bin 右键M ......
Windows 办法 MySQL

windows11的vmware启动报错

一直正常的vmware今日启动报错:“UNEXPECTED INCONSISTENCY;RUN fsck MANUALLY”. 在initramfs后输入"fsck -y /dev/sda1"按回车,等检查结束后结可以继续了。 注意:后面的硬盘路径要和报错的一致。 ......
windows vmware 11

windows 服务开发组件之Topshelf

常用的windows服务开发有vs自带的windows服务开发,但是操作起来不是很便利,相比Topshelf后者更加的方便,且易于调试,安装,卸载. 1、安装 通过nuget搜索最新版本的topshelf,并安装到控制台项目(netcore和net均可)中,一般都是用控制台调试,然后通过topshe ......
组件 Topshelf windows

Windows批处理文件初始化数据库

前提是MySQL服务必须启动,Windows添加了MySQL的环境变量。 批处理文件: @ECHO OFF SET dbhost=127.0.0.1 SET dbuser=root SET dbpasswd=root SET dbName=xc_ntpclientmonitor SET sqlfil ......
Windows 数据库 文件 数据

The role of local toxicity testing in evaluating new drugs

Local toxicity test is an integral part of toxicology research, which is designed to study the toxic reactions caused by local (via eyes, ears, mouth,... ......
evaluating toxicity testing local drugs

ERROR: Could not find a version that satisfies the requirement pymysql (from versions: none)

踩过的坑 不管是idea中直接引入还是 pip3 install pymysql 都会报错:ERROR: Could not find a version that satisfies the requirement pymysql (from versions: none) 原因是 网络问题,需要 ......

git pull遇到错误:error: Your local changes to the following files would be overwritten by merge:

error: Your local changes to the following files would be overwritten by merge: 意思是我台式机上新修改的代码的文件,将会被git服务器上的代码覆盖;我当然不想刚刚写的代码被覆盖掉,看了git的手册,发现可以这样解决: 方 ......
overwritten following 错误 changes error