프로그래밍 언어/규격
-
PHP(Professional Hypertext Preprocessor)프로그래밍 언어/규격 2014. 12. 6. 01:51
## /etc/php.inishort_open_tag = (Off|On)asp_tags = Off 변수 이름은 대소문자를 구별한다 참조 사이트:http://jun.hansung.ac.kr/ServerWP/PHP/PHP%20include%20and%20require.htmlhttp://jun.hansung.ac.kr/ServerWP/http://noraesae.github.io/PHP-a-fractal-of-bad-design-kr/
-
Objective-C프로그래밍 언어/규격 2013. 7. 4. 03:35
참조 사이트:http://www.otierney.net/objective-c.html.kohttp://www.gnustep.org/resources/ObjCFun.htmlhttp://www.gnustep.org/resources/documentation/Developer/Base/ProgrammingManual/manual.htmlhttp://www.gnustep.org/resources/documentation/Developer/Base/ProgrammingManual/manual_toc.html
-
NSIS(Nullsoft Scriptable Install System)프로그래밍 언어/규격 2013. 5. 28. 19:39
* Installer Attributes # 디렉티브?> General AttributesOutFileinstallDirRequestExecutionLevel # {user|admin}InstTypeXPStyle- interface settingsLicenseTextIconCheckBitmapInstallColors * page commandsPageUninstPage * Section CommandssectionsectionEndSectionIn * Variables * InstructionswriteUninstallersetOutPathFiledeleteExecShellcreateShortCut SectionGetFlagsSectionSetFlags FindWindowGetDlgItemSendMess..
-
x86프로그래밍 언어/규격 2013. 5. 6. 17:57
the Von Neumann architecture 머신 스택 *> 범용 레지스터AMD64는 범용 레지스터를 16개로 늘렸다 %eax # accumulator%ebx%ecx # count%edx # data%esi%edi %ebpbase pointer프레임 포인터 스택 프레임%espstack pointer > can only be accessed through special instructions인스트럭션 포인터프로그램 카운터(pc, program counter) %eip 플래그 레지스터status register%eglags 상태 플래그 * 오퍼랜드> 값(immediate mode)$숫자to load direct values into registers or memory locationscan only ..
-
어셈블리어(AT&T) - GNU 어셈블러프로그래밍 언어/규격 2013. 5. 1. 02:57
* 인스트럭션(instruction)니모닉 + 오퍼랜드 오퍼랜드값(immediate value) : ${숫자, 문자, 레이블, 매크로 상수 or 수식}the data to access is embedded in the instruction itselfimmediate mode addressing # 주소 값pointerc.f. lea레지스터register addressing mode직접 메모리 참조(direct memory reference) : 숫자(메모리 주소; 변수, 포인터 변수), 수식?direct addressingdereference ; effective address간접 메모리 참조(indirect momory reference) : 레지스터disp(base register, index re..
-
자바프로그래밍 언어/규격 2012. 5. 13. 19:41
JLS(Java Language Specification) 1판JDK(Java Development Kit)/JRE 1.0/1.1 버전 JLS 2판J2SDK/J2RE 1.2/1.3/1.4 버전 JLS 3판JDK/JRE 5.0(1.5), 6.0(1.6) 버전 자바는 goto 문을 지원하지 않는다. java.lang 패키지는 자동 포함c.f. import java.lang.*; 모든 자바 명령문은 메소드 안에 나타나며, 모든 메소드는 클래스 안에 정의된다.자바 플랫폼은 자바를 구동시키는 모든 컴퓨터에서 사용가능하도록 보장된 1500개 이상의 미리 정의된 클래스로 구성된다. System.exit() // static