• 大小: 39.5MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-06-30
  • 语言: JavaScript
  • 标签:

资源简介

系统可作为OA、网站、电子政务、ERP、CRM、APP后台等基于B/S架构的应用软件系统的快速开发框架。 1、采用spring MVC的静态加载缓存功能,在首页将javascript文件、CSS文件和图片等静态资源文件加载进来放进内存,极大提高ExtJS的加载速度。4 ]0 ~0 Q2 ^2 w* t0 t! r- T 2、三种皮肤主题:经典、灰色和海王星,支持多浏览器和多分辨率。 3、分别封装了模型层、控制层、业务逻辑层和数据持久层的通用操作模块,层次分明,大大减少代码冗余,二次开发效率高。 4、系统是公司多个项目的基础框架,稳定性好,支持大并发。

资源截图

代码片段和文件信息

package com.forestry.controller.sys;

import java.io.IOException;
import java.util.ArrayList;
import java.util.List;

import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;

import com.forestry.core.ForestrybaseController;
import com.forestry.model.sys.Attachment;
import com.forestry.service.sys.AttachmentService;

/**
 * @author Yang Tian
 * @email 1298588579@qq.com
 */
@Controller
@RequestMapping(“/sys/attachment“)
public class AttachmentController extends ForestrybaseController {

@Resource
private AttachmentService attachmentService;

@RequestMapping(“/getFlower“)
public String getFlower(HttpServletRequest request HttpServletResponse response) throws IOException {
String epcId = request.getParameter(“epcId“);
Listject[]> flowerList = attachmentService.queryFlowerList(epcId);
Attachment attachment = null;
List attachmentList = new ArrayList();
for (int i = 0; i < flowerList.size(); i++) {
attachment = new Attachment();
attachment.setFileName(String.valueOf(flowerList.get(i)[0]));
attachment.setFilePath(String.valueOf(flowerList.get(i)[1]));
attachment.setDescription(String.valueOf(flowerList.get(i)[2]));
attachment.setEpcId(String.valueOf(flowerList.get(i)[3]));
attachmentList.add(attachment);
}
writeJSON(response attachmentList);
return null;
}

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       5548  2018-04-24 22:33  my-forestry\.classpath

     文件       1407  2015-09-30 12:06  my-forestry\.project

     文件        525  2014-11-19 15:45  my-forestry\.settings\.jsdtscope

     文件         90  2014-11-19 15:49  my-forestry\.settings\com.genuitec.eclipse.core.prefs

     文件         57  2015-09-30 12:05  my-forestry\.settings\org.eclipse.core.resources.prefs

     文件        674  2018-04-24 22:23  my-forestry\.settings\org.eclipse.jdt.core.prefs

     文件        106  2018-04-24 22:09  my-forestry\.settings\org.eclipse.ltk.core.refactoring.prefs

     文件        644  2014-11-19 15:48  my-forestry\.settings\org.eclipse.wst.common.component

     文件        356  2018-04-24 22:13  my-forestry\.settings\org.eclipse.wst.common.project.facet.core.xml

     文件         49  2014-11-19 15:45  my-forestry\.settings\org.eclipse.wst.jsdt.ui.superType.container

     文件          6  2014-11-19 15:45  my-forestry\.settings\org.eclipse.wst.jsdt.ui.superType.name

     文件      97438  2014-11-20 21:19  my-forestry\mysql.sql

     文件       3894  2015-09-30 12:06  my-forestry\resources\applicationContext.xml

     文件        351  2014-07-25 11:22  my-forestry\resources\dictionary.xml

     文件        802  2014-04-24 17:03  my-forestry\resources\ehcache.xml

     文件       2363  2014-08-04 10:52  my-forestry\resources\log4j.properties

     文件        529  2014-07-20 15:06  my-forestry\resources\messages_zh_CN.properties

     文件       1585  2014-09-14 21:52  my-forestry\src\com\forestry\controller\sys\AttachmentController.java

     文件      13173  2014-11-20 19:27  my-forestry\src\com\forestry\controller\sys\AuthorityController.java

     文件       5349  2014-09-14 21:52  my-forestry\src\com\forestry\controller\sys\ConfigController.java

     文件       3420  2014-11-20 20:01  my-forestry\src\com\forestry\controller\sys\DepartmentController.java

     文件      16411  2014-09-14 21:52  my-forestry\src\com\forestry\controller\sys\ForestryController.java

     文件       6362  2014-09-14 21:52  my-forestry\src\com\forestry\controller\sys\ForestryTypeController.java

     文件       1040  2014-09-14 21:52  my-forestry\src\com\forestry\controller\sys\MonitorLogController.java

     文件       1390  2014-09-14 21:52  my-forestry\src\com\forestry\controller\sys\RoleAuthorityController.java

     文件       7105  2014-09-14 21:52  my-forestry\src\com\forestry\controller\sys\SensorController.java

     文件       1141  2014-09-14 21:52  my-forestry\src\com\forestry\controller\sys\SensorDataController.java

     文件        625  2014-09-14 21:52  my-forestry\src\com\forestry\controller\sys\SensorLastDataController.java

     文件       8675  2014-11-20 11:26  my-forestry\src\com\forestry\controller\sys\SysUserController.java

     文件        397  2014-09-14 21:52  my-forestry\src\com\forestry\core\Constant.java

............此处省略2852个文件信息

评论

共有 条评论

相关资源