Struts 2 Performance Tuning http://struts.apache.org/2.0.14/docs/performance-tuning.html 개발 모드 끄기 불필요한 인터셉터 삭제 적절한 HTTP 헤더 사용 불필요한 세션 사용하지 않기 element Font font-family font-size font-style font-variant font-weight letter-spacing line-height text-decoration text-align text-indent text-transform white-space word-spacing color Background bg-attachment bg-color bg-image bg-position bg-repeat Box width height border-top border-r.. 더보기 자바스크립트 코딩할 때 실수 하기 쉬운 몇가지 http://www.ifadey.com/2011/05/javascript-mistakes-you-must-avoid/ 자바스크립트 코딩할 때 실수 하기 쉬운 몇가지 (발역) - 비교연산자 가장 많이 사용하는 비교연산자 == 입니다. 이 비교 연산자는 식의 타입에 관계 없이 결과의 값을 비교하는 것입니다. 아래 식에서 1 과 true 는 같은 결과를 가집니다. if( 1 == true ) { //this code will run } 몇가지 예를 더 보시죠. 1 == "1" //true "true" == true //false 1 == true //true "0" == 0 //true "" == 0 //true " " == 0 //true "Str" == false //false "Str" == true /.. 더보기 이전 1 ··· 34 35 36 37 38 39 40 ··· 115 다음