블로그
- Ubuntu 24.04 Server 에서 네트워크 설정 netplan/50-cloud-init.yaml.org ~$ sudo nano /etc/netplan/01-netcfg.yaml network: ethernets: # interface name eth0: dhcp4: false # IP address/subnet mask addresses: [192.168.1.151/24] # default gateway # [metric
- MYSQL + JSON FORMATTING Q. there is two table artist CREATE TABLE `artist` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar (30) NOT NULL, `biography` text, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; artist_bio
- Django 에러 "no such table: django_session" DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': 'mydatabase', } } 초기에.....
- [Spring Boot] JPA 어노테이션 정리 속성 name : 엔티티 이름을 지정 (default : class 이름) @Table 매핑 할 테이블 정보를 지정합니다. 속성 name : 테이블 이름 catalog : 테이블 카테고리 schema : 테이블 스키마 uniqueConstraints : 유니크 제약조건 @GeneratedValue PK
- React map 활용 react'; const App = () => { const names = ['눈사람', '얼음', '눈', '바람']; const nameList = names.map((name , index) => {name}) return {nameList} } export default App; 눈사람 얼음 눈 바람
- 점프Java ▶ 3.객체지향 프로그래밍(2) : 생성자, 인터페이스, 다형성, 추상클래스 경고: This method has a constructor name 1-2. 디폴트(default) 생성자 1-3.
- 템플릿(화면코딩) {{ 변수 }} 필터 {{ name|lower }} : 소문자 {{ text|escape|linebreaks }} : 특수문자 이스케이프 :linebreaks {{ bio|truncatewords :30 }} bio 값중에 30 개의 단어만 보여주고 줄바꿈 문자 모두 없애줌 {{ list|join:" // " }} {{ value|default:"nothing" }} {{ value
- 네임 서버 DNS(Domain Name System) 변환시켜 주는 역할 예) www.nate.com -> 120.50.132.112 hosts DNS 설정 확인 # nslookup DNS 서버 확인 > server Default (네이트) > www.nate.com Server: 192.168.111.2 Address: 192.168.111.2#53 Non-authoritative answer: Name
- Git hub - Working with Remotes git clone to get a local copy of a remote repository, Git sets up that remote repository with the default origin name.
- Github - Branching and merging The default branch that Git creates for you when a new repository initialized is called master. - We will show you a list of all the branches in your repository. - Creating a branch : git branch + the name
1 페이지
다음 →