일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 컬럼명
- html
- 자바
- Eclipse
- 이클립스
- 웹뷰
- Apache Lucene
- Web Service
- MS-SQL
- scrollView
- MANTIS
- varags
- javascript
- Maven
- 자바스크립트
- MSsql
- Android
- C#
- STS
- WebView
- 안드로이드
- decompiler
- asp.net
- TextBox
- SpringSource Tool Suite
- Java
- 웹 서비스
- Bootstrap
- Redirect
- jsp
- Today
- Total
목록전체 글 (286)
bboks.net™
Ionic 5를 사용하다가 6로 넘어와서 프로젝트를 구성하던 중 Angular Schematics를 이용해 module을 생성하려고 하는데 모듈 생성이 되지 않는 현상 발생 에러 내용은 $ ng g module test --module app --route test File test/test.module.ts does not exist. 뭐지? 구글링을 하던중 링크에서 힌트를 찾고 5와 6의 angualr.json 내용을 확인해보니 다름 Ionic 5 "cli": { "defaultCollection": "@ionic/angular-toolkit" }, Ionic 6 "cli": { "schematicCollections": [ "@ionic/angular-toolkit" ] }, 혹시나 하고 6의 내용..
Rocky Linux 8 기준 1. postgresql repo 설치 dnf install https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm 2. 기본 postgresql 비활성화 dnf -qy module disable postgresql 3. postgresql 설치 dnf install postgresql13 postgresql13-server 4. pg_rman 설치 해당 링크로 들어가 설치한 postgresql 버전과 맞는 버전의 pg_rman 설치 rpm -ivh https://github.com/ossc-db/pg_rman/releases/download/V1...
vsCode에서 디렉토리 구조를 변경을 하려고 하는데 Error: EPERM: operation not permitted: rename 오류가 발생하면서 변경이 안되는 현상이 있었음. 구글링을 했는데 npm clean을 하라는 이야기도 있고 했는데도 동일한 현상이 발생. 좀 더 찾아보니 "Angular Language Service" 확장때문이라는 글을 발견, 비활성화를 하고 변경을 하니 적용이 됨. 출처 VS Code - Error: EPERM: operation not permitted