一、现象

控制台输出数据若超过默认值时,将从后向前取默认值大小数据(1024)

二、解决方案

1、配置文件(idea安装目录/bin/idea.properties

2、找到该栏:idea.cycle.buffer.size=1024

3、改为:idea.cycle.buffer.size=disabled

最新文章

  1. 手持设备点击响应速度,鼠标事件与touch事件的那些事
  2. mha配置参数详解
  3. 升级到win8.1右键响应慢
  4. flex弹性布局学习笔记
  5. LPC4370 ACDHS speed and DMA
  6. ubuntu更新删除旧内核的shell脚本
  7. DataTable .Load 方法 (IDataReader)
  8. bzoj 3037 贪心
  9. WPF的DataGrid绑定ItemsSource后第一次加载数据有个别列移位的解决办法
  10. 1965: [Ahoi2005]SHUFFLE 洗牌 - BZOJ
  11. The reference to entity "characterEncoding" must end with the ';' delimiter
  12. Just a complaint about the college examinations
  13. Java并发性和多线程介绍
  14. 子进程 已安装 post-installation 脚本 返回错误状态 1,dpkg: 处理软件包 python-crypto (--configure)时出错: 该软件包正处于非常不稳定的状态;
  15. HTML的基本标签
  16. SPA
  17. linux内存黑洞
  18. [HEOI2014]平衡(整数划分数)
  19. windows MYSQL 安装及修改root密码
  20. 一个JAVA程序员经常访问的网站

热门文章

  1. LeetCode刷题------------------------------LeetCode使用介绍
  2. 仿照Spring自己实现有各种通知的AOP,AOP实现的步骤分解
  3. Codeforces Gym101341I:Matrix God(随机化构造矩阵降维)***
  4. SpringMVC框架的简单理解
  5. easyui combobox name选择器
  6. 嵊州D3T3 light
  7. 每日一问:View.getContext() 的返回一定是 Activity 么?
  8. g++ -std=c++11 -g -o test emit_log_direct.cpp
  9. 创建 gif
  10. sublime 如何安装插件实现高效输入,如何支持markdown 语法,并实时预览