• 내용으로 건너뛰기

GINS WIKI 긴스 위키

사용자 도구

  • 로그인

사이트 도구

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

system

검색

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

Contains
  • 정확히 일치
  • 시작
  • 끝
  • Contains
모든 네임스페이스
  • 모든 네임스페이스
  • language (25)
  • tool (8)
  • sdk (6)
  • tip (4)
  • winapi (4)
  • webapp (3)
  • aws (1)
  • db (1)
  • os (1)
  • wiki (1)
Any time
  • Any time
  • 저번 주
  • 저번 달
  • 저번 년도
조회수로 정렬
  • 조회수로 정렬
  • Sort by last modified

전체 텍스트 결과:

빈도 높은 @language:csharp
35 조회 수, 마지막으로 수정됨: 13개월 전
x ===== [[http://msdn.microsoft.com/ko-kr/library/system.windows.forms.messagebox.aspx|MSDN/MessageBox]] ... </code> ===== Assert ===== <code csharp> using System.Diagnostics; Debug.Assert( <조건문> ); </code> ===== 가변인자 ===== <code csharp> string s; s = System.String.Format( "{0} times {1} = {2}", i, j, (i * ... 문자열을 숫자로 변환(C# 프로그래밍 가이드)]] <code csharp> using System; // 네임스페이스를 포함시키려면 string str_num = "22"; int nv
ADO.NET 아키텍쳐 @db
21 조회 수, 마지막으로 수정됨: 13개월 전
==== | [[http://msdn.microsoft.com/ko-kr/library/system.data.common.dbconnection(v=VS.80).aspx|Connection... 연결 | | [[http://msdn.microsoft.com/ko-kr/library/system.data.common.dbcommand(v=VS.80).aspx|Command]] | 명령어 | | [[http://msdn.microsoft.com/ko-kr/library/system.data.common.dbdatareader(v=VS.80).aspx|DataReader... 결과 | | [[http://msdn.microsoft.com/ko-kr/library/system.data.common.dbdataadapter(v=VS.80).aspx|DataAdapt
개념 설명 @language:csharp
19 조회 수, 마지막으로 수정됨: 13개월 전
로 읽어 들인 다음, 값을 수정하는 것도 괜찮겠다. <code csharp> using System; using System.IO; using System.Xml; public class Sample { public static void Main() { // Create the Xm... 다. * [[http://msdn.microsoft.com/ko-kr/library/system.xml.xmldocument.createcdatasection.aspx|CreateCDa
사소but중요 @sdk:wpf
19 조회 수, 마지막으로 수정됨: 13개월 전
orm * x , y * MatrixTransform : 기초적인 형태 변형. System.Windows.Media.Matrix 타입. ===== 패널 이용한 화면 배치 ====... tupLocation 프로퍼티 * TopMost, CommandLine 얻기 * System.Enviroment.GetCommandLineArgs Application class ... 써서 중복 실행을 막는다. <code csharp> bool _mutex; using( System.Threading.Mutex m = new System.Threading.Mutex(true, _NAME_, out _mutex) ) { if(_mutex) // 첫번째 인스턴스. 프로
ParticleSystem @language:unity
13 조회 수, 마지막으로 수정됨: 13개월 전
====== ParticleSystem ====== ParticleSystem으로 파티클을 플레이 하려면, <code> ParticleSystem.Play(); ParticleSystem.Stop(); </code> 이 두 함수가 사용되는데, <code> ParticleSystem.Emit(...); </code> 함수를 사용하면
리소스 @sdk:wpf
11 조회 수, 마지막으로 수정됨: 13개월 전
rush * Image 잠시, 리소스로 사용할 수 있는 것들의 부모 클래스 * System.Windows.Freezable : [[https://msdn.microsoft.com/ko-kr/library/system.windows.freezable(v=vs.110).aspx|링크]] * System.Windows.Media.Animation.Animatable : [[https://msdn.microsoft.com/ko-kr/library/system.windows.media.animation.animatable(v=vs.110).aspx
파일다운로드 @language:cocoa
7 조회 수, 마지막으로 수정됨: 13개월 전
pple.com/documentation/Cocoa/Conceptual/URLLoadingSystem/Tasks/UsingNSURLDownload.html#//apple_ref/doc/uid... pple.com/documentation/Cocoa/Conceptual/URLLoadingSystem/Tasks/UsingNSURLDownload.html#//apple_ref/doc/uid... pple.com/documentation/Cocoa/Conceptual/URLLoadingSystem/Tasks/UsingNSURLDownload.html#//apple_ref/doc/uid... pple.com/documentation/Cocoa/Conceptual/URLLoadingSystem/Tasks/UsingNSURLDownload.html#//apple_ref/doc/uid
유니티 코딩 중 메모 @language:unity
7 조회 수, 마지막으로 수정됨: 13개월 전
====== StringBuilder ====== <code csharp> using System.Text; private StringBuilder mSbFPS = new StringB... PS.ToString(); </code> ====== ?????? ====== * System.Serializable 2차원 Array를 Inspector에 보여주고 싶을때, <code csharp> //[System.Serializable]가 없으면 인스펙터에 보이지 않았다. [System.Serializable] class SimpleAniData { public Texture[] data; };
Macro : Header Source Toggle @tool:microsoft-visual-studio
6 조회 수, 마지막으로 수정됨: 13개월 전
thoutExtension + ".c" End If If (System.IO.File.Exists(correspondingDocumentPath) = True)... File", correspondingDocumentPath) ElseIf (System.IO.File.Exists(correspondingDocumentPath2) = True... 그냥 추억으로 나둠. ++++ Old Script | <code vb> Imports System Imports EnvDTE Imports EnvDTE80 Imports EnvDTE90 Imports EnvDTE90a Imports EnvDTE100 Imports System.Diagnostics Public Module MyMacroModule Pub
EC2 아파치 설정 @aws
5 조회 수, 마지막으로 수정됨: 13개월 전
WebServer.html]] ==== EC2 웹 실행 ==== <code> sudo systemctl start httpd </code> * 웹 서버가 시스템 부팅 때마다 시작 : ''sudo systemctl enable httpd'' * 문서의 루트 디렉터리 ''/var/www/html... n confirm the presence # of a username on the system (depending on home directory # permissions). ... 까 동작 했었다. ===== 서비스 재시작 ===== <code> # 내리고 sudo systemctl stop httpd # 다시 올리자. sudo systemctl start http
만들 수 있는 방법 @language:gamemaker
5 조회 수, 마지막으로 수정됨: 13개월 전
* Alarm2 ==== 0. 파티클의 코딩 순서 ===== - **part_system_create()** 함수로 파티클 시스템을 시작한다. - **part_type_c... 클 타입 삭제. 한개 이상이면 해당 파티클 타입 변수 모두 삭제. - **part_system_destroy()** : 파티클 시스템 종료. 햐 복잡하군. ==== 1. Creat... 야할 것 같다. <code gml> // 파티클 시스템을 만들고 Sname = part_system_create(); // 불꽃 꼬리의 파티클 타입 준비 trail = part_type_... estroy(trail); part_type_destroy(stars); part_system_destroy(Sname); } </code> ====== 코드+방사체(이미터,emit
2D, 3D UI @language:unity:ngui
5 조회 수, 마지막으로 수정됨: 13개월 전
ndler.cs | <code csharp> using UnityEngine; using System.Collections; public class NotifyHandler : MonoBeh... tReactor | <code csharp> using UnityEngine; using System.Collections; public class UIInputReactor : MonoBe... sharp FloatingText2D.cs> using UnityEngine; using System.Collections; public class FloatingText2D : MonoB... arp FloatingTextUp2D.cs> using UnityEngine; using System.Collections; public class FloatingTextUp2D : Mon
Unity 플러그인 @language:unity:plugin
5 조회 수, 마지막으로 수정됨: 13개월 전
스크립트 ==== <code csharp> using UnityEngine; using System.Runtime.InteropServices; class FooInterface : Mo... 사용 코드 ^ | <code csharp> using UnityEngine; using System.Collections; public class AndroidPluginInterface... .cs:517) UnityEngine.AndroidJavaObject.FindClass (System.String name) (at C:/BuildAgent/work/d3d49558e4d40... ) UnityEngine.AndroidJavaClass._AndroidJavaClass (System.String className) (at C:/BuildAgent/work/d3d49558
파워쉘 스크립트 실행 권한 @tool
4 조회 수, 마지막으로 수정됨: 13개월 전
항목을 powershell로 변경하면 된다. 기본 값 : ComSpec --> %SystemRoot%\system32\cmd.exe 변경하려는 값 ComSpec --> %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe ===== PowerShell ISE ===== 기본으로 깔리는 거였나..? http://
Enumerating the Installed Fonts @winapi
4 조회 수, 마지막으로 수정됨: 13개월 전
nd height of a line of text. When necessary, the system synthesizes a font by changing the character bitm... ps. To synthesize a character in a bold font, the system draws the character twice: at the starting point,... To synthesize a character in an italic font, the system draws two rows of pixels at the bottom of the cha... " After printing all the strings, it restores the system default characters. <code cpp> int XIncrement;
바인딩 @sdk:wpf
4 조회 수, 마지막으로 수정됨: 13개월 전
CodeIgniter @language:php:codeigniter
4 조회 수, 마지막으로 수정됨: 13개월 전
윈도우즈 팁 windows 팁 @tip
3 조회 수, 마지막으로 수정됨: 6주 전
비트맵 폰트 제작 @tool
3 조회 수, 마지막으로 수정됨: 4개월 전
Managed Extensions For Cpp @language:cpp
3 조회 수, 마지막으로 수정됨: 13개월 전
공통 @language:unity
3 조회 수, 마지막으로 수정됨: 13개월 전
Stack Panel @sdk:wpf
3 조회 수, 마지막으로 수정됨: 13개월 전
xaml 편집기 @sdk:wpf
3 조회 수, 마지막으로 수정됨: 13개월 전
일본어 한자가 깔끔하게 나오도록 글꼴 설정 @tip
2 조회 수, 마지막으로 수정됨: 13개월 전
OpenVPN @tool
2 조회 수, 마지막으로 수정됨: 13개월 전
Images @language:cocoa
2 조회 수, 마지막으로 수정됨: 13개월 전
Function List @language:gamemaker
2 조회 수, 마지막으로 수정됨: 13개월 전
2-확장-기능 @language:gamemaker
2 조회 수, 마지막으로 수정됨: 13개월 전
in AssetStore @language:unity
2 조회 수, 마지막으로 수정됨: 13개월 전
한글 표시 @tool:blender
2 조회 수, 마지막으로 수정됨: 13개월 전
gameobjectpool @language:unity:코드조각
2 조회 수, 마지막으로 수정됨: 13개월 전
DEPRECATE API @sdk
1 조회 수, 마지막으로 수정됨: 13개월 전
오른쪽 alt가 한영키로 인식되도록, 일본 노트북 쓰다보면 필요한 일 @tip
1 조회 수, 마지막으로 수정됨: 13개월 전
Dos Command 도스 명령어 @tip
1 조회 수, 마지막으로 수정됨: 13개월 전
맨티스 Mantis (BTS) @webapp
1 조회 수, 마지막으로 수정됨: 13개월 전
포맷팅 문법 @wiki
1 조회 수, 마지막으로 수정됨: 13개월 전
Cryptography API @winapi
1 조회 수, 마지막으로 수정됨: 13개월 전
윈도우즈 훅 hook @winapi
1 조회 수, 마지막으로 수정됨: 13개월 전
Registry Info @winapi
1 조회 수, 마지막으로 수정됨: 13개월 전
클래스 선언 @language:cpp
1 조회 수, 마지막으로 수정됨: 13개월 전
프로그래밍 가이드 @language:csharp
1 조회 수, 마지막으로 수정됨: 13개월 전
CoRoutine에 람다 표현식 응용 @language:csharp
1 조회 수, 마지막으로 수정됨: 13개월 전
Unity3D 특화 CSharp 팁 @language:unity
1 조회 수, 마지막으로 수정됨: 13개월 전
Trigger, Collision @language:unity
1 조회 수, 마지막으로 수정됨: 13개월 전
iTweenPath @language:unity
1 조회 수, 마지막으로 수정됨: 13개월 전
Tween Assets @language:unity
1 조회 수, 마지막으로 수정됨: 13개월 전
VS 2010 이 실행되지 않을때 @language:unity
1 조회 수, 마지막으로 수정됨: 13개월 전
xcode_post_process_build @language:unity
1 조회 수, 마지막으로 수정됨: 13개월 전
맥에서의 아파치 서버 설정 @os:osx
1 조회 수, 마지막으로 수정됨: 13개월 전
unit-설정 @tool:3dsmax
1 조회 수, 마지막으로 수정됨: 13개월 전
블렌더 blender @tool:blender
1 조회 수, 마지막으로 수정됨: 13개월 전
다크테마 상타에서 XAML 디자이너에서 텍스트 볼 수 있게 @tool:microsoft-visual-studio
1 조회 수, 마지막으로 수정됨: 13개월 전
자주쓰는 아파치 설정사항 정리 @webapp:apache
1 조회 수, 마지막으로 수정됨: 13개월 전
httpd.conf 수정해서 할 수 있는 것 @webapp:apache
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