• 내용으로 건너뛰기

긴스 위키 (GINS WIKI)

tag

사용자 도구

  • 로그인

사이트 도구

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

display

검색

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

정확히 일치
  • 정확히 일치
  • 시작
  • 끝
  • Contains
모든 네임스페이스
  • 모든 네임스페이스
  • language (13)
  • wiki (3)
  • tip (2)
  • db (1)
  • sdk (1)
  • tool (1)
  • winapi (1)
  • 게임_개발 (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

전체 텍스트 결과:

아이폰의 해상도에 대응하는 가이드 @language:gamemaker
13 조회 수, 마지막으로 수정됨: 6개월 전
다음 코드를 넣는다. <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 조회 수, 마지막으로 수정됨: 6개월 전
든다. <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 조회 수, 마지막으로 수정됨: 6개월 전
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 조회 수, 마지막으로 수정됨: 6개월 전
지 않는 경우 사용할 값. ===== 사용 가능한 타입 ===== * 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
jQuery 코드 조각 @language:jquery
3 조회 수, 마지막으로 수정됨: 6개월 전
_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
ikimagebrowserview @language:cocoa
3 조회 수, 마지막으로 수정됨: 6개월 전
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
dokuwiki_ki 템플릿 수정 @wiki
2 조회 수, 마지막으로 수정됨: 2년 전
z-index: 20; text-align: left; display: none; /* .... */ </code> ====== 테이블 안쪽 글자 크기 조... dth; float: left; position: relative; display: block; /* 아래부분이 추가된것. 흰색을 투명도 그라데이션을 넣는다. */
사소but중요 @sdk:wpf
2 조회 수, 마지막으로 수정됨: 6년 전
amp;%% | | %%"%% | %%&quot;%% | <code xml> <!-- Display special characters that require special encoding:... <!-- Double quote symbol --> </TextBlock> <!-- Display miscellaneous special characters --> <TextBlock>
sql팁 @db
2 조회 수, 마지막으로 수정됨: 10년 전
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
CSS 템플릿 : 고정식 좌측 메뉴 @language:css
2 조회 수, 마지막으로 수정됨: 6개월 전
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 조회 수, 마지막으로 수정됨: 6개월 전
리에 남아 있다. 유용하게 잘 써먹자. ====== 마우스 좌표 ====== * display_mouse_get_x / display_mouse_get_y : 현재 디바이스(모니터)의 좌표를 리턴한다. ====== 폰트 사용 ====== <code gml> // 외부 전역 오브젝
Editor UI scale 변경 @게임_개발:unreal
1 조회 수, 마지막으로 수정됨: 6개월 전
alengine.com/showthread.php?15158-High-resolution-display-support-for-editor]] * {{:language:unreal:ue4-w
Tutorial - News section @language:php:codeigniter
1 조회 수, 마지막으로 수정됨: 6개월 전
신경쓰지 않았을텐데, ActiveRecord가 알아서 처리해줬기 때문이다. ===== Display the news ===== 쿼리 작성은 완료되었다. (오호) 모델은 뉴스를 출력할 뷰와
IDE 환경 설정 @language:php:설정
1 조회 수, 마지막으로 수정됨: 6개월 전
메시지를 보려면, php.ini 파일에서, <code ini> ; Off -> On display_errors = On </code> 설정을 변경. ====== timezone 설정
설치한 도쿠위키 플러그인 @wiki
1 조회 수, 마지막으로 수정됨: 6개월 전
r or right. Defaults to right. * **Value** : \\ Display if value is given, the entered values are added t
맥의 관련된 팁을 정리 @tip
1 조회 수, 마지막으로 수정됨: 6개월 전
비주얼 스튜디오 코드 @tool
1 조회 수, 마지막으로 수정됨: 10개월 전
Enumerating the Installed Fonts @winapi
1 조회 수, 마지막으로 수정됨: 11년 전
개념 설명 @language:csharp
1 조회 수, 마지막으로 수정됨: 6개월 전
공통 : 모바일 OS @language:gamemaker
1 조회 수, 마지막으로 수정됨: 6개월 전
포맷팅 문법 @wiki
1 조회 수, 마지막으로 수정됨: 10년 전
윈도우즈 비디오 드라이버 삭제 @tip
1 조회 수, 마지막으로 수정됨: 3년 전
Function List @language:gamemaker
1 조회 수, 마지막으로 수정됨: 6개월 전

문서 도구

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