上一页 1 ··· 3 4 5 6 7
摘要: C:\Windows\System32\inetsrv\appcmd.exe stop site "answersheet" C:\Windows\System32\inetsrv\appcmd.exe stop apppool /apppool.name:"answersheet" 高版本使用 r 阅读全文
posted @ 2023-03-29 09:42 七星飘虫 阅读(44) 评论(0) 推荐(0)
摘要: Add-Migration v1.0.0 -Context Context名称 Update-Database -Context Context名称 Remove-Migration Script-Migration -From 0 -Context Context名称 阅读全文
posted @ 2023-03-29 09:41 七星飘虫 阅读(30) 评论(0) 推荐(0)
摘要: chmod -R 777 文件夹名称/ unzip -O CP936 压缩包名.zip 阅读全文
posted @ 2023-03-29 09:37 七星飘虫 阅读(16) 评论(0) 推荐(0)
摘要: psid=2634854 # 这里替换为要查询的进程的PID for i in $(docker container ls --format "{{.ID}}"); do id_count=$(docker top $i | grep ${psid} | wc -l) if [[ ${id_coun 阅读全文
posted @ 2023-03-29 09:29 七星飘虫 阅读(38) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7