2012. 8. 19. 12:39

익스플로러8 삭제 프로그램

인터넷 익스플로러8 을 삭제 할때 사용하는 프로그램입니다.익스플로러8을 삭제 하기 를 검색 해보면...설정에서 어떻게 어떻게 하고...레지스터를 어떻게 어떻게 하고.... ㅡㅡ;; 먼말인지 도통 모르시겠죠.. 따라 했는데 인터넷은 안되고 ㅠ.ㅠ 그래서 다시 윈도우 설치 하고 즐거운 휴일 컴터하고 시름 한다고 하루 다보네시지는 안았나요..이제 익스플로러8 삭제 한방에 해결하세요~ 마이크로소프트에서 만든 프로그램이니깐 믿고 사용하셔도 됩니다.다운로드 받은 파일을 실행하시고 다음, 다음, 이렇게 누르는건 아시죠~ 그럼 마지막에 윈도우를 다시 시작 하라고 합니다.그럼 다시 시작해주세요~ 그리고 인터넷 익스플로러를 열어보시면~ 익스플로러8 이 삭제되고 익스플러6 으로 된것을 보실 수 있습니다.^^

액션스크립트 데이터타입

액션스크립트 데이터타입 데이터 타입 설 명 ex int 음의 정수를 포함한 모든 정수형 숫자 -10 uint 양의 정수인 모든 정수형 숫자 10 String 텍스트나 개별 문자의 시퀀스인 문자열 "우리나라" Number 부동 소숫점 숫자 값을 포함하는 모든 수 3.1245678 Boolean 참(True) 또는 거짓(false) false Array 데이터 값들의 모음 [3,10,27] Object 무비클립이나 스프라이트와 같은 사용자 정의형 데이타 타입 MovieClip

Setting desktop application properties

Set the basic application properties in the application descriptor file. This section covers the properties relevant to desktop AIR applications. The elements of the application descriptor file are fully described in AIR application descriptor files. Required AIR runtime version Specify the version of the AIR runtime required by your application using the namespace of the application descriptor ..

Workflow for developing a desktop AIR application

The basic workflow for developing an AIR application is the same as most traditional development models: code, compile, test, and, towards the end of the cycle, package into an installer file. You can write the application code using Flash, Flex, and ActionScript and compile using Flash Professional, Flash Builder or the mxmlc and compc command-line compilers. You can also write the application ..

Creating your first AIR application for Android with the Flex SDK

To begin, you must have installed and set up the AIR and Flex SDKs. This tutorial uses the AMXMLC compiler from the Flex SDK and the AIR Debug Launcher (ADL), and the AIR Developer Tool (ADT) from the AIR SDK. See Setting up the Flex SDK. You must also download and install the Android SDK from the Android website, as described in: Android Developers: Installing the SDK. Note: For information on ..