使用UltraEdit处理超大文件

UE可以处理几乎任意大小的文件,当你想阅读GB级别的LOG文件时,UE时很好的选择。

1.关闭行号显示

关闭行号显示可以让你更快的打开一个大型文件。

2.不使用临时文件

不使用临时文件可以减少加载大型文件的时间。你可以设置阈值来合理使用这个功能。

3.关闭文件检测和转换

最后,关闭文件检测和转换功能,就能快捷的打开大型文件了。

设置好以后,我们用一个4GB的文件来做测试。

这是我们要打开的文件:

用UE打开:

 


( ! ) 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.0004403456{main}( ).../index.php:0
20.04911320952Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.04911320952Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.19072979144Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.19163003488Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.19273058816Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.19283075872require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.20063219960K2ControllerItem->execute( ).../k2.php:64
90.20063219960K2ControllerItem->display( ).../BaseController.php:710
100.20783489040K2ControllerItem->display( ).../item.php:78
110.20783489040K2ControllerItem->display( ).../controller.php:19
120.21103507560Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.24053527976K2ViewItem->display( ).../ViewController.php:102
140.29244073632K2ViewItem->display( ).../view.html.php:742
150.29244073632K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.29464248032include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
  • Published in reaver
  • Read 1553 times

( ! ) 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.0004403456{main}( ).../index.php:0
20.04911320952Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.04911320952Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.19072979144Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.19163003488Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.19273058816Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.19283075872require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.20063219960K2ControllerItem->execute( ).../k2.php:64
90.20063219960K2ControllerItem->display( ).../BaseController.php:710
100.20783489040K2ControllerItem->display( ).../item.php:78
110.20783489040K2ControllerItem->display( ).../controller.php:19
120.21103507560Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.24053527976K2ViewItem->display( ).../ViewController.php:102
140.29244073632K2ViewItem->display( ).../view.html.php:742
150.29244073632K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.29464248032include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
back to top