๋ชฉ๋ก๋ถ๋ฅ ์ ์ฒด๋ณด๊ธฐ (208)
๐ป
๋ค์ด๋ก๋ ๋ฐ ์ค์น https://jquery.com/ jQuery What is jQuery? jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. jquery.com download jQuery 01_Object.html 04_IdSelector.html 05_ClassSelector.html 06_Hierarchy.html 08_..
kakao developers ์ฌ์ดํธ(https://developers.kakao.com/) ์์ ์นด์นด์ค์์ด๋๋ก ๋ก๊ทธ์ธ ํ ํ ๋ด ์ ํ๋ฆฌ์ผ์ด์ ์์ ์ถ๊ฐํด์ค๋ค. Kakao Developers ์นด์นด์ค API๋ฅผ ํ์ฉํ์ฌ ๋ค์ํ ์ดํ๋ฆฌ์ผ์ด์ ์ ๊ฐ๋ฐํด๋ณด์ธ์. ์นด์นด์ค ๋ก๊ทธ์ธ, ๋ฉ์์ง ๋ณด๋ด๊ธฐ, ์น๊ตฌ API, ์ธ๊ณต์ง๋ฅ API ๋ฑ์ ์ ๊ณตํฉ๋๋ค. developers.kakao.com ์ฑ์ด๋ฆ๊ณผ ํ์ฌ๋ช ์ ์ ๊ณ , ํ๋ซํผ์ผ๋ก Web๋ก์ปฌ์ฃผ์(ex. http://localhost:8181)๋ก ์ค์ ํด์ฃผ๊ณ , ์ฑ ํค(๋ค์ดํฐ๋ธ ์ฑ ํค, REST API ํค, JavaScript ํค, Admin ํค)๊ฐ ์ค์ ๋๊ฒ์ ๋ณผ ์ ์๋ค. ์ด๋ ๊ฒ ์์ฑํ ํค๋ API๋ฅผ ์ฌ์ฉํ ๋ ํ์ํ๋ค. ์ง๋ ๊ทธ๋ ค๋ณด๊ธฐ(์ฐ์ต) https://apis.map.kakao.co..
๋ค์ด๋ก๋ํด์ ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์ถ๊ฐํ๊ธฐ http://commons.apache.org/ Apache Commons – Apache Commons Welcome to Apache Commons Apache Commons is an Apache project focused on all aspects of reusable Java components. The Apache Commons project is composed of three parts: The Commons Proper - A repository of reusable Java components. The Commons Sandbox - A commons.apache.org Apache Commons – Apache Commons Codec, logging..
https://developer.mozilla.org/ko/docs/Web/API/XMLHttpRequest/responseXML XMLHttpRequest.responseXML The XMLHttpRequest.responseXML read-only property returns a Document containing the HTML or XML retrieved by the request; or null if the request was unsuccessful, has not yet been sent, or if the data can't be parsed as XML or HTML. developer.mozilla.org responseXML.html ์๋ต๋ด์ฉ responseXML.js /** * ..
Oracle SQL Developer๋ก ๊ฐ์ linereply ํ ์ด๋ธ์ ์์ฑํด์ค๋ค. ajax.jsp ์ฌ์ ํ ์ด๋ธ ์ฌ์๋ชฉ๋ก ์ค์๊ฐ ๋๊ธ ํ์ค๋ต๊ธ์์ list.jsp ์ค์๊ฐ ๋๊ธ์ด ๊ฐ๋ฅํฉ๋๋ค. ${replyDto.bunho} ${replyDto.line_reply} ์ญ์ ์์ xhr> [xhr.js] ์ฝ๋ ์ค๋ณต์ ๋ง๊ธฐ ์ํด xhr.js๋ฅผ ๋ฐ๋ก ๋นผ์ ์ฌ์ฉํ๋ค. /** * */ function createXHR(){ if(window.XMLHttpRequest) return new XMLHttpRequest(); else return new ActiveXObject("Microsoft.XMLHTTP"); } var xhr = null; function sendRequest(method, url, params, ..
XHR(XMLHttpRequest)์ด๋? XMLHttpRequest(XHR)์ AJAX ์์ฒญ์ ์์ฑํ๋ JavaScript API์ ๋๋ค. XHR์ ๋ฉ์๋๋ก ๋ธ๋ผ์ฐ์ ์ ์๋ฒ๊ฐ์ ๋คํธ์ํฌ ์์ฒญ์ ์ ์กํ ์ ์์ต๋๋ค. XMLHttpRequest(XHR) ๊ฐ์ฒด๋ ์๋ฒ์ ์ํธ ์์ฉํ๋ ๋ฐ ์ฌ์ฉ๋ฉ๋๋ค. ์ ์ฒด ํ์ด์ง๋ฅผ ์๋ก ๊ณ ์น์ง ์๊ณ ๋ URL์์ ๋ฐ์ดํฐ๋ฅผ ๊ฒ์ ํ ์ ์์ต๋๋ค. ์ด๋ฅผ ํตํด ์น ํ์ด์ง๋ ์ฌ์ฉ์์ ์์ ์ ๋ฐฉํดํ์ง ์๊ณ ํ์ด์ง์ ์ผ๋ถ๋ง ์ ๋ฐ์ดํธ ํ ์ ์์ต๋๋ค. AJAX ํ๋ก๊ทธ๋๋ฐ์ XMLHttpRequest๋ง์ด ์ฌ์ฉ๋ฉ๋๋ค. [์ฐธ๊ณ ์๋ฃ์ถ๊ฐ] https://www.w3schools.com/js/js_ajax_http.asp AJAX The XMLHttpRequest Object AJAX - The XMLH..
Ajax๋? AJAX๋ ๋น๋๊ธฐ ์๋ฐ์คํฌ๋ฆฝํธ์ XML (Asynchronous JavaScript And XML)์ ๋งํฉ๋๋ค. ๊ฐ๋จํ ๋งํ๋ฉด, ์๋ฒ์ ํต์ ํ๊ธฐ ์ํด XMLHttpRequest ๊ฐ์ฒด๋ฅผ ์ฌ์ฉํ๋ ๊ฒ์ ๋งํฉ๋๋ค. JSON, XML, HTML ๊ทธ๋ฆฌ๊ณ ์ผ๋ฐ ํ ์คํธ ํ์ ๋ฑ์ ํฌํจํ ๋ค์ํ ํฌ๋งท์ ์ฃผ๊ณ ๋ฐ์ ์ ์์ต๋๋ค. AJAX์ ๊ฐ๋ ฅํ ํน์ง์ ํ์ด์ง ์ ์ฒด๋ฅผ ๋ฆฌํ๋ ์ฌ ํ์ง ์๊ณ ์๋ ์ํ ๋๋ "๋น๋๊ธฐ์ฑ"์ ๋๋ค. ์ด๋ฌํ ๋น๋๊ธฐ์ฑ์ ํตํด ์ฌ์ฉ์์ Event๊ฐ ์์ผ๋ฉด ์ ์ฒด ํ์ด์ง๊ฐ ์๋ ์ผ๋ถ๋ถ๋ง์ ์ ๋ฐ์ดํธ ํ ์ ์๊ฒ ํด์ค๋๋ค. AJAX์ ์ฃผ์ ๋๊ฐ์ง ํน์ง ํ์ด์ง ์๋ก๊ณ ์นจ ์์ด ์๋ฒ์ ์์ฒญ ์๋ฒ๋ก๋ถํฐ ๋ฐ์ดํฐ๋ฅผ ๋ฐ๊ณ ์์ ์ ์ํ Ajax๋ ์ธ์ด๋ ํ๋ ์ ์ํฌ๊ฐ ์๋ ๊ตฌํํ๋ ๋ฐฉ์์ ์๋ฏธํฉ๋๋ค. ๋ฐ์ดํฐ๋ฅผ ์ด..
1. ์ดํด๋ฆฝ์ค์์ Help> Install New Software... > ์๋๋งํฌ ๋ฃ์ด์ installํ๋ค. [์๋ฐ์คํฌ๋ฆฝํธ ํ๋ฌ๊ทธ์ธ] http://oss.opensagres.fr/tern.repository/1.2.1/ 2. ์ค์น๊ฐ ์๋ฃ๋์์ผ๋ฉด Restart Now ํ๊ฒ ์ต๋๊น ์ฐฝ์ด ๋จ๋๋ฐ ํ์ธ๋๋ฅธ๋ค. 3. ํด๋น ํ๋ก์ ํธ์์ ๋ง์ฐ์ค ์ค๋ฅธ์ชฝ > configure > convert to tern project ํด๋ฆญํ๋ค.