使用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.0004413928{main}( ).../index.php:0
20.07314718416Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.07314718416Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.344912446384Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.345712470728Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.346612526056Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.346912554880require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.363812990288K2ControllerItem->execute( ).../k2.php:64
90.363812990288K2ControllerItem->display( ).../BaseController.php:710
100.381213715488K2ControllerItem->display( ).../item.php:78
110.381213715488K2ControllerItem->display( ).../controller.php:19
120.386614111856Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.388814132224K2ViewItem->display( ).../ViewController.php:102
140.488017092496K2ViewItem->display( ).../view.html.php:742
150.488017092496K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.490317272696include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
  • Published in reaver
  • Read 1559 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.0004413928{main}( ).../index.php:0
20.07314718416Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.07314718416Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.344912446384Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.345712470728Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.346612526056Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.346912554880require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.363812990288K2ControllerItem->execute( ).../k2.php:64
90.363812990288K2ControllerItem->display( ).../BaseController.php:710
100.381213715488K2ControllerItem->display( ).../item.php:78
110.381213715488K2ControllerItem->display( ).../controller.php:19
120.386614111856Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.388814132224K2ViewItem->display( ).../ViewController.php:102
140.488017092496K2ViewItem->display( ).../view.html.php:742
150.488017092496K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.490317272696include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
back to top