분류 전체보기

보호되어 있는 글입니다.
보호되어 있는 글입니다.
· Backend
pm2 report, pm2 start 시 발생하는 에러 pm2 : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\me\AppData\Roaming\npm\pm2.ps1 파일을 로드할 수 없습니다. 자세한 내용은 about_Execution_Policies(https://go.microsoft.com/fwlink/?Li 위치 줄:1 문자:1 + pm2 report + ~~~ + CategoryInfo : 보안 오류: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess 에러 메시지 원문 해결방법: powershell에 들어가서 보안 설정을 해주면 해결할 수 있다! 1) powershell을 관리자 권한으로 실행 2..
· database
Java에서 데이터를 저장하는 방법 자바에서 데이터를 저장하는 방법 - JDBC - Spring JDBC - Persistence Framework(Hibernate, Mybatis 등) Persistence Framework - Persistence Framework를 이용하면 JDBC 프로그래밍의 복잡함이나 번거로움 없이 간단한 작업만으로 데이터베이스의 데이터를 처리할 수 있다. - 빠르고 쉽게 개발이 가능 - Persistance Framework는 일반적으로 SQL Mapper와 ORM으로 나눠진다. 1) SQL Mapper - SQL SQL Mapper Object field - SQL문으로 직접 데이터베이스 데이터를 다룬다. - Mybatis, JdbcTemplates(Spring) 2) OR..
Failed to load ApplicationContext java.lang.IllegalStateException: Failed to load ApplicationContext Failed to load ApplicationContext java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:98) at org.springframework.test.context.support.DefaultTest..
· database
1. 설치파일 다운로드 H2 Database Engine H2 Database Engine H2 Database Engine Welcome to H2, the Java SQL database. The main features of H2 are: Very fast, open source, JDBC API Embedded and server modes; in-memory databases Browser based Console application Small footprint: around 2.5 MB jar file size Supp www.h2database.com windows 운영체제에 맞는 버전 설치 2. 실행하기 터미널로 해당 폴더에 들어가면 4가지 파일이 있음. - 윈도우즈 유저는 h2.bat이..
implementation 'org.springframework.boot:spring-boot-devtools' //developmentOnly 'org.springframework.boot:spring-boot-devtools' build.gradle에 devtools 추가하기 - 둘 중 어느것을 추가해도 된다. (Gradle 사용) File - settings - Advanced Settings - Compiler Allow auto-make to start even if developed application is currently running 체크하기 Settings - Build, Execution, Deployment - Compiler Build project automatically 체크..
Cause: error: invalid source release: 17 spring boot 프로그램을 실행하려고 했더니 오류가 났습니다. 1. JDK 17 다운로드 저는 jdk 11이 깔린 상태였기 때문에 17을 다운로드 해주었습니다. 다운로드 경로는 C:\Program Files\Java\ 기본값으로 설정해주었습니다. 다운로드 링크: https://www.oracle.com/java/technologies/downloads/#jdk17-windows 저는 windows 운영체제이기 때문에 windows 탭의 2번째 exe파일을 다운로드 하였습니다. 그다음엔 IntelliJ로 가서 File - Project Structure - Project Settings - Project SDK에서 설치한 jdk..
windows 버전 flutter 설치 후, 환경변수까지 손봐준 다음 " flutter doctor " 라는 명령어를 cmd에 입력했을 때 아무 반응 없이 대기만 하고 있는 오류가 발생함. => 해결방법: 오류가 났을 때는 flutter zip파일 압축을 C드라이브의 programfile 폴더 아래에 풀었음. 이 flutter 폴더를 C드라이브 바로 밑에 넣어주고 환경변수를 만져줬더니 오류가 해결됨. 1시간만에 해결!
fladi
'분류 전체보기' 카테고리의 글 목록 (26 Page)