본문 바로가기

카테고리 없음

2020-09-30 08시 개발자 글 모음 | "코드스테이츠 수료🥳" 외 3개 이야기

[leetCode] 203. Remove Linked List Elements (Python) by 장동현 about Python

  • next = next class Solution: def removeElements(self
  • next if not head: return head next_node = head while next_node and next_node
  • val == val: next_node


JPA를 사용하기 위한 설정과 동작 원리 by 맹인영 about JPA

  • @getter @setter @Entity @Table(name="MEMBER") public class Member { @id private String id; @Column(nullable = true
  • - @Table 어노테이션으로 name Element를 전달함으로써 해당 클래스가 매핑될 테이블 명을 정의한다
  • create-drop : JPA 종료 시점에 기존에 있었던 테이블을 삭제한다


[Brightics Studio] 브라이틱스를 활용한 개인 분석프로젝트: 4)데이터 수집 및 전처리(3) by 박소희


    코드스테이츠 수료🥳 by 장봄