구글(314)
-
Web Server (웹 서버) 점유율, 2014 년 4월 기준
Web server developers: Market share of all sites Web server developers: Market share of active sites Web server developers: Market share of the top million busiest sites http://news.netcraft.com/archives/2014/04/02/april-2014-web-server-survey.html
-
Google Cloud Platform
Google Cloud Platform 사이트 https://cloud.google.com/ 구글 클라우드 플랫폼의 제품이 제공하는 기능 기능설명구글 앱 솔루션(Cloud app solutions)구글 앱 엔진(Google App Engine) 및 구글 클라우드 SQL(Google Cloud SQL)을 활용한 모바일, 소셜 애플리케이션, 비즈니스 프로세스 애플리케이션 및 웹사이트 구글 스토리지 솔루션(Cloud storage solutions)구글 클라우드 스토리지(Google Cloud Storage)를 활용한 하이엔드 백업 및 복구, 액티브 아카이빙(Active archiving), 글로벌 공유/협업 및 주요 SAN/NAS 대규모 컴퓨팅 솔루션(Large-scale computing solutions..
-
Chrome 브라우저에서 소스보기
열려진 웹페이지 방법1 Ctrl + U 단축키를 누르면 소스코드를 확인할 수 있습니다. 방법2 마우스 우클릭 > 페이지 소스보기 클릭
-
VideoDemo-다양한 경로에서 동영상파일 재생하기
다양한 경로에서 동영상파일 재생하기 강의 내용 activity_main.xml Graphical Layout > image&Media-VideoView 추가 AndroidManifest.xml /res/raw/movie01.mp4 프로젝트내에 있는 동영상 파일을 로컬영역으로 복사하여 재생 HelloWeb/movie02.mp4 웹서버 실행 후 테스트 MainActivity.java //미디어 컨롤러 생성 후 등록 //raw의 파일을 내장영역에 저장 -//raw 폴더에서 파일을 호출해서 InputStream으로 가공-rawToFile -//InputStream을 내장영역의 파일로 저장-intoFile //내장영역의 동영상 호출 //SD카드에서 동영상 호출 //서버에서 동영상 호출 Video파일 저장 경로 로..
-
SharedPreferencesDemo-SharedPreferences객체를 통한 데이터 저장하기
SharedPreferences객체를 통한 데이터 저장하기 강의 내용 activity_main.xml LinearLayout(Vertical) 변경 Graphical Layout > Form Widgets-TextView 추가 Graphical Layout > Form Widgets-Button추가 Graphical Layout > Form Widgets-Button추가 Graphical Layout > Form Widgets-Button추가 Graphical Layout > Text Fields-Plain Text 추가 Graphical Layout > Form Widgets-ProgressBar(Normal) 추가 Graphical Layout > Composite-ListView 추가 Graphic..
-
AudioDemo-다양한 경로에서 오디오 파일 재생하기
다양한 경로에서 오디오 파일 재생하기 강의 내용 activity_main.xml Graphical Layout > Form Widgets-Button추가 Graphical Layout > Form Widgets-Button추가 Graphical Layout > Form Widgets-Button추가 Graphical Layout > Form Widgets-Button추가 Graphical Layout > Form Widgets-Button추가 AndroidManifest.xml /res/raw/audio01.mp3 로컬영역 HelloWeb/WebContent/audio03.mp3 Dynamic Web Project 생성 웹서버 실행 후 테스트 /storage/sdcard/audio03.mp3 DDMS >..