
jfinal
生命无须向死而生
生命无须向死而生
展开
-
jfinal之使用模板导出excel文件
本文使用java Jfinal快速框架,使用模板导出excel文件:主要代码如下: public void toExcel() throws IOException, InvalidFormatException { SimpleDateFormat time = new SimpleDateFormat("yyyy年"); String fileNa原创 2017-11-02 17:04:23 · 2458 阅读 · 0 评论 -
jfinal druid数据库连接池配置
在jfinal配置类的configPlugin(Plugins me)中配置插件/** * 配置插件 * 1,druid数据库连接池 * 2,配置ActiveRecord插件 * 3,所有配置在 MappingKit 中搞定 * 4,缓存插件 * @param me */ @Override public v原创 2017-11-02 17:59:51 · 5593 阅读 · 4 评论 -
jfinal 配置beetl模板引擎
新建属性功能文件“beetl.properties”# To change this license header, choose License Headers in Project Properties.# To change this template file, choose Tools | Templates# and open the template in the edito原创 2017-11-02 17:50:19 · 1385 阅读 · 0 评论