sszf7605 2a00cab335 fix:调试resteasy流程(使用、异常响应数据等)0service-demo和0api-demo; | hace 1 año | |
---|---|---|
.mvn | hace 4 años | |
doc | hace 4 años | |
src | hace 1 año | |
.gitignore | hace 4 años | |
README.md | hace 4 años | |
mvnw | hace 4 años | |
mvnw.cmd | hace 4 años | |
pom.xml | hace 3 años |
Installing FFmpeg https://github.com/adaptlearning/adapt_authoring/wiki/Installing-FFmpeg
ffmpeg 安装 https://blog.csdn.net/qq_34321710/article/details/103984284
pgrep ffmpeg | xargs kill -s 9
ps -ef | grep ffmpeg | awk '{print $2}' | xargs kill -9