<%@ page contentType="text/html; charset=utf-8" language="java" import="java.sql.*" %> <%@ include file = "../inc/header.jsp" %> <%@ page import="java.util.*"%> <%@ page import="java.text.SimpleDateFormat"%> <%@ page import="java.io.*"%> <% String wzid=request.getParameter("wzid"); String content = ""; String sql="update jap_wzb2 set djrs=djrs+1 where wzid='"+wzid+"'"; stmt.executeQuery(sql); sql="select wzbt,wznr,fbsj,fbbm,djrs from jap_wzb2 where wzid='"+wzid+"'"; ResultSet rs=stmt.executeQuery(sql); if(rs.next()) { int y; oracle.sql.CLOB clob1; char ac[] = new char[299]; clob1 = (oracle.sql.CLOB)rs.getObject(2); if(!rs.wasNull()) { Reader reader = clob1.getCharacterStream(); while((y = reader.read(ac, 0, 299)) != -1) content += new String(ac, 0, y); char a='\"'; char b='\''; content=content.replace(a,b); } else { content="update....."; } } %> Welcome to NETDA
 
 
 
NETDA Overview
Natural Environment
Topographical Features
Engineering Geology
Hydrogeology
Climate Conditions
Environmental Quality
HomePage - Environmental Quality
   Environmental Quality

 

NETDA enjoys good environmental quality and normally balanced ecology. The quality of water in the Yangtze River, inland streams and phreatic layer is fairly good. Atmospheric monitoring of sulfur dioxide, ammonia-oxide and suspended particles shows that the atmospheric environment here is up to the requirements for first-class in the State standards. The recorded environmental noise is 43.5db, better than 45bd - generally accepted as specified by National regulation for special residential quarters. The environment here is peaceful and secluded, the natural radioactive background (r' ray) is averaged at 17.5 micro-roentgen/h, and there is no artificial radioactive contamination.

 
Contact us | Sitemap | Hot Links
Copyright(c) NETDA Administrative Commission. All Reserved
<%@ include file = "../inc/bottom.jsp" %> <% if(content.substring(0,4).equals("file")) response.sendRedirect("data/"+content); %>