본문 바로가기

STUDY39

sts data.sql insert 에러 sts data.sql 맨처음 data insert error org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource application.properties에 spring.jpa.defer-datasource-initialization=true 추가 2023. 3. 11.
eclipse mustache 한글깨짐 한글 인식을 못하나보오..UTF-8로 해도안됨,, *.mustache 만드는 법을 알아왔더니,,,또 다른산이,, application.properties >> server.servlet.encoding.force-response: true 추가! 2023. 3. 5.
eclipse에서 .mustache 파일생성 이클립스에서는 mustache가 지원이 안되나보오,,, 마켓플레이스에도 뜨지않는다,, 고로 html파일로 .mustache 로 알아듣게 하기! 상단 window >>preferences >>content types >>Text >HTML 누르기 >Add 눌러 *.mustache 해주기! 파일생성 > html > 파일이름.mustache 2023. 3. 5.
git repository 합치기 repository가 뭔가 더러워지는 느낌! 그래서 합치기를 해봄! repository 합치고 싶다! cmd에서 branch나 따로 정하지 않은 상태, 그냥 cmd에서 들어간 상태에서 git subtree add --prefix=폴더이름 (합쳐짐을 당할)repo주소 (합쳐짐 당하는 repo의 default branch)main or master ▽ git push (합침을 할 repo, cmd에 저장한대로)이름 branch 그리곤 합쳐진 repo는 삭제하면 됨! 2023. 3. 4.
mysql 계정 권한 cmd >> mysql 계정 확인 id : newuser C:\Users\HI> mysql -u newuser -p Enter password: ********* Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 29 Server version: 8.0.31 MySQL Community Server - GPL Copyright (c) 2000, 2022, Oracle and/or its affiliates. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of .. 2023. 3. 1.
정보처리기사 시험정보 시험과목 - 필기 1. 소프트웨어설계 2. 소프트웨어개발 3. 데이터베이스구축 4. 프로그래밍언어활용 5. 정보시스템구축관리 - 실기 : 정보처리 실무 검정방법 - 필기 : 객관식 4지 택일형, 과목당 20문항(과목당 30분) - 실기 : 필답형(2시간30분) 합격기준 - 필기 : 100점을 만점으로 하여 과목당 40점 이상, 전과목 평균 60점 이상. - 실기 : 100점을 만점으로 하여 60점 이상. 정보시스템 등의 개발 요구 사항을 이해하여 각 업무에 맞는 소프트웨어의 기능에 관한 설계, 구현 및 테스트를 수행에 필요한 1. 현행 시스템 분석 및 요구사항 확인(소프트웨어 공학 기술의 요구사항 분석 기법 활용) 2. 데이터 입출력 구현(논리, 물리데이터베이스 설계, 조작 프로시저 등) 3. 통합 구현.. 2023. 3. 1.