问题描述
packagetest1;//改变剩余资源publicclassTestFreeResource{publicstaticvoidmain(Stringargs[]){//预留资源intyuliuRes=40;//默认资源intmorenRes=10;//总资源inttotalCPU=20;//开始剩余资源剩余资源intfrountFreeCPU=3;//后来剩余资源intbackFreeCPU=0;backFreeCPU=totalCPU-(totalCPU*yuliuRes/100+(totalCPU-frountFreeCPU-totalCPU*morenRes/100));if(backFreeCPU<0){System.out.println("FreeResourceisnotfull");}//如果剩余资源够用,就直接更新一下数据库的剩余资源:backFreeCPUSystem.out.println("backFreeCPU="+backFreeCPU);}}
时间: 2024-10-14 18:25:19