Open ors-woon opened 6 years ago
eval 의 indirect call ? 퇴근하고 생각해봐야겠다.
https://stackoverflow.com/questions/9107240/1-evalthis-vs-evalthis-in-javascript
eval 은 indircet call 을 사용시 global을 바라본다 . (이유는 잘 모르겠어 ..) var a = eval a("var c = 2") // c 는 global 이 된다. 이러한 특성을 이용하면 꽤 재밌는 코드를 작성할 수 있다.
function getThis() { return this || (0,eval)(this) }
this가 있으면 return 하고 없으면 global this를 return 하라는 코드 ..
https://lukasa.co.uk/2013/04/User_Agent_Strings/
http://jinolog.com/programming/etc/2011/10/17/the-history-of-user-agent-string.html
결국 모든 브라우저가 다른 브라우저 인척을 ..
User Agent 는 사용하지 말것
https://www.baeldung.com/java-8-collectors
java 8 - collectors 에 관한 좋은글 꽤나 유용했음
https://www.baeldung.com/java-groupingby-collector
이 블로그 좋은게 많네
bower 과 npm 궁금한점 .
A라는 library가 B라는 library를 상속 하고, B는 C를 상속(사용) 하는 상황에서 A, C를 함께 호출할 경우 의존성이 어떻게 꼬이는지 궁금함 .
(bower 설명 되어있는글) https://blog.outsider.ne.kr/933
cors : simple -> origin and credential 확인해보자 https://homoefficio.github.io/2015/07/21/Cross-Origin-Resource-Sharing/ 내용은 보충되어야 할듯.
보충 완료
https://dev-blog.apollodata.com/persisted-graphql-queries-with-apollo-client-119fd7e6bba5
https://github.com/iamkyu/TIL/blob/master/object-calisthenics/object-calisthenics.md
https://github.com/iamkyu/TIL/blob/master/intellij-cheetsheet/intellij-cheetsheet.md
http://d2.naver.com/helloworld/151047
https://www.cloudamqp.com/blog/2014-12-03-what-is-message-queuing.html
http://d2.naver.com/helloworld/206816
https://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html#sec8.1.4
https://junit.org/junit5/docs/current/user-guide/#writing-tests-conditional-execution-os 과연 env 를 확인하면서 Test 하는게 옳은걸까 ?
hugo
블로그 새로 파기 / kde gnome? 보면서 리눅스 공부
AUR
도메인 정리, 서브도메인 ? 이전에 작업했던 CORS 다시 정리