-
大小: 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? 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.xm
?????文件?????????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.xm
?????文件????????351??2014-07-25?11:22??my-forestry\resources\dictionary.xm
?????文件????????802??2014-04-24?17:03??my-forestry\resources\ehcache.xm
?????文件???????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個文件信息
評論
共有 條評論