일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 유니티 Vector3
- 유니티 Rotate
- LFS
- 유니티 머신러닝
- 유니티 시야 가림
- Mathf.Clamp
- 유니티
- 유니티 ResourceManager
- ML-Agents
- git-lfs
- 소스코드 줄번호
- Raycast
- 유니티 오브젝트 풀링
- 오브젝트 풀링
- 코드블럭 테마
- 유니티 Collision
- eulerAngles
- 깊이 우선 탐색
- LookRotation
- c++
- 유니티 InputManager
- 알고스팟
- 이진트리
- c++ 문자열 자르기
- 너비 우선 탐색
- InputManager
- unity
- Quaternion.Euler
- LayerMask
- 유니티 리소스매니저
- Today
- Total
목록IT/각종 강좌들 ~ (2)
무민은귀여워
출처 : https://medium.com/@fishpercolator/how-to-separate-frontend-backend-with-rails-api-nuxt-js-and-devise-jwt-cf7dd9da9d16참고 : https://mgleon08.github.io/blog/2018/07/17/rails-nuxt-jwt/ -> 화면은 nuxt.js 로, 서버단은 rails api 를 이용하는 예제Part 2: Getting them talking to each other모델, 및 디비 생성 123456docker-compose run backend bash> bin/rails g resource example name:string colour:string> bin/rails db:migrate..
출처 : https://medium.com/@fishpercolator/how-to-separate-frontend-backend-with-rails-api-nuxt-js-and-devise-jwt-cf7dd9da9d16참고 : https://mgleon08.github.io/blog/2018/07/17/rails-nuxt-jwt/ -> 화면은 nuxt.js 로, 서버단은 rails api 를 이용하는 예제Part 1: Creating a development environment※ 이미 rails와 vue CLIs, docker 등이 설치되어 있다는 가정 하에 진행한다. 이 코스는 물론 Docker images 를 이용한 진행도 가능하다. 먼저 다음 명령어들 실행. 12345678910111213141..