打字猴:1.700481765e+09
1700481765
1700481766 //定义一下自己能处理什么参数
1700481767
1700481768 protected String getOperateParam(){
1700481769
1700481770 return super.DEFAULT_PARAM;
1700481771
1700481772 }
1700481773
1700481774 //命令处理
1700481775
1700481776 protected String echo(CommandVO vo){
1700481777
1700481778 return DiskManager.df();
1700481779
1700481780 }
1700481781
1700481782 }
1700481783
1700481784 public class DF_K extends AbstractDF{
1700481785
1700481786 //定义一下自己能处理什么参数
1700481787
1700481788 protected String getOperateParam(){
1700481789
1700481790 return super.K_PARAM;
1700481791
1700481792 }
1700481793
1700481794 //命令处理
1700481795
1700481796 protected String echo(CommandVO vo){
1700481797
1700481798 return DiskManager.df_k();
1700481799
1700481800 }
1700481801
1700481802 }
1700481803
1700481804 public class DF_G extends AbstractDF{
1700481805
1700481806 //定义一下自己能处理什么参数
1700481807
1700481808 protected String getOperateParam(){
1700481809
1700481810 return super.G_PARAM;
1700481811
1700481812 }
1700481813
1700481814 //命令处理
[ 上一页 ]  [ :1.700481765e+09 ]  [ 下一页 ]