• 내용으로 건너뛰기

GINS WIKI 긴스 위키

사용자 도구

  • 로그인

사이트 도구

  • 최근 바뀜
  • 미디어 관리자
  • 사이트맵
현재 위치: 긴스위키 GINS wiki » display
추적:

display

검색

아래에서 검색 결과를 찾을 수 있습니다.

정확히 일치
  • 정확히 일치
  • 시작
  • 끝
  • Contains
@language
  • 모든 네임스페이스
  • language:gamemaker (4)
  • language:php (3)
  • language:css (2)
  • language:unreal (2)
  • language:cocoa (1)
  • language:csharp (1)
  • language:jquery (1)
  • language:shader (1)
Any time
  • Any time
  • 저번 주
  • 저번 달
  • 저번 년도
조회수로 정렬
  • 조회수로 정렬
  • Sort by last modified

전체 텍스트 결과:

아이폰의 해상도에 대응하는 가이드 @language:gamemaker
13 조회 수, 마지막으로 수정됨: 13개월 전
다음 코드를 넣는다. <code gml> { // Set the size of the display globalvar DISPLAY_WIDTH, DISPLAY_HEIGHT; if (YoYo_GetPlatform() == os_ios && YoYo_GetDevice() == 2) { DISPLAY_WIDTH = 1024; DISPLAY_HEIGHT = 768; } else { DISP
PHP 클래스 @language:php
8 조회 수, 마지막으로 수정됨: 13개월 전
든다. <code php> interface Displayable { function display(); } </code> 사용하려면, <code php> class SomePage implements Displayable { function display() { // .. } } </code> ===== php 고급 객체 지향 기능 ... all( $methodName, $param ) { if( $methodName == 'display' ) { if( is_object($param[0]) ) $this->disp... $param[0] ); } } //사용 예 $ov = new overload; $ov->display( array(1,2,3) ); // call displayArray() $ov->disp
CSS 시작 정보 @language:css
7 조회 수, 마지막으로 수정됨: 13개월 전
nguage:css:css-advanced-dimension-1.png|}} ===== Display, Visibility ===== ==== 요소 감추기 : display:none (or) visibility:hidden ==== <code html> <!DOCTYPE html> <ht... h1.hidden {visibility:hidden;} h2.hidden {display:none;} </style> </head> <body> <h1>This is ... 표시한다. <code html> <html> <head> <style> li{display:inline;} span{display:block;} </style> </head
ShaderLab : 기본형식 @language:shader:unity
7 조회 수, 마지막으로 수정됨: 13개월 전
지 않는 경우 사용할 값. ===== 사용 가능한 타입 ===== * name ("display name", **Range (min, max)**) = number \\ : Define... ider from min to max in the inspector. * name ("display name", **Color**) = (number,number,number,number) \\ : Defines a color property. * name ("display name", **2D**) = "name" { options } \\ : 2D texture 정의 프로퍼티 * name ("display name", **Rect**) = "name" { options } \\ : Define
ikimagebrowserview @language:cocoa
3 조회 수, 마지막으로 수정됨: 13개월 전
ed here. Task Breakdown In order to get data to display in the view we have to do a little bit of work to... ImageBrowserView. I'll discuss this more below). Display Objects Now that we have this setup we need to h... ing some files to view and then let go. It should display icons for each of the files you dropped. Select s
jQuery 코드 조각 @language:jquery
3 조회 수, 마지막으로 수정됨: 13개월 전
_box_2 { left: 50px; top: 50px; display:none; } .btn_t1 { width: 100px; ... rder-style: solid; border-width: 1px; display:flex; /* 아래 키워드를 쓰기 위한 display:flex 추가 */ align-items: center; /* 세로 정렬, 센터 */ justify-content
CSS 템플릿 : 고정식 좌측 메뉴 @language:css
2 조회 수, 마지막으로 수정됨: 13개월 전
nd: #0d77b6; } .lm-base .left-menu-title-off { display: none; } .lm-base>a { display: block; color: #fff; font-size: 1.1em; font-weight: 300; } .lm-bas
view를 사용한 화면 전환 방식으로 작성한 것 @language:gamemaker
2 조회 수, 마지막으로 수정됨: 13개월 전
리에 남아 있다. 유용하게 잘 써먹자. ====== 마우스 좌표 ====== * display_mouse_get_x / display_mouse_get_y : 현재 디바이스(모니터)의 좌표를 리턴한다. ====== 폰트 사용 ====== <code gml> // 외부 전역 오브젝
개념 설명 @language:csharp
1 조회 수, 마지막으로 수정됨: 13개월 전
pace("bk", "urn:newbooks-schema"); // Select and display the first node in which the author's // last nam
공통 : 모바일 OS @language:gamemaker
1 조회 수, 마지막으로 수정됨: 13개월 전
iOS 탭 - General - Version Information --> Display name : okifliadhoc, Provisioning의 **Profile Name*
Function List @language:gamemaker
1 조회 수, 마지막으로 수정됨: 13개월 전
Paths * Timelines * Rooms ===== Drawing And Display ===== * Drawing * Color And Blending *
tip @language:unreal
1 조회 수, 마지막으로 수정됨: 13개월 전
alengine.com/showthread.php?15158-High-resolution-display-support-for-editor]] * {{:language:unreal:ue4-w
GameMode @language:unreal
1 조회 수, 마지막으로 수정됨: 13개월 전
래스. ===== Player Class ===== ====== ETC ====== Display aspect ratio W:H = W/H = 1.25:1 이런식으로 나눠서 비율을보고
IDE 환경 설정 @language:php:설정
1 조회 수, 마지막으로 수정됨: 13개월 전
메시지를 보려면, php.ini 파일에서, <code ini> ; Off -> On display_errors = On </code> 설정을 변경. ====== timezone 설정
Tutorial - News section @language:php:codeigniter
1 조회 수, 마지막으로 수정됨: 13개월 전
신경쓰지 않았을텐데, ActiveRecord가 알아서 처리해줬기 때문이다. ===== Display the news ===== 쿼리 작성은 완료되었다. (오호) 모델은 뉴스를 출력할 뷰와

문서 도구

  • 문서 보기
  • 이전 판
  • 역링크
  • 맨 위로
별도로 명시하지 않을 경우, 이 위키의 내용은 다음 라이선스에 따라 사용할 수 있습니다: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki