随笔分类 - linux
摘要:1、检查.net版本 dotnet --version 2、启动命令 dotnet WebApi.dll 3、关掉命令窗不结束进程 nohup dotnet WebApi.dll & 4、查进程id pgrep -f WebApi.dll 5、查进行详细信息 ps -ef | grep WebApi
阅读全文
摘要:更新软件包列表 sudo apt update 安装字体 sudo apt install ttf-mscorefonts-installer 其中会出现许可按Tab光标移动到确认,按回车
阅读全文
摘要:#!/bin/bash # 使用更精确的方式检查进程 check_process() { ps aux | grep "dotnet.*MicroService_Face_3_0.dll" | grep -v grep > /dev/null return $? } # 检查程序是否运行 if ch
阅读全文

浙公网安备 33010602011771号