1. No Image

    extends, interface, implements 의 정의

    A class implements an interface. An interface is an abstract class that only contains method signatures and constant declarations. An interface doesn't contain method definitions and can't be instantiated. A class extends another class. The new class ...
    Date2015.08.05 CategoryEngineering Views14264
    Read More
  2. No Image

    Android 단축키 팁 (생산성 최적화)

    import 정리: ctrl+alt+O 자동 완성/수정 import (show intention actions and quick-fixes): alt+Enter 이름 바꾸기 (Refactoring): shift+F6 자동완성 ctrl+ space 양식 정렬: ctrl+alt+L 메소드 오버라이드 (Override method): ctrl+o 인터페이스 구현 (Implement met...
    Date2015.08.05 CategoryEngineering Views5302
    Read More
  3. No Image

    Better Quality Images from Figures

    If you want better quality images from your figures, I would suggest downloading the submission Myaa by Anders Brun on The MathWorks File Exchange. It allows you to create anti-aliased graphics in MATLAB. Here's a screenshot from the submission illust...
    Date2015.02.03 CategoryEngineering Views5773
    Read More
  4. No Image

    "getframe" not working on 64-bit Windows properly

    Try this, but don't use a docked figure. Just use GETFRAME the normal way, but switch to software rendering of OPENGL. You should still be able to use transparency. opengl('software') #Source: http://www.mathworks.com/matlabcentral/answers/9000-cannot...
    Date2015.02.03 CategoryEngineering Views7489
    Read More
  5. No Image

    msg_make_directory_failed

    # Issuewhen you try to easy install on XE, it doesn't work with popup "msg_make_directory_failed" # Solution1. Go to Admin -> Settings -> FTP Account Information 2. Type the XE Path from the the directory you confront first when you access your FTP a...
    Date2011.09.22 CategoryEngineering Views15624
    Read More
  6. No Image

    2진수 <-> 8 진수, 16 진수 변환

    앞서 10 진수를 기준으로 2,8,16 진수의 변환을 알아 보았습니다. 이번에는 2진수를 8진수와 16진수로 변환하는 방법과 8진수,16진수를 2진수로 변환하는 방법을 알아 봅니다. 1. 2진수를 16진수로 변환하기. 2진수로 데이터가 저장되는 정보의 최소 단위인 비트가 4개 ...
    Date2011.09.17 CategoryReferences Views99505
    Read More
  7. No Image

    Align <Div> at center

    .body { text-align: center; } .body .container {margin: 0 auto; } <div class="body"> <div class="container">{contents}</div> </div> div 가운데 정렬하기 body안에 container를 가운데에 정렬함
    Date2011.08.12 CategoryEngineering Views19452
    Read More
  8. Notetaking - Fundamental of Physics

    Date2011.07.23 CategoryEngineering Views7799
    Read More
  9. No Image

    무한 잉크 프린터 관리

    Printer Error 5100 : 잉크선의 간섭에 의한 발생이 많음 -> 선정리 유의 관련 동영상 http://blog.naver.com/PostView.nhn?blogId=daham0403&logNo=90101247133
    Date2011.07.22 CategoryEngineering Views14547
    Read More
  10. Write LaTeX Formula as Image URL on the Web

    Let's write math formula on the web fast and easily. 1. Write the formular in LaTeX Code (if you don't know what the LaTeX is, Click the button LaTeX Web Editor. LaTeX Web Editor: http://www.codecogs.com/components/eqneditor/editor.php , you can write...
    Date2011.07.21 CategoryEngineering Views30585
    Read More
  11. No Image

    Webzine Widget에서 Document Category Title 받기

    /widget/webzine/webzine.class.php에서 113번째 라인에 $oDocument->category_title=$category_list[$oDocument->get('category_srl')]->title; 추가 // 결과가 있으면 각 문서 객체화를 시킴 if(count($output->data)) { foreach($output->data as $key => $attribute)...
    Date2011.07.21 CategoryEngineering Views85426
    Read More
  12. No Image

    JavaScript 원하는 사이즈로 Popup창 띄우기

    #적용할 JavaScript <script language="JavaScript" type="text/javascript"> function winOpenWH(goto,w,h){ window.open(goto,null,"location=yes,scrollbars=yes,resizable=yes,width="+w+",height="+h+";"); } </script> 다른 변수들을 활용코자 할 때, Method 확인 ...
    Date2011.07.21 CategoryEngineering Views16436
    Read More
Board Pagination Prev 1 2 3 Next
/ 3