카페검색 본문
카페글 본문
-
global mapper 프로그램 요청할 수 있을까요? 2024.10.20해당카페글 미리보기
컴퓨터 정리하다 실수로 global mapper 프로그램을 지워버려서 답답합니다. global mapper 프로그램 요청할 수 있을까요?
-
도로중심선 끊어진 부분 연결하기 - Global Mapper 2024.11.24해당카페글 미리보기
국토지리원 도로중심선은 끊어진 부분이 많습니다. 이 도로중심선 가공에 수작업은 시간이 많이 걸려서 Qgis 스크립트를 사용하는 경우 원하는 결과가 나오지 않을 때가 있는데, 원인은 미세하게 끊어진 부분이 있는 경우가 있어서 그렇습니다. 1미터 옵션...
-
Global Mapper pro 버전에 관해서.... 2024.06.15해당카페글 미리보기
옛 골짜기 지명 추출 작업 중인데 글로벌 매퍼 프로버전으로 수치지형도 5000도엽 1343개 한꺼번에 열어도 끄떡 없네요. Global Mapper 25.1 Korean 64-bit 기준입니다. 전국 수치지형도 5000도엽 모두 다 열어도 문제 없을 듯 합니다.
-
Global Mapper Pro 24.1 2023.04.07해당카페글 미리보기
Global Mapper Pro Global Mapper Pro® is a comprehensive and easy to use GIS application that provides an extensive collection of tools for data creation, editing, advanced 2D and 3D analysis, scripting methods for workflow automation...
-
[컴퓨터과학과/참고] 자바 HashMap, Spring Boot (Controller, Service, DAO, Mapper) 2023.04.06해당카페글 미리보기
ㅇ Web/🌿 Spring bootSpring boot - Controller, Service, DAO, Mapper https://dalpaeng00.tistory.com/83 Spring boot - Controller, Service, DAO, Mapper Controller, Service, DAO, Mapper Spring boot 에서 중요한 개념인 Controller, Service, DAO...
-
재직자/신입사원 국비교육훈련_JAVA 기초 JSP 스프링 JPA 실무개발 활용과정 2025.02.10해당카페글 미리보기
MVC를 이용한 멀티파일 업로드 - Spring WEB MVC View, ViewResolver - Spring MVC Interceptor MyBatis -configuration -Mapper XML 파일 -동적 SQL -Statement Builder -로깅 -고급 쿼리 사용방법의 이해와 실습 -SpringMyBatis응용예제 작성 Spring...
-
linux 9 root 볼륨 확장 2025.02.10해당카페글 미리보기
HOME / umount /home fuser -ck /home 현재 현재 홈 볼륨 제거 lvremove /dev/mapper/ol-home 홈볼륨 재할당.. lvcreate -L 10G -n /dev/mapper/ol-home mkfs.xfs /dev/mapper/ol-home mount /home mv <백업 디렉토리> $HOME root 볼륨 확장 lvextend -L...
-
스프링(Spring)에서 RestTemplate, Https 통신 2024.12.23해당카페글 미리보기
String res = httpUtil.postForObject(url, queryParams, responseType, token); ObjectMapper mapper = new ObjectMapper(); resultVo = mapper.readValue(res, new TypeReference<ResultVo<ResultResponse, JwtTokenDto>>() {}); } catch...
-
1217 과제 (댓글 삭제,수정) 2024.12.17해당카페글 미리보기
int idx, String content) { return boardService.setBoardReplyUpdate(idx, content)+""; } Colored by Color Scripter cs mapper 1 2 3 4 5 6 7 8 9 <!-- update--> <update id="setBoardReplyUpdate"> update boardReply2 set content = #{content...
-
241214 페이지 처리 2024.12.16해당카페글 미리보기
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "https://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.spring...