Eclipse中的常用设置_JAVA_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > JAVA > Eclipse中的常用设置

Eclipse中的常用设置

 2018/4/20 18:28:25  andrew7676  程序员俱乐部  我要评论(0)
  • 摘要:Eclipse中的常用设置1.eclipse设置@author和@author注解Project-->Properties-->JavaCodeStyle-->CodeTemplates勾选Enableprojectspecificsettings,选中Comments的Types,点击Edit,进行编辑即可:/***@authorandrew*@date${currentDate:date('yyyy/MM/dd')}*/
  • 标签:常用 Eclipse
Eclipse中的常用设置

1. eclipse设置@author和@author注解
class="java" name="code">
Project --> Properties --> Java Code Style --> Code Templates
勾选Enable project specific settings,选中Comments的Types,点击Edit,进行编辑即可:
/**
 * @author andrew
 * @date ${currentDate:date('yyyy/MM/dd')}
 */

发表评论
用户名: 匿名