是否可以在NetBeans IDE输出屏幕中删除/隐藏多余的行?如果可能的话怎么办? [英] Is it possible to delete/hide extra lines in NetBeans IDE output screen? If possible then how?

查看:145
本文介绍了是否可以在NetBeans IDE输出屏幕中删除/隐藏多余的行?如果可能的话怎么办?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我只想在输出屏幕中获取程序的输出.我想摆脱多余的线条. 如果您有解决方案,请帮助我. 图像链接

解决方案

使用--quiet-q参数运行mvn命令:

mvn --quiet ...

mvn -q ... ...

如果要在下载或上传时不显示传输进度,请使用--no-transfer-progress-ntp:

mvn --no-transfer-progress ....

mvn -ntp ... ....

此处进行检查. >

点击以下屏幕快照中显示的 Maven设置按钮:

在下面的屏幕快照中显示的框中键入 -q :

确定按钮,然后运行您的课程.

I just want to get program's output in output screen. I want to get rid of the extra lines. Please help me if you have the solution. image link

解决方案

Run the mvn command using --quiet or -q parameter:

mvn --quiet ...

or

mvn -q ... ...

If you want to suppress the display of transfer progress when downloading or uploading, use --no-transfer-progress or -ntp:

mvn --no-transfer-progress ....

or

mvn -ntp ... ....

Check here for reference.

Click the Maven Settings button shown in the screenshot below:

Type -q in the box shown in the screenshot below:

Press OK button and then run your class.

这篇关于是否可以在NetBeans IDE输出屏幕中删除/隐藏多余的行?如果可能的话怎么办?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆