일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
- @AspectJ
- 컨테이너
- spring
- AOP
- Spring Boot
- Framework
- @JUnit
- java
- JDBC TEMPLATE
- SpringJDBC
- Di
- Ubunt
- XML
- unix
- pointcut
- 리눅스
- POJO
- 마이바티스
- @test
- spring framework
- JdbcTemplate
- 프로퍼티
- spring aop
- @Spring-Test
- Linux
- Dependency Injection
- java spring
- STS
- Spring JDBC
- myBatis
- Today
- Total
목록Error (3)
개키우는개발자 : )
.git/config 파일 설정 변경 [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase = true precomposeunicode = true [remote "origin"] url = https://ID : TOKEN @github.com/ REPOSITORY URL fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main
나의 프로젝트 위치에서 ( 저는 vue.js hello 폴더 위치) - 모듈을 삭제 리눅스 계열 명령어 D:\javascriptEx\chat\vue\hello> rm -rf node_modules 윈도우 명령어 PS D:\javascriptEx\chat\vue\hello> del node_modules - dist폴더가 있을 경우 리눅스 계열 명령어 D:\javascriptEx\chat\vue\hello> rm -rf dist 윈도우 명령어 D:\javascriptEx\chat\vue\hello> del dist - 모듈 재설치 npm i - 서버 가동 npm run serve - 성공
Visual Studio Code IDE 툴에서 TERMINAL 을 사용하여 webpack을 실행시 또는 다른 명령어 사용시 에러 해결 error message webpack : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\shimk\AppData\Roaming\npm\webpack.ps1 파일을 로드할 수 없습니다. 자세한 내용은 about_Execution_Policies(https://go.microsoft.com/fwlink/?LinkID=135170)를 참조 하십시오. 위치 줄:1 문자:1 + webpack + ~~~~~~~ + CategoryInfo : 보안 오류: (:) [], PSSecurityException + FullyQualifiedErrorId : Unauthori..