#
job radio_diable
  view system
  time 1 repeating at 03:00 command wlan radio disable all
  time 2 repeating at 03:00 command y
job radio_enable
  view system
  time 1 repeating at 03:03 command wlan radio enable all
  time 2 repeating at 03:03 command y
上面是定时关闭射频
下面是定时重启
#
job reboot_everyday
  view monitor
  time 1 repeating at 03:10 command reboot
  time 2 repeating at 03:10 command y
#

最新文章

  1. 使用 IDEA + Maven + Git 快速开发 JAVA或者Web 应用(转)
  2. Java多线程6:synchronized锁定类方法、volatile关键字及其他
  3. Atitit 图像处理知识点  知识体系 知识图谱v2
  4. A/B 测试之前必须要了解的 10 件事
  5. Struts2的值栈和对象栈
  6. Linux(9.21-9.27)学习笔记
  7. Supports BorlandIDEServices
  8. Vim安装ctags插件
  9. 解决虚拟机ssh连接出错connection refused
  10. 贪心-poj-2437-Muddy roads
  11. Jquery中index()问题
  12. window.open a.href打开窗口referer的问题
  13. HTML学习 框架
  14. 详解Linux下swig 3.0.12的手动安装过程
  15. Android Studio RecyclerView用法
  16. int &p
  17. Spring IoC中各个注解的理解和使用
  18. executor.Executor: Managed memory leak detected; size = 37247642 bytes, TID = 5
  19. 笨办法学Python - 习题1: A Good First Program
  20. angular学习笔记(十七)-路由和切换视图

热门文章

  1. magento注册
  2. SSM框架配置文件
  3. oracle下导出某用户所有表的方法
  4. 【C语言】练习3-3
  5. 《JAVA与模式》之备忘录模式
  6. linux arm的高端内存映射
  7. 【LeetCode-面试算法经典-Java实现】【059-Spiral Matrix II(螺旋矩阵II)】
  8. 不常用但很有用的git show 和 git blame
  9. Maven for Eclipse 第三章 ——创建和导入 Maven 项目
  10. CentOS安装OpenResty(Nginx+Lua)开发环境