标签:article 学习 2-2 images 生成 javase auth com 博客
os :windows7 x64
jdk:jdk-8u131-windows-x64
ide:Eclipse Oxygen Release (4.7.0)
referenceLinking:http://jingyan.baidu.com/article/fc07f98965961d12ffe519bb.html
step_1

step_2

step_3

step_4
将其编辑为
${filecomment}
${package_declaration}
/**
* JavaSE8基础
* @author 博客园-给最苦
* @version V${currentDate:date(‘yy.MM‘)}
*/
${typecomment}
${type_declaration}
tips:

step_5

新建文档变为:
package jizuiku0;
/**
* JavaSE8基础
* @author 博客园-给最苦
* @version V17.09
*/
public class Demo11 {
}
Java优秀,值得学习。
Eclipse是一款免费、强大的IDE,值得学习使用。
学习资源:博文头部的参考链接+清净的心地。
Eclipse4.7使用基础 修改生成的.java文件模板,添加作者信息与创建时间
标签:article 学习 2-2 images 生成 javase auth com 博客
原文地址:http://www.cnblogs.com/jizuiku/p/7528366.html