분류 전체보기473 Java Assertion # Java Assertion 자바 1.4의 새기능: Assertion : http://javacan.tistory.com/entry/79 #### Assertion 기본 자바 1.4 버전은 1.3 버전에 보안을 비롯한 다양한 확장 API를 추가하여 그 크기가 방대해졌을 뿐만 아니라 NIO와 로깅 등 새로운 기능을 추가함으로써 완벽한 개발 플랫폼으로 확장되었다. 이러한 새로운 기능들 중에서 자바에서는 전혀 새로운 기능이라고 할 수 있는 게 Assertion 기능이다. #### Assertion은 무엇인가? Assertion은 불리언 식(expression)을 포함하고 있는 문장이다. 그 문장이 실행될 경우 불리언 식이 참이라고 단언할 수 있다. :: 자바 1.4의 새기능이 Assertion 이다. :: .. 2019. 7. 12. Junit Test # Junit Test #### Reference - [junit : https://junit.org/junit4/](https://junit.org/junit4/) - [junit cook book : http://junit.sourceforge.net/doc/cookbook/cookbook.htm](http://junit.sourceforge.net/doc/cookbook/cookbook.htm) - [junit tutorial : https://www.tutorialspoint.com/junit/junit_ignore_test.htm](https://www.tutorialspoint.com/junit/junit_ignore_test.htm) - [Junit 설정 : http://kamang-it.t.. 2019. 7. 12. Array.prototype.map : Javascript Map function 자바스크립트 맵 함 # Array.prototype.map : Javascript Map function ■ [Array.map : https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Array/map](https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Array/map) ■ [참고 : http://www.wirfs-brock.com/allen/posts/166](http://www.wirfs-brock.com/allen/posts/166) ■ 문법 var new_array = arr.map(function callback(currentValue[,.. 2019. 7. 12. w3school How To Create A Loader # w3school How To Create A Loader ##### [source : https://jsfiddle.net/softm/batnuxp4/ ](https://jsfiddle.net/softm/batnuxp4/) ```html How To Create A Loader https://www.w3schools.com/howto/howto_css_loader.asp ``` 2019. 7. 12. Upload files to jsdelivr CDN ( github ) # Upload files to jsdelivr CDN ( github ) ### Reference - [www.jsdelivr.com](https://www.jsdelivr.com/) - [https://okky.kr/article/438705](https://okky.kr/article/438705) - [https://github.com/jsdelivr/jsdelivr#github](https://github.com/jsdelivr/jsdelivr#github) - [https://github.com/jsdelivr/jsdelivr](https://github.com/jsdelivr/jsdelivr) - [https://github.com/softm/jsdelivr](https://github.co.. 2019. 7. 9. How to use xfreerdp FreeRDP-Manuals xfreerdp -u username --plugin cliprdr --plugin rdpsnd --plugin rdpdr --data disk:home:/home/lbpadm -- 192.168.0.1:3389 2019. 6. 11. 이전 1 ··· 55 56 57 58 59 60 61 ··· 79 다음