[Java/Mybatis] There is no getter for property named... ... mybatis 사용중 parameterType='string' 으로 1개의 파라미터를 받아서 쿼리를 작성할 때 이 값을 조건문 나 과 같은 mybatis dynamic query element에서 사용할려면 제목과 같은 오류가 나온다. 1. 오류코드 delete from `board` where `board_id` = #{ board_id } 이렇게 작성된 코드는 아마 There is no getter for property named board_id 라는 오류를 보게 될거다. parameterType='map'으로 파라미터를 변경하거나 파라미터의 변수명을 value로 사용하면 문제를 해결할 수 있..
[Javascript] var, let, const 차이점은[펌] https://gist.github.com/LeoHeo/7c2a2a6dbcf80becaaa1e61e90091e5d javascript var, let, const 차이점 javascript var, let, const 차이점. GitHub Gist: instantly share code, notes, and snippets. gist.github.com https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Statements/const const const 선언은 블록 범위의 상수를 선언합니다. 상수의 값은 재할당할 수 없으며 다시 선언할 수도 없습니다. developer.mozi..
MariaDB 비밀번호 분실한 경우 새 비밀번호 생성 1. 서비스 정지 systemctl stop mariadb 2. mariadb 안전모드 실행 sudo /usr/bin/mysqld_safe --skip-grant & [root@localhost ~]# 190530 21:30:25 mysqld_safe Logging to '/var/lib/mysql/localhost.localdomain.err'. 190530 21:30:25 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql 3. 안전모드로 접속해서 root계정 비밀번호 변경 mysql -uroot mysql MariaDB [mysql]> update user set passw..
CentOS 7에서 MariaDB 10.3 설치하기 예전에 설치해둔 MariaDB를 사용할려는데 버전 너무 낮아 문제가 생겼다. 최근 안정화 버전으로 설치하려니 yum repository 설정을 해줘야 한다. https://downloads.mariadb.org/mariadb/repositories/ 공식홈페이지에 리눅스 환경별 각각에 맞는 repository 설정 방법을 안내해주고 있다. /etc/yum.repos.d/MariaDB.repo 파일을 생성하고 sudo vi /etc/yum.repos.d/MariaDB.repo 공식홈페이지에서 안내해주는 설정 내용을 복사해서 붙여넣자. # MariaDB 10.3 CentOS repository list - created 2019-05-30 12:15 UTC..
자바 multipart/form-data 파일업로드 오류 java.lang.IllegalStateException: Current request is not of type [org.springframework.web.multipart.MultipartHttpServletRequest]: SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.context.HttpSessionSecurityContextRepository$Servlet3SaveToSessionRequestWrapper@66be2686] 컨트롤러의 파라미터로 MultipartHttpServletRequest 객체를 받고있는데 submit되는 요청이 multipar..
Eclipse Tomcat Timeout Error Server Tomcat v8.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor. 이런 메세지가 나오면서 오류가 날때가 있다. 이클립스의 Sverver tab에서 실행했던 서버를 더블 클릭한 후
[Java] void 형의 메서드를 종료하는 방법 뭐 이런것 까지 설명하나라고 말할 수도 있지만.이걸 몰라서 잠깐 멍해졌었다...;;; 1. code package com.tistory.khanorder.library public Class TestClass { public void testMethod () { return; } } 도움이 되셨다면 공감이나 좋아요 부탁드립니다~♡광고를 클릭해주시면 더욱 감사하구요~♡v♡/혹시 더 궁금하신 점이나 부족한 부분, 잘못된 내용이 있다면 댓글 부탁드립니다~~
[Java] 문자열(String)을 파일로 저장하기 1. BufferedWriter시작은 간단하게 BufferedWriter 클래스를 이용해서 문자열을 새 파일에 저장해 보겠습니다. @Test public void whenWriteStringUsingBufferedWritter_thenCorrect() throws IOException { String str = "Hello"; BufferedWriter writer = new BufferedWriter(new FileWriter(fileName)); writer.write(str); writer.close(); } 2. PrintWriter다음은 PrintWriter 클래스를 이용한 형식화된 문자를 파일로 저장하는 방법입니다. @Test public v..
- Total
- Today
- Yesterday
- egov
- .NET Core
- CentOS
- MySQL
- php
- c#
- asp.net core
- Flutter
- dotnet core
- Spring
- Windows
- 스프링
- MariaDB
- ubuntu
- 이클립스
- Linux
- jQuery
- eGovFrame
- 전자정부
- Entity Framework Core
- egoverment
- Java
- Eclipse
- JSP
- express
- 하이원
- Fedora
- 자바
- high1
- DART
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |