• 내용으로 건너뛰기

GINS WIKI 긴스 위키

사용자 도구

  • 로그인

사이트 도구

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

display

검색

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

정확히 일치
  • 정확히 일치
  • 시작
  • 끝
  • Contains
모든 네임스페이스
  • 모든 네임스페이스
  • language (15)
  • wiki (3)
  • tip (2)
  • db (1)
  • sdk (1)
  • winapi (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
sql팁 @db
2 조회 수, 마지막으로 수정됨: 13개월 전
INSERTED.ModifiedDate INTO @MyTableVar; --Display the result set of the table variable. SELECT EmpI... acationHours, ModifiedDate FROM @MyTableVar; GO --Display the result set of the table. --Note that Modified
dokuwiki_ki 템플릿 수정 @wiki
2 조회 수, 마지막으로 수정됨: 12개월 전
z-index: 20; text-align: left; display: none; /* .... */ </code> ====== 테이블 안쪽 글자 크기 조... dth; float: left; position: relative; display: block; /* 아래부분이 추가된것. 흰색을 투명도 그라데이션을 넣는다. */
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> // 외부 전역 오브젝
사소but중요 @sdk:wpf
2 조회 수, 마지막으로 수정됨: 13개월 전
amp;%% | | %%"%% | %%&quot;%% | <code xml> <!-- Display special characters that require special encoding:... <!-- Double quote symbol --> </TextBlock> <!-- Display miscellaneous special characters --> <TextBlock>
윈도우즈 비디오 드라이버 삭제 @tip
1 조회 수, 마지막으로 수정됨: 13개월 전
비디오 카드 삭제 : [[http://www.guru3d.com/files-details/display-driver-uninstaller-download.html|드라이버 삭제 프로그램 by
맥의 관련된 팁을 정리 @tip
1 조회 수, 마지막으로 수정됨: 12개월 전
eally like this trick. You can have Mac OS X 10.5 display the full directory path in the Finder window titl
설치한 도쿠위키 플러그인 @wiki
1 조회 수, 마지막으로 수정됨: 13개월 전
r or right. Defaults to right. * **Value** : \\ Display if value is given, the entered values are added t
포맷팅 문법 @wiki
1 조회 수, 마지막으로 수정됨: 13개월 전
) { System.out.println("Hello World!"); //Display the string. } } </code> 현재 다음과 같은 언어들을 지원합니다
Enumerating the Installed Fonts @winapi
1 조회 수, 마지막으로 수정됨: 13개월 전
개념 설명 @language:csharp
1 조회 수, 마지막으로 수정됨: 13개월 전
공통 : 모바일 OS @language:gamemaker
1 조회 수, 마지막으로 수정됨: 13개월 전
Function List @language:gamemaker
1 조회 수, 마지막으로 수정됨: 13개월 전
tip @language:unreal
1 조회 수, 마지막으로 수정됨: 13개월 전
GameMode @language:unreal
1 조회 수, 마지막으로 수정됨: 13개월 전
IDE 환경 설정 @language:php:설정
1 조회 수, 마지막으로 수정됨: 13개월 전
Tutorial - News section @language:php:codeigniter
1 조회 수, 마지막으로 수정됨: 13개월 전

문서 도구

  • 문서 보기
  • 이전 판
  • 역링크
  • 맨 위로
별도로 명시하지 않을 경우, 이 위키의 내용은 다음 라이선스에 따라 사용할 수 있습니다: 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