我应该在记事本中使用什么语言选项++与我的 Windows 主机文件的可读性?

发布于 2024-10-10 16:49:51 字数 199 浏览 4 评论 0原文

也许这是一个愚蠢的问题,但今天我正在记事本++中处理我的主机文件(C:\ windows \ system32 \ drivers \ ports),并且想使用语言格式。

例如,第一行似乎是注释

# Copyright (c) 1993-1999 Microsoft Corp.

我选择什么语言来查看文件?

Maybe this is a silly question, but today I was working in my hosts file (C:\windows\system32\drivers\hosts) in notepad++ and would like to use the language formatting.

For example, the first line appears to be a comment

# Copyright (c) 1993-1999 Microsoft Corp.

What language do I choose to view the file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

沫尐诺 2024-10-17 16:49:51

主机文件不是用任何编程语言编写的。它只是纯文本,其格式很容易被某些系统和网络应用程序解析。此外,任何人都可以想出一个解析器,将由 # 分隔的文本视为注释行。

(如果您没有得到提示,请选择我以粗体突出显示的选项。)

The hosts file is not written in any programming language. It's simply plain text in a format easily parseable by certain system and network applications. Besides, anyone can come up with a parser that treats text delimited by # as comment lines.

(And in case you didn't get the hint, choose the option that I highlighted in bold.)

污味仙女 2024-10-17 16:49:51

尝试Nncrontab语言,如果你必须维护大的主机文件,它很容易阅读。行尾加上注释,显示效果比 Perl 或 ini 语言更好。

try Nncrontab language, it's easy to read if you have to maintain big host files. With comment at the end of the line, the display is better than Perl or ini language.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文