전체 텍스트 결과:
- 독시젠 A to Z @tool
- leofcontents /// Leading text. ///@section sec An example section /// This page contains the subsections \r... 모른다. * @see OUT_GRP_TEST * @ref page2 * @example CppTest.cpp * 이 함수의 예제. * char _buf[100]; ... 로그 파일과 GameObject 를 만든다. /// </summary> /// /// <example> /// 스태틱 객체가 아니므로, 어느 오브젝트엔가는 붙여서 사용해야 한다. /// 그 ... .watchValue( "변수 또는 키이름", 값 ); /// @endcode /// </example> /// /// <remarks> /// <para>코딩 가이드</para> ///
- Enumerating the Installed Fonts @winapi
- thin a font family can have different widths. For example, bold and italic styles of a family are always wi... d the length to a current position. The following example writes the line "This is a sample string." using ... lic); DeleteObject(hfntBold); </code> In this example, the GetTextExtentPoint32 function initializes th... for the overhang in the raster italic string, the example subtracts the overhang before placing the string
- 유니티 코딩 중 메모 @language:unity
- 의 컴포넌트나 스크립트 사용 ===== <code csharp> public class example : MonoBehaviour { void Example() { transform.Translate(0, 1, 0); GetComponent<Transform>().Translate(0, 1, 0); } } public class example : MonoBehaviour { void Update() { OtherScri... 브젝트를 파라미터로 받는 방법이 편한듯. <code csharp> public class example : MonoBehaviour { void Start() { GameObject
- SQL 기본 명령어 @db
- de> TABLE 생성 <code sql> -- Create the table foo.example_02 if it doesn't exist. CREATE TABLE IF NOT EXISTS `foo`.`example_02` ( `field_1` VARCHAR(255) NOT NULL DEFAULT ''... 령어도 있다. <code sql> CREATE TABLE IF NOT EXISTS example_1 ( `seq` bigint(20) NOT NULL AUTO_INCREMENT CO... SERT 할때 NOW() 함수로 값을 넣는다. <code sql> INSERT INTO example_1 ( orders, content, startdate, writer, regdate )
- 오브젝트 선택 or 컴포넌트 선택 @language:unity
- 의 컴포넌트나 스크립트 사용 ===== <code csharp> public class example : MonoBehaviour { void Example() { transform.Translate(0, 1, 0); GetComponent<Transform>().Translate(0, 1, 0); } } public class example : MonoBehaviour { void Update() { <OtherScr... 브젝트를 파라미터로 받는 방법이 편한듯. <code csharp> public class example : MonoBehaviour { void Start() { GameObject
- Images @language:cocoa
- les are applied using the methods of NSImage. For example, if you want to invert the first and second rules... narrow the choice to a single representation—for example, if the NSImage object has two color TIFF represe... efficient to use other imaging technologies. For example, rather than manually dissolving from one image t
- OpenVPN @tool
- AN to be able to route through the VPN. For this example, we will assume that the client LAN is using the ... ed: The client LAN subnet (192.168.4.0/24 in our example) must not be exported to the VPN by the server or... Common Name in its certificate ("client2" in our example), and the duplicate-cn flag must not be used in t
- 설치한 도쿠위키 플러그인 @wiki
- de> ~~REDIRECT>namespace:page~~ ~~REDIRECT>http://example.com~~ </code> ====== plantumlparser Plugin =====... uns.com/wiki/doku.php?id=language:unity:playmaker:example-1 </code> 라면 %%&do=export_pdf%% 를 붙여서 pdf를 만들도록 ... uns.com/wiki/doku.php?id=language:unity:playmaker:example-1&do=export_pdf </code> ===== 한글깨짐현상 ===== 해결법
- WinMerge의 파일 필터 작성 @tool
- <code> d: \\Debug ## 와 같이 쓸 수 있다. </code> ===== Example ===== 예제 1 : <code> f: \.cpp$ ## Match *.cpp fi... uild folders d: Temp$ ## Match *Temp folders (for example, FirstTemp) d: Src ## Match *Src* folders </code>
- CodeIgniter @language:php:codeigniter
- 페이지 표시 방식 ===== URL의 위치별로 역할이 정해져 있다. http://example.com/news/latest/10 <code> http://example.com/[Controll-Class]/[Controller-Mehtod]/[arguments] </code> ==
- MS 정규식 (좀 다름) @regexp
- | | ::: | (for example, given the input "<abc><def>", <.*?> matches "<ab... )\\ ex : %%(\d+,)*\d+%% 는 콤마로 구분되는 숫자를 선택한다. (for example, "1" or "1,23,456") | | %%{ }%% | 매치되는 그룹을 규
- 빈도 높은 @language:csharp
- o.directory.exists.aspx|Directory.Exists]] ===== Example ===== ====디렉토리 있는지 검사==== <code csharp> using S... ft.com/en-us/library/ms404278.aspx|Common IO Task example]] ===== File Exist ===== <code csharp> using Sys
- UAC 권한 상승 창이 뜨도록 exe에 바로 manifest 주입하기 @winapi
- fest' 와 같이 manifest 파일명을 입력하면 됩니다. ==== manifest example ==== <code> <?xml version="1.0" encoding="UTF-8
- 윈도우를 구성하는 방법 @language:unity:ngui
- ====== 윈도우를 구성하는 방법 ====== ===== Example ===== <flashplayer width=416 height=540>file=http://kieuns.cafe
- PHP 파일 디렉토리 @language:php
- > <?php $homepage = file_get_contents('http://www.example.com/'); echo $homepage; ?></code> | | fread() | 임