摘要: 工具:Eclipse , wildfly 8.x 1、服务端: 1)创建接口 package com.welv.ejb; public interface FirstEjb { public String saySomething(String name); } 2)实现 p... 阅读全文
posted @ 2015-11-09 23:49 welv 阅读(322) 评论(0) 推荐(0) 编辑
摘要: eclipse环境jdk1.6改为jdk1.7 阅读全文
posted @ 2015-09-04 00:37 welv 阅读(1253) 评论(0) 推荐(0) 编辑
摘要: 1、原料 开源jar包freemarker、eclipse、一份模板word文档2、首先设计模板word文档 一般,通过程序输出的word文档的格式是固定的,例如建立一个表格,将表格的标题写好,表格的内容使用不同的标记标好,设计好word后,将word文档另存为xml文件(注:只有word2003 ... 阅读全文
posted @ 2014-12-24 22:35 welv 阅读(10431) 评论(0) 推荐(0) 编辑