전체 텍스트 결과:
- 공통 : 모바일 OS @language:gamemaker
- 이는지 한번 확인. ==== 개발용 맥의 설정, 관련 있는지 애매 ==== - **Application Oven** : 기존 것을 삭제하고, 새로 설치하게 해서 지금 사용하는 GameMaker... ... STRG Hello World Done 2012-11-08 19:42:26.195 Application Oven[19564:100b] Temporary directory is /var/fold... w0000gn/T/App-Oven.DuQS7N 2012-11-08 19:42:26.196 Application Oven[19564:100b] /usr/bin/unzip -qq /Applications... /T/App-Oven.DuQS7N/GMSzip 2012-11-08 19:42:26.202 Application Oven[19564:100b] /usr/bin/unzip -qq /Applications
- CodeIgniter @language:php:codeigniter
- 했다고 하면) * CodeIgniter 폴더의 모든 파일을 abc에 복사. * application/config/config.php : base url 수정 * DB를 사용하는 경우, database.php를 수정 보안등의 이유로 **system**과 **application**폴더 이름을 바꾸려면, * 폴더 이름 변경 후 * 폴더 최상단(root)의 **index.php** 파일에서 **$system_folder**와 **$application_folder** 폴더 변수 값을 수정 CodeIgniter 폴더를 이동해서 사용하고 싶다면 * **$system_folder**와 **$application_folder** 변수에 **'/www/UserFolder/system'** 와 같이 폴더
- Tutorial - News section @language:php:codeigniter
- ect 를 하거나 그외 데이터를 관리하는 곳이다. 모델은 데이터를 관리하는 부분. **application/models** 폴더에 **news_model.php** 파일을 만든다. 아래 코드를 추... 다. (이전의 static page를 만드는 방법처럼) "news"라는 새 컨트롤러를 **application/controllers/news.php** 파일에 추가한다. <code php> <?ph... ] 뿐만 아니라 모든 데이터가 저장되어 뷰로 전달된다. 뷰를 위한 코드를 추가한다. **application/views/news/index.php** 파일을 추가한다. <code php> <?ph... 과의 뉴스만 출력된다. 다음 할일은, 컨트롤러에 응답하는 뷰 페이지를 추가하는 것. **application/views/news/view.php** 파일에 다음 코드를 추가한다. <code php
- 다크테마 상타에서 XAML 디자이너에서 텍스트 볼 수 있게 @tool:microsoft-visual-studio
- al> <!-- xmlns:ComponentModel 네임스페이스도 포함시킨다. --> <Application x:Class="ModernUIApp1.App" xmlns="htt... ork" StartupUri="MainWindow.xaml"> <Application.Resources> <!-- ResourceDictionary 태그 부분에 --> ... ers> </Style> </ResourceDictionary> </Application.Resources> </Application> </file> {{tag> DarkTheme}}
- Unity3D 특화 CSharp 팁 @language:unity
- define for major version of Unity 4.1. | ====== Application ====== Application의 런타임 정보를 들고 있는 클래스 ===== Application.dataPath ===== 게임 데이터 폴더를 가리킨다. | UnityEditor | <P... /Flash | 플레이어가 구동되는 URL에 해당되는 폴더 | <code> print (Application.dataPath); </code> ====== Rigidbody ====== * (f
- Unity 플러그인 @language:unity:plugin
- % : "lib" 같은 라이브러리 접두사, "so" 같은 확장자를 넣지 않는다. * **Application.platform**으로 플랫폼을 확인 하고 각 실제 디바이스에서 실행 되어야 한다. *... rsion="10" android:targetSdkVersion="19" /> <application android:allowBackup="true" android:icon="@dra... /> </intent-filter> </activity> </application> </manifest> </code> ====== 첨부파일 ====== {{:lang
- VS 2010 이 실행되지 않을때 @language:unity
- ====== VS 2010 이 실행되지 않을때 ====== Application.persistentDataPath <code> /Users/<UserName>/Library/Application Support/<ApplicationName>/ /Users/<UserName>/Library/Application Support/<CompanyName>/<ApplicationName>/ </code>
- 리소스 @sdk:wpf
- e(); img.Source = new BitmapImage(new Uri("pack://application:,,,/logo.jpg")) </code> 지역화 지원 언어(컬쳐)만큼 위성 어셈블리... - 부모의 것에서 찾기, 반복, 루트 엘리먼트까지 검색 (없으면 다음 단계) - Application 의 Resources 에서 검색 (없으면 다음 단계) - 시스템에서 검색 (없으면 다
- 임시 메모
- 실행 버튼 문자열 * <nowiki>&</nowiki>로 문자열 결합 모듈 * Application > 오브젝트 > 프로퍼티 순서로 항목을 찾아간다. * Application : 앱 본체 (여기에서는 엑셀) ====== favicon 출처 ====== 홈페이지 어딘가에 넣어야 하는데.. <c
- UAC 권한 상승 창이 뜨도록 exe에 바로 manifest 주입하기 @winapi
- type="win32"/> <description>Description of your application</description> <!-- Identify the application security requirements. --> <trustInfo xmlns="urn:schemas-microsoft
- Mobile Support template @wiki
- toviewer ====== * This plugin displays a Flash application, AutoViewer from AirTight. It displays several JP... g XML/SWF Charts. * XML/SWF Charts is the Flash application that creates various charts of nice appearance.
- 엑셀의 팁 정리 @office
- ge Dim rng2 As Range Dim n As Long Dim m As Long Application.ScreenUpdating = False Set rng1 = Sheet1.Range("... ak End If Next m break: Next n Beep Application.ScreenUpdating = True End Sub </code> ====== Ex
- 참조에 대한 설명 @language:csharp
- 148a.aspx|Walkthrough: Creating a Windows Service Application in the Component Designer]] * [[http://msdn.mic... 같다. * [[http://skql.tistory.com/518|배치파일을 서비스로 등록하기]] {{tag> "윈도우즈 서비스" "Windows Service Application" C#}}
- Enumerating the Installed Fonts @winapi
- with TrueType fonts. ABC spacing also allows an application to perform very accurate text alignment. For example, when the application right aligns a raster roman font without using AB
- ikimagebrowserview @language:cocoa
- cs of setting up an Image Browser view in a Cocoa application. Image browser views are used in a number of Appl... nd Go Back in Xcode press Build and Go. When the application finishes building and launches, try dragging some