摘要:
windows系统定时关闭进程工具 ——莫非 新建一个文本文件 文件名:shutdown_process. bat 文件内容如下: @echo off title 延时关闭进程工具--ruphy color e5 :s1 set /p p=根据进程名称模糊查找进程ID,已知进程ID直接跳过,输入进程 阅读全文
摘要:
MySQL安装 确认是否安装MySQL 终端输入:mysql 如出现Welcome to the MariaDB monitor. Commands end with ; or \g.则说明已经安装 如出现如下错误:ERROR 2002 (HY000): Can't connect to local 阅读全文