2014年5月21日
摘要: package com.frank.chapter1; // object.Documentation1.java // TIJ4 Chapter Object, Exercise 13 - 1 /* Run Documentation1.java, Documentation2.java and Documentation3.java * through Javadoc. Verify the resulting documentation with your Web browser. */ /** A class comment */ public class Documentation1 { /** A field comment */ public int i; 阅读全文
posted @ 2014-05-21 23:13 上校 阅读(1901) 评论(0) 推荐(0) 编辑
摘要: context.xml中增加WEB-INF/web.xml,Eclipse在修改了web.xml后将自动更新到tomcat服务器中。 WEB-INF/web.xml -- !-- Uncomment this to enable Comet connection tacking (provides events 阅读全文
posted @ 2014-05-21 00:41 上校 阅读(1543) 评论(0) 推荐(0) 编辑
摘要: 在MyEclipse目录下搜索com.genuitec.eclipse.wizards 得到搜索结果 com.genuitec.eclipse.wizards_9.0.0.me201108091322.jar 解压出文件夹,修改com.genuitec.eclipse.wizards_9.0.0.me201108091322\templates\Servlet.java 的模板文件 使用jar命令将文件夹打包成jar包: 1.在dos窗口中进入到解压后的com.genuitec.eclipse.wizards_9.0.0.me201108091322文件夹 2.执行打包命令: C:\Users\Victor\Desktop\com.genuitec.eclipse.wizards_9.0.0.me201108091322>jar cvf com.genuitec.eclipse.wizards_9.0.0.me201108091322.jar * 阅读全文
posted @ 2014-05-21 00:09 上校 阅读(267) 评论(0) 推荐(0) 编辑