본문 바로가기

2018/07(27)

[JAVA][SWING]Frame In Frame 완전 훌륭한 소스가 있어서 퍼왔다일명 Frame 안에 Frame 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687import java.awt.BorderLayout;import java.awt.Container;import java.awt.GridLayout;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import javax.swing.ImageIcon;import javax.sw..
[AdSense & Blog]네이버 웹마스터도구 콘텐츠 관리 문제 해결 네이버 웹마스터도구에서내 사이트내에 제목이 동일한 웹 페이지가 있다는데 정말 그런지 확인해 봤다 제목이 없는 웹 페이지 : 진단할 수 없습니다. 사이트의 수집 현황 및 색인 현황을 참고해 주세요. 제목이 동일한 웹 페이지 : 진단할 수 없습니다. 사이트의 수집 현황 및 색인 현황을 참고해 주세요. 제목이 없는 웹 페이지는 있을 수 없다 왜 ? 제목이 없으면 저장이 안돼니까!!! 검색 로봇이 수집한 웹 페이지를 대상으로 측정한 결과입니다.자세한 내용은 사이트 품질 가이드를 참고하세요. 그래서 참고 해 봤다 사이트 내의 모든 페이지를 동일한 제목으로 넣지 마세요.웹 페이지의 제목은 고유해야 합니다. 페이지 콘텐츠에 맞는 고유한 제목을 기입해야 검색 사용자가 여러분의 콘텐츠를 찾을 가능성이 높아집니다. 검색 ..
[R]HTML5 서버 전송 이벤트(HTML5 Server-Sent Events) Server-Sent Events allow a web page to get updates from a server.서버 보낸 이벤트 (Server-Sent Events)를 사용하면 웹 페이지가 서버에서 업데이트를 가져올 수 있습니다. Server-Sent Events - One Way Messaging서버 보낸 이벤트 - 편도 메시징 A server-sent event is when a web page automatically gets updates from a server.서버 전송 이벤트는 웹 페이지가 자동으로 서버에서 업데이트를 가져 오는 경우입니다.This was also possible before, but the web page would have to ask if any updates we..
[R]HTML5 웹 작업자(HTML5 Web Workers) A web worker is a JavaScript running in the background, without affecting the performance of the page.웹 작업자는 페이지의 성능에 영향을주지 않고 백그라운드에서 실행되는 JavaScript입니다. What is a Web Worker?웹 작업자 란 무엇입니까? When executing scripts in an HTML page, the page becomes unresponsive until the script is finished.HTML 페이지에서 스크립트를 실행할 때 스크립트가 끝날 때까지 페이지가 응답하지 않게됩니다.A web worker is a JavaScript that runs in the background..
[R]HTML5 웹 저장소(HTML5 Web Storage) HTML web storage; better than cookies.HTML 웹 저장소; 쿠키보다. What is HTML Web Storage?HTML Web Storage 란 무엇입니까? With web storage, web applications can store data locally within the user's browser.웹 저장소를 사용하면 웹 응용 프로그램이 사용자 브라우저에 로컬로 데이터를 저장할 수 있습니다.Before HTML5, application data had to be stored in cookies, included in every server request. HTML5 이전에는 모든 서버 요청에 포함 된 애플리케이션 데이터를 쿠키에 저장해야했습니다. Web stor..
[R]HTML5 드래그 앤 드롭(HTML5 Drag and Drop) Drag the W3Schools image into the rectangle.W3Schools 이미지를 사각형으로 끌어옵니다. Drag and Drop끌어서 놓기 Drag and drop is a very common feature. It is when you "grab" an object and drag it to a different location.드래그 앤 드롭은 매우 일반적인 기능입니다. 그것은 당신이 물건을 "움켜 잡아"다른 위치로 끌 때입니다.In HTML5, drag and drop is part of the standard: Any element can be draggable.HTML5에서 드래그 앤 드롭은 표준의 일부입니다. 모든 요소를 ​​드래그 할 수 있습니다. Browser Su..
[R]HTML5 Geolocation The HTML Geolocation API is used to locate a user's position. HTML Geolocation API는 사용자의 위치를 ​​찾는 데 사용됩니다. Locate the User's Position 사용자의 위치 찾기 The HTML Geolocation API is used to get the geographical position of a user. HTML Geolocation API는 사용자의 지리적 위치를 가져 오는 데 사용됩니다. Since this can compromise privacy, the position is not available unless the user approves it. 이는 개인 정보를 침해 할 수 있으므로 사용자가 승인하지 ..
[R]HTML YouTube 동영상(HTML YouTube Videos) The easiest way to play videos in HTML, is to use YouTube.HTML로 동영상을 재생하는 가장 쉬운 방법은 YouTube를 사용하는 것입니다. Struggling with Video Formats?비디오 포맷으로 고생하고 있습니까? Earlier in this tutorial, you have seen that you might have to convert your videos to different formats to make them play in all browsers.이 자습서의 앞부분에서 모든 브라우저에서 비디오를 재생할 수 있도록 비디오를 다른 형식으로 변환해야 할 수도 있음을 알았습니다.Converting videos to different form..
[R]HTML 플러그인(HTML Plug-ins & object & embed) The purpose of a plug-in is to extend the functionality of a web browser.플러그인의 목적은 웹 브라우저의 기능을 확장하는 것입니다. HTML Helpers (Plug-ins)HTML 도우미 (플러그인) Helper applications (plug-ins) are computer programs that extend the standard functionality of a web browser.도우미 응용 프로그램 (플러그인)은 웹 브라우저의 표준 기능을 확장하는 컴퓨터 프로그램입니다.Examples of well-known plug-ins are Java applets.잘 알려진 플러그인의 예는 Java 애플릿입니다.Plug-ins can be ..
[R]HTML5 오디오(HTML5 Audio) Audio on the Web 웹상의 오디오 Before HTML5, audio files could only be played in a browser with a plug-in (like flash). HTML5 이전에는 오디오 파일을 플러그인과 같은 브라우저에서만 재생할 수있었습니다 (예 : 플래시). The HTML5 element specifies a standard way to embed audio in a web page. HTML5 요소는 웹 페이지에 오디오를 삽입하는 표준 방법을 지정합니다. Browser Support 브라우저 지원 The numbers in the table specify the first browser version that fully supports the eleme..