这篇随笔主要记录的是Apple设备连接思科无线可能出现的问题,尤其是在思科WLC3504下部署的无线网络,这种故障体现的尤为明显. For Single SSID To support Apple iOS-based devices (iPhone/iPad) switching from one SSID to another on the same wireless access point, configure the Wireless LAN Controller (WLC) to en…
就弄个例子,自己看执行效果,然后模仿写就行. 1)获取当前时间: @echo off set YEAR=%date:~0,4% set MONTH=%date:~5,2% set DAY=%date:~8,2% IF "%time:~0,1%"==" " ( set HOUR=0%time:~1,1% ) ELSE ( set HOUR=%time:~0,2% ) set HOUR=%time:~0,2% set MINUTE=%time:~3,2% set SEC…