일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- git-lfs
- 유니티 오브젝트 풀링
- 유니티 Rotate
- 유니티 Vector3
- InputManager
- 유니티 시야 가림
- Raycast
- 유니티 리소스매니저
- 유니티 ResourceManager
- 유니티 InputManager
- 이진트리
- eulerAngles
- 코드블럭 테마
- 너비 우선 탐색
- c++
- 유니티 Collision
- c++ 문자열 자르기
- LFS
- ML-Agents
- 소스코드 줄번호
- 알고스팟
- 유니티 머신러닝
- 오브젝트 풀링
- Mathf.Clamp
- LookRotation
- 깊이 우선 탐색
- LayerMask
- Quaternion.Euler
- 유니티
- unity
- 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..