
문제 상황 이런식으로 문제가 발생하는 경우 안된다 -> 아ㅚㄴ다 없다 -> 없ㅏ 받침 입력시 주로 문제 발생 해결 1. 한글패치 설치하기 vscode에 한글패치를 적용 해 버리면 문제가 해결된다고 하는데... 한글입력시 텍스트가 조금 깜빡이는 문제는 있다. 한글패치 후에 다른 Extension과 충돌이 발생하면 또 오류가 난다고 한다. Cmd + LShift + P -> 'language" 입력 한국어 선택 2. 폰트변경 Cmd + , -> Font family 검색 Droid Sans Fallback 삭제 내 환경에서는 이렇게만 있었다. Menlo, Monaco, 'Courier New', monospace
먼저 User 테이블을 생성하기 위해서 터미널에서 아래 명령 실행 $ rails g scaffold User username:string nickname:string group:string 실행하면 아래의 마이그레이션 파일이 생성된다 # db/migrate/20230424110200_create_users.rb class CreateUsers < ActiveRecord::Migration[7.0] def change create_table :users do |t| t.string :username t.string :nickname t.string :group t.timestamps end end end 이 테이블에는 인덱스가 생성되지 않았다. 여기 인덱스를 추가하려면? 인덱스 추가 1. 터미널 명령어로 ..

https://github.com/Nutlope/aicommits 썩 만족스럽진 않지만 그냥 쓸만은 하다 설치 npm 설치 npm i -g aicommits 키 받기 https://platform.openai.com/account/api-keys 설정추가 aicommits config set OPENAI_KEY=sk_kkkkk 사용 $ git add . $ aicommits ┌ aicommits │ ◇ Detected 4 staged files: src/main/kotlin/com/example/process/payout/PayoutService.kt src/main/kotlin/com/example/api/account/module/mypage/MyController.kt │ ◇ Changes anal..
- Total
- Today
- Yesterday
- Source
- ActiveRecord
- 노가다
- sample
- vscode
- ChatGPT
- gradle
- golang
- Regex
- Knowhow
- URLEncode
- RubyOnRails
- Snippet
- js
- Kotlin
- Algorithm
- enum
- BASE64
- error
- HelloWorld
- spring
- index
- Mac
- Scala
- 사용법
- git
- version
- JQuery
- urldecode
- cdn
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |