%@ page contentType="text/html;charset=gb2312" %>
<%@ page import="java.sql.*, oracle.jdbc.driver.*, oracle.sql.*, java.util.*,java.text.*" %>
<%@ include file="/include/dbconn.jsp" %>
<%@ include file="/include/set_session.jsp" %>
<%
// Page Code
String page_code = "P-------";
// Database Connection
Class.forName("oracle.jdbc.driver.OracleDriver");
Connection con = DriverManager.getConnection(dbconstring,dbuser,dbpwd);
Statement stmt = con.createStatement();
String query = null;
%>
<%@ include file="/include/system_log.jsp" %>
<%con.close();%>
<%
int seasonInt = 0;
String season = new String();
java.util.Date nowDate = new java.util.Date();
SimpleDateFormat today = new SimpleDateFormat("M");
seasonInt = Integer.parseInt(today.format(nowDate));
if ((seasonInt>2) && (seasonInt<6)) {
season = "1";
} else if ((seasonInt>5) && (seasonInt<9)) {
season = "2";
} else if ((seasonInt>8) && (seasonInt<12)) {
season = "3";
} else {
season = "4";
}
%>
与民族同在的稻作文化信息系统
|
|
 |
|
金堤市位于全罗北道中西部地区,东面以卢岭山脉为界与完州郡相邻,南面以东津江为界与井邑市、
扶安郡为邻,北面以万顷江及其河口为界与益山市、群山市相接,西面则与西海相连。
总面积545.46K? ,总人口125,755名(1997年12月31日现在),市政府位于西菴洞。
坐落于东部卢岭山脉西山面海拔500-700米的九成山、母岳山、国师峰、象头山等由东北向西南方向分布,
斗月川、院坪川均发源于母岳山*象头山而流向西,于月村洞合二为一,并经竹山面注入西海。
除了黄山洞黄山和西海沿岸的烽火山、进凤山等海拔100米左右的山峰以外,
整个金堤市由海拔不足50米的丘陵和东津江、院坪川、万顷江附近的冲积平原组成,是湖南平原的中心。 |
|
 |
Copyright(c)
GIMJE All rights reserved [576-120]
全罗北道金堤市西菴洞 353
[Tel]82-063-540-3114
webmaster@egimje.net |
|