본문 바로가기

전체 글31

윈도우에서 파이썬프로그램 실행 Bat 만들기 다음은 배치 파일 코드입니다. 이 코드를 사용하면 Python 스크립트가 독립적으로 실행되고, CMD 창은 자동으로 닫힙니다: @echo offcd /d D:\project_py\py-log\start "" pythonw file_manage_ui.pyexit 2025. 2. 4.
윈도우 11 home 을 윈도우 11 pro 로 업그레이드 가능할까? 윈도우 11 home 을 라이센스로 설치했다. 그런데 원격데스크톱도 안되고 해서.. 윈도우 11 pro 라이센스를 구입해서 적용하면, ​ 기존의 프로그램들에 영향을 주지 않고 사용할 수 있을까? ​ --- 질문에 대한 해답을 찾고 있는 중, 아래와 같은 검색 결과를 얻었다. -- ​ 1. 임시키를 이용해서 처리하는 방법 https://itcider.com/1572/ 윈도우 11 home에서 pro로 변경하기 - itcider itcider.com ​ 2. 별도의 배치 프로그램을 이용하는 방법. https://itsvcco.tistory.com/entry/Windows-11-Home-%EB%B2%84%EC%A0%84%EC%9D%84-Windows-11-Pro-%EB%B2%84%EC%A0%84%EC%9C%B.. 2023. 11. 4.
JPA- Error 오류 정리. SpringEL expression 오류 내용 ------- Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Mon Sep 25 11:49:17 KST 2023 There was an unexpected error (type=Internal Server Error, status=500). An error happened during template parsing (template: "class path resource [templates/order/orderList.html]") org.thymeleaf.exceptions.TemplateInputException: An error hap.. 2023. 9. 25.
JPA : Error creating bean with name 'entityManagerFactory' defined in class path resource 오류 발생 잘따라했는데... 2023-09-15T09:09:30.156+09:00 ERROR 36325 --- [ restartedMain] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: [PersistenceUnit: default] Unable to build Hiberna.. 2023. 9. 15.