gpt4 book ai didi

eclipse - 如何在 Eclipse 中设置 ${user} 以获得正确的 @author 标签?

转载 作者:行者123 更新时间:2023-12-03 04:21:03 27 4
gpt4 key购买 nike

Possible Duplicate:
How to change the value of ${user} variable used in Eclipse templates

我使用的是 Eclipse,每次创建代码时,@author 都会设置为 ${user} 的值。不幸的是,${user} 似乎包含我的 Windows 登录 ID。有没有办法通过 Eclipse 覆盖这个?我找不到该选项。

最佳答案

我不确定 Eclipse 本身是否有办法。但据我所知, ${user} 使用 user.name 环境变量的值;因此,您可以在 eclipse.ini 中传递 -Duser.name=My Name 来覆盖它。

或者,如果您愿意,您可以修改快捷方式以指向:

C:/java/eclipse/eclipse.exe -vmargs -Duser.name="cleverUserNameToUseInSourceCode"

this blog entry所示.

@author ${user}

关于eclipse - 如何在 Eclipse 中设置 ${user} 以获得正确的 @author 标签?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/935711/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com