echo off route delete 0.0.0.0 批处理死循环问题:

route delete 0.0.0.0
route -p add 0.0.0.0 mask 0.0.0.0 192.168.1.1 if 19
route -p add 192.168.1.19  mask 255.255.255.255  192.168.1.1 if 14
pause

 

死循环

 

改名为

route_change.bat

解决

 

pause = dos 窗口不退出

Last modified onSunday, 14 October 2012 04:07

( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0004412912{main}( ).../index.php:0
20.09004263152Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.09004263152Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.295311454304Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.296611478840Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.297411534168Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.297711561568require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.308311961200K2ControllerItem->execute( ).../k2.php:64
90.308411961200K2ControllerItem->display( ).../BaseController.php:710
100.321812611904K2ControllerItem->display( ).../item.php:78
110.321812611904K2ControllerItem->display( ).../controller.php:19
120.327312982944Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.329513003312K2ViewItem->display( ).../ViewController.php:102
140.444515766752K2ViewItem->display( ).../view.html.php:742
150.444515766752K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.448315939688include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
More in this category: « win 7 组策略 禁用 IPv6 win7 »

( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
Call Stack
#TimeMemoryFunctionLocation
10.0004412912{main}( ).../index.php:0
20.09004263152Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.09004263152Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.295311454304Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.296611478840Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.297411534168Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.297711561568require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.308311961200K2ControllerItem->execute( ).../k2.php:64
90.308411961200K2ControllerItem->display( ).../BaseController.php:710
100.321812611904K2ControllerItem->display( ).../item.php:78
110.321812611904K2ControllerItem->display( ).../controller.php:19
120.327312982944Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.329513003312K2ViewItem->display( ).../ViewController.php:102
140.444515766752K2ViewItem->display( ).../view.html.php:742
150.444515766752K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.448315939688include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
back to top