From 5b80b63ff22ad4fb85d903ded52f519d96a28c4d Mon Sep 17 00:00:00 2001 From: thkim Date: Thu, 20 Jun 2024 18:00:53 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=ED=8C=9D?= =?UTF-8?q?=EC=97=85=20x=EB=B2=84=ED=8A=BC=20=EC=9C=84=EC=B9=98=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20=EB=B0=8F=20=EB=B0=B0=EA=B2=BD=20=EC=84=A0?= =?UTF-8?q?=ED=83=9D=EC=8B=9C=20=ED=8C=9D=EC=97=85=EC=9D=B4=20=EC=95=88=20?= =?UTF-8?q?=EB=8B=AB=ED=9E=88=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/geoinfo/com/WebConfirm.java | 5 +- .../WEB-INF/views/home/include/header.jsp | 13 +++-- .../webapp/body/jiban_info/js/SearchSitu.js | 48 +++++++++---------- src/main/webapp/com/css/common.v2.0.css | 3 +- src/main/webapp/com/css/common.v2.0.css.map | 2 +- src/main/webapp/com/css/sass/common.v2.0.scss | 3 +- src/main/webapp/com/js/common.js | 8 ++-- 7 files changed, 47 insertions(+), 35 deletions(-) diff --git a/src/main/java/geoinfo/com/WebConfirm.java b/src/main/java/geoinfo/com/WebConfirm.java index 6a813a6c..6024a40c 100644 --- a/src/main/java/geoinfo/com/WebConfirm.java +++ b/src/main/java/geoinfo/com/WebConfirm.java @@ -28,7 +28,8 @@ public class WebConfirm String pw = "geoinfo"; //String url = "jdbc:oracle:thin:@192.168.0.71:1521:orcl"; /*String url = "jdbc:oracle:thin:@192.168.0.29:1521:xe";이전*/ - String url = "jdbc:oracle:thin:@192.168.0.8:3452:orcl"; + //String url = "jdbc:oracle:thin:@192.168.0.8:3452:orcl"; // 실서버 + String url = "jdbc:oracle:thin:@118.219.150.34:1521:ORAGEODEV"; /* * public WebConfirm() { this.connection = null; this.connectionPool = null; * this.query = null; this.resultSet = null; this.sql = ""; this.resultCnt = 0; @@ -104,7 +105,7 @@ public class WebConfirm (query = new DatabaseQuery(sql)).setParam("PROJECT_CODE", PROJECT_CODE); resultSet = query.execute(connection); while (resultSet.next()) { - Map map = wUtil.setCoordinateChgXY(resultSet.getDouble("X"), resultSet.getDouble("Y"), "4326", "5186"); + Map map = wUtil.setCoordinateChgXY(resultSet.getDouble("X"), resultSet.getDouble("Y"), "4326", "5186"); sql = "INSERT INTO TBL_HEADER ( "; sql += " \n PROJECT_CODE, "; sql += " \n HOLE_CODE, "; diff --git a/src/main/webapp/WEB-INF/views/home/include/header.jsp b/src/main/webapp/WEB-INF/views/home/include/header.jsp index 14858168..84a37deb 100644 --- a/src/main/webapp/WEB-INF/views/home/include/header.jsp +++ b/src/main/webapp/WEB-INF/views/home/include/header.jsp @@ -114,7 +114,7 @@ ============================================================== --> + src="${pageContext.request.contextPath}/com/js/common.js?v=20240610_1352"> + href="${pageContext.request.contextPath}/com/css/common.v2.0.css?v=20240610_1352" />
+
-

로그인

+

로그인