2021-02-14-TIL
2021-02-14-TIL java.lang.ClassCastException List<Integer> waiting = new ArrayList(Arrays.asList(truck_weights)); int temp = waiting.get(0); // 참조할 때 예외발생 https://javarevisited.blogspot.co...
2021-02-14-TIL java.lang.ClassCastException List<Integer> waiting = new ArrayList(Arrays.asList(truck_weights)); int temp = waiting.get(0); // 참조할 때 예외발생 https://javarevisited.blogspot.co...
2021-02-11-TIL class의 List를 반복할 때는 향상된 for문을 사용해도 참조값을 통해 접근하므로, 직접적인 값의 변경이 가능하다. Convert List to Array in Java https://stackoverflow.com/questions/9572795/convert-list-to-array-in-java h...
2021-02-10-TIL 맥북 부트캠프 프로그래머스 문제 3단계까지 다 풀기 https://okky.kr/article/615407 https://url.kr/p8l7sm https://url.kr/rlyct6 다른 가지에서 남의가지의 커밋을 가져올때 체리픽 -> 내용은 같지만 id는 다르다 git은 스냅샷이라는 것을 기억할것 P...
2021-02-09-TIL Git cheet sheet git clone -b Polynomeer --single-branch https://github.com/Polynomeer/java-chess git switch -c {branch name} git push origin {branch name} git remote add -t Polyn...
2021-02-08-TIL 디자인 패턴을 괜히 적용하려다가 코드가 망가지는 경우가 많다. 디자인 패턴은 모든 것을 학습하고 난 후에 학습하는 것이 좋다. 브랜치는 머지되고나면 삭제하는 것이 일반적이다. 실제로는 변경사항이 아니라 파일을 통째로 스테이지에 추가한다. 로컬에서는 리베이스를 사용하되, 협업환경에서는 머지를 사용하는 것이 안전하다. ...
2021-02-05-TIL Serialize 객체를 스트림으로 바꿔주는 자바의 기능 이미 만들어놓은 필드에서는 1 1 1 1 1 2 3 4 5 5 이런식으로 가중치를 조정할 수 있다. 실제로 100명중에 5명이 걸리도록 하려면? 미리 랜덤을 돌려서 테이블을 DB에 넣어놓는다. 그리고 유저가 어디에 배정될지가 랜덤으로 정해진다. 하지만 유저는 ...
2021-02-04-TIL skija 타입스크립트 추천 Using streams to manipulate a String in Java Using Java 8 Streams replace Characters in a String if found in a list of Characters How to get HTTP Response Header...
2021-02-03-TIL Jekyll Themes https://jekyll-themes.com/jekyll-console/ https://jekyll-themes.com/hacker-blog/ https://jekyll-themes.com/dark-side/ https://jekyll-themes.com/project-negya...
2021-02-02-TIL 버스는 모든곳을 다 들른다는 의미에서 CPU에서의 버스, 네트워크 버스도 동일한 의미를 가진다. 오늘의 톱니바퀴 베이스 : 실 전화기 종이컵 : Entity, Transmitter/Receiver, End-point, Terminal, Node 실 : Medium, Link 왜 ...
2021-02-01-TIL www.disney.com -> get ip address:10.5.3.7 -> http request -> http response https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers https://joone.net/2021/01/02/37-%EC%9...