( ! ) Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKBase.class.php on line 114
Call Stack
#TimeMemoryFunctionLocation
10.0018415592{main}( ).../index.php:0
20.08704721088Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.312414251424Joomla\CMS\Application\SiteApplication->render( ).../CMSApplication.php:202
40.312514251368Joomla\CMS\Application\SiteApplication->render( ).../SiteApplication.php:778
50.312514251744Joomla\CMS\Document\HtmlDocument->parse( ).../CMSApplication.php:1030
60.312514251744Joomla\CMS\Document\HtmlDocument->_fetchTemplate( ).../HtmlDocument.php:545
70.312714251840Joomla\CMS\Document\HtmlDocument->_loadTemplate( ).../HtmlDocument.php:730
80.312914291760require( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/component.php' ).../HtmlDocument.php:668
90.317214589448GKTemplate->__construct( ).../component.php:31
100.321914758824GKTemplateMenu->getMenuType( ).../gk.framework.php:84
110.322514803680require_once( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKMenu.php' ).../helper.menu.php:19

( ! ) Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKHandheld.php on line 76
Call Stack
#TimeMemoryFunctionLocation
10.0018415592{main}( ).../index.php:0
20.08704721088Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.312414251424Joomla\CMS\Application\SiteApplication->render( ).../CMSApplication.php:202
40.312514251368Joomla\CMS\Application\SiteApplication->render( ).../SiteApplication.php:778
50.312514251744Joomla\CMS\Document\HtmlDocument->parse( ).../CMSApplication.php:1030
60.312514251744Joomla\CMS\Document\HtmlDocument->_fetchTemplate( ).../HtmlDocument.php:545
70.312714251840Joomla\CMS\Document\HtmlDocument->_loadTemplate( ).../HtmlDocument.php:730
80.312914291760require( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/component.php' ).../HtmlDocument.php:668
90.317214589448GKTemplate->__construct( ).../component.php:31
100.324114931624GKTemplateMenu->getMenuType( ).../gk.framework.php:85
Linux下使用rsync最快速删除海量文件
Logo
Print this page

Linux下使用rsync最快速删除海量文件

1、先安装rsync:
yum install rsync
2、建立一个空的文件夹:
mkdir /tmp/test
3、用rsync删除目标目录:
rsync --delete-before -a -H -v --progress --stats /tmp/test log
这样我们要删除的log目录就会被清空了,删除的速度会非常快。

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.0008414552{main}( ).../index.php:0
20.07704265384Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.07704265384Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.263211456624Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.263811481224Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.264411536552Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.264711563952require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.271911963584K2ControllerItem->execute( ).../k2.php:64
90.271911963584K2ControllerItem->display( ).../BaseController.php:710
100.280712614288K2ControllerItem->display( ).../item.php:78
110.280712614288K2ControllerItem->display( ).../controller.php:19
120.284312985328Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.286513005696K2ViewItem->display( ).../ViewController.php:102
140.340115777432K2ViewItem->display( ).../view.html.php:742
150.340115777432K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.341515950368include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701

( ! ) 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.0008414552{main}( ).../index.php:0
20.07704265384Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.07704265384Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.263211456624Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.263811481224Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.264411536552Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.264711563952require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.271911963584K2ControllerItem->execute( ).../k2.php:64
90.271911963584K2ControllerItem->display( ).../BaseController.php:710
100.280712614288K2ControllerItem->display( ).../item.php:78
110.280712614288K2ControllerItem->display( ).../controller.php:19
120.284312985328Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.286513005696K2ViewItem->display( ).../ViewController.php:102
140.340115777432K2ViewItem->display( ).../view.html.php:742
150.340115777432K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.341515950368include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
Template Design © Joomla Templates | GavickPro. All rights reserved.