분류 전체보기 썸네일형 리스트형 Eclipse - PMD 설치 및 참조 [PMD 에러 참조] http://pmd.sourceforge.net/rules/design.html [Eclipse PMD 설치] 1. [Eclipse] - [Help] - [Install New Software..] 메뉴 선택( Helios version) * Eclipse 3.2 version 등에서는 [Eclipse] - [Help] -[Software Updates] - [Find and Install] 메뉴에서 Search for new features to install - New Remote Site 2. [Add...] 버튼을 클릭하여 Name 은 임의로 주고 Location 에 http://pmd.sourceforge.net/eclipse/ 입력 후 [OK] 3. Version 선택 후.. 더보기 HINTs #1 - [Oracle] The application developer and end users know more about the data and how it is used than the optimizer does. Oracle provides a method known as HINTS to enable you to tell the optimizer the method to use for the SQL statement. Oracle recommends that HINTS not be used as the main method of controlling the optimization for SQL statements. Instead, the SQL statement should be appropriately rewritten.. 더보기 HINTs #2 - [Oracle] Specifies if any of the tables or indexes in the statement are analyzed, use the Cost Based optimizer otherwise use the Rule Based. If they are analyzed, it uses the cost based optimizer to provide the best response time for batch processing. Processing the SQL statements using ALL_ROWS is the best practice for databases that have large amounts of batch processing, such as Data Warehouses. It is.. 더보기 Hint 요약 - [Oracle] A. initialization parameter중 OPTIMIZER_MODE 지정가능 값 1.ALL_ROWS Goal : Best Throughput 용도 : 전체 RESOURCE 소비를 최소화 시키기 위한 힌트. Cost-Based 접근방식. 예 : SELECT /*+ALL_ROWS */ EMPNO,ENAME FROM EMP WHERE EMPNO = 7655; 2.FIRST_ROWS Goal : Best Response Time 용도 : 조건에 맞는 첫번째 row를 리턴하기 위한 Resource 소비를 최소화 시키기위한 힌트. Cost-Based 접근방식. 특징 : - Index Scan 이 가능하다면 Optimizer가 Full Table Scan 대신 Index Scan을 선택한다. - Index.. 더보기 HTML5 LINKS HTML5 : Hyper Text Markup Language [W3C 공식문서] - World Wide Web Consortium http://www.w3c.org/TR/html5 [W3C HTML Working Group] http://www.w3.org/html/wg/ [WHATWG 공개 사양] - Web Hypertext Application Technology Working Group http://www.whatwg.org/html5 [MathML] - Mathematical Markup Language : 수학 표기를 실현하기 위한 XML 기반 언어 http://www.23.org/Math [SVG] - Scalable Vector Graphics : XML로 기술된 벡터 그래픽 형식 http.. 더보기 2008 Auto Salon #4 더보기 2008 Auto Salon #3 더보기 2008 Auto Salon #2 더보기 2008 Auto Salon #1 더보기 P&I 2007 #4 더보기 P&I 2007 #3 더보기 P&I 2007 #2 더보기 P&I 2007 #1 더보기 PowerPoint 2007 WordArt 크기 조절 및 휘어지는 효과 PowerPoint 2003의 WordArt 기능과 같이 상하좌우 크기 조절 및 휘어지는 효과 적용 하기 - 텍스트 상자(또는 WordArt) 삽입 후 [서식] - [텍스트 효과] - [변환] 메뉴 적용 후 조절 더보기 윈도우 설치시 0x0000007B 에러 하드디스크가 SATA 인경우 많이 발생 Dell Dimension Series OS 설치시 BIOS Setup에서 Driver -> SATA Operation 메뉴에서 RAID On 으로 되어 있을경우 바꾸어 설치 etc.. 1. BIOS Setup - Advanced - HDC Configure as가 AHCI로 되어 있을 경우 IDE 로 변경 더보기 JRE 1.4 설치 & OBJECT Tag JAVA Applet 실행을 위한 JRE 설치시 param 태그의 code는 applet를 클래스를 의미 - archive : 애플릿 들어 있는 jar 파일.(싸인닝 꼭 필요) - type : MIME(Multipurpose Internet Mail Extensions ?) Type 웹브라우저가 외부의 애플리케이션을 사용하거나 plugin을 사용해서 출력할수 있는 MIME데이터 형식(ex: text/html과 image/gif)을 나타냄 MIMEType자체는 데이터 형식을 나타내는 프로터피를 포함 - scriptable : 자바 스크립트에서 애플릿을 제어여부 - cache_archive : 사용되는 jar파일리스트 / 캐시할 파일을 지정 - cache_version : 캐시할 당시의 버전 / 자동 업데이.. 더보기 메신저,IE 오류-mshtml.dll msmessenger , IE8 mshtml.dll(ModVer:8.0.6001.18852)에서 오류가 발생하며 종료 원인 : 윈도우즈 업데이트, ie8등을 한 상태에서 한글2007등을 설치한 경우 발생(Jscript.dll, VBScript.dll 에 실제 원인이 있음 mshtml.dll은 이상없음) - IE8은 기본적으로 Jscript 5.8을 사용하는데 한글2007은 5.7버전으로 강제 덮어씌워발생 해결 : http://www.microsoft.com/downloads/details.aspx?FamilyID=992602d8-d857-41cf-b7b1-527afdc1dc0f&DisplayLang=ko 를 통해 Jscript.dll 을 5.8로 바꿈 [참고] - 사이트 : http://www.parko.. 더보기 ADOBE CS3 설치후 mdnsNSP.dll / mDNSResponder.exe 삭제 CS3설치후 c:\Program Files\Bonjour 폴더가 생성되며 이 프로그램으로 인해 네트웍 트래픽 높아질수 있음 명령프롬프트실행후 c:\Program Files\Bonjour\mDNSResponder.exe -remove c:\Program Files\Bonjour\ren mdnsNSP.dll mdnsNSP.old 재부팅 더보기 원격데스크탑(터미널 서비스) Port 변경 Default : 3389 Registry 수정([시작]-[실행] 메뉴 : ‘regedt32′ or ‘regedit’) HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\ WinStations\RDP-Tcp\PortNumber Reboot or Terminal Service Restart 더보기 클럽별 거리&칩샷거리 Driver 7-11 degree loft 220m(240yd) 3-wood 15 degree loft 200m(220yd) 5-wood 21 degree loft 175m(190yd) 2-iron 18 degree loft 190m(210yd) 3-iron 22 degree loft 175m(190yd) 4-iron 26 degree loft 165m(180yd) 5-iron 30 degree loft 155m(170yd) 6-iron 34 degree loft 145m(160yd) 7-iron 38 degree loft 135m(150yd) 8-iron 42 degree loft 130m(140yd) 9-iron 46 degree loft 120m(130yd) Pitching Wedge 48 degr.. 더보기 이전 1 ··· 7 8 9 10 11 다음