카페검색 본문
카페글 본문
-
스프링 프로퍼티즈 파일 2026.06.24해당카페글 미리보기
password=123456 spring.mvc.hiddenmethod.filter.enabled=true spring.jpa.show-sql=false spring.jpa.properties.hibernate.format_sql=false spring.jpa.properties.hibernate.highlight_sql=false logging.level.project=info logging.level.org...
-
윈도우 10 저사양 유저 추천 최적화 세팅 2026.04.13해당카페글 미리보기
Write-Host "⚙️ 성능 최적화 적용 중..." # 최대 성능 전원 설정 powercfg -setactive SCHEME_MIN # 최대 절전모드 OFF powercfg -hibernate off # 시각효과 최소화 Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer...
-
Canadians' Winter Life 2025.12.08해당카페글 미리보기
and families on ice. Were it not for ice and snow here, what could they do during winter? They might have to hibernate inside their warm houses all winter like bears. They enjoy watching as well as playing ice hockey games and supporting...
-
[메모] 📌 SpringBoot - 기본 설정(home.html / index.html) 2025.11.10해당카페글 미리보기
open-in-view: true # 영속성 컨텍스트(EntityManager)를 View(jsp/th)까지 열어둠 -> 로딩 오류 방지(보통 기본값 true) hibernate: ddl-auto: create # create, update, none, create-drop, validate... naming: # Java의 CamelCase Name을 DB의 snake...
-
윈도우7 최대절전모드(Hibernate) 사용하기 및 바로가기 만들기 2012.10.06해당카페글 미리보기
%windir%\System32 undll32.exe powrprof.dll,SetSuspendState Hibernate 아이콘 변경시 명령문 : %SystemRoot%\system32\SHELL32.dll 윈도우7에 없는 "최대절전모드" 단축키 만들어서 사용하기 위에서 설명했듯이 윈도우7은 기본적으로 절전모드...