










温度

温度

有害气体

积水位
















package com.upbest.web;
import javax.servlet.http.HttpSession;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
@RequestMapping(value="/")
public class HomeController {
private static final Logger logger = LoggerFactory.getLogger(HomeController.class);
@RequestMapping(value = "/")
public String toSystemFirstPage(HttpSession session, Model model) {
logger.debug("ok");
return "3d/3d";
}
@RequestMapping(value = "/thermalChamber")
public String thermalChamber(HttpSession session, Model model) {
logger.debug("ok");
return "thermalChamber";
}
@RequestMapping(value = "/powerChamber")
public String powerChamber(HttpSession session, Model model) {
logger.debug("ok");
return "powerChamber";
}
@RequestMapping(value = "/synthesizeChamber")
public String synthesizeChamber(HttpSession session, Model model) {
logger.debug("ok");
return "synthesizeChamber";
}
@RequestMapping(value = "/2d")
public String d2(HttpSession session, Model model) {
logger.debug("ok");
return "2d";
}
@RequestMapping(value = "/3d")
public String d3(HttpSession session, Model model) {
logger.debug("ok");
return "3d/3d";
}
}
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
"; htmlStr += "编号"; htmlStr += " | "; htmlStr += ""; htmlStr += "类型"; htmlStr += " | "; htmlStr += ""; htmlStr += "坡度"; htmlStr += " | "; htmlStr += ""; htmlStr += "管径"; htmlStr += " | "; htmlStr += ""; htmlStr += "起始设备编号"; htmlStr += " | "; htmlStr += ""; htmlStr += "结束设备编号"; htmlStr += " | "; htmlStr += "
"; try { htmlStr += iAttribute.FeatureAttributes.GetFeatureAttribute("Id").Value; } catch (e) { } htmlStr += " | "; htmlStr += ""; try { htmlStr += iAttribute.FeatureAttributes.GetFeatureAttribute("Type").Value; } catch (e) { } htmlStr += " | "; htmlStr += ""; try { htmlStr += iAttribute.FeatureAttributes.GetFeatureAttribute("Pitch").Value; } catch (e) { } htmlStr += " | "; htmlStr += ""; try { htmlStr += iAttribute.FeatureAttributes.GetFeatureAttribute("Size").Value; } catch (e) { } htmlStr += " | "; htmlStr += ""; try { htmlStr += iAttribute.FeatureAttributes.GetFeatureAttribute("StartId").Value; } catch (e) { } htmlStr += " | "; htmlStr += ""; try { htmlStr += iAttribute.FeatureAttributes.GetFeatureAttribute("EndId").Value; } catch (e) { } htmlStr += " | "; htmlStr += "