CODECADEMY Django | Codecademy | Accounts and Authentication Import User Object from Django's system from django.contrib.auth.models import User Use method to create users .create_user() automatically creates and saves the user to the database can call the .save() method in order ... djangoCODECADEMYCODECADEMY Django | Codecademy | Forms Django Forms look much like HTML forms, but Django uses a model based system to handle the data. Form Validation Form validation is also necessary to help defend out applications from possible attacks that use incorrect ... djangoCODECADEMYCODECADEMY odecademy - Learn C / Chap.1 Hello World 내가 현재 다니고 있는 학교에서는 1학년 컴공 전공기초로 C를 배운다. 그 이후에도 CS과목들에서 C++과 C를 사용한다. 그래서 사실 C를 배운 적이...없다!ㅎㅎ 그래도 최대한 개발을 일찍 시작해서 칼취하고 싶기도 하고, 또 휴학하고 있는 지금 이 시간을 헛되게 보내고 싶지는 않아서... 사실 C공부 해본 적은 있다^^ 근데 자료형까지 하고 너무 재미없어서 때려쳤달가... 대소문자를 정확... CODECADEMYCC [TIL] HTML 5: Forms Username: Password: 1. Input Type: Text text 입력을 위한 영역 What type of protein would you like? How many patties would you like? How do you want your patty cooked Rare Well-Done What toppings would you like? Lettuce Tomato O... CODECADEMYhtmlCODECADEMY [TIL] CSS 3: Display and Positioning 1. Position 위치 속성 Static 기본값. Relative 위에 40px의 공간을 설정하면 아래로 40px 만큼 이동한다. Absolute 설정한 영역이 가장 상단에 나타난다. Fixed 스크롤을 내려도 위치가 고정된다. 2. Z-Index 영역이 겹칠 때 웹페이지의 앞/뒤에 나타날 영역을 정한다. z-index값(정수)이 큰 영역이 값만큼 앞에 나타난다. 1. Display {d... CSSCODECADEMYCODECADEMY
Django | Codecademy | Accounts and Authentication Import User Object from Django's system from django.contrib.auth.models import User Use method to create users .create_user() automatically creates and saves the user to the database can call the .save() method in order ... djangoCODECADEMYCODECADEMY Django | Codecademy | Forms Django Forms look much like HTML forms, but Django uses a model based system to handle the data. Form Validation Form validation is also necessary to help defend out applications from possible attacks that use incorrect ... djangoCODECADEMYCODECADEMY odecademy - Learn C / Chap.1 Hello World 내가 현재 다니고 있는 학교에서는 1학년 컴공 전공기초로 C를 배운다. 그 이후에도 CS과목들에서 C++과 C를 사용한다. 그래서 사실 C를 배운 적이...없다!ㅎㅎ 그래도 최대한 개발을 일찍 시작해서 칼취하고 싶기도 하고, 또 휴학하고 있는 지금 이 시간을 헛되게 보내고 싶지는 않아서... 사실 C공부 해본 적은 있다^^ 근데 자료형까지 하고 너무 재미없어서 때려쳤달가... 대소문자를 정확... CODECADEMYCC [TIL] HTML 5: Forms Username: Password: 1. Input Type: Text text 입력을 위한 영역 What type of protein would you like? How many patties would you like? How do you want your patty cooked Rare Well-Done What toppings would you like? Lettuce Tomato O... CODECADEMYhtmlCODECADEMY [TIL] CSS 3: Display and Positioning 1. Position 위치 속성 Static 기본값. Relative 위에 40px의 공간을 설정하면 아래로 40px 만큼 이동한다. Absolute 설정한 영역이 가장 상단에 나타난다. Fixed 스크롤을 내려도 위치가 고정된다. 2. Z-Index 영역이 겹칠 때 웹페이지의 앞/뒤에 나타날 영역을 정한다. z-index값(정수)이 큰 영역이 값만큼 앞에 나타난다. 1. Display {d... CSSCODECADEMYCODECADEMY