function shuffle(arr) { var i = arr.length; var random; var temp; while (i > 0) { random = Math.floor(Math.random() * i--); temp = arr[i]; arr[i] = arr[random]; arr[random] = temp; } return arr; } [출처] https://gist.github.com/seunggabi/d018657da5b15a4b50ce1693d12446c0
몇 가지 항목의 경우엔 차이가 적지만, 많은 항목이 있으면 반드시 switch ... case를 사용해야 한다. switch에 5개 이상 항목이 포함되어 있으면, 조회 테이블이나 해시 목록을 사용하여 구현된다. 즉 모든 항목은 다음과 같은 경우에 비해 동일한 액세스 시간을 갖는다. if문으로 구현할 경우, 마지막 항목이 먼저 모든 이전 조건을 평가해야 하므로, 도달하는데 많은 시간이 소요된다. [출처] https://stackoverflow.com/questions/767821/is-else-if-faster-than-switch-case
screen -list screen -S name # 생성 screen -r name # 접속 # make: ctrl + a, c # exit 종료 # ctrl + a, d 나오기 [출처] https://dreamlog.tistory.com/470 [Linux] screen 사용법 build 중 서버와 연결이 끊어지거나 컴퓨터를 끄고 퇴근해야 한다면? 1. screen 개념 putty와 같은 ssh 도구로 서버에 접속한 일반적인 사용 예. 서버에 screen 사용하여 접속한 예 두 그림의 차이 dreamlog.tistory.com $ screen -X -S [session # you want to kill] quit stackoverflow.com/questions/1509677/kill-detached..
`@Controller` 에서 `@Value` 를 사용해도 값이 설정되지 않음을 발견; `@Service` 모듈을 하나 생성하여, 그 내부에 `@Value` 를 지정하였다. `@Controller` 에서 `@Autowired` 로 해당 모듈을 가져와서 사용하여 해결 하였다. [출처] https://cnpnote.tistory.com/entry/SPRING-Controller-%ED%81%B4%EB%9E%98%EC%8A%A4%EC%9D%98-Spring-Value-%EC%A3%BC%EC%84%9D%EC%9D%80-%EC%86%8D%EC%84%B1-%ED%8C%8C%EC%9D%BC-%EB%82%B4%EB%B6%80%EC%9D%98-%EA%B0%92%EC%9D%84-%ED%8F%89%EA%B0%80%ED%95..
height: calc(100% - 18px); https://stackoverflow.com/questions/2434602/css-setting-width-height-as-percentage-minus-pixels Setting width/height as percentage minus pixels I'm trying to create some re-usable CSS classes for more consistency and less clutter on my site, and I'm stuck on trying to standardize one thing I use frequently. I have a container ... stackoverflow.com https://www.codingfac..
dscacheutil -flushcache https://mingu.kr/74 Mac OS X 에서 hosts 파일 수정하기 일전에 아이폰 어플 개발시에 Mac 상에서 hosts 파일 수정을 해야 할 일이 생겨서 알아보다가 해결 했던 사이트입니다. 사이트로 이동~ 사이트 참고 하여, 잘 처리가 됐는데.. 한 동안은 hosts 파일 수정할 일이.. mingu.kr ### TIP VPN 접속전에 수정해야 초기화 되지 않는다. https://superuser.com/questions/382744/how-to-make-changes-to-mac-etc-hosts-permanent How to make changes to Mac /etc/hosts permanent? On my Mac (running OS 10...
lsof -i:8080 nestat -tnlp [출처] https://stackoverflow.com/questions/11583562/how-to-kill-a-process-running-on-particular-port-in-linux https://zetawiki.com/wiki/%EB%A6%AC%EB%88%85%EC%8A%A4_%EB%A1%9C%EC%BB%AC%EC%84%9C%EB%B2%84_%EC%97%B4%EB%A6%B0_%ED%8F%AC%ED%8A%B8_%ED%99%95%EC%9D%B8
[Spark & Hive] How to rename partition value in Hive?ALTER TABLE `table_name` PARTITION (...) RENAME TO PARTITION (...) ALTER TABLE tablePARTITION (a='1',b='2',c='3',d='4') RENAME TO PARTITION (a='4',b='3',c='2',d='1') [출처] https://stackoverflow.com/questions/41124538/how-to-rename-partition-value-in-hive
[Spring] Annotation @ComponentScan(@Component, @Service, @Repository, @Controller, @Configuration)'s Bean -> Context @EnableAutoConfigurationmake Context @Configuration- Configuration을 클래스에 적용하고 @Bean을 해당 클래스의 메소드에 적용하면 @Autowired로 빈을 부를 수 있다. @Required- setter 메서드에 적용해주면 빈 생성시 필수 프로퍼티 임을 알린다. @Qualifier("id123")- @Autowired와 같이 쓰이며, 같은 타입의 빈 객체가 있을 때 해당 아이디를 적어 원하는 빈이 주입될 수 있도록 하는 애노테이션 @Resour..
- Total
- Today
- Yesterday
- Bot
- 클루지
- 유투브
- 모델 Y 레퍼럴
- 테슬라
- follower
- 개리마커스
- 어떻게 능력을 보여줄 것인가?
- Kluge
- 연애학개론
- 테슬라 크레딧 사용
- 메디파크 내과 전문의 의학박사 김영수
- 테슬라 레퍼럴 코드 확인
- 테슬라 레퍼럴 적용 확인
- 팔로워 수 세기
- 테슬라 추천
- 모델y
- 할인
- 테슬라 레퍼럴
- COUNT
- 인스타그램
- 김달
- 테슬라 리퍼럴 코드 생성
- 테슬라 리퍼럴 코드 혜택
- 책그림
- 테슬라 리퍼럴 코드
- wlw
- 레퍼럴
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |