출처 : https://www.baeldung.com/hibernate-lazy-loading-workaround spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true의 의미가 무얼까? 1. Overview While using lazy loading in Hibernate, we might face exceptions, saying there is no session. In this tutorial, we'll discuss how to solve these lazy loading issues. To do this, we'll use Spring Boot to explore an example. 2. Lazy Loading Issues The ..
출처 :gt1000.tistory.com/entry/비밀번호-암호화-PBKDF2 1. 해시 함수 1) 정의 - 임의의 크기를 가진 데이터를 입력 받아서 고정된 크기의 결과값을 출력하는 함수로 메시지 다이제스트(Message Digest)라고도 함. 메시지의 축약을 의미함. - 고정된 크기의 결과값을 가지고 있으므로 출력할수 있는 값은 한정될수 밖에 없음 - 1Byte 의 해시값을 생성하는 함수라면 2의 8승, 256개의 해시값 SHA256 의 경우 256비트, 32Byte 2의 32승의 경우의 수를 가짐 - 입력할수 있는 값은 무난히 많으므로 입력값은 다르지만 출력값이 같아지는 경우가 존재할 수 밖에 없음 - 같은 입력에 대해서는 항상 같은 출력이 나오므로 입력한 데이터에 대한 지문을 생성함으로써 오류 ..
최신버전 확인 : https://www.openssl.org/source/ /source/index.html The master sources are maintained in our git repository, which is accessible over the network and cloned on GitHub, at https://github.com/openssl/openssl. Bugs and pull patches (issues and pull requests) should be filed on the GitHub repo. Please familiari www.openssl.org 한글설명 : https://cert.crosscert.com/%EA%B3%B5%EC%A7%80openssl-%EC%..
사용자 정보 저장할 때 비밀번호와, 비밀번호확인이 있다... 비밀번호 확인은 Front단에서만 점검용으로 사용한다.. 하지만 화면에 으로 존재하므로 JSON.stringify($("#facilityForm").serializeObject())를 하다 보면 자연스레 DB에 없는 column들도 넘어가게 마련.. 이럴 때 Back(Server or Api)단에서 DB에 없는 필드를 무시하는 조치가 필요하다... 1. @Transient 추가 import javax.persistence.Transient; @Transient는 JPA관련 annotation이다. 그런데 두두.. 이것으로만으로 해결되지 않는 문제가 발생했다. Resolved [org.springframework.http.converter.Htt..
procedure CREATE OR REPLACE PROCEDURE OKCHEON.PRC_CREATE_FLOW(P_DT IN VARCHAR2) AS /* 유량 데이터 생성 프로시저 */ V_MSG VARCHAR2 (4000); BEGIN INSERT INTO II_WT_FLOW SELECT TO_DATE (P_DT, 'YYYYMMDDHH24MI') AS DT , BLOCK_CDE , DBMS_RANDOM.VALUE (0, 150) FLW , DBMS_RANDOM.VALUE (0, 0.8) VEL , DBMS_RANDOM.VALUE (0, 20) WAL , DBMS_RANDOM.VALUE (0, 20000)AS ACM , DBMS_RANDOM.VALUE (0, 30) AS HMD , DBMS_RANDOM...
출처 : http://blog.naver.com/PostView.nhn?blogId=choigohot&logNo=220802318393&parentCategoryNo=&categoryNo=17&viewDate=&isShowPopularPosts=true&from=search Tomcat 웹서버에서 http로 들어온 Request를 https로 Redirect 시키기... Tomcat 웹서버에서 http로 들어온 Request를 https로 Redirect 시키기... 1. web.xml 설정 https://localhost로 변경되는지 확인 하면 됨.. 모든 http 요청에 대해 https로 변경 되어야 함
- Total
- Today
- Yesterday
- JQuery
- 프로젝트명변경
- devtools
- element위치
- oracle
- setter
- $.each
- excel
- $.extend
- 여러 컬럼 update
- object key
- caniuse
- lombok
- DatePicker
- 정규식
- Keycode
- 진열사랑
- @ExceptionHandler
- ul li로 테이블
- springboot
- Javascript
- sumifs
- draw.io
- 전후방탐색
- spring
- CSS
- border-collapse
- PostgreSQL
- QueryDSL
- getter
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |