91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 782KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-05-12
  • 語言: 其他
  • 標(biāo)簽: java??web??SSM??

資源簡介

全國空氣質(zhì)量實(shí)時(shí)檢測及預(yù)警, 包括Pm2.5、CO、NO2、SO2、Pm10 等污染物檢測,各地區(qū)空氣質(zhì)量查詢,包括各個(gè)監(jiān)測站點(diǎn)的檢測信息,使用SSM框架進(jìn)行開發(fā),maven管理項(xiàng)目,

資源截圖

代碼片段和文件信息

package?cn.wps.pm25.controller;

import?java.io.UnsupportedEncodingException;
import?java.util.List;

import?org.springframework.beans.factory.annotation.Autowired;
import?org.springframework.stereotype.Controller;
import?org.springframework.stereotype.Service;
import?org.springframework.ui.Model;
import?org.springframework.web.bind.annotation.PathVariable;
import?org.springframework.web.bind.annotation.RequestMapping;
import?org.springframework.web.bind.annotation.ResponseBody;

import?cn.wps.pm25.pojo.AQIData;
import?cn.wps.pm25.service.DataService;

@Controller
public?class?PageController?{

@Autowired?
private?DataService?dataService;




@RequestMapping(“page/index“)
public?String?toPage(){



return?“index“;
}

@RequestMapping(“city/{city}“)
public?String?city(@PathVariable?String?cityModel?model)?throws?Exception{
String?city1=new?String(city.getBytes(“ISO8859-1“)“UTF-8“);
System.out.println(city1);
List?list?=?dataService.dataCity(city1);
//List?list?=?dataService.dataJson(city1);


if(list==null){
return?“error“;
}
AQIData?data=dataService.dataAVG(city1);
System.out.println(data);
model.addAttribute(“dataAQI“data);
model.addAttribute(“dataList“l(fā)ist);
return?“second“;
}
@RequestMapping(“queryAll“)
@ResponseBody
public?List?queryAll(){
???????????return? dataService.queryAll();




}

}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-03-29?12:11??pm251\
?????文件????????1306??2018-03-29?12:11??pm251\.classpath
?????文件????????1213??2018-03-23?22:52??pm251\.project
?????目錄???????????0??2018-03-28?14:58??pm251\.settings\
?????文件?????????639??2018-03-23?22:51??pm251\.settings\.jsdtscope
?????文件?????????327??2018-03-29?15:19??pm251\.settings\org.eclipse.core.resources.prefs
?????文件?????????736??2018-03-23?22:51??pm251\.settings\org.eclipse.jdt.core.prefs
?????文件??????????90??2018-03-23?22:34??pm251\.settings\org.eclipse.m2e.core.prefs
?????文件?????????719??2018-03-29?12:11??pm251\.settings\org.eclipse.wst.common.component
?????文件?????????252??2018-03-29?11:42??pm251\.settings\org.eclipse.wst.common.project.facet.core.xml
?????文件??????????49??2018-03-23?22:51??pm251\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2018-03-23?22:51??pm251\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件????????1090??2018-03-23?22:52??pm251\.settings\org.eclipse.wst.validation.prefs
?????目錄???????????0??2018-03-29?11:42??pm251\WebContent\
?????目錄???????????0??2018-03-29?11:42??pm251\WebContent\meta-INF\
?????文件??????????39??2018-03-29?11:42??pm251\WebContent\meta-INF\MANIFEST.MF
?????目錄???????????0??2018-03-29?11:42??pm251\WebContent\WEB-INF\
?????目錄???????????0??2018-04-22?17:54??pm251\WebContent\WEB-INF\lib\
?????文件?????????289??2018-03-29?11:42??pm251\WebContent\WEB-INF\web.xml
?????文件????????7739??2018-04-14?23:04??pm251\pom.xml
?????目錄???????????0??2018-03-23?22:34??pm251\src\
?????目錄???????????0??2018-03-23?22:34??pm251\src\main\
?????目錄???????????0??2018-03-23?23:05??pm251\src\main\java\
?????目錄???????????0??2018-03-23?23:05??pm251\src\main\java\cn\
?????目錄???????????0??2018-03-23?23:05??pm251\src\main\java\cn\wps\
?????目錄???????????0??2018-04-04?16:36??pm251\src\main\java\cn\wps\pm25\
?????目錄???????????0??2018-03-23?23:06??pm251\src\main\java\cn\wps\pm25\controller\
?????文件????????1469??2018-04-15?14:41??pm251\src\main\java\cn\wps\pm25\controller\PageController.java
?????目錄???????????0??2018-04-04?16:36??pm251\src\main\java\cn\wps\pm25\mapper\
?????文件?????????486??2018-04-07?13:31??pm251\src\main\java\cn\wps\pm25\mapper\AQIMapper.java
?????目錄???????????0??2018-04-04?15:01??pm251\src\main\java\cn\wps\pm25\pojo\
............此處省略240個(gè)文件信息

評論

共有 條評論