본문 바로가기

카테고리 없음

2020-04-24 08시 개발자 글 모음 | "redux 조금 더 파 보기 — pa" 외 6개 이야기

Daily Study Logiing5 - react, redux by 차이새


    [2828번] 사과 담기 게임 by 맹인영 about Algorithm

    • in)); int answer = 0; try { StringTokenizer st = new StringTokenizer(br
    • readLine()); int[] location = new int[j]; for (int i = 0; i < j; i++) { location[i] = Integer
    • readLine()) - 1; } int baskitStartIndex = 0; int baskitEndIndex = m - 1; int plusIndex = 0; for (int i = 0; i < j; i++) { if(location[i] >= baskitStartIndex && location[i] <= baskitEndIndex) { continue; } if (location[i] < baskitStartIndex) { plusIndex = location[i] - baskitStartIndex; } else if (location[i] > baskitEndIndex) { plusIndex = location[i] - baskitEndIndex; } baskitStartIndex += plusIndex; baskitEndIndex += plusIndex; answer += Math


    [Java] 자바 final의 의미와 사용법 by 우정태 about Java

    • name = name; } } public class Final_ex { public static void main(String[] args) { final Company company = new Company(); //company = new Company(); //객체를 한번 생성했다면 재생성 불가능 company
    • class Company{ String name = "회사명"; public void setName(final String name) { //name = "ex회사2"; //인자값으로 받은 final변수는 변경 불가능 this
    • name = name; } } public class Final_ex { public static void main(String[] args) { final Company company = new Company(); company


    JUnit5로 계층 구조의 테스트 코드 작성하기 by 이종립 about JUnit

    • describe '#destroy' do context 'when resource is found' do it 'responds with 200' it 'shows the resource' end context 'when resource is not found' do it 'responds with 404' end context 'when resource is not owned' do it 'responds with 404' end end


    2020-04-23 스레드 리뉴얼 by 배진오

    • 이제부턴 업데이트 일지를 기록하는 스레드의 형식이 변경된 만큼 최대한 블로그처럼 이곳에 글을 작성하려 합니다
    • 또한 업데이트 내역의 경우엔 가장 최근의 글만 봐도 충분한데 모든 스토리를 다 뿌려주는 건 서버도 유저도 불필요한 낭비를 하는 셈이죠
    • 스레드 안에서 만큼은 온전한 커뮤니티로 사용할 수 있게 하는 방식이었습니다


    스마트공장 전문가 과정 커리큘럼 by 전재훈


      redux 조금 더 파 보기 — part 1 by 이상문

      • Follow all the topics you care about
      • and we’ll deliver the best stories for you to your homepage and inbox