일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Orange Pi 3B
- RUBY
- 오랜지파이
- change_column
- Migrate
- after_save
- change_column_null
- after_update
- Ruby on Rails
- Kotlin
- install
- 우분투
- mac
- 이것이 자바다
- 사용중인포트검색
- 주차장 시스템
- ubuntu
- Visual Studio Code
- MySQL
- docket
- Rails
- 우분투 24
- 설치
- 도커
- with_indifferent_access
- docker
- ruby #string #strip #split #gsub
- Java
- Time.znoe.now
- 쿠버네티스
- Today
- Total
목록mac (4)
중고 신입이 개발해보기..
사용중인 포트를 찾기 lsof -i :port_num ex) $ lsof -i :3000 kill하기 kill -9 number lsof -i :3000 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 97377 kkkk 18u IPv4 0x6ec722e4d858cf9 0t0 TCP localhost:hbci (LISTEN) kill -9 97377

기존에 설치된 Docker를 삭제.. $ curl -O https://raw.githubusercontent.com/docker/toolbox/master/osx/uninstall.sh https://velog.io/@chayezo/Mac%EC%97%90%EC%84%9C-Docker-%EC%82%AD%EC%A0%9C%ED%95%98%EA%B8%B0 요거 참고 ㅋ 다시 설치해보자.. https://hub.docker.com/editions/community/docker-ce-desktop-mac Docker Desktop for Mac by Docker | Docker Hub We and third parties use cookies or similar technologies ("Cookies") as d..
https://github.com/rangyu/TIL/blob/master/mysql/MySQL-%EC%99%84%EC%A0%84-%EC%82%AD%EC%A0%9C%ED%95%98%EA%B3%A0-%EC%9E%AC%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0-(MacOS).md GitHub - rangyu/TIL: 오늘 내가 배운 것 (Today I Learned) 오늘 내가 배운 것 (Today I Learned). Contribute to rangyu/TIL development by creating an account on GitHub. github.com

mac에 go를 설치 https://golang.org/ The Go Programming Language Download Go Binary distributions available for Linux, macOS, Windows, and more. // You can edit this code! // Click here and start typing. package main import "fmt" func main() { fmt.Println("Hello, 世界") } Hello, World! Conway's Game of Life Fibonacci golang.org 로 들어가면 .. https://golang.org/dl/ 알맞는거 받아서 설치하면된다. $ go version go version g..