일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 장고 프로젝트 순서
- ART_Cinema
- passport.js
- 프로젝트
- 장고 프로젝트
- JavaScript
- MYSQL
- 독립영화플랫폼
- MyPick31
- 파이썬 웹프로그래밍 장고
- til
- Algorithm
- 예술영화추천
- Node.js
- 북마크만들기
- mongodb
- Django Blog
- Django
- 자바스크립트
- 알고리즘
- python
- Blog
- 타사인증
- 장고 개발 순서
- 북마크앱
- Exercism
- 개발
- join()
- Bookmark
- 장고
- Today
- Total
목록Class (2)
Juni_Dev_log
▶ Triangle (Problem) Introduction Determine if a triangle is equilateral, isosceles, or scalene. An equilateral triangle has all three sides the same length. An isosceles triangle has at least two sides the same length. (It is sometimes specified as having exactly two sides the same length, but for the purposes of this exercise we'll say at least two.) A scalene triangle has all sides of differe..
▶ Bank Account (Problem) Introduction Simulate a bank account supporting opening/closing, withdrawals, and deposits of money. Watch out for concurrent transactions! A bank account can be accessed in multiple ways. Clients can make deposits and withdrawals using the internet, mobile phones, etc. Shops can charge against the account. Create an account that can be accessed from multiple threads/pro..