<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Easy for anyone.</title>
    <link>https://ezbuilder.tistory.com/</link>
    <description>프리랜서 풀스택 개발자 입니다. 
올해 초까지 대기업 SI 프로젝트 위주로 일해 왔으며,
현재는 올해 말까지 대기업 SM으로 계약하여 근무 하고 있습니다.</description>
    <language>ko</language>
    <pubDate>Sun, 28 Jun 2026 23:29:42 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>ezBuilder</managingEditor>
    <image>
      <title>Easy for anyone.</title>
      <url>https://tistory1.daumcdn.net/tistory/900292/attach/9521d4b421174402b3d79e7b563ebd35</url>
      <link>https://ezbuilder.tistory.com</link>
    </image>
    <item>
      <title>키 반복이 안될때</title>
      <link>https://ezbuilder.tistory.com/125</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;터미널 실행한 후 아래 명령어를 입력한다. 이후 재부팅 정상 동작 확인! 끝.&lt;/p&gt;
&lt;pre id=&quot;code_1685939582718&quot; class=&quot;bash&quot; data-ke-language=&quot;bash&quot; data-ke-type=&quot;codeblock&quot;&gt;&lt;code&gt;defaults write -g ApplePressAndHoldEnabled -bool false&lt;/code&gt;&lt;/pre&gt;</description>
      <category>OS/MacOS</category>
      <category>Keyboard</category>
      <category>MacOS</category>
      <category>맥</category>
      <category>키반복</category>
      <category>키입력</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/125</guid>
      <comments>https://ezbuilder.tistory.com/125#entry125comment</comments>
      <pubDate>Mon, 5 Jun 2023 13:34:28 +0900</pubDate>
    </item>
    <item>
      <title>Nuxt3(+Pinia) HMR 동작하지 않을 때 hmr 활성화 하기</title>
      <link>https://ezbuilder.tistory.com/124</link>
      <description>&lt;h1 style=&quot;background-color: #ffffff; color: #232629; text-align: left;&quot;&gt;&lt;a style=&quot;color: #000000;&quot; href=&quot;https://stackoverflow.com/questions/75219384/nuxt3-hmr-not-working-page-reload-needed-for-hmr-to-fire&quot;&gt;Nuxt3 HMR not working, page reload needed for HMR to fire&lt;/a&gt;&lt;/h1&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;nuxt.config.ts&lt;/b&gt;&lt;/p&gt;
&lt;pre id=&quot;code_1685880790357&quot; class=&quot;typescript&quot; data-ke-language=&quot;typescript&quot; data-ke-type=&quot;codeblock&quot;&gt;&lt;code&gt;export default defineNuxtConfig({
    vite: {
        server: {
            hmr: {
                port: 3008
            }
        }
    }
})&lt;/code&gt;&lt;/pre&gt;</description>
      <category>Web Dev/Nuxt</category>
      <category>defineNuxtConfig</category>
      <category>hmr</category>
      <category>Nuxt3</category>
      <category>pinia</category>
      <category>vite</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/124</guid>
      <comments>https://ezbuilder.tistory.com/124#entry124comment</comments>
      <pubDate>Sun, 4 Jun 2023 21:18:33 +0900</pubDate>
    </item>
    <item>
      <title>Firebase App named '[DEFAULT]' already exists 해결방법</title>
      <link>https://ezbuilder.tistory.com/123</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;name항목을 추가하고 프로젝트ID를 입력하면 쉽게 해결된다.&lt;/p&gt;
&lt;div style=&quot;background-color: #24292e; color: #e1e4e8;&quot;&gt;
&lt;div&gt;&lt;span style=&quot;color: #e1e4e8;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #f97583;&quot;&gt;await&lt;/span&gt;&lt;span style=&quot;color: #e1e4e8;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #b392f0;&quot;&gt;Firebase&lt;/span&gt;&lt;span style=&quot;color: #e1e4e8;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #b392f0;&quot;&gt;initializeApp&lt;/span&gt;&lt;span style=&quot;color: #e1e4e8;&quot;&gt;(&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #e1e4e8;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #ffab70;&quot;&gt;&amp;nbsp; &amp;nbsp; name&lt;/span&gt;&lt;span style=&quot;color: #f97583;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #e1e4e8;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #9ecbff;&quot;&gt;'프로젝트ID를 입력하세요'&lt;/span&gt;&lt;span style=&quot;color: #e1e4e8;&quot;&gt;,&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #e1e4e8;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #ffab70;&quot;&gt;&amp;nbsp; &amp;nbsp; options&lt;/span&gt;&lt;span style=&quot;color: #f97583;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #e1e4e8;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #b392f0;&quot;&gt;DefaultFirebaseOptions&lt;/span&gt;&lt;span style=&quot;color: #e1e4e8;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #e1e4e8;&quot;&gt;currentPlatform&lt;/span&gt;&lt;span style=&quot;color: #e1e4e8;&quot;&gt;,&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #e1e4e8;&quot;&gt; );&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;</description>
      <category>App Dev</category>
      <category>android</category>
      <category>AoS</category>
      <category>App</category>
      <category>default</category>
      <category>Firebase</category>
      <category>Firebase.initializeApp</category>
      <category>ios</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/123</guid>
      <comments>https://ezbuilder.tistory.com/123#entry123comment</comments>
      <pubDate>Wed, 31 May 2023 21:03:43 +0900</pubDate>
    </item>
    <item>
      <title>[신규 iOS] 항공편(비행기) 실시간 운항 정보(인천공항,한국공항)</title>
      <link>https://ezbuilder.tistory.com/122</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;a href=&quot;https://apps.apple.com/app/id6449462207&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://apps.apple.com/app/id6449462207&lt;/a&gt;&lt;/p&gt;
&lt;figure id=&quot;og_1685336184111&quot; contenteditable=&quot;false&quot; data-ke-type=&quot;opengraph&quot; data-ke-align=&quot;alignCenter&quot; data-og-type=&quot;website&quot; data-og-title=&quot;&amp;lrm;항공편(비행기) 실시간 운항 정보(인천공항,한국공항)&quot; data-og-description=&quot;&amp;lrm;1. 모든 국내 공항 항공편에 대한 출발 / 도착 정보를 조회하실 수 있습니다. 2. 알람을 등록 하시면 모든 스케줄 변경사항에 대해 실시간으로 알림 서비스를 받으실 수 있습니다. 3. 비행기의 &quot; data-og-host=&quot;apps.apple.com&quot; data-og-source-url=&quot;https://apps.apple.com/app/id6449462207&quot; data-og-url=&quot;https://apps.apple.com/us/app/%ED%95%AD%EA%B3%B5%ED%8E%B8-%EB%B9%84%ED%96%89%EA%B8%B0-%EC%8B%A4%EC%8B%9C%EA%B0%84-%EC%9A%B4%ED%95%AD-%EC%A0%95%EB%B3%B4-%EC%9D%B8%EC%B2%9C%EA%B3%B5%ED%95%AD-%ED%95%9C%EA%B5%AD%EA%B3%B5%ED%95%AD/id6449462207&quot; data-og-image=&quot;https://scrap.kakaocdn.net/dn/xgNVF/hySM9iitoh/1BEroi6OaMhg6pKSqtMJWK/img.png?width=1200&amp;amp;height=630&amp;amp;face=0_0_1200_630,https://scrap.kakaocdn.net/dn/JnTZQ/hySNjrEOFu/XDkT8HgqkthbhAeWbe4GFk/img.png?width=1200&amp;amp;height=600&amp;amp;face=0_0_1200_600&quot;&gt;&lt;a href=&quot;https://apps.apple.com/app/id6449462207&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; data-source-url=&quot;https://apps.apple.com/app/id6449462207&quot;&gt;
&lt;div class=&quot;og-image&quot; style=&quot;background-image: url('https://scrap.kakaocdn.net/dn/xgNVF/hySM9iitoh/1BEroi6OaMhg6pKSqtMJWK/img.png?width=1200&amp;amp;height=630&amp;amp;face=0_0_1200_630,https://scrap.kakaocdn.net/dn/JnTZQ/hySNjrEOFu/XDkT8HgqkthbhAeWbe4GFk/img.png?width=1200&amp;amp;height=600&amp;amp;face=0_0_1200_600');&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;og-text&quot;&gt;
&lt;p class=&quot;og-title&quot; data-ke-size=&quot;size16&quot;&gt;&amp;lrm;항공편(비행기) 실시간 운항 정보(인천공항,한국공항)&lt;/p&gt;
&lt;p class=&quot;og-desc&quot; data-ke-size=&quot;size16&quot;&gt;&amp;lrm;1. 모든 국내 공항 항공편에 대한 출발 / 도착 정보를 조회하실 수 있습니다. 2. 알람을 등록 하시면 모든 스케줄 변경사항에 대해 실시간으로 알림 서비스를 받으실 수 있습니다. 3. 비행기의&lt;/p&gt;
&lt;p class=&quot;og-host&quot; data-ke-size=&quot;size16&quot;&gt;apps.apple.com&lt;/p&gt;
&lt;/div&gt;
&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;&lt;figure class=&quot;imageslideblock alignCenter&quot; data-image=&quot;[{&amp;quot;src&amp;quot;:&amp;quot;https://blog.kakaocdn.net/dn/IAhvo/btshHMX8De8/qEqFyxuk93BBS4yiLhKzrK/img.png&amp;quot;},{&amp;quot;src&amp;quot;:&amp;quot;https://blog.kakaocdn.net/dn/0h6Ts/btshKRSx5Y4/KR39MDOuKzWSDJ5TYYXfLK/img.png&amp;quot;},{&amp;quot;src&amp;quot;:&amp;quot;https://blog.kakaocdn.net/dn/u5r9z/btshPoCwsVB/uBdKEExkZBanUm8VMKKWyk/img.png&amp;quot;},{&amp;quot;src&amp;quot;:&amp;quot;https://blog.kakaocdn.net/dn/EMPMI/btshTwtuMlk/5gHXWsw2AVezTlEYELhiX0/img.png&amp;quot;},{&amp;quot;src&amp;quot;:&amp;quot;https://blog.kakaocdn.net/dn/lePjF/btshPoWOLBH/HhFeKhrksGVvhHqJYshOBk/img.png&amp;quot;},{&amp;quot;src&amp;quot;:&amp;quot;https://blog.kakaocdn.net/dn/bwh3Ap/btshChkcVZt/to3QEZdi7Hva3GxoyPifoK/img.png&amp;quot;},{&amp;quot;src&amp;quot;:&amp;quot;https://blog.kakaocdn.net/dn/caAtGe/btshBjvGlxs/jcICRc9IU7RvL8oKDHsnY1/img.png&amp;quot;},{&amp;quot;src&amp;quot;:&amp;quot;https://blog.kakaocdn.net/dn/cpY0qe/btshBl8fNoM/XdAHCkhSJt5PTxe7GxndC0/img.png&amp;quot;},{&amp;quot;src&amp;quot;:&amp;quot;https://blog.kakaocdn.net/dn/bcZVNx/btshCf00vN1/CPOjdiU1FwrwIkoBva0M2K/img.png&amp;quot;}]&quot;&gt;
  &lt;div class=&quot;image-container&quot;&gt;&lt;span class=&quot;image-wrap selected&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/IAhvo/btshHMX8De8/qEqFyxuk93BBS4yiLhKzrK/img.png&quot; data-url=&quot;https://blog.kakaocdn.net/dn/IAhvo/btshHMX8De8/qEqFyxuk93BBS4yiLhKzrK/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/IAhvo/btshHMX8De8/qEqFyxuk93BBS4yiLhKzrK/img.png&quot; loading=&quot;lazy&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FIAhvo%2FbtshHMX8De8%2FqEqFyxuk93BBS4yiLhKzrK%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; data-origin-width=&quot;1290&quot; data-origin-height=&quot;2796&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;image-wrap &quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/0h6Ts/btshKRSx5Y4/KR39MDOuKzWSDJ5TYYXfLK/img.png&quot; data-url=&quot;https://blog.kakaocdn.net/dn/0h6Ts/btshKRSx5Y4/KR39MDOuKzWSDJ5TYYXfLK/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/0h6Ts/btshKRSx5Y4/KR39MDOuKzWSDJ5TYYXfLK/img.png&quot; loading=&quot;lazy&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2F0h6Ts%2FbtshKRSx5Y4%2FKR39MDOuKzWSDJ5TYYXfLK%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; data-origin-width=&quot;1290&quot; data-origin-height=&quot;2796&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;image-wrap &quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/u5r9z/btshPoCwsVB/uBdKEExkZBanUm8VMKKWyk/img.png&quot; data-url=&quot;https://blog.kakaocdn.net/dn/u5r9z/btshPoCwsVB/uBdKEExkZBanUm8VMKKWyk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/u5r9z/btshPoCwsVB/uBdKEExkZBanUm8VMKKWyk/img.png&quot; loading=&quot;lazy&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fu5r9z%2FbtshPoCwsVB%2FuBdKEExkZBanUm8VMKKWyk%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; data-origin-width=&quot;1290&quot; data-origin-height=&quot;2796&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;image-wrap &quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/EMPMI/btshTwtuMlk/5gHXWsw2AVezTlEYELhiX0/img.png&quot; data-url=&quot;https://blog.kakaocdn.net/dn/EMPMI/btshTwtuMlk/5gHXWsw2AVezTlEYELhiX0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/EMPMI/btshTwtuMlk/5gHXWsw2AVezTlEYELhiX0/img.png&quot; loading=&quot;lazy&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FEMPMI%2FbtshTwtuMlk%2F5gHXWsw2AVezTlEYELhiX0%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; data-origin-width=&quot;1290&quot; data-origin-height=&quot;2796&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;image-wrap &quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/lePjF/btshPoWOLBH/HhFeKhrksGVvhHqJYshOBk/img.png&quot; data-url=&quot;https://blog.kakaocdn.net/dn/lePjF/btshPoWOLBH/HhFeKhrksGVvhHqJYshOBk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/lePjF/btshPoWOLBH/HhFeKhrksGVvhHqJYshOBk/img.png&quot; loading=&quot;lazy&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FlePjF%2FbtshPoWOLBH%2FHhFeKhrksGVvhHqJYshOBk%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; data-origin-width=&quot;1290&quot; data-origin-height=&quot;2796&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;image-wrap &quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bwh3Ap/btshChkcVZt/to3QEZdi7Hva3GxoyPifoK/img.png&quot; data-url=&quot;https://blog.kakaocdn.net/dn/bwh3Ap/btshChkcVZt/to3QEZdi7Hva3GxoyPifoK/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bwh3Ap/btshChkcVZt/to3QEZdi7Hva3GxoyPifoK/img.png&quot; loading=&quot;lazy&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fbwh3Ap%2FbtshChkcVZt%2Fto3QEZdi7Hva3GxoyPifoK%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; data-origin-width=&quot;1290&quot; data-origin-height=&quot;2796&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;image-wrap &quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/caAtGe/btshBjvGlxs/jcICRc9IU7RvL8oKDHsnY1/img.png&quot; data-url=&quot;https://blog.kakaocdn.net/dn/caAtGe/btshBjvGlxs/jcICRc9IU7RvL8oKDHsnY1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/caAtGe/btshBjvGlxs/jcICRc9IU7RvL8oKDHsnY1/img.png&quot; loading=&quot;lazy&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcaAtGe%2FbtshBjvGlxs%2FjcICRc9IU7RvL8oKDHsnY1%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; data-origin-width=&quot;1290&quot; data-origin-height=&quot;2796&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;image-wrap &quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/cpY0qe/btshBl8fNoM/XdAHCkhSJt5PTxe7GxndC0/img.png&quot; data-url=&quot;https://blog.kakaocdn.net/dn/cpY0qe/btshBl8fNoM/XdAHCkhSJt5PTxe7GxndC0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/cpY0qe/btshBl8fNoM/XdAHCkhSJt5PTxe7GxndC0/img.png&quot; loading=&quot;lazy&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcpY0qe%2FbtshBl8fNoM%2FXdAHCkhSJt5PTxe7GxndC0%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; data-origin-width=&quot;1290&quot; data-origin-height=&quot;2796&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;image-wrap &quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bcZVNx/btshCf00vN1/CPOjdiU1FwrwIkoBva0M2K/img.png&quot; data-url=&quot;https://blog.kakaocdn.net/dn/bcZVNx/btshCf00vN1/CPOjdiU1FwrwIkoBva0M2K/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bcZVNx/btshCf00vN1/CPOjdiU1FwrwIkoBva0M2K/img.png&quot; loading=&quot;lazy&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbcZVNx%2FbtshCf00vN1%2FCPOjdiU1FwrwIkoBva0M2K%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; data-origin-width=&quot;1290&quot; data-origin-height=&quot;2796&quot;/&gt;&lt;/span&gt;&lt;button class=&quot;btn btn-prev&quot;&gt;&lt;span class=&quot;ico-prev&quot;&gt;이전&lt;/span&gt;&lt;/button&gt;&lt;button class=&quot;btn btn-next&quot;&gt;&lt;span class=&quot;ico-next&quot;&gt;다음&lt;/span&gt;&lt;/button&gt;&lt;/div&gt;
  &lt;div class=&quot;mark&quot;&gt;&lt;span data-index=&quot;0&quot;&gt;0&lt;/span&gt;&lt;span data-index=&quot;1&quot;&gt;1&lt;/span&gt;&lt;span data-index=&quot;2&quot;&gt;2&lt;/span&gt;&lt;span data-index=&quot;3&quot;&gt;3&lt;/span&gt;&lt;span data-index=&quot;4&quot;&gt;4&lt;/span&gt;&lt;span data-index=&quot;5&quot;&gt;5&lt;/span&gt;&lt;span data-index=&quot;6&quot;&gt;6&lt;/span&gt;&lt;span data-index=&quot;7&quot;&gt;7&lt;/span&gt;&lt;span data-index=&quot;8&quot;&gt;8&lt;/span&gt;&lt;/div&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;1. 모든 국내 공항 항공편에 대한 출발 / 도착 정보를 조회하실 수 있습니다.&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;2. 알람을 등록 하시면 모든 스케줄 변경사항에 대해 실시간으로 알림 서비스를 받으실 수 있습니다.&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;3. 비행기의 현재 위치 확인 및 추적이 가능합니다.&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;4. 공항별 날씨 정보를 제공합니다.&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;5. 인천국제공항&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 코드셰어가 적용 되었습니다.&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 출발편에 한해 공항 혼잡도 조회 하실 수 있습니다.&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;6. 항공사에 대한 정보를 제공 합니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;* 주의사항 *&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 현재 인천국제공항 및 한국공항공사으로 부터 제공받는 스케줄을 토대로 하였기에 약간의 시간적 오차가 발생할 수 있으며, 해당 기관의 서버에 문제가 발생할 경우 스케줄 서비스를 제공해드리지 못할 수 있습니다.&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 알림 서비스는 서버의 상태에 따라 다소 지연될 수 있습니다.&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 실제 공항에서는 공항 안내방송 및 스케줄 안내에 따라 행동하시기 바랍니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;* 공항 *&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 인천국제공항 (인천공항)&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 김포국제공항 (김포공항)&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 김해국제공항 (김해공항)&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 제주국제공항 (제주공항)&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 대구국제공항 (대구공항)&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 청주국제공항 (청주공항)&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 무안국제공항 (무안공항)&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 양양국제공항 (양양공항)&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 울산공항&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 광주공항&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 여수공항&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 포항공항&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 사천공항&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 군산공항&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 원주공항&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;* 라이센스 *&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 스케줄 : 인천국제공항 및 한국공항공사&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 날씨 : 기상청 및 네이버&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 폰트 : 정선군 (www.jeongseon.go.kr)&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;- 비행기 위치 추적: flightaware.com&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;* 문의&lt;/p&gt;
&lt;p style=&quot;background-color: #ffffff; color: #1d1d1f; text-align: left;&quot; data-test-bidi=&quot;&quot; data-ke-size=&quot;size16&quot;&gt;이메일: builder.ez@gmail.com&lt;/p&gt;</description>
      <category>App Dev/iPhone</category>
      <category>ios</category>
      <category>비행기</category>
      <category>실시간</category>
      <category>아이폰</category>
      <category>인천공항</category>
      <category>출도착정보</category>
      <category>출발도착정보</category>
      <category>한국공항</category>
      <category>항공편</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/122</guid>
      <comments>https://ezbuilder.tistory.com/122#entry122comment</comments>
      <pubDate>Mon, 29 May 2023 13:08:41 +0900</pubDate>
    </item>
    <item>
      <title>[업데이트] 항공편(비행기) 실시간 운항 정보(인천공항,한국공항)</title>
      <link>https://ezbuilder.tistory.com/121</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;a href=&quot;https://play.google.com/store/apps/details?id=com.siriware.flightrealschedule&quot;&gt;https://play.google.com/store/apps/details?id=com.siriware.flightrealschedule&lt;/a&gt;&lt;/p&gt;
&lt;figure id=&quot;og_1685332954401&quot; contenteditable=&quot;false&quot; data-ke-type=&quot;opengraph&quot; data-ke-align=&quot;alignCenter&quot; data-og-type=&quot;website&quot; data-og-title=&quot;항공편(비행기) 실시간 운항 정보(인천공항,한국공항) - Google Play 앱&quot; data-og-description=&quot;국내 모든 공항에 대한 스케줄을 실시간으로 제공하며, 알람등록시 푸시를 통해 변경사항을 바로 확인하실 수 있습니다. 실시간 위치 추적 가능.&quot; data-og-host=&quot;play.google.com&quot; data-og-source-url=&quot;https://play.google.com/store/apps/details?id=com.siriware.flightrealschedule&quot; data-og-url=&quot;https://play.google.com/store/apps/details?id=com.siriware.flightrealschedule&amp;amp;hl=ko&quot; data-og-image=&quot;https://scrap.kakaocdn.net/dn/Es3rn/hySM7xW6Zp/dbYlktM5lIGXKOBOaHJze1/img.png?width=512&amp;amp;height=512&amp;amp;face=0_0_512_512,https://scrap.kakaocdn.net/dn/bIJ2nj/hySM6Z6Oo0/ofpcmJLWkP76PqK301rlhK/img.png?width=600&amp;amp;height=300&amp;amp;face=0_0_600_300,https://scrap.kakaocdn.net/dn/zLdMf/hySM9JiPFP/Wt3Mpcm2vYjGG18QQ2uwc1/img.png?width=240&amp;amp;height=240&amp;amp;face=0_0_240_240&quot;&gt;&lt;a href=&quot;https://play.google.com/store/apps/details?id=com.siriware.flightrealschedule&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; data-source-url=&quot;https://play.google.com/store/apps/details?id=com.siriware.flightrealschedule&quot;&gt;
&lt;div class=&quot;og-image&quot; style=&quot;background-image: url('https://scrap.kakaocdn.net/dn/Es3rn/hySM7xW6Zp/dbYlktM5lIGXKOBOaHJze1/img.png?width=512&amp;amp;height=512&amp;amp;face=0_0_512_512,https://scrap.kakaocdn.net/dn/bIJ2nj/hySM6Z6Oo0/ofpcmJLWkP76PqK301rlhK/img.png?width=600&amp;amp;height=300&amp;amp;face=0_0_600_300,https://scrap.kakaocdn.net/dn/zLdMf/hySM9JiPFP/Wt3Mpcm2vYjGG18QQ2uwc1/img.png?width=240&amp;amp;height=240&amp;amp;face=0_0_240_240');&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;og-text&quot;&gt;
&lt;p class=&quot;og-title&quot; data-ke-size=&quot;size16&quot;&gt;항공편(비행기) 실시간 운항 정보(인천공항,한국공항) - Google Play 앱&lt;/p&gt;
&lt;p class=&quot;og-desc&quot; data-ke-size=&quot;size16&quot;&gt;국내 모든 공항에 대한 스케줄을 실시간으로 제공하며, 알람등록시 푸시를 통해 변경사항을 바로 확인하실 수 있습니다. 실시간 위치 추적 가능.&lt;/p&gt;
&lt;p class=&quot;og-host&quot; data-ke-size=&quot;size16&quot;&gt;play.google.com&lt;/p&gt;
&lt;/div&gt;
&lt;/a&gt;&lt;/figure&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style=&quot;color: #000000;&quot;&gt;
&lt;div style=&quot;color: #000000;&quot;&gt;
&lt;div style=&quot;color: #000000;&quot;&gt;
&lt;div style=&quot;color: #000000;&quot;&gt;
&lt;div style=&quot;color: #000000;&quot;&gt;&lt;figure class=&quot;imagegridblock&quot;&gt;
  &lt;div class=&quot;image-container&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bMMLni/btshAqiaeT2/s8ssf5tJVg5NaHduZtpTj1/img.webp&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bMMLni/btshAqiaeT2/s8ssf5tJVg5NaHduZtpTj1/img.webp&quot; data-origin-width=&quot;0&quot; data-origin-height=&quot;0&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bMMLni/btshAqiaeT2/s8ssf5tJVg5NaHduZtpTj1/img.webp&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbMMLni%2FbtshAqiaeT2%2Fs8ssf5tJVg5NaHduZtpTj1%2Fimg.webp&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;0&quot; height=&quot;0&quot;/&gt;&lt;/span&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/cgX1eo/btshAsf2hNC/KPWceLm2o4jpk7WU53Uwl1/img.webp&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/cgX1eo/btshAsf2hNC/KPWceLm2o4jpk7WU53Uwl1/img.webp&quot; data-origin-width=&quot;0&quot; data-origin-height=&quot;0&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/cgX1eo/btshAsf2hNC/KPWceLm2o4jpk7WU53Uwl1/img.webp&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcgX1eo%2FbtshAsf2hNC%2FKPWceLm2o4jpk7WU53Uwl1%2Fimg.webp&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;0&quot; height=&quot;0&quot;/&gt;&lt;/span&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bzMVjX/btshAzeSQMY/cn5qBeQJr9SyEr3hak8kAK/img.webp&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bzMVjX/btshAzeSQMY/cn5qBeQJr9SyEr3hak8kAK/img.webp&quot; srcset=&quot;https://play-lh.googleusercontent.com/fxY6bssxmS0nYytdszZ7KVsL4ykY3slVtGOovEGJ9J7lZaO3L2CgZ9SJujkd_6yl1w=w1052-h592-rw 2x&quot; data-screenshot-index=&quot;0&quot; data-iml=&quot;1330.8999999761581&quot; data-origin-width=&quot;137&quot; data-origin-height=&quot;296&quot; data-is-animation=&quot;false&quot; data-widthpercent=&quot;50&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bzMVjX/btshAzeSQMY/cn5qBeQJr9SyEr3hak8kAK/img.webp&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbzMVjX%2FbtshAzeSQMY%2Fcn5qBeQJr9SyEr3hak8kAK%2Fimg.webp&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;137&quot; height=&quot;296&quot;/&gt;&lt;/span&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/3yGzH/btshCgey6vZ/qa3Y2rB54EYhcImqVKSuR1/img.webp&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/3yGzH/btshCgey6vZ/qa3Y2rB54EYhcImqVKSuR1/img.webp&quot; data-origin-width=&quot;0&quot; data-origin-height=&quot;0&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/3yGzH/btshCgey6vZ/qa3Y2rB54EYhcImqVKSuR1/img.webp&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2F3yGzH%2FbtshCgey6vZ%2Fqa3Y2rB54EYhcImqVKSuR1%2Fimg.webp&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;0&quot; height=&quot;0&quot;/&gt;&lt;/span&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/cA0WKJ/btshBlf7NPD/SGW7gFfiviG2TjgD8kw9Dk/img.webp&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/cA0WKJ/btshBlf7NPD/SGW7gFfiviG2TjgD8kw9Dk/img.webp&quot; data-origin-width=&quot;0&quot; data-origin-height=&quot;0&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/cA0WKJ/btshBlf7NPD/SGW7gFfiviG2TjgD8kw9Dk/img.webp&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcA0WKJ%2FbtshBlf7NPD%2FSGW7gFfiviG2TjgD8kw9Dk%2Fimg.webp&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;0&quot; height=&quot;0&quot;/&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/figure&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #000000;&quot;&gt;
&lt;div style=&quot;color: #000000;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #000000;&quot;&gt;
&lt;div style=&quot;color: #000000;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #000000;&quot;&gt;
&lt;div style=&quot;color: #000000;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #000000;&quot;&gt;
&lt;div style=&quot;color: #000000;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #202124;&quot;&gt;
&lt;div style=&quot;color: #000000;&quot;&gt;
&lt;h2 style=&quot;color: #000000;&quot; data-ke-size=&quot;size26&quot;&gt;새로운 기능&lt;/h2&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #5f6368;&quot;&gt;
&lt;div style=&quot;color: #000000;&quot;&gt;1. 시스템 안정화를 위해 최신 기술을 적용 하였습니다.&lt;br /&gt;2. 앱 디자인이 변경 되었습니다.&lt;br /&gt;3. 각 공항의 바람에 대한 정보를 추가 하였습니다.&lt;br /&gt;4. 테마를 원하는 색상으로 선택이 가능 합니다.&lt;br /&gt;5. 스케줄 사이에 삽입 되었던 광고가 제거 되었습니다.&lt;br /&gt;6. 앱 오프닝 광고가 추가 되었습니다.(랜덤 적용)&lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;1. 모든 국내 공항 항공편에 대한 출발 / 도착 정보를 조회하실 수 있습니다.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;2. 알람을 등록 하시면 모든 스케줄 변경사항에 대해 실시간으로 알림 서비스를 받으실 수 있습니다.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;3. 비행기의 현재 위치 확인 및 추적이 가능합니다.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;4. 공항별 날씨 정보를 제공합니다.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;5. 인천국제공항&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 코드셰어가 적용 되었습니다.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 출발편에 한해 공항 혼잡도 조회 하실 수 있습니다.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;6. 항공사에 대한 정보를 제공 합니다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;* 주의사항 *&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 현재 인천국제공항 및 한국공항공사으로 부터 제공받는 스케줄을 토대로 하였기에 약간의 시간적 오차가 발생할 수 있으며, 해당 기관의 서버에 문제가 발생할 경우 스케줄 서비스를 제공해드리지 못할 수 있습니다.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 알림 서비스는 서버의 상태에 따라 다소 지연될 수 있습니다.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 실제 공항에서는 공항 안내방송 및 스케줄 안내에 따라 행동하시기 바랍니다.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;* 공항 *&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 인천국제공항 (인천공항)&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 김포국제공항 (김포공항)&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 김해국제공항 (김해공항)&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 제주국제공항 (제주공항)&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 대구국제공항 (대구공항)&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 청주국제공항 (청주공항)&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 무안국제공항 (무안공항)&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 양양국제공항 (양양공항)&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 울산공항&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 광주공항&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 여수공항&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 포항공항&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 사천공항&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 군산공항&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 원주공항&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;* 라이센스 *&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 스케줄 : 인천국제공항 및 한국공항공사&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 날씨 : 기상청 및 네이버&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 폰트 : 정선군 (www.jeongseon.go.kr)&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;- 비행기 위치 추적: flightaware.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;* 구글 플레이스토어&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;전화번호: 080-234-0051&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;* 문의&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: #ffffff; color: #5f6368; text-align: start;&quot;&gt;이메일: builder.ez@gmail.com&lt;/span&gt;&lt;/p&gt;</description>
      <category>App Dev/Android</category>
      <category>AoS</category>
      <category>비행기</category>
      <category>실시간</category>
      <category>안드로이드</category>
      <category>운항정보</category>
      <category>인천공항</category>
      <category>한국공항</category>
      <category>항공편</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/121</guid>
      <comments>https://ezbuilder.tistory.com/121#entry121comment</comments>
      <pubDate>Mon, 29 May 2023 13:05:11 +0900</pubDate>
    </item>
    <item>
      <title>항공편 실시간 출발 도착 정보(비행기 스케줄, 공항) 새로 만들었어요.</title>
      <link>https://ezbuilder.tistory.com/120</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;a href=&quot;https://play.google.com/store/apps/details?id=com.siriware.flightrealschedule&quot;&gt;https://play.google.com/store/apps/details?id=com.siriware.flightrealschedule&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;180&quot; data-origin-height=&quot;180&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/cT1b2T/btqClzeYz26/O1bQOv5aOvLuUX39RICIY1/img.webp&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/cT1b2T/btqClzeYz26/O1bQOv5aOvLuUX39RICIY1/img.webp&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/cT1b2T/btqClzeYz26/O1bQOv5aOvLuUX39RICIY1/img.webp&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcT1b2T%2FbtqClzeYz26%2FO1bQOv5aOvLuUX39RICIY1%2Fimg.webp&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;180&quot; height=&quot;180&quot; data-origin-width=&quot;180&quot; data-origin-height=&quot;180&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h1&gt;&lt;span&gt;항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;160&quot; data-origin-height=&quot;310&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/pG5Ob/btqCoQG0rV0/CDWUJ1jaBp6PABK9hTknrk/img.webp&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/pG5Ob/btqCoQG0rV0/CDWUJ1jaBp6PABK9hTknrk/img.webp&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/pG5Ob/btqCoQG0rV0/CDWUJ1jaBp6PABK9hTknrk/img.webp&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FpG5Ob%2FbtqCoQG0rV0%2FCDWUJ1jaBp6PABK9hTknrk%2Fimg.webp&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;160&quot; height=&quot;310&quot; data-origin-width=&quot;160&quot; data-origin-height=&quot;310&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;160&quot; data-origin-height=&quot;310&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bjpWBq/btqCqNwfEQD/QP968QCsj7bKTtLS2RsxC0/img.webp&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bjpWBq/btqCqNwfEQD/QP968QCsj7bKTtLS2RsxC0/img.webp&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bjpWBq/btqCqNwfEQD/QP968QCsj7bKTtLS2RsxC0/img.webp&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbjpWBq%2FbtqCqNwfEQD%2FQP968QCsj7bKTtLS2RsxC0%2Fimg.webp&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;160&quot; height=&quot;310&quot; data-origin-width=&quot;160&quot; data-origin-height=&quot;310&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;160&quot; data-origin-height=&quot;310&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/l64oO/btqClzlEKXY/d3Vhhfk6Gl0ZKcBr21yook/img.webp&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/l64oO/btqClzlEKXY/d3Vhhfk6Gl0ZKcBr21yook/img.webp&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/l64oO/btqClzlEKXY/d3Vhhfk6Gl0ZKcBr21yook/img.webp&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fl64oO%2FbtqClzlEKXY%2Fd3Vhhfk6Gl0ZKcBr21yook%2Fimg.webp&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;160&quot; height=&quot;310&quot; data-origin-width=&quot;160&quot; data-origin-height=&quot;310&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;160&quot; data-origin-height=&quot;310&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/cstmEG/btqCjSeYskr/UkhVUFZfxdvyKi4w2aQXh1/img.webp&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/cstmEG/btqCjSeYskr/UkhVUFZfxdvyKi4w2aQXh1/img.webp&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/cstmEG/btqCjSeYskr/UkhVUFZfxdvyKi4w2aQXh1/img.webp&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcstmEG%2FbtqCjSeYskr%2FUkhVUFZfxdvyKi4w2aQXh1%2Fimg.webp&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;160&quot; height=&quot;310&quot; data-origin-width=&quot;160&quot; data-origin-height=&quot;310&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;160&quot; data-origin-height=&quot;310&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/zzc5a/btqCkRGWgDq/9fNlHGzUoVJurzySJdKWv0/img.webp&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/zzc5a/btqCkRGWgDq/9fNlHGzUoVJurzySJdKWv0/img.webp&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/zzc5a/btqCkRGWgDq/9fNlHGzUoVJurzySJdKWv0/img.webp&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fzzc5a%2FbtqCkRGWgDq%2F9fNlHGzUoVJurzySJdKWv0%2Fimg.webp&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;160&quot; height=&quot;310&quot; data-origin-width=&quot;160&quot; data-origin-height=&quot;310&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;160&quot; data-origin-height=&quot;310&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bVvKxa/btqCqOvabNn/atbK0g5L6vmObeeNfd5eO1/img.webp&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bVvKxa/btqCqOvabNn/atbK0g5L6vmObeeNfd5eO1/img.webp&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bVvKxa/btqCqOvabNn/atbK0g5L6vmObeeNfd5eO1/img.webp&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbVvKxa%2FbtqCqOvabNn%2FatbK0g5L6vmObeeNfd5eO1%2Fimg.webp&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;160&quot; height=&quot;310&quot; data-origin-width=&quot;160&quot; data-origin-height=&quot;310&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-origin-width=&quot;600&quot; data-origin-height=&quot;310&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/qpEoS/btqCn1hJrgB/GmlrtxExkqV6r6JUCJkuJ0/img.webp&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/qpEoS/btqCn1hJrgB/GmlrtxExkqV6r6JUCJkuJ0/img.webp&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/qpEoS/btqCn1hJrgB/GmlrtxExkqV6r6JUCJkuJ0/img.webp&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FqpEoS%2FbtqCn1hJrgB%2FGmlrtxExkqV6r6JUCJkuJ0%2Fimg.webp&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;601&quot; height=&quot;310&quot; data-origin-width=&quot;600&quot; data-origin-height=&quot;310&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;1. 모든 국내공항 항공편에 대한 출발 / 도착 정보를 조회하실 수 있습니다.&lt;br /&gt;2. 알람을 등록하시면 모든 스케줄 변경사항에 대해 실시간으로 푸시알림 서비스를 받으실 수 있습니다.&lt;br /&gt;3. 공항별 날씨정보를 제공합니다.&lt;br /&gt;&lt;br /&gt;* 주의사항 *&lt;br /&gt;- 현재 인천국제공항 및 한국공항공사에서 제공받은 스케줄을 토대로 하였기에 약간의 오차가 발생할 수 있으며, 해당 기관의 서버에 문제가 발생할 경우 스케줄 서비스를 제공해드리지 못할 수 있습니다.&lt;br /&gt;- 푸시알림 서비스는 서버의 상태에 따라 다소 지연될 수 있습니다.&lt;br /&gt;- 실제 공항에서는 공항 안내방송 및 스케줄 안내에 따라 행동하시기 바랍니다.&lt;br /&gt;&lt;br /&gt;* 공항 *&lt;br /&gt;- 인천국제공항 (인천공항)&lt;br /&gt;- 김포국제공항 (김포공항)&lt;br /&gt;- 김해국제공항 (김해공항)&lt;br /&gt;- 제구국제공항 (제주공항)&lt;br /&gt;- 대구국제공항 (대구공항)&lt;br /&gt;- 청주국제공항 (청주공항)&lt;br /&gt;- 무안국제공항 (무안공항)&lt;br /&gt;- 양양국제공항 (양양공항)&lt;br /&gt;- 울산공항&lt;br /&gt;- 광주공항&lt;br /&gt;- 여수공항&lt;br /&gt;- 포항공항&lt;br /&gt;- 사천공항&lt;br /&gt;- 군산공항&lt;br /&gt;- 원주공항&lt;br /&gt;&lt;br /&gt;* 자료제공 *&lt;br /&gt;- 스케줄 및 배경이미지 : 인천국제공항 및 한국공항공사&lt;br /&gt;- 폰트 : 네이버&lt;br /&gt;- 날씨 : 기상청&lt;br /&gt;&lt;br /&gt;* 항공사 *&lt;br /&gt;- 대한항공&lt;br /&gt;- 아시아나항공&lt;br /&gt;- 이스타항공&lt;br /&gt;- 제주항공&lt;br /&gt;- 진에어&lt;br /&gt;- 에어부산&lt;br /&gt;- 중국남방항공&lt;br /&gt;- 중국동방항공&lt;br /&gt;- 춘추항공&lt;br /&gt;- 캐세이드래곤항공&lt;br /&gt;- 타이거항공&lt;br /&gt;- 티웨이항공&lt;br /&gt;- 홍콩익스프레스&lt;br /&gt;- 상하이 항공&lt;br /&gt;- 에바&lt;br /&gt;- 일본항공&lt;br /&gt;- 전일본공수&lt;br /&gt;- 중국국제항공&lt;br /&gt;- 중화항공&lt;br /&gt;- S7 항공&lt;br /&gt;- 가루다인도네시아항공&lt;br /&gt;- 남아프리카항공&lt;br /&gt;- 니키&lt;br /&gt;- 델타항공&lt;br /&gt;- 라오항공&lt;br /&gt;- 란항공&lt;br /&gt;- 로얄 브루네이 항공&lt;br /&gt;- 로얄 에어 모로코&lt;br /&gt;- 루프트한자항공&lt;br /&gt;- 만다린항공&lt;br /&gt;- 말레이시아항공&lt;br /&gt;- 몽골항공&lt;br /&gt;- 미얀마국제항공&lt;br /&gt;- 베네주엘라 국제항공&lt;br /&gt;- 베를린 항공&lt;br /&gt;- 베트남항공&lt;br /&gt;- 비엣젯항공&lt;br /&gt;- 사천항공&lt;br /&gt;- 산동항공&lt;br /&gt;- 상하이항공&lt;br /&gt;- 세부퍼시픽항공&lt;br /&gt;- 세이셸항공&lt;br /&gt;- 스리랑카항공&lt;br /&gt;- 스쿳 항공&lt;br /&gt;- 심천항공&lt;br /&gt;- 싱가포르항공&lt;br /&gt;- 아르헨티나 항공&lt;br /&gt;- 아메리칸항공&lt;br /&gt;- 아에로멕시코&lt;br /&gt;- 알리탈리아 항공&lt;br /&gt;- 야쿠티아 항공&lt;br /&gt;- 에미레이트항공&lt;br /&gt;- 에바항공&lt;br /&gt;- 에어 뉴질랜드&lt;br /&gt;- 에어 마카오&lt;br /&gt;- 에어 비쉬켁&lt;br /&gt;- 에어 프랑스&lt;br /&gt;- 에어로플로트항공&lt;br /&gt;- 에어서울&lt;br /&gt;- 에어세르비아&lt;br /&gt;- 에어아스타나&lt;br /&gt;- 에어아시아 필리핀&lt;br /&gt;- 에어아시아엑스&lt;br /&gt;- 에어인디아&lt;br /&gt;- 에어캐나다&lt;br /&gt;- 에티오피아항공&lt;br /&gt;- 에티하드 항공&lt;br /&gt;- 영국항공&lt;br /&gt;- 오로라항공&lt;br /&gt;- 오스트리아 항공&lt;br /&gt;- 우즈베키스탄항공&lt;br /&gt;- 유나이티드항공&lt;br /&gt;- 유니항공&lt;br /&gt;- 제트 에어웨이즈&lt;br /&gt;- 중국하문항공&lt;br /&gt;- 체코항공&lt;br /&gt;- 카타르항공&lt;br /&gt;- 캐세이패시픽항공&lt;br /&gt;- 케냐항공&lt;br /&gt;- 케이엘엠네덜란드항공&lt;br /&gt;- 코파항공&lt;br /&gt;- 콴타스항공&lt;br /&gt;- 타이에어아시아엑스&lt;br /&gt;- 타이항공&lt;br /&gt;- 터키항공&lt;br /&gt;- 텐진 에어라인&lt;br /&gt;- 폴란드항공&lt;br /&gt;- 피치항공&lt;br /&gt;- 핀에어&lt;br /&gt;- 필리핀항공&lt;br /&gt;- 하와이안항공&lt;br /&gt;- 호주 항공&lt;br /&gt;- 홍콩익스프레스항공&lt;br /&gt;- 홍콩항공&lt;br /&gt;- 네덜란드&lt;br /&gt;- 베트남&lt;br /&gt;- 세부퍼시픽&lt;br /&gt;- 아메리칸 에어라인&lt;br /&gt;- 아에로 플로트 항공&lt;br /&gt;- 알리탈리아&lt;br /&gt;- 에어아시아 엑스&lt;br /&gt;- 중국하이난항공&lt;br /&gt;- 캐세이드레곤항공&lt;br /&gt;- 캐세이퍼시픽&lt;br /&gt;- 프랑스항공&lt;br /&gt;- 필리핀에어아시아&lt;br /&gt;- 하와이안에어&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description>
      <category>App Dev/Android</category>
      <category>비행기</category>
      <category>비행시 시간표</category>
      <category>스케줄</category>
      <category>실시간</category>
      <category>인천공항</category>
      <category>인천국제공항</category>
      <category>제주공항</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/120</guid>
      <comments>https://ezbuilder.tistory.com/120#entry120comment</comments>
      <pubDate>Sun, 1 Mar 2020 13:31:11 +0900</pubDate>
    </item>
    <item>
      <title>항공편 실시간 출발 도착 정보 앱 개발</title>
      <link>https://ezbuilder.tistory.com/119</link>
      <description>&lt;script src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({
          google_ad_client: &quot;ca-pub-2386180969214205&quot;,
          enable_page_level_ads: true
     });
&lt;/script&gt;
&lt;p&gt;&lt;a href=&quot;https://play.google.com/store/apps/details?id=com.siriware.flightrealschedule&quot; target=&quot;_blank&quot; class=&quot;tx-link&quot;&gt;https://play.google.com/store/apps/details?id=com.siriware.flightrealschedule&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;details-info&quot; style=&quot;border-top: 0px; border-right: 0px; border-bottom: none; border-left: 0px; border-image: initial; margin: 0px; padding: 0px; display: inline-block; position: relative; width: 720px; color: rgb(51, 51, 51); font-family: Roboto, UILanguageFont, Arial, sans-serif;&quot;&gt;&lt;div class=&quot;info-container&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; min-height: 195px; position: relative; overflow: hidden; white-space: nowrap;&quot;&gt;&lt;div class=&quot;cover-container&quot; style=&quot;border: 0px; margin: 25px 25px 28px; padding: 0px; display: inline-block; float: none;&quot;&gt;&lt;img class=&quot;cover-image&quot; src=&quot;https://lh3.googleusercontent.com/XMcM58ikO9Tz5pHrnGEK1Ji367RB3ZF2M_CT6uX3dsmVUCsMOL0Pp3ltba-A5xjFIQ=w300-rw&quot; alt=&quot;Cover art&quot; aria-hidden=&quot;true&quot; itemprop=&quot;image&quot; style=&quot;vertical-align: middle; border: 0px; margin: 0px; padding: 0px; box-shadow: none; width: 180px;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;info-box-top&quot; style=&quot;border: 0px; margin: 0px; padding: 0px 0px 65px; display: inline-block; white-space: normal; width: 465px; box-sizing: border-box; min-height: 200px; vertical-align: top;&quot;&gt;&lt;h1 class=&quot;document-title&quot; itemprop=&quot;name&quot; style=&quot;border: 0px; margin: 25px 30px 10px 0px; padding: 0px; font-style: inherit; font-variant: inherit; font-weight: 300; font-stretch: inherit; font-size: 30px; line-height: 35px; font-family: inherit; color: rgb(33, 33, 33);&quot;&gt;&lt;div class=&quot;id-app-title&quot; tabindex=&quot;0&quot; style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)&lt;/div&gt;&lt;/h1&gt;&lt;div style=&quot;border: 0px; margin: 0px; padding: 0px; clear: both;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;document-subtitles&quot; style=&quot;border: 0px; margin: 0px 0px 10px; padding: 0px;&quot;&gt;&lt;div class=&quot;right-info&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; color: rgb(97, 97, 97); float: right;&quot;&gt;&lt;a class=&quot;document-subtitle info-star-rating id-no-nav&quot; href=&quot;https://play.google.com/store/apps/details?id=com.siriware.flightrealschedule#details-reviews&quot; style=&quot;color: rgb(97, 97, 97); display: inline-block; vertical-align: baseline; margin-right: 0px; border-left: 0px; padding-left: 0px;&quot;&gt;&lt;div class=&quot;tiny-star star-rating-non-editable-container&quot; aria-label=&quot;별표 5개 만점에 5.0개로 평가했습니다.&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; background: url(&amp;quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAA70lEQVR4AdXUIQjCQBTGcYNgMAt2BGGdZbHY28BeLKvaBIPJYLHYMf/tbX2w9V62OgZj2wljjKHP3W5FvK/cHe8Hd+/gRmpgfgalwVHa1UKWlCyHwAuKizFkQowiZmIKt6gqW1Po1dAzglioJlYnZIbFGgeXM3fCFgy5c8bFYY3F7B2eUL1y+jgqrp7hinfEIetAGc7X5rAhkRkJm86uYhMJLMLWPgc7Ae56vCM3Ad76QF+AvhYyJW/Ky2aWM9XBVV1acGXOlaJer3TwUJUF2E2Xg2rnoINPUvaMW3cesyflqYMPFsJvsOAhQ/P8E3wB75uY7oxINXcAAAAASUVORK5CYII=&amp;quot;) 0% 0% / contain; left: -1px; list-style: none; position: relative; top: 1px; display: inline-block; height: 14px; width: 69px;&quot;&gt;&lt;div class=&quot;current-rating&quot; jsname=&quot;jIIjq&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; background: url(&amp;quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAA60lEQVR4AdXTIQjCQBTGcYNgMAt2BGGdZbHY28BeLAv/ok0wmAwWix37elsfbL2XrY7B2HbCGGPobW9bUr5yd7wf3L3HTdTI/BTkPAqypmA9Bt5Q3AZDZkQoImZD4R5VZj8UuhV0B0EMVB2jE7LAYIuFzZUnQQMGPLliY7HFYPEJL6heuXxdFVtm2No3YpF2oBSrtTnsiFtYzK6zq5iEGhZiiuPgoIGHHnPkoYGPPtDTQE+EzMnq8qJeZcwluKlKc+4suZNX+40ET2WZj1l32S9PThJ0SDgybZxMOZLgSPDFSvNbVrwEKOcP4Rt15kTMQuVR7QAAAABJRU5ErkJggg==&amp;quot;) left bottom / contain; position: absolute; height: 14px; width: 69px;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/a&gt;&amp;nbsp;&lt;span class=&quot;document-subtitle ratings-info&quot; style=&quot;color: rgb(115, 115, 115); display: inline-block; vertical-align: baseline; margin-right: 0px;&quot;&gt;&lt;span class=&quot;rating-count&quot; aria-label=&quot;3명이 평가&quot; style=&quot;vertical-align: top;&quot;&gt;3&lt;/span&gt;&amp;nbsp;&lt;span class=&quot;reviewers-small&quot; style=&quot;background-image: url(&amp;quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAk0lEQVR4Ae3UsRFAMBSAYcZQGkBjDRtkCO3fGkBrD3PkjGAGA6R5lE4O4h0Uub//7pLkvUSUPQtEAIPFLVnMDYAOWdUFAhhkkwkDrAfYMMB5gCNVA8ojqC9R+YxvfSQ/0q9mgYyKmmappiILAChoGZFNIy3FKUBOjxzUkx8AlEzISRPlPjAgFxr2AbnW98DftnIEZiIyT2RwmsNkAAAAAElFTkSuQmCC&amp;quot;); background-position: center center; background-repeat: no-repeat; display: inline-block; height: 16px; position: relative; top: 1px; width: 16px; background-size: contain; vertical-align: top;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;left-info&quot; style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;&lt;div itemprop=&quot;author&quot; itemscope=&quot;&quot; itemtype=&quot;http://schema.org/Organization&quot; style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;&lt;a class=&quot;document-subtitle primary&quot; href=&quot;https://play.google.com/store/apps/developer?id=ezBuilder&quot; style=&quot;color: rgb(97, 97, 97); display: inline; font-weight: 700; vertical-align: baseline; margin-right: 12px;&quot;&gt;&lt;span itemprop=&quot;name&quot;&gt;ezBuilder&lt;/span&gt;&amp;nbsp;&lt;/a&gt;&lt;a class=&quot;document-subtitle category&quot; href=&quot;https://play.google.com/store/apps/category/TRAVEL_AND_LOCAL&quot; style=&quot;color: rgb(97, 97, 97); display: inline; font-weight: 700; vertical-align: baseline; margin-right: 12px;&quot;&gt;&lt;span itemprop=&quot;genre&quot;&gt;여행 및 지역정보&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;border: 0px; margin: 0px; padding: 0px; clear: both;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;document-subtitles&quot; style=&quot;border: 0px; margin: 0px 0px 10px; padding: 0px;&quot;&gt;&lt;div class=&quot;left-info&quot; style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;&lt;img alt=&quot;만 3세 이상&quot; class=&quot;document-subtitle content-rating-badge&quot; src=&quot;https://lh3.ggpht.com/vCeRgub6Ax20hcW3NhXX4y1oVqufgH13eTJny2srnhcJsONsiHOKXwl2ovrxLP9ivmHNKUe0Tbc0-1WUNw=h28-rw&quot; style=&quot;vertical-align: top; border: 0px; margin: 0px 8px 0px 0px; padding: 0px; color: rgb(97, 97, 97); display: inline; height: 14px; position: relative; top: 1px;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;border: 0px; margin: 0px; padding: 0px; clear: both;&quot;&gt;&lt;/div&gt;&lt;span class=&quot;ads-supported-label-msg&quot; style=&quot;color: rgb(115, 115, 115); position: relative; top: 2px; vertical-align: top;&quot;&gt;광고 포함&lt;/span&gt;&lt;div jscontroller=&quot;uT9F9&quot; class=&quot;app-compatibility&quot; data-docid=&quot;com.siriware.flightrealschedule&quot; jsaction=&quot;rcuQ6b:Y7BZMd;h5M12e&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; line-height: 22px; position: relative; vertical-align: top;&quot;&gt;&lt;div jsname=&quot;H4yxEf&quot; class=&quot;app-compatibility-final&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; color: rgb(115, 115, 115); cursor: pointer; white-space: nowrap;&quot;&gt;&lt;div jsname=&quot;OgDRCf&quot; class=&quot;compatibility-image compatibility-info-img&quot; style=&quot;border: 0px; margin: 0px 8px 0px 0px; padding: 0px; background-position: center center; background-repeat: no-repeat; display: inline-block; float: left; height: 16px; position: relative; top: 3px; width: 16px; background-image: url(&amp;quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAtUlEQVR4AWL4////gOLB54BRB+ADm05bApgtYxuAYRAIrsJoHsWjZBRGYgPyBVWK6PMJIsVVlsxZYMDABg4CZBHA68zu7pAEKrCDJHFgrwUq+AIpsmSBCn6AfMkhCfAvp1iPBCrn+THGCxAFd80tU5iMAPF6TaAwRmA3CmxGwBsFnBEIkE0EI5Cd6AJqCgSBaBSI8SIc/4bjjWi0FY8Po9FxPLqQ/Hol+/9S2r2WnxvtGY06AABaytBwgQmclQAAAABJRU5ErkJggg==&amp;quot;); background-size: contain;&quot;&gt;&lt;/div&gt;일부 기기와 호환되는 앱입니다.&lt;/div&gt;&lt;div style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;info-box-bottom&quot; style=&quot;border: 0px; margin: 156px 0px 0px; padding: 0px; display: inline-block; white-space: normal; width: 465px; left: -465px; position: relative; vertical-align: bottom;&quot;&gt;&lt;div class=&quot;details-actions&quot; style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;&lt;div class=&quot;details-actions-right&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; float: right; text-align: right;&quot;&gt;&lt;span class=&quot;apps large play-button buy-button-container&quot; data-doc-fetch-skip-cache=&quot;0&quot; data-doc-fetch-vouchers=&quot;0&quot; data-docid=&quot;com.siriware.flightrealschedule&quot; style=&quot;border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 0px; box-sizing: border-box; transition: all 0.2s; user-select: none; background-color: rgb(104, 159, 56); border: 1px; color: rgb(255, 255, 255); cursor: pointer; display: inline-block; font-family: Roboto, sans-serif; height: 44px; line-height: 44px; min-width: 40px; padding: 0px; position: relative; text-align: center; white-space: nowrap; vertical-align: middle; margin-bottom: 5px; margin-left: 5px; margin-right: 0px;&quot;&gt;&lt;span class=&quot;consume-label&quot;&gt;&lt;button class=&quot;price buy id-track-click id-track-impression&quot; data-uitype=&quot;221&quot; style=&quot;align-items: initial; box-sizing: initial; -webkit-font-smoothing: inherit; background-image: none; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-width: 0px; border-style: initial; color: rgb(255, 255, 255); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; padding-right: 20px; padding-left: 20px; text-align: inherit; outline: none; display: block; cursor: pointer;&quot;&gt;설치됨&lt;/button&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;border: 0px; margin: 0px; padding: 0px; clear: both;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;details-section screenshots&quot; style=&quot;border: 0px; margin: 30px 0px 0px; padding: 0px 50px; box-sizing: border-box; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; overflow: hidden; position: relative; width: 720px; color: rgb(51, 51, 51); font-family: Roboto, UILanguageFont, Arial, sans-serif;&quot;&gt;&lt;div class=&quot;details-section-contents&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; display: inline-block; position: relative; width: 620px;&quot;&gt;&lt;div class=&quot;details-section-body expandable&quot; style=&quot;border: 0px; margin: 0px 0px 0px -50px; padding: 0px 50px; overflow: hidden; position: relative; width: 620px;&quot;&gt;&lt;div style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;&lt;div class=&quot;expand-pages-container&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; position: relative; white-space: nowrap; overflow: hidden; left: 0px; height: 322px;&quot;&gt;&lt;div class=&quot;expand-page&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; box-sizing: border-box; display: inline-block; position: relative; vertical-align: top; text-align: center; width: 620px; opacity: 1;&quot;&gt;&lt;div class=&quot;thumbnails-wrapper&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; height: 317px; overflow-y: hidden; width: 620px; display: inline-block; visibility: visible;&quot;&gt;&lt;div class=&quot;thumbnails&quot; data-expand-target=&quot;thumbnails&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; box-sizing: border-box; height: 349px; overflow-x: scroll; overflow-y: hidden; text-align: left; width: 620px;&quot;&gt;&lt;img class=&quot;screenshot clickable&quot; data-expand-to=&quot;full-screenshot-0&quot; src=&quot;https://lh3.googleusercontent.com/IdReLDwNM_8RH0c96GAZGDb2nNu0N4IpX7tl5HuOl5qqQkd0Jefs7w8torgO9wsdO0X2=h310-rw&quot; alt=&quot; 항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 미리보기 이미지  &quot; title=&quot; 항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 미리보기 이미지  &quot; itemprop=&quot;screenshot&quot; tabindex=&quot;0&quot; style=&quot;vertical-align: top; border: 0px; margin: 0px 5px; padding: 0px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 4px; display: inline-block; height: 334px;&quot;&gt;&lt;img class=&quot;screenshot clickable&quot; data-expand-to=&quot;full-screenshot-1&quot; src=&quot;https://lh3.googleusercontent.com/bLmZ1ic26f6nfDPQ6nF-FBgUClCNI1ucrFpqIOutOAR_JZfTs8AMCgFm8WoGkqNc_GiJ=h310-rw&quot; alt=&quot; 항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 미리보기 이미지  &quot; title=&quot; 항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 미리보기 이미지  &quot; itemprop=&quot;screenshot&quot; tabindex=&quot;0&quot; style=&quot;vertical-align: top; border: 0px; margin: 0px 5px; padding: 0px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 4px; display: inline-block; height: 334px;&quot;&gt;&lt;img class=&quot;screenshot clickable&quot; data-expand-to=&quot;full-screenshot-2&quot; src=&quot;https://lh3.googleusercontent.com/zXR9Fh7ty6qx6GaYQrbXe-k_jYcvXo66H4QIv0xyc5kGGRXtCvUVYotA1CeyEl80JbI=h310-rw&quot; alt=&quot; 항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 미리보기 이미지  &quot; title=&quot; 항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 미리보기 이미지  &quot; itemprop=&quot;screenshot&quot; tabindex=&quot;0&quot; style=&quot;vertical-align: top; border: 0px; margin: 0px 5px; padding: 0px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 4px; display: inline-block; height: 334px;&quot;&gt;&lt;img class=&quot;screenshot clickable&quot; data-expand-to=&quot;full-screenshot-3&quot; src=&quot;https://lh3.googleusercontent.com/F2XCaJYTy-3xAdTaipP9MOvLeJ7-geMsIc9LQp6UqwdBx9DYFKJ6OTDviNg8p32xLawb=h310-rw&quot; alt=&quot; 항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 미리보기 이미지  &quot; title=&quot; 항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 미리보기 이미지  &quot; itemprop=&quot;screenshot&quot; tabindex=&quot;0&quot; style=&quot;vertical-align: top; border: 0px; margin: 0px 5px; padding: 0px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 4px; display: inline-block; height: 334px;&quot;&gt;&lt;img class=&quot;screenshot clickable&quot; data-expand-to=&quot;full-screenshot-4&quot; src=&quot;https://lh3.googleusercontent.com/5RsM_qN6AaK5n9MhXFpec-S9d02eVYwJJKTKKJbAUuOAJNqQx-yEhVdC7poT3-2-uCc=h310-rw&quot; alt=&quot; 항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 미리보기 이미지  &quot; title=&quot; 항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 미리보기 이미지  &quot; itemprop=&quot;screenshot&quot; tabindex=&quot;0&quot; style=&quot;vertical-align: top; border: 0px; margin: 0px 5px; padding: 0px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 4px; display: inline-block; height: 334px;&quot;&gt;&lt;img class=&quot;screenshot clickable&quot; data-expand-to=&quot;full-screenshot-5&quot; src=&quot;https://lh3.googleusercontent.com/y7bF-Hd8GvbbnlkECZgKDaMLI26jf3f8iwqW-wVnGwumSzTjPXvngwT-8eTlfLiwAg=h310-rw&quot; alt=&quot; 항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 미리보기 이미지  &quot; title=&quot; 항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 미리보기 이미지  &quot; itemprop=&quot;screenshot&quot; tabindex=&quot;0&quot; style=&quot;vertical-align: top; border: 0px; margin: 0px 5px; padding: 0px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 4px; display: inline-block; height: 334px;&quot;&gt;&lt;img class=&quot;screenshot clickable&quot; data-expand-to=&quot;full-screenshot-6&quot; src=&quot;https://lh3.googleusercontent.com/KSiG3Zq-3hqCdrofODz2QJX08bxP8aWd5j8-5P1D1uI9Bn9wq6wK-1nknddmsfrldQ=h310-rw&quot; alt=&quot; 항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 미리보기 이미지  &quot; title=&quot; 항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 미리보기 이미지  &quot; itemprop=&quot;screenshot&quot; tabindex=&quot;0&quot; style=&quot;vertical-align: top; border: 0px; margin: 0px 5px; padding: 0px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 4px; display: inline-block; height: 334px;&quot;&gt;&lt;img class=&quot;screenshot clickable&quot; data-expand-to=&quot;full-screenshot-7&quot; src=&quot;https://lh3.googleusercontent.com/XjtWj6PhZoQiNEN17i52Xbu_yfZgN0uCYRCHQaIRYUuCy521Uosw3YPaMyJIie0TLv-h=h310-rw&quot; alt=&quot; 항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 미리보기 이미지  &quot; title=&quot; 항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 미리보기 이미지  &quot; itemprop=&quot;screenshot&quot; tabindex=&quot;0&quot; style=&quot;vertical-align: top; border: 0px; margin: 0px 5px; padding: 0px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 4px; display: inline-block; height: 334px;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;expand-page&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; box-sizing: border-box; display: inline-block; position: relative; vertical-align: top; text-align: center; width: 620px; opacity: 0; height: 322px;&quot;&gt;&lt;div class=&quot;screenshot-container&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; height: 322px; display: inline-block; visibility: hidden;&quot;&gt;&lt;div class=&quot;screenshot-align&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; display: table; height: 940px;&quot;&gt;&lt;div class=&quot;screenshot-align-inner&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; display: table-cell; vertical-align: middle;&quot;&gt;&lt;img class=&quot;full-screenshot clickable&quot; data-expand-fit-to=&quot;container&quot; data-expand-target=&quot;full-screenshot-0&quot; data-expand-to=&quot;full-screenshot-1&quot; src=&quot;https://lh3.googleusercontent.com/IdReLDwNM_8RH0c96GAZGDb2nNu0N4IpX7tl5HuOl5qqQkd0Jefs7w8torgO9wsdO0X2=h900-rw&quot; alt=&quot;  항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 &quot; title=&quot;  항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 &quot; tabindex=&quot;0&quot; style=&quot;vertical-align: middle; border: 0px; margin: 20px 0px; padding: 0px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 4px; box-sizing: border-box; user-select: none; max-height: 939px; max-width: 620px;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;expand-page&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; box-sizing: border-box; display: inline-block; position: relative; vertical-align: top; text-align: center; width: 620px; opacity: 0; height: 322px;&quot;&gt;&lt;div class=&quot;screenshot-container&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; height: 322px; display: inline-block; visibility: hidden;&quot;&gt;&lt;div class=&quot;screenshot-align&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; display: table; height: 940px;&quot;&gt;&lt;div class=&quot;screenshot-align-inner&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; display: table-cell; vertical-align: middle;&quot;&gt;&lt;img class=&quot;full-screenshot clickable&quot; data-expand-fit-to=&quot;container&quot; data-expand-target=&quot;full-screenshot-1&quot; data-expand-to=&quot;full-screenshot-2&quot; src=&quot;https://lh3.googleusercontent.com/bLmZ1ic26f6nfDPQ6nF-FBgUClCNI1ucrFpqIOutOAR_JZfTs8AMCgFm8WoGkqNc_GiJ=h900-rw&quot; alt=&quot;  항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 &quot; title=&quot;  항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 &quot; tabindex=&quot;0&quot; style=&quot;vertical-align: middle; border: 0px; margin: 20px 0px; padding: 0px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 4px; box-sizing: border-box; user-select: none; max-height: 939px; max-width: 620px;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;expand-page&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; box-sizing: border-box; display: inline-block; position: relative; vertical-align: top; text-align: center; width: 620px; opacity: 0; height: 322px;&quot;&gt;&lt;div class=&quot;screenshot-container&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; height: 322px; display: inline-block; visibility: hidden;&quot;&gt;&lt;div class=&quot;screenshot-align&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; display: table; height: 940px;&quot;&gt;&lt;div class=&quot;screenshot-align-inner&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; display: table-cell; vertical-align: middle;&quot;&gt;&lt;img class=&quot;full-screenshot clickable&quot; data-expand-fit-to=&quot;container&quot; data-expand-target=&quot;full-screenshot-2&quot; data-expand-to=&quot;full-screenshot-3&quot; src=&quot;https://lh3.googleusercontent.com/zXR9Fh7ty6qx6GaYQrbXe-k_jYcvXo66H4QIv0xyc5kGGRXtCvUVYotA1CeyEl80JbI=h900-rw&quot; alt=&quot;  항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 &quot; title=&quot;  항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 &quot; tabindex=&quot;0&quot; style=&quot;vertical-align: middle; border: 0px; margin: 20px 0px; padding: 0px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 4px; box-sizing: border-box; user-select: none; max-height: 939px; max-width: 620px;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;expand-page&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; box-sizing: border-box; display: inline-block; position: relative; vertical-align: top; text-align: center; width: 620px; opacity: 0; height: 322px;&quot;&gt;&lt;div class=&quot;screenshot-container&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; height: 322px; display: inline-block; visibility: hidden;&quot;&gt;&lt;div class=&quot;screenshot-align&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; display: table; height: 940px;&quot;&gt;&lt;div class=&quot;screenshot-align-inner&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; display: table-cell; vertical-align: middle;&quot;&gt;&lt;img class=&quot;full-screenshot clickable&quot; data-expand-fit-to=&quot;container&quot; data-expand-target=&quot;full-screenshot-3&quot; data-expand-to=&quot;full-screenshot-4&quot; src=&quot;https://lh3.googleusercontent.com/F2XCaJYTy-3xAdTaipP9MOvLeJ7-geMsIc9LQp6UqwdBx9DYFKJ6OTDviNg8p32xLawb=h900-rw&quot; alt=&quot;  항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 &quot; title=&quot;  항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 &quot; tabindex=&quot;0&quot; style=&quot;vertical-align: middle; border: 0px; margin: 20px 0px; padding: 0px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 4px; box-sizing: border-box; user-select: none; max-height: 939px; max-width: 620px;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;expand-page&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; box-sizing: border-box; display: inline-block; position: relative; vertical-align: top; text-align: center; width: 620px; opacity: 0; height: 322px;&quot;&gt;&lt;div class=&quot;screenshot-container&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; height: 322px; display: inline-block; visibility: hidden;&quot;&gt;&lt;div class=&quot;screenshot-align&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; display: table; height: 940px;&quot;&gt;&lt;div class=&quot;screenshot-align-inner&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; display: table-cell; vertical-align: middle;&quot;&gt;&lt;img class=&quot;full-screenshot clickable&quot; data-expand-fit-to=&quot;container&quot; data-expand-target=&quot;full-screenshot-4&quot; data-expand-to=&quot;full-screenshot-5&quot; src=&quot;https://lh3.googleusercontent.com/5RsM_qN6AaK5n9MhXFpec-S9d02eVYwJJKTKKJbAUuOAJNqQx-yEhVdC7poT3-2-uCc=h900-rw&quot; alt=&quot;  항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 &quot; title=&quot;  항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 &quot; tabindex=&quot;0&quot; style=&quot;vertical-align: middle; border: 0px; margin: 20px 0px; padding: 0px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 4px; box-sizing: border-box; user-select: none; max-height: 939px; max-width: 620px;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;expand-page&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; box-sizing: border-box; display: inline-block; position: relative; vertical-align: top; text-align: center; width: 620px; opacity: 0; height: 322px;&quot;&gt;&lt;div class=&quot;screenshot-container&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; height: 322px; display: inline-block; visibility: hidden;&quot;&gt;&lt;div class=&quot;screenshot-align&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; display: table; height: 940px;&quot;&gt;&lt;div class=&quot;screenshot-align-inner&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; display: table-cell; vertical-align: middle;&quot;&gt;&lt;img class=&quot;full-screenshot clickable&quot; data-expand-fit-to=&quot;container&quot; data-expand-target=&quot;full-screenshot-5&quot; data-expand-to=&quot;full-screenshot-6&quot; src=&quot;https://lh3.googleusercontent.com/y7bF-Hd8GvbbnlkECZgKDaMLI26jf3f8iwqW-wVnGwumSzTjPXvngwT-8eTlfLiwAg=h900-rw&quot; alt=&quot;  항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 &quot; title=&quot;  항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 &quot; tabindex=&quot;0&quot; style=&quot;vertical-align: middle; border: 0px; margin: 20px 0px; padding: 0px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 4px; box-sizing: border-box; user-select: none; max-height: 939px; max-width: 620px;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;expand-page&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; box-sizing: border-box; display: inline-block; position: relative; vertical-align: top; text-align: center; width: 620px; opacity: 0; height: 322px;&quot;&gt;&lt;div class=&quot;screenshot-container&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; height: 322px; display: inline-block; visibility: hidden;&quot;&gt;&lt;div class=&quot;screenshot-align&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; display: table; height: 940px;&quot;&gt;&lt;div class=&quot;screenshot-align-inner&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; display: table-cell; vertical-align: middle;&quot;&gt;&lt;img class=&quot;full-screenshot clickable&quot; data-expand-fit-to=&quot;container&quot; data-expand-target=&quot;full-screenshot-6&quot; data-expand-to=&quot;full-screenshot-7&quot; src=&quot;https://lh3.googleusercontent.com/KSiG3Zq-3hqCdrofODz2QJX08bxP8aWd5j8-5P1D1uI9Bn9wq6wK-1nknddmsfrldQ=h900-rw&quot; alt=&quot;  항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 &quot; title=&quot;  항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 &quot; tabindex=&quot;0&quot; style=&quot;vertical-align: middle; border: 0px; margin: 20px 0px; padding: 0px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 4px; box-sizing: border-box; user-select: none; max-height: 939px; max-width: 620px;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;expand-page&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; box-sizing: border-box; display: inline-block; position: relative; vertical-align: top; text-align: center; width: 620px; opacity: 0; height: 322px;&quot;&gt;&lt;div class=&quot;screenshot-container&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; height: 322px; display: inline-block; visibility: hidden;&quot;&gt;&lt;div class=&quot;screenshot-align&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; display: table; height: 940px;&quot;&gt;&lt;div class=&quot;screenshot-align-inner&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; display: table-cell; vertical-align: middle;&quot;&gt;&lt;img class=&quot;full-screenshot clickable&quot; data-expand-fit-to=&quot;container&quot; data-expand-target=&quot;full-screenshot-7&quot; data-expand-to=&quot;thumbnails&quot; src=&quot;https://lh3.googleusercontent.com/XjtWj6PhZoQiNEN17i52Xbu_yfZgN0uCYRCHQaIRYUuCy521Uosw3YPaMyJIie0TLv-h=h900-rw&quot; alt=&quot;  항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 &quot; title=&quot;  항공편 실시간 출발 도착 정보(비행기 스케줄, 공항)- 스크린샷 &quot; tabindex=&quot;0&quot; style=&quot;vertical-align: middle; border: 0px; margin: 20px 0px; padding: 0px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 4px; box-sizing: border-box; user-select: none; max-height: 939px; max-width: 620px;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;button aria-label=&quot;더보기&quot; class=&quot;expand-button expand-next&quot; style=&quot;align-items: initial; box-sizing: initial; -webkit-font-smoothing: inherit; background-image: none; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-width: 0px; border-style: initial; color: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; text-align: center; outline: none; user-select: none; bottom: 60px; cursor: pointer; position: absolute; top: 60px; width: 38px; z-index: 15; right: 8px;&quot;&gt;&lt;div class=&quot;arrow-image-wrapper&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; position: absolute; top: 101px;&quot;&gt;&lt;div class=&quot;arrow-image&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; transition: opacity 0.2s; opacity: 0.5; height: 96px; position: relative; top: -47px; width: 96px; background-size: contain; left: -29px; background-image: url(&amp;quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAABDklEQVR4Ae3aQW0DMBQE0Q/BUCItgUIIhEAphEIIhEAwhEAohDJwr5FWyjkjjZfAvINvfw58AgQIgE+AAAHwCRAgQIAAAQIECBAgQICArOycPLPm3ftgwD0npwggwM4pAgpwyykCCTBFwAGagAM0AQeYyU8RWICZ3IvAAjQBB2gCDtAEHKAJOEATcIAm4ABNwAGagAM0AQdoAgxQhAcRcHkBbBwgl/y9AG4wQOejAJ2PAnQ+CND5MyhA56MAnY8CdD4K0PkoQOejAJ2PAnQ+CpCV38rnALLyrHwOoPNRgM6nAR6VDwPsyocBrp1P+8Rf+c515uMBnhoIECBAgAABAgQIECBAgAABAgQIECDgHyIQzweo2c3xAAAAAElFTkSuQmCC&amp;quot;);&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;play-button&quot; style=&quot;border: 1px solid rgba(0, 0, 0, 0.168627); margin: 0px; padding: 0px; border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 0px; box-sizing: border-box; transition: all 0.25s ease; user-select: none; color: rgb(115, 115, 115); cursor: pointer; display: inline-block; font-family: Roboto, sans-serif; font-size: 14px; height: 202px; line-height: 34px; min-width: 0px; position: absolute; white-space: nowrap; vertical-align: middle; opacity: 0; left: 0px; overflow: hidden; top: 0px; width: 38px;&quot;&gt;&lt;div class=&quot;button-image-wrapper&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; position: absolute; top: 100px;&quot;&gt;&lt;div class=&quot;button-image&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; opacity: 0.5; transition: opacity 0.2s; height: 96px; position: relative; top: -47px; width: 96px; background-size: contain; left: -29px; background-image: url(&amp;quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAABDklEQVR4Ae3aQW0DMBQE0Q/BUCItgUIIhEAphEIIhEAwhEAohDJwr5FWyjkjjZfAvINvfw58AgQIgE+AAAHwCRAgQIAAAQIECBAgQICArOycPLPm3ftgwD0npwggwM4pAgpwyykCCTBFwAGagAM0AQeYyU8RWICZ3IvAAjQBB2gCDtAEHKAJOEATcIAm4ABNwAGagAM0AQdoAgxQhAcRcHkBbBwgl/y9AG4wQOejAJ2PAnQ+CND5MyhA56MAnY8CdD4K0PkoQOejAJ2PAnQ+CpCV38rnALLyrHwOoPNRgM6nAR6VDwPsyocBrp1P+8Rf+c515uMBnhoIECBAgAABAgQIECBAgAABAgQIECDgHyIQzweo2c3xAAAAAElFTkSuQmCC&amp;quot;);&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/button&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div class=&quot;details-section description simple contains-text-link apps-secondary-color&quot; style=&quot;border: 0px; margin: 30px 0px 0px; padding: 0px 50px; box-sizing: border-box; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; overflow: hidden; position: relative; width: 720px; color: rgb(51, 51, 51); font-family: Roboto, UILanguageFont, Arial, sans-serif;&quot;&gt;&lt;div class=&quot;details-section-contents show-more-container less&quot; jscontroller=&quot;G7YeLc&quot; jsaction=&quot;rcuQ6b:rcuQ6b&quot; data-show-height=&quot;144&quot; data-show-use-buffer=&quot;true&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; display: inline-block; position: relative; width: 620px; max-width: 1020px;&quot;&gt;&lt;div jscontroller=&quot;NlxvWb&quot; style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;&lt;h1 aria-label=&quot;설명&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit;&quot;&gt;&lt;/h1&gt;&lt;div class=&quot;show-more-content text-body&quot; itemprop=&quot;description&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; max-height: none; overflow: hidden; position: relative; line-height: 24px; font-size: 14px;&quot;&gt;&lt;div jsname=&quot;C4s9Ed&quot; style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;1. 모든 국내공항 항공편에 대한 출발 / 도착 정보를 조회하실 수 있습니다.&lt;br /&gt;2. 알림을 등록하시면 모든 스케줄 변경사항에 대해 실시간으로 푸시알림 서비스를 받으실 수 있습니다.&lt;br /&gt;3. 공항별 날씨정보를 제공합니다.&lt;br /&gt;&lt;br /&gt;* 개인정보알림 *&lt;br /&gt;- 현재 서버에서 보관하는 사용자 데이터는 앱 설치시 생성되는 ID 값이 전부입니다.&lt;br /&gt;- ID 값을 이용하여 로그인 없이 앱을 이용하시는 분들께 알림(푸시)서비스를 제공해 드리고 있습니다.&lt;br /&gt;- 이외 어떠한 개인정보도 수집하지 않습니다.&lt;br /&gt;&lt;br /&gt;* 주의사항 *&lt;br /&gt;- 현재 인천국제공항 및 한국공항공사에서 제공받은 스케줄을 토대로 하였기에 약간의 오차가 발생할 수 있으며, 해당 기관의 서버에 문제가 발생할 경우 스케줄 서비스를 제공해드리지 못할 수 있습니다.&lt;br /&gt;- 푸시알림 서비스는 서버의 상태에 따라 다소 지연될 수 있습니다.&lt;br /&gt;- 실제 공항에서는 공항 안내방송 및 스케줄 안내에 따라 행동하시기 바랍니다.&lt;br /&gt;&lt;br /&gt;* 공항 *&lt;br /&gt;- 인천국제공항 (인천공항)&lt;br /&gt;- 김포국제공항 (김포공항)&lt;br /&gt;- 김해국제공항 (김해공항)&lt;br /&gt;- 제구국제공항 (제주공항)&lt;br /&gt;- 대구국제공항 (대구공항)&lt;br /&gt;- 청주국제공항 (청주공항)&lt;br /&gt;- 무안국제공항 (무안공항)&lt;br /&gt;- 양양국제공항 (양양공항)&lt;br /&gt;- 울산공항&lt;br /&gt;- 광주공항&lt;br /&gt;- 여수공항&lt;br /&gt;- 포항공항&lt;br /&gt;- 사천공항&lt;br /&gt;- 군산공항&lt;br /&gt;- 원주공항&lt;br /&gt;&lt;br /&gt;* 자료제공 *&lt;br /&gt;- 스케줄 및 배경이미지 : 인천국제공항 및 한국공항공사&lt;br /&gt;- 폰트 : 네이버&lt;br /&gt;- 날씨 : 기상청&lt;br /&gt;&lt;br /&gt;* 항공사 *&lt;br /&gt;- 대한항공&lt;br /&gt;- 아시아나항공&lt;br /&gt;- 이스타항공&lt;br /&gt;- 제주항공&lt;br /&gt;- 진에어&lt;br /&gt;- 에어부산&lt;br /&gt;- 중국남방항공&lt;br /&gt;- 중국동방항공&lt;br /&gt;- 춘추항공&lt;br /&gt;- 캐세이드래곤항공&lt;br /&gt;- 타이거항공&lt;br /&gt;- 티웨이항공&lt;br /&gt;- 홍콩익스프레스&lt;br /&gt;- 상하이 항공&lt;br /&gt;- 에바&lt;br /&gt;- 일본항공&lt;br /&gt;- 전일본공수&lt;br /&gt;- 중국국제항공&lt;br /&gt;- 중화항공&lt;br /&gt;- S7 항공&lt;br /&gt;- 가루다인도네시아항공&lt;br /&gt;- 남아프리카항공&lt;br /&gt;- 니키&lt;br /&gt;- 델타항공&lt;br /&gt;- 라오항공&lt;br /&gt;- 란항공&lt;br /&gt;- 로얄 브루네이 항공&lt;br /&gt;- 로얄 에어 모로코&lt;br /&gt;- 루프트한자항공&lt;br /&gt;- 만다린항공&lt;br /&gt;- 말레이시아항공&lt;br /&gt;- 몽골항공&lt;br /&gt;- 미얀마국제항공&lt;br /&gt;- 베네주엘라 국제항공&lt;br /&gt;- 베를린 항공&lt;br /&gt;- 베트남항공&lt;br /&gt;- 비엣젯항공&lt;br /&gt;- 사천항공&lt;br /&gt;- 산동항공&lt;br /&gt;- 상하이항공&lt;br /&gt;- 세부퍼시픽항공&lt;br /&gt;- 세이셸항공&lt;br /&gt;- 스리랑카항공&lt;br /&gt;- 스쿳 항공&lt;br /&gt;- 심천항공&lt;br /&gt;- 싱가포르항공&lt;br /&gt;- 아르헨티나 항공&lt;br /&gt;- 아메리칸항공&lt;br /&gt;- 아에로멕시코&lt;br /&gt;- 알리탈리아 항공&lt;br /&gt;- 야쿠티아 항공&lt;br /&gt;- 에미레이트항공&lt;br /&gt;- 에바항공&lt;br /&gt;- 에어 뉴질랜드&lt;br /&gt;- 에어 마카오&lt;br /&gt;- 에어 비쉬켁&lt;br /&gt;- 에어 프랑스&lt;br /&gt;- 에어로플로트항공&lt;br /&gt;- 에어서울&lt;br /&gt;- 에어세르비아&lt;br /&gt;- 에어아스타나&lt;br /&gt;- 에어아시아 필리핀&lt;br /&gt;- 에어아시아엑스&lt;br /&gt;- 에어인디아&lt;br /&gt;- 에어캐나다&lt;br /&gt;- 에티오피아항공&lt;br /&gt;- 에티하드 항공&lt;br /&gt;- 영국항공&lt;br /&gt;- 오로라항공&lt;br /&gt;- 오스트리아 항공&lt;br /&gt;- 우즈베키스탄항공&lt;br /&gt;- 유나이티드항공&lt;br /&gt;- 유니항공&lt;br /&gt;- 제트 에어웨이즈&lt;br /&gt;- 중국하문항공&lt;br /&gt;- 체코항공&lt;br /&gt;- 카타르항공&lt;br /&gt;- 캐세이패시픽항공&lt;br /&gt;- 케냐항공&lt;br /&gt;- 케이엘엠네덜란드항공&lt;br /&gt;- 코파항공&lt;br /&gt;- 콴타스항공&lt;br /&gt;- 타이에어아시아엑스&lt;br /&gt;- 타이항공&lt;br /&gt;- 터키항공&lt;br /&gt;- 텐진 에어라인&lt;br /&gt;- 폴란드항공&lt;br /&gt;- 피치항공&lt;br /&gt;- 핀에어&lt;br /&gt;- 필리핀항공&lt;br /&gt;- 하와이안항공&lt;br /&gt;- 호주 항공&lt;br /&gt;- 홍콩익스프레스항공&lt;br /&gt;- 홍콩항공&lt;br /&gt;- 네덜란드&lt;br /&gt;- 베트남&lt;br /&gt;- 세부퍼시픽&lt;br /&gt;- 아메리칸 에어라인&lt;br /&gt;- 아에로 플로트 항공&lt;br /&gt;- 알리탈리아&lt;br /&gt;- 에어아시아 엑스&lt;br /&gt;- 중국하이난항공&lt;br /&gt;- 캐세이드레곤항공&lt;br /&gt;- 캐세이퍼시픽&lt;br /&gt;- 프랑스항공&lt;br /&gt;- 필리핀에어아시아&lt;br /&gt;- 하와이안에어&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;########################&lt;br /&gt;One developer, ezBuilder&lt;br /&gt;########################&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>App Dev/Android</category>
      <category>flight</category>
      <category>Flight Real Schedule</category>
      <category>Real</category>
      <category>Schedule</category>
      <category>Siriware</category>
      <category>도착</category>
      <category>비행기</category>
      <category>비행기 실시간 출도착</category>
      <category>스케줄</category>
      <category>시간표</category>
      <category>시리웨어</category>
      <category>실시간</category>
      <category>실시간 스케줄 알림</category>
      <category>실시간 정보</category>
      <category>출발</category>
      <category>항공기</category>
      <category>항공편</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/119</guid>
      <comments>https://ezbuilder.tistory.com/119#entry119comment</comments>
      <pubDate>Sun, 16 Apr 2017 00:18:39 +0900</pubDate>
    </item>
    <item>
      <title>[CentOS 6.6] Node.js 설치하기</title>
      <link>https://ezbuilder.tistory.com/118</link>
      <description>&lt;script src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({
          google_ad_client: &quot;ca-pub-2386180969214205&quot;,
          enable_page_level_ads: true
     });
&lt;/script&gt;
&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(0, 130, 153);&quot;&gt;NodeJS 의존 패키지 설치&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;su root
yum install gcc gcc-c++
yum install openssl-devel
yum install make
&lt;/pre&gt;&lt;b&gt;

&lt;span style=&quot;font-size: 12pt; color: rgb(0, 130, 153);&quot;&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt; color: rgb(0, 130, 153);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;Node.js 다운로드 후 압축해제 및 디렉토리 이동(여기에서는 리눅스 64비트용을 다운받는다.)&lt;/span&gt;
&lt;/b&gt;&lt;pre class=&quot;brush:bash&quot;&gt;cd /usr/local
mkdir server
cd ../src
wget http://nodejs.org/dist/v0.12.2/node-v0.12.2-linux-x64.tar.gz
tar zxvf node-v0.12.2-linux-x64.tar.gz
mv node-v0.12.2-linux-x64 ../server/node
&lt;/pre&gt;&lt;b&gt;

&lt;span style=&quot;font-size: 12pt; color: rgb(0, 130, 153);&quot;&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt; color: rgb(0, 130, 153);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;profile을 수정하여&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt; color: rgb(0, 130, 153);&quot;&gt;Node.js&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt; color: rgb(0, 130, 153);&quot;&gt;&amp;nbsp;PATH 설정하기&lt;/span&gt;
&lt;/b&gt;&lt;pre class=&quot;brush:bash&quot;&gt;vi /etc/profile
&lt;/pre&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;export NODE_HOME=/usr/local/server/node
export PATH=$PATH:$NODE_HOME/bin
&lt;/pre&gt;

&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(0, 130, 153);&quot;&gt;&lt;div&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(0, 130, 153);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;PATH 적용&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;source /etc/profile
&lt;/pre&gt;

&lt;span style=&quot;color: rgb(0, 130, 153);&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;div&gt;&lt;span style=&quot;color: rgb(0, 130, 153);&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;root에서의 실행은 보안문제가 발생함으로 새로운 계정을 생성하여 실행한다.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;useradd nodejs
passwd nodejs
su nodejs
&lt;/pre&gt;

NodeJS 테스트
&lt;pre class=&quot;brush:bash&quot;&gt;node
console.log('test')
- 결과 -
test
undefined
&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;

&lt;span style=&quot;color: rgb(0, 130, 153);&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;모듈 설치하기&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;div&gt;&lt;span style=&quot;color: rgb(0, 130, 153);&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 87, 102);&quot;&gt;1. express : 웹 어플리케이션 프레임워크&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: rgb(0, 130, 153);&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 87, 102);&quot;&gt;2. forever : 어플리케이션이 예기치 못한 오류로 꺼지거나 하는 경우를 방지.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: rgb(0, 130, 153);&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 87, 102);&quot;&gt;3. supervisor : 소스 수정시 자동반영&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(0, 87, 102);&quot;&gt;4. socket.io : 웹소켓&lt;/span&gt;&lt;b style=&quot;color: rgb(0, 130, 153); font-size: 16px; line-height: 24px;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;
&lt;/p&gt;&lt;pre class=&quot;brush:bash&quot;&gt;npm -g install forever supervisor express express-generator socket.io
&lt;/pre&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;b&gt;
&lt;span style=&quot;font-size: 12pt; color: rgb(0, 130, 153);&quot;&gt;종속성 모듈 설치&lt;/span&gt;
&lt;/b&gt;&lt;pre class=&quot;brush:bash&quot;&gt;npm install -d
&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Server/CentOS</category>
      <category>centOS</category>
      <category>express</category>
      <category>Forever</category>
      <category>node</category>
      <category>nodejs</category>
      <category>npm</category>
      <category>Supervisor</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/118</guid>
      <comments>https://ezbuilder.tistory.com/118#entry118comment</comments>
      <pubDate>Sat, 11 Apr 2015 00:42:58 +0900</pubDate>
    </item>
    <item>
      <title>[CentOS 6.6 + MySQL 5.6x] 설치하기</title>
      <link>https://ezbuilder.tistory.com/117</link>
      <description>&lt;script src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({
          google_ad_client: &quot;ca-pub-2386180969214205&quot;,
          enable_page_level_ads: true
     });
&lt;/script&gt;
&lt;span style=&quot;color: rgb(0, 130, 153);&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;기존 설치되어 있는 mysql을 삭제한다.
이후 최신 버전의 mysql레포지토리 등록후 설치한다.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;cd /usr/local/src
yum remove mysql-server
cd /usr/local/src
wget http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm
rpm -ivh mysql-community-release-el6-5.noarch.rpm
yum install mysql-server
&lt;/pre&gt;

&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(0, 130, 153);&quot;&gt;DB인코딩을 UTF-8로 변경한다.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;vi /var/lib/mysql/ishm/db.opt
&lt;/pre&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;default-character-set=utf8
default-collation=utf8_general_ci
&lt;/pre&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;vi /etc/my.cnf
&lt;/pre&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;[client]
default-character-set=utf8

[mysqld]
init_connect='SET collation_connection=utf8_general_ci'
init_connect='SET NAMES utf8'
character-set-server=utf8
collation-server=utf8_general_ci
skip-character-set-client-handshake
#port=3306

[mysql]
default-character-set=utf8
&lt;/pre&gt;

&lt;span style=&quot;font-size: 12pt; color: rgb(0, 130, 153);&quot;&gt;mysql을 실행한 후 계정생성 및 root 비밀번호 설정 및 자동실행 되도록 한다.&lt;/span&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;service mysqld start
/usr/bin/mysqladmin -u root password '비밀번호'
chkconfig mysqld on
&lt;/pre&gt;
&lt;b&gt;&lt;span style=&quot;font-size: 12pt; color: rgb(0, 130, 153);&quot;&gt;mysql에 접속하여 사용할 계정 및 데이터베이스를 생성한다.&lt;/span&gt;&lt;/b&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;mysql -uroot -p mysql
&lt;/pre&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;create database 데이터베이스;
insert into user (Host, User, Password, ssl_cipher, x509_issuer, x509_subject ) values('%','계정',password('비밀번호'),'','','');
flush privileges;
grant all privileges on {데이터베이스}.* to {User Name}@localhost identified by '{User Password}' with grant option;
flush privileges;
show variables like '%character%';
show variables like '%collation%';
exit;
&lt;/pre&gt;

&lt;b&gt;&lt;span style=&quot;color: rgb(0, 130, 153); font-size: 12pt;&quot;&gt;외부 접속을 위해 방화벽 규칙에 추가한다.&lt;/span&gt;&lt;/b&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;vi /etc/sysconfig/iptables
&lt;/pre&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;-A INPUT -p tcp -m state --state NEW -m tcp --dport 3306 -j ACCEPT
&lt;/pre&gt;

&lt;b&gt;&lt;span style=&quot;font-size: 12pt; color: rgb(0, 130, 153);&quot;&gt;방화벽 규칙을 적용한 후 외부에서 접속이 되는지 테스트한다.&lt;/span&gt;&lt;/b&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;/etc/init.d/iptables restart
&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Server/CentOS</category>
      <category>centOS</category>
      <category>centos 6.6</category>
      <category>MySQL</category>
      <category>mysql 5.6</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/117</guid>
      <comments>https://ezbuilder.tistory.com/117#entry117comment</comments>
      <pubDate>Wed, 8 Apr 2015 01:30:11 +0900</pubDate>
    </item>
    <item>
      <title>CentOS 6.6 Tomcat 8 설치</title>
      <link>https://ezbuilder.tistory.com/116</link>
      <description>&lt;script src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({
          google_ad_client: &quot;ca-pub-2386180969214205&quot;,
          enable_page_level_ads: true
     });
&lt;/script&gt;
&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(0, 130, 153); font-size: 12pt;&quot;&gt;보안을 위해 톰캣계정을 생성하여 진행한다.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;useradd tomcat
passwd tomcat
su tomcat
&lt;/pre&gt;&lt;b&gt;

&lt;span style=&quot;font-size: 12pt; color: rgb(0, 130, 153);&quot;&gt;톰캣 최신버전 8.0.21을 다운로드 한다. 이후 압축해제 및 다운로드 파일을 삭제한다.&lt;/span&gt;
&lt;/b&gt;&lt;pre class=&quot;brush:bash&quot;&gt;cd /usr/local
mkdir server
cd server
wget http://mirror.apache-kr.org/tomcat/tomcat-8/v8.0.21/bin/apache-tomcat-8.0.21.tar.gz
tar -zxvf apache-tomcat-8.0.21.tar.gz
rm apache-tomcat-8.0.21.tar.gz
&lt;/pre&gt;&lt;b&gt;

&lt;span style=&quot;font-size: 12pt; color: rgb(0, 130, 153);&quot;&gt;톰캣 설정파일을 수정한다.
대용량 파일 업로드를 위해 시간제한 해제.
UTF-8 인코딩 처리.&lt;/span&gt;
&lt;/b&gt;&lt;pre class=&quot;brush:bash&quot;&gt;vi tomcat/conf/server.xml
&lt;/pre&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;&amp;lt;Connector port=&quot;8080&quot; protocol=&quot;HTTP/1.1&quot;
connectionTimeout=&quot;1200000&quot;
URIEncoding=&quot;UTF-8&quot;
disableUploadTimeout=&quot;true&quot;
redirectPort=&quot;8443&quot; /&amp;gt;

&amp;lt;connector port=&quot;8009&quot; protocol=&quot;AJP/1.3&quot; redirectport=&quot;8443&quot; uriencoding=&quot;UTF-8&quot;/&amp;gt;
&lt;/pre&gt;

&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(0, 130, 153); font-size: 12pt;&quot;&gt;자바 경로 및 톰캣 경로를 설정한다.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;vi /etc/profile
&lt;/pre&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;JAVA_HOME=/usr/local/java
CATALINA_HOME=/usr/local/server/tomcat
CLASSPATH=.:$JAVA_HOME/lib/tools.jar:$CATALINA_HOME/lib-jsp-api.jar:$CATALINA_HOME/lib/servlet-api.jar
PATH=$PATH:$JAVA_HOME/bin:$CATALINA_HOME/bin
export JAVA_HOME CLASSPATH PATH CATALINA_HOME
&lt;/pre&gt;

&lt;span style=&quot;color: rgb(0, 130, 153);&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;서버 구동시 톰캣이 자동실행되도록 설정파일을 작성한다.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;vi /etc/rc.d/init.d/tomcat
&lt;/pre&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;#!/bin/bash
# dcription: Tomcat Start Stop Restart
# processname: tomcat
# chkconfig: 234 20 80
export JAVA_HOME=/usr/local/java
export CATALINA_HOME=/usr/local/server/tomcat
export JAVA_OPTS=&quot;-Dfile.encoding=UTF-8 \
-Dnet.sf.ehcache.skipUpdateCheck=true \
-Djava.net.preferIPv4Stack=true
-Djava.net.preferIPv4Addresses
-XX:+UseConcMarkSweepGC \
-XX:+CMSClassUnloadingEnabled \
-XX:+UseParNewGC \
-XX:MaxPermSize=256m \
-Xms512m -Xmx1024m&quot;

case $1 in
start)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sh $CATALINA_HOME/bin/startup.sh
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;;
stop)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sh $CATALINA_HOME/bin/shutdown.sh
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;;
restart)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sh $CATALINA_HOME/bin/shutdown.sh
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sh $CATALINA_HOME/bin/startup.sh
;;
esac
exit 0
&lt;/pre&gt;

&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(0, 130, 153); font-size: 12pt;&quot;&gt;톰캣 자동실행 설정파일을 적용한다.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;chmod +x /etc/init.d/tomcat
chkconfig --add tomcat
chkconfig --level 2345 tomcat on
&lt;/pre&gt;&lt;b&gt;

&lt;span style=&quot;color: rgb(0, 130, 153); font-size: 12pt;&quot;&gt;톰캣 폴더를 tomcat으로 심볼릭 링크처리한다.&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(0, 130, 153); font-size: 12pt;&quot;&gt;이후 톰캣이 사용하는 8080포트를 열어 외부접속이 되도록 오픈한다.&lt;/span&gt;
&lt;/b&gt;&lt;pre class=&quot;brush:bash&quot;&gt;ln -s apache-tomcat-8.0.21 tomcat
vi /etc/sysconfig/iptables
&lt;/pre&gt;

&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(0, 130, 153); font-size: 12pt;&quot;&gt;적당한 위치에 아래 내용을 추가한다.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;-A INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j ACCEPT
&lt;/pre&gt;&lt;p&gt;

&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(0, 130, 153); font-size: 12pt;&quot;&gt;방화벽 규칙이 적용되도록 재실행한다.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(0, 130, 153); font-size: 12pt;&quot;&gt;이후 톰캣을 실행하고,&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(0, 130, 153);&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;netstat로 8080포트가 정상적으로 동작하는지&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;확인한다.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;
&lt;/p&gt;&lt;pre class=&quot;brush:bash&quot;&gt;/etc/init.d/iptables save
service iptables restart
service tomcat start
netstat -ntl
&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Server/CentOS</category>
      <category>centOS</category>
      <category>centos 6.6</category>
      <category>tomcat</category>
      <category>tomcat 8</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/116</guid>
      <comments>https://ezbuilder.tistory.com/116#entry116comment</comments>
      <pubDate>Wed, 8 Apr 2015 00:45:10 +0900</pubDate>
    </item>
    <item>
      <title>Date().getFullYear.toLocaleString('ar'), getFullUTCYear(), toLocaleString('ko')</title>
      <link>https://ezbuilder.tistory.com/114</link>
      <description>&lt;script src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({
          google_ad_client: &quot;ca-pub-2386180969214205&quot;,
          enable_page_level_ads: true
     });
&lt;/script&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;&lt;b&gt;2014-06-11 추가.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;아래 사항은 getFullYear()의 리턴값이 numberic이여서 toLocaleString()시&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;발생되는 현상임.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;parseInt(5000).toLocaleString('kr')의 결과는 &quot;5,000&quot;이다. 자동으로 콤마를 표시해준다.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;---------------------------------------------------------------------------------------&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;오늘 아럽어를 가지고 날짜를 변환하는 과정에서&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 12pt; line-height: 1.5; background-color: transparent;&quot;&gt;발견된 getFullYear().&lt;/span&gt;&lt;span style=&quot;font-size: 12pt; line-height: 1.5; background-color: transparent;&quot;&gt;toLocaleString()&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 12pt; line-height: 1.5; background-color: transparent;&quot;&gt;&lt;strike&gt;버그 사항.&lt;/strike&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;영어?만 빼고 getFullYear() 또는 getFullUTCYear()에서 toLocaleString('ar') 또는 ko등등..으로&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 12pt; background-color: transparent;&quot;&gt;했을 경우&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 12pt; line-height: 1.5; background-color: transparent;&quot;&gt;년도의 값에 (,) 콤마가 찍혀 나온다. 한국어의 경우 replace(',','')로 해결되나 아랍어의 경우 유니코드?라서 그런지&lt;/span&gt;&lt;span style=&quot;font-size: 12pt; background-color: transparent;&quot;&gt;(,)콤마가 아닌 (&lt;/span&gt;&lt;span style=&quot;font-size: 12pt; line-height: 1.5; background-color: transparent;&quot;&gt;٬)로 찍혀나온다. 아럽어의 경우 다음과 같이&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 12pt; line-height: 1.5; background-color: transparent;&quot;&gt;replace('٬',''))로 해야만 된다.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt; line-height: 1.5; background-color: transparent;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 653px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/211D5E335392EC290C&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F211D5E335392EC290C&quot; width=&quot;653&quot; height=&quot;667&quot; filename=&quot;javascipt_bug.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt; line-height: 1.5; background-color: transparent;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 9pt; line-height: 1.5; background-color: transparent;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 9pt; line-height: 1.5; background-color: transparent;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Web Dev/Javascript</category>
      <category>bug</category>
      <category>Date</category>
      <category>Engine</category>
      <category>getFullYear</category>
      <category>javascript</category>
      <category>toLocaleString</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/114</guid>
      <comments>https://ezbuilder.tistory.com/114#entry114comment</comments>
      <pubDate>Sat, 7 Jun 2014 19:41:57 +0900</pubDate>
    </item>
    <item>
      <title>[JSP] DBCP를 이용한 커넥션 풀(Connection Pool) 사용하기.</title>
      <link>https://ezbuilder.tistory.com/95</link>
      <description>&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;b&gt;1. 필수 jar 파일( WEB-INF &amp;gt; lib 폴더에 복사)&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block;   height: auto; max-width: 100%;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/255D4C3D51AEF1E802&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/unknown.gif&quot; style=&quot;vertical-align: middle;&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;commons-dbcp-1.2.2.jar&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block;   height: auto; max-width: 100%;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/24592B3D51AEF1E805&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/unknown.gif&quot; style=&quot;vertical-align: middle;&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;commons-pool-1.4.jar&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;2. 이클립스에서 pool.jocl 파일 작성하기(경로 : src &amp;gt; pool.jocl)&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;:: MySQL ::&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;pre class=&quot;brush: java&quot;&gt;&amp;lt;object class=&quot;org.apache.commons.dbcp.PoolableConnectionFactory&quot; xmlns=&quot;http://apache.org/xml/xmlns/jakarta/commons/jocl&quot;&amp;gt;
	&amp;lt;object class=&quot;org.apache.commons.dbcp.DriverManagerConnectionFactory&quot;&amp;gt;
		&amp;lt;string value=&quot;jdbc:mysql://localhost:3306/test?useUnicode=true&amp;amp;characterEncoding=utf8&quot;/&amp;gt;		
		&amp;lt;string value=&quot;test&quot;/&amp;gt;		
		&amp;lt;string value=&quot;test&quot;/&amp;gt;	
	&amp;lt;/object&amp;gt;
	
	&amp;lt;object class=&quot;org.apache.commons.pool.impl.GenericObjectPool&quot;&amp;gt;	
		&amp;lt;object class=&quot;org.apache.commons.pool.PoolableObjectFactory&quot; null=&quot;true&quot; /&amp;gt;	
	&amp;lt;/object&amp;gt;	

	&amp;lt;object class=&quot;org.apache.commons.pool.KeyedObjectPoolFactory&quot; null=&quot;true&quot;/&amp;gt;	
	
	&amp;lt;string null=&quot;true&quot;/&amp;gt;	
	
	&amp;lt;boolean value=&quot;false&quot;/&amp;gt;
	
	&amp;lt;boolean value=&quot;true&quot;/&amp;gt;
&amp;lt;/object&amp;gt;
&lt;/pre&gt;
&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;:: Oracle ::&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;pre class=&quot;brush: java&quot;&gt;&amp;lt;object class=&quot;org.apache.commons.dbcp.PoolableConnectionFactory&quot; xmlns=&quot;http://apache.org/xml/xmlns/jakarta/commons/jocl&quot;&amp;gt;
	&amp;lt;object class=&quot;org.apache.commons.dbcp.DriverManagerConnectionFactory&quot;&amp;gt;
		&amp;lt;string value=&quot;jdbc:oracle:thin:@localhost:1521:XE&quot;/&amp;gt;
		&amp;lt;string value=&quot;test&quot;/&amp;gt;
		&amp;lt;string value=&quot;test&quot;/&amp;gt;
	&amp;lt;/object&amp;gt;
	
	&amp;lt;object class=&quot;org.apache.commons.pool.impl.GenericObjectPool&quot;&amp;gt;
		&amp;lt;object class=&quot;org.apache.commons.pool.PoolableObjectFactory&quot; null=&quot;true&quot; /&amp;gt;
	&amp;lt;/object&amp;gt;	
	
	&amp;lt;object class=&quot;org.apache.commons.pool.KeyedObjectPoolFactory&quot; null=&quot;true&quot;/&amp;gt;
	
	&amp;lt;string null=&quot;true&quot;/&amp;gt;
	
	&amp;lt;boolean value=&quot;false&quot;/&amp;gt;	
	
	&amp;lt;boolean value=&quot;true&quot;/&amp;gt;
&amp;lt;/object&amp;gt;
&lt;/pre&gt;

&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;3. 커넥션 풀 초기화&lt;/span&gt;&lt;/b&gt;&lt;b style=&quot;font-size: 9pt; line-height: 1.5;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;(경로 : src &amp;gt; DBCPInit.java)&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;pre class=&quot;brush: java&quot;&gt;import java.util.StringTokenizer;

import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;

public class DBCPInit extends HttpServlet{

	@Override
	public void init(ServletConfig config) throws ServletException {
		try{
			String drivers = config.getInitParameter(&quot;jdbcDriver&quot;);
			StringTokenizer st = new StringTokenizer(drivers, &quot;,&quot;);
			
			while(st.hasMoreTokens()){
				String jdbcDriver = st.nextToken();
				Class.forName(jdbcDriver);				
			}
			
			Class.forName(&quot;org.apache.commons.dbcp.PoolingDriver&quot;);
			
		}catch(Exception e){
			throw new ServletException(e);
		}
	}
	
}

&lt;/pre&gt;
&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;4. web.xml파일에 DBCPInit 등록하기&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;pre class=&quot;brush: java&quot;&gt;&amp;lt;servlet&amp;gt;
	&amp;lt;servlet-name&amp;gt;DBCPInit&amp;lt;/servlet-name&amp;gt;
	&amp;lt;servlet-class&amp;gt;DBCPInit&amp;lt;/servlet-class&amp;gt;
	&amp;lt;init-param&amp;gt;
		&amp;lt;param-name&amp;gt;jdbcDriver&amp;lt;/param-name&amp;gt;
		&amp;lt;param-value&amp;gt;com.mysql.jdbc.Driver&amp;lt;/param-value&amp;gt;
	&amp;lt;/init-param&amp;gt;
	&amp;lt;load-on-startup&amp;gt;1&amp;lt;/load-on-startup&amp;gt;
&amp;lt;/servlet&amp;gt;
&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px; font-weight: bold; line-height: 24px;&quot;&gt;5. 커넥션 풀 사용하기&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 10pt; font-weight: bold; line-height: 24px;&quot;&gt;:: test.jsp ::&lt;/span&gt;&lt;/p&gt;
&lt;pre class=&quot;brush: java&quot;&gt;&amp;lt;%@page import=&quot;java.sql.SQLException&quot;%&amp;gt;
&amp;lt;%@page import=&quot;java.sql.DriverManager&quot;%&amp;gt;
&amp;lt;%@page import=&quot;java.sql.ResultSet&quot;%&amp;gt;
&amp;lt;%@page import=&quot;java.sql.PreparedStatement&quot;%&amp;gt;
&amp;lt;%@page import=&quot;java.sql.Connection&quot;%&amp;gt;
&amp;lt;%@ page language=&quot;java&quot; contentType=&quot;text/html; charset=UTF-8&quot;
    pageEncoding=&quot;UTF-8&quot;%&amp;gt;
&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot;&amp;gt;
&amp;lt;title&amp;gt;회원 목록&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;caption&amp;gt;Member 테이블의 내용&amp;lt;/caption&amp;gt;
&amp;lt;table width=&quot;100%&quot; border=&quot;1&quot;&amp;gt;
	&amp;lt;thead&amp;gt;
		&amp;lt;tr&amp;gt;
			&amp;lt;th&amp;gt;이름&amp;lt;/th&amp;gt;
			&amp;lt;th&amp;gt;아이디&amp;lt;/th&amp;gt;
			&amp;lt;th&amp;gt;이메일&amp;lt;/th&amp;gt;
		&amp;lt;/tr&amp;gt;
	&amp;lt;/thead&amp;gt;
	&amp;lt;tbody&amp;gt;
	&amp;lt;%
		Connection conn = null;
		PreparedStatement pstmt = null;
		ResultSet rs = null;
		
		try{
			String jdbcDriver = &quot;jdbc:apache:commons:dbcp:/pool&quot;;
			
			conn = DriverManager.getConnection(jdbcDriver);
			
			pstmt = conn.prepareStatement(&quot;select * from ez_member&quot;);
			
			rs = pstmt.executeQuery();
			
			while(rs.next()){
	%&amp;gt;
		&amp;lt;tr&amp;gt;
			&amp;lt;td&amp;gt;&amp;lt;%= rs.getString(&quot;name&quot;) %&amp;gt;&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;&amp;lt;%= rs.getString(&quot;id&quot;) %&amp;gt;&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;&amp;lt;%= rs.getString(&quot;email&quot;) %&amp;gt;&amp;lt;/td&amp;gt;
		&amp;lt;/tr&amp;gt;
	&amp;lt;%
			}
		}catch(SQLException se){
			se.printStackTrace();
		}finally{
			if(rs != null) rs.close();
			if(pstmt != null) pstmt.close();
			if(conn != null) conn.close();
		}
	%&amp;gt;
	&amp;lt;/tbody&amp;gt;
&amp;lt;/table&amp;gt; 
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Web Dev/JSP</category>
      <category>Connection</category>
      <category>connection pool</category>
      <category>DBCP</category>
      <category>pool</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/95</guid>
      <comments>https://ezbuilder.tistory.com/95#entry95comment</comments>
      <pubDate>Wed, 5 Jun 2013 17:28:52 +0900</pubDate>
    </item>
    <item>
      <title>[JSP] MySQL jdbcDriver 자동로드 및 트랜잭션 처리하기.</title>
      <link>https://ezbuilder.tistory.com/94</link>
      <description>&lt;p style=&quot;text-align: left;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;1.&amp;nbsp;MySQL JdbcDriver 자동로드시키기 위해 아래와 같이 web.xml 파일에 추가한다.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;pre class=&quot;brush: java&quot;&gt;&amp;lt;servlet&amp;gt;
	&amp;lt;servlet-name&amp;gt;jdbcDriver&amp;lt;/servlet-name&amp;gt;
	&amp;lt;servlet-class&amp;gt;utility.DriverLoader&amp;lt;/servlet-class&amp;gt;
	&amp;lt;init-param&amp;gt;
		&amp;lt;param-name&amp;gt;jdbcDriver&amp;lt;/param-name&amp;gt;
		&amp;lt;param-value&amp;gt;com.mysql.jdbc.Driver&amp;lt;/param-value&amp;gt;
	&amp;lt;/init-param&amp;gt;
	&amp;lt;load-on-startup&amp;gt;1&amp;lt;/load-on-startup&amp;gt;
&amp;lt;/servlet&amp;gt;
&lt;/pre&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;2.&amp;nbsp;MySQL 트랜잭션 처리하기&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;:: test.jsp ::&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;pre class=&quot;brush: java&quot;&gt;try{
	String jdbcDriver = &quot;jdbc:mysql://localhost:3306/test?useUnicode=true&amp;amp;characterEncoding=utf8&quot;;
	String dbUser = &quot;test&quot;;
	String dbPwd = &quot;test&quot;;

	conn = DriverManager.getConnection(jdbcDriver, dbUser, dbPwd);

	// 트랜잭션 시작
	conn.setAutoCommit(false);

	pstmt = conn.prepareStatement(&quot;insert into item_1 values (?)&quot;);
	pstmt.setInt(1, 10);
	pstmt.executeUpdate();

	pstmt = conn.prepareStatement(&quot;insert into item_2 values (?)&quot;);
	pstmt.setInt(1, 100);
	pstmt.executeUpdate();

	// 트랜잭션 작동여부 확인을 위한 예외오류 발생시키기
	if(request.getParameter(&quot;error&quot;) != null){
		throw new Exception(&quot;예외 발생!&quot;);
	}

	// 트랜잭션 종료
	conn.commit
}catch(Throwable e){
	if(conn != null){
		try{
			// 오류발생시 롤백
			conn.rollback();
		}catch(SQLException se){}
	}

}finally{
	if(pstmt != null) pstmt.close();
	if(conn != null) conn.close();
}
&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Web Dev/JSP</category>
      <category>COMMIT</category>
      <category>driver</category>
      <category>DriverLoader</category>
      <category>jdbc</category>
      <category>jdbcDriver</category>
      <category>LOADER</category>
      <category>MySQL</category>
      <category>Rollback</category>
      <category>transaction</category>
      <category>web.xml</category>
      <category>태그를 입력해 주세요.</category>
      <category>트랜잭션</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/94</guid>
      <comments>https://ezbuilder.tistory.com/94#entry94comment</comments>
      <pubDate>Wed, 5 Jun 2013 17:00:35 +0900</pubDate>
    </item>
    <item>
      <title>[JSP] MySQL + JSP로 DB연결하여 결과 가져오기</title>
      <link>https://ezbuilder.tistory.com/93</link>
      <description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;1. MySQL 5.x용 JDBC 드라이버&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block;   height: auto; max-width: 100%;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/23784E3B51AE15A027&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/unknown.gif&quot; style=&quot;vertical-align: middle;&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;mysql-connector-java-5.1.25-bin.jar&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;2. viewMemberList.jsp&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;pre class=&quot;brush: java&quot;&gt;&amp;lt;%@page import=&quot;java.sql.SQLException&quot;%&amp;gt;
&amp;lt;%@page import=&quot;java.sql.DriverManager&quot;%&amp;gt;
&amp;lt;%@page import=&quot;java.sql.ResultSet&quot;%&amp;gt;
&amp;lt;%@page import=&quot;java.sql.PreparedStatement&quot;%&amp;gt;
&amp;lt;%@page import=&quot;java.sql.Connection&quot;%&amp;gt;
&amp;lt;%@ page language=&quot;java&quot; contentType=&quot;text/html; charset=UTF-8&quot; pageEncoding=&quot;UTF-8&quot;%&amp;gt;
&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot;&amp;gt;
&amp;lt;title&amp;gt;회원 목록&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;caption&amp;gt;Member 테이블의 내용&amp;lt;/caption&amp;gt;
&amp;lt;table width=&quot;100%&quot; border=&quot;1&quot;&amp;gt;
	&amp;lt;thead&amp;gt;
		&amp;lt;tr&amp;gt;
			&amp;lt;th&amp;gt;이름&amp;lt;/th&amp;gt;
			&amp;lt;th&amp;gt;아이디&amp;lt;/th&amp;gt;
			&amp;lt;th&amp;gt;이메일&amp;lt;/th&amp;gt;
		&amp;lt;/tr&amp;gt;
	&amp;lt;/thead&amp;gt;
	&amp;lt;tbody&amp;gt;
	&amp;lt;%
		Class.forName(&quot;com.mysql.jdbc.Driver&quot;);
		Connection conn = null;
		PreparedStatement pstmt = null;
		ResultSet rs = null;
		
		try{
			String jdbcDriver = &quot;jdbc:mysql://localhost:3306/test?useUnicode=true&amp;amp;characterEncoding=utf8&quot;;
			String dbUser = &quot;test&quot;;
			String dbPwd = &quot;test&quot;;
			
			conn = DriverManager.getConnection(jdbcDriver, dbUser, dbPwd);
			
			pstmt = conn.prepareStatement(&quot;select * from ez_member&quot;);
			
			rs = pstmt.executeQuery();
			
			while(rs.next()){
	%&amp;gt;
		&amp;lt;tr&amp;gt;
			&amp;lt;td&amp;gt;&amp;lt;%= rs.getString(&quot;name&quot;) %&amp;gt;&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;&amp;lt;%= rs.getString(&quot;id&quot;) %&amp;gt;&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;&amp;lt;%= rs.getString(&quot;email&quot;) %&amp;gt;&amp;lt;/td&amp;gt;
		&amp;lt;/tr&amp;gt;
	&amp;lt;%
			}
		}catch(SQLException se){
			se.printStackTrace();
		}finally{
			if(rs != null) rs.close();
			if(pstmt != null) pstmt.close();
			if(conn != null) conn.close();
		}
	%&amp;gt;
	&amp;lt;/tbody&amp;gt;
&amp;lt;/table&amp;gt; 
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;

&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Web Dev/JSP</category>
      <category>db연결</category>
      <category>jsp</category>
      <category>MySQL</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/93</guid>
      <comments>https://ezbuilder.tistory.com/93#entry93comment</comments>
      <pubDate>Wed, 5 Jun 2013 01:29:44 +0900</pubDate>
    </item>
    <item>
      <title>[JSP] 세션시간 설정하기</title>
      <link>https://ezbuilder.tistory.com/92</link>
      <description>&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;:: web.xml에 추가( 단위 =&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;분 )&lt;/span&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&amp;nbsp;::&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;session-config&amp;gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;&amp;lt;session-timeout&amp;gt;50&amp;lt;/session-timeout&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/session-config&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;또는&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;JSP페이지 세션설정부분에서 아래 내용을 추가&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;session.setMaxInactiveInterval(60 * 60); // 초단위로 60분으로 설정함.&lt;/p&gt;</description>
      <category>Web Dev/JSP</category>
      <category>SESSION</category>
      <category>session-config</category>
      <category>session-timeout</category>
      <category>setMaxInactiveInterval</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/92</guid>
      <comments>https://ezbuilder.tistory.com/92#entry92comment</comments>
      <pubDate>Tue, 4 Jun 2013 23:40:27 +0900</pubDate>
    </item>
    <item>
      <title>[JSP] jsp:include 와 include 디렉티브의 차이</title>
      <link>https://ezbuilder.tistory.com/91</link>
      <description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;table class=&quot;txc-table&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;border:none;border-collapse:collapse;;font-family:돋움;font-size:12px&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;width:664;height:24;border-bottom:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;border-left:1px solid #ccc;;&quot;&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;&amp;nbsp;&amp;lt;jsp:include 액션 태그와 include 디렉티브의 차이&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;table class=&quot;txc-table&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;border:none;border-collapse:collapse;;font-family:돋움;font-size:12px&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;width: 103px; height: 24px; border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0); background-color: rgb(230, 230, 230);&quot;&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&amp;nbsp;비교항목&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 322px; height: 24px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(0, 0, 0); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(0, 0, 0); border-top-width: 1px; border-top-style: solid; border-top-color: rgb(0, 0, 0); color: rgb(0, 0, 0); background-color: rgb(230, 230, 230);&quot;&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&amp;lt;jsp:include&amp;gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 274px; height: 24px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(0, 0, 0); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(0, 0, 0); border-top-width: 1px; border-top-style: solid; border-top-color: rgb(0, 0, 0); color: rgb(0, 0, 0); background-color: rgb(230, 230, 230);&quot;&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&amp;nbsp;include 디렉티브&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;width: 103px; height: 24px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(0, 0, 0); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(0, 0, 0); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(0, 0, 0); color: rgb(0, 0, 0); background-color: rgb(246, 246, 246);&quot;&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&amp;nbsp;처리시간&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 322px; height: 24px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(0, 0, 0); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(0, 0, 0); color: rgb(0, 0, 0); background-color: transparent;&quot;&gt;&lt;p&gt;&amp;nbsp;요청 시간에 처리&amp;nbsp;&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 274px; height: 24px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(0, 0, 0); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(0, 0, 0); color: rgb(0, 0, 0); background-color: transparent;&quot;&gt;&lt;p&gt;&amp;nbsp;JSP 파일을 자바 소스로 변활할 때 처리&amp;nbsp;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;width: 103px; height: 24px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(0, 0, 0); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(0, 0, 0); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(0, 0, 0); color: rgb(0, 0, 0); background-color: rgb(246, 246, 246);&quot;&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&amp;nbsp;기능&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 322px; height: 24px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(0, 0, 0); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(0, 0, 0); color: rgb(0, 0, 0); background-color: transparent;&quot;&gt;&lt;p&gt;&amp;nbsp;별도의 파일로 요청 처리 흐름을 이동&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 274px; height: 24px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(0, 0, 0); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(0, 0, 0); color: rgb(0, 0, 0); background-color: transparent;&quot;&gt;&lt;p&gt;&amp;nbsp;현재 파일에 삽입시킴&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;width: 103px; height: 24px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(0, 0, 0); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(0, 0, 0); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(0, 0, 0); color: rgb(0, 0, 0); background-color: rgb(246, 246, 246);&quot;&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&amp;nbsp;데이터 전달방법&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 322px; height: 24px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(0, 0, 0); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(0, 0, 0); color: rgb(0, 0, 0); background-color: transparent;&quot;&gt;&lt;p&gt;&amp;nbsp;request 기본객체나 &amp;lt;jsp:param&amp;gt;을 이용한 파라미터 전달&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 274px; height: 24px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(0, 0, 0); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(0, 0, 0); color: rgb(0, 0, 0); background-color: transparent;&quot;&gt;&lt;p&gt;&amp;nbsp;페이지 내의 변수를 선언한 후 변수에 값 저장&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;width: 103px; height: 24px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(0, 0, 0); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(0, 0, 0); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(0, 0, 0); color: rgb(0, 0, 0); background-color: rgb(246, 246, 246);&quot;&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&amp;nbsp;용도&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 322px; height: 24px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(0, 0, 0); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(0, 0, 0); color: rgb(0, 0, 0); background-color: transparent;&quot;&gt;&lt;p&gt;&amp;nbsp;화면의 레이아웃의 일부분을 모듈화 할 때 주료 사용&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 274px; height: 24px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(0, 0, 0); border-right-width: 1px; border-right-style: solid; border-right-color: rgb(0, 0, 0); color: rgb(0, 0, 0); background-color: transparent;&quot;&gt;&lt;p&gt;&amp;nbsp;다수의 JSP 페이지에서 공동으로 사용된는 변수를 지정하는 코드나 저작권과 같은 문장을 포함&amp;nbsp;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Web Dev/JSP</category>
      <category>include</category>
      <category>jsp:include</category>
      <category>차이</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/91</guid>
      <comments>https://ezbuilder.tistory.com/91#entry91comment</comments>
      <pubDate>Tue, 4 Jun 2013 20:21:47 +0900</pubDate>
    </item>
    <item>
      <title>[JSP] 코드 조각 자동 포함시키기</title>
      <link>https://ezbuilder.tistory.com/90</link>
      <description>&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;JSP 2.0 버전부터 사용가능.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;:: web.xml에 추가&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;::&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;jsp-config&amp;gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;&amp;lt;jsp-property-group&amp;gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 4em;&quot;&gt;&amp;lt;url-pattern&amp;gt;/view/*&amp;lt;/url-pattern&amp;gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 4em;&quot;&gt;&amp;lt;include-prelude&amp;gt;/common/variable.jspf&amp;lt;/include-prelude&amp;gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 4em;&quot;&gt;&amp;lt;include-coda&amp;gt;/common/footer.jspf&amp;lt;/include-coda&amp;gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;&amp;lt;/jsp-property-group&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/jsp-config&amp;gt;&lt;/p&gt;</description>
      <category>Web Dev/JSP</category>
      <category>include-coda</category>
      <category>include-prelude</category>
      <category>jsp-config</category>
      <category>jsp-property-group</category>
      <category>url-pattern</category>
      <category>web.xml</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/90</guid>
      <comments>https://ezbuilder.tistory.com/90#entry90comment</comments>
      <pubDate>Tue, 4 Jun 2013 20:07:12 +0900</pubDate>
    </item>
    <item>
      <title>[MySQL] MySQL 5.x Function 및 Procedure 예제</title>
      <link>https://ezbuilder.tistory.com/87</link>
      <description>&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;delimiter $$&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;DROP FUNCTION IF EXISTS&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#000000&gt;dbname.string_print$$&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;CREATE FUNCTION&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#000000&gt;dbname.string_print&lt;/FONT&gt;&lt;FONT color=#000000&gt;(&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color=#000000&gt;str&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;VARCHAR(20)&lt;FONT color=#000000&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;)&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;RETURNS VARCHAR(20)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BEGIN&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DECLARE&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#000000&gt;copy_str&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;VARCHAR(20);&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;SET&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#000000&gt;copy_str&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;=&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#000000&gt;str&lt;/FONT&gt;;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;RETURN&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#000000&gt;copy_str&lt;/FONT&gt;;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; END $$&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;delimiter ;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,128,0)&quot;&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#0021b0&gt;SELECT&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#000000&gt;dbname.string_print('Hello world');&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;delimiter $$&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;DROP&amp;nbsp;PROCEDURE IF EXISTS&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#000000&gt;dbname.string_print$$&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;CREATE PROCEDURE&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#000000&gt;dbname.string_print&lt;/FONT&gt;&lt;FONT color=#000000&gt;(&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color=#000000&gt;str&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;VARCHAR(20)&lt;FONT color=#000000&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BEGIN&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DECLARE&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#000000&gt;copy_str&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;VARCHAR(20);&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;SET&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#000000&gt;copy_str&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;=&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#000000&gt;str&lt;/FONT&gt;;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;SELECT&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#000000&gt;copy_str&lt;/FONT&gt;;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; END $$&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,0,255)&quot;&gt;&lt;FONT size=2 face=굴림&gt;delimiter ;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=바탕글 style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: left; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; FONT-FAMILY: HY울릉도M; COLOR: rgb(0,128,0)&quot;&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#0000ff&gt;CALL&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color=#000000&gt;dbname.string_print('Hello world');&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot; color=#000000&gt;&lt;STRONG&gt;이번엔&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;예외처리&lt;/U&gt;...&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot; color=#0000ff&gt;delimiter&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;$$&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#0000ff&gt;DROP PROCEDURE IF EXISTS&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;db_name.procedure_name$$&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#0000ff&gt;CREATE PROCEDURE&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;db_name.procedure_name(&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(190,250,90)&quot; color=#0000ff&gt;IN&lt;/FONT&gt;&amp;nbsp;num&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#0000ff&gt;INT&lt;/FONT&gt;,&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(190,250,90)&quot; color=#0000ff&gt;IN&lt;/FONT&gt;&amp;nbsp;ch&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#0000ff&gt;VARCHAR&lt;/FONT&gt;(2))&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#0000ff&gt;BEGIN&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(254,229,115)&quot;&gt;&lt;FONT color=#0000ff&gt;DECLARE&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;err&amp;nbsp;&lt;FONT color=#0000ff&gt;INT&amp;nbsp;DEFAULT&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;'0';&lt;/FONT&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(254,229,115)&quot;&gt;&lt;FONT color=#0000ff&gt;DECLARE CONTINUE HANDLER FOR SQLEXCEPTION&amp;nbsp; SET&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;err = -1;&lt;/FONT&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#0000ff&gt;START TRANSACTION&lt;/FONT&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#0000ff&gt;INSERT INTO&lt;/FONT&gt;&amp;nbsp;table_name&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#0000ff&gt;VALUES&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;(num, ch);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT color=#33cc00&gt;//&amp;nbsp;성공&lt;/FONT&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT color=#0000ff&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;INSERT INTO&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;table_name&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#0000ff&gt;VALUES&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;(ch, num);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT color=#33cc00&gt;// 실패&lt;/FONT&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#0000ff&gt;IF&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;err &amp;lt; 0&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#0000ff&gt;THEN&lt;/FONT&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#0000ff&gt;ROLLBACK&lt;/FONT&gt;;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#0000ff&gt;ELSE&lt;/FONT&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#0000ff&gt;COMMIT&lt;/FONT&gt;;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#0000ff&gt;END IF&lt;/FONT&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#0000ff&gt;END&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;$$&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#0000ff&gt;delimiter&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(190,250,90)&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;: IN -&amp;gt; input, OUT -&amp;gt; output&amp;nbsp;&amp;lt;가독성을 위한 표시 기능&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(254,229,115)&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;: 예외 핸들링을 위한 변수 선언. 쿼리 실패시 err값은 '-1'&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot; color=#000000&gt;&lt;STRONG&gt;이번엔&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;루프문&lt;/U&gt;을...&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot; color=#0000ff&gt;delimiter&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;$$&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#0000ff&gt;DROP PROCEDURE IF EXISTS&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;db_name.procedure_name$$&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#0000ff&gt;CREATE PROCEDURE&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;db_name.procedure_name(&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot; color=#0000ff&gt;IN&lt;/FONT&gt;&amp;nbsp;ch&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#0000ff&gt;VARCHAR&lt;/FONT&gt;(2))&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#0000ff&gt;BEGIN&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#0000ff&gt;DECLARE&lt;/FONT&gt;&amp;nbsp;val&amp;nbsp;&lt;FONT color=#0000ff&gt;INT&amp;nbsp;DEFAULT&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;'0';&amp;nbsp;&lt;br /&gt;&lt;/FONT&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(254,229,115)&quot;&gt;&lt;FONT color=#0000ff&gt;WHILE&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;val &amp;lt; 5&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#0000ff&gt;DO&lt;/FONT&gt;&lt;/FONT&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#0000ff&gt;INSERT INTO&lt;/FONT&gt;&amp;nbsp;table_name&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#0000ff&gt;VALUES&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;(val, ch);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#0000ff&gt;SET&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;val = val + 1;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(254,229,115)&quot;&gt;&lt;FONT color=#0000ff&gt;END WHILE&lt;/FONT&gt;;&lt;/FONT&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;FONT color=#0000ff&gt;END&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;$$&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#0000ff&gt;delimiter&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;STRONG&gt;&lt;FONT color=#000000&gt;이번엔&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;커서&lt;/U&gt;를...&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;delimiter&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;$$&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;DROP PROCEDURE IF EXISTS&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;proc_name$$&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;CREATE PROCEDURE&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;proc_name()&lt;/SPAN&gt;&lt;br /&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;BEGIN&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 4em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;DECLARE&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;cur_state&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;INT DEFAULT&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;'0';&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;DECLARE&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;copy_column1&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;INT DEFAULT&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;'0';&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;DECLARE&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;copy_column2&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;INT DEFAULT&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;'0';&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;DECLARE&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;result_count&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;INT DEFAULT&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;'0';&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 4em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 4em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT size=+0&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,228,48)&quot;&gt;&lt;FONT color=#544b33&gt;&lt;FONT size=+0&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;DECLARE&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;cur CURSOR FOR SELECT column1,&amp;nbsp;column2 FROM table1;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 4em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT size=+0&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(186,52,166)&quot;&gt;&lt;FONT color=#ffffff&gt;&lt;FONT size=+0&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;DECLARE CONTINUE HANDLER FOR SQLSTATE&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;'02000' SET cur_state&amp;nbsp;= 1;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 4em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 4em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(239,244,216)&quot;&gt;&lt;FONT color=#7e8560&gt;&lt;FONT size=+0&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;OPEN&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;cur;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 8em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(218,232,246)&quot; color=#587693&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;REPEAT&lt;/SPAN&gt;&lt;/FONT&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 12em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;FETCH&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;cur&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;INTO&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;copy_column1, copy_column2;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(154,177,27)&quot; color=#ffffff&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;→커서 이동 및&amp;nbsp;결과 매칭&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 12em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;IF NOT&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;cur_&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;state&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;THEN&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(154,177,27)&quot; color=#ffffff&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;→커서 상태 체크&lt;/SPAN&gt;&lt;/FONT&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 16em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;UPDATE&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;...;&lt;/SPAN&gt;&lt;br /&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;SET&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;result_count = result_count + 1;&lt;/SPAN&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 12em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;END IF&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;;&lt;/SPAN&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 8em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(218,232,246)&quot;&gt;&lt;FONT color=#587693&gt;&lt;FONT size=+0&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;UNTIL&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;cur_state END REPEAT;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 4em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT size=+0&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(239,244,216)&quot;&gt;&lt;FONT color=#7e8560&gt;&lt;FONT size=+0&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;CLOSE&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;cur;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 4em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 4em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;IF&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;result_count &amp;gt; 0&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;THEN&lt;/SPAN&gt;&lt;/FONT&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 8em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;SELECT result_count;&lt;/SPAN&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 4em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;ELSE&lt;/SPAN&gt;&lt;/FONT&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 8em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;SELECT 0;&lt;/SPAN&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 4em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;END IF&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;END&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;$$&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;delimiter&lt;/SPAN&gt;&lt;FONT color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(186,52,166)&quot; color=#ffffff&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,228,48)&quot; color=#544b33&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;:&lt;/FONT&gt;&amp;nbsp;&lt;FONT color=#000000&gt;커서&amp;nbsp;정의 - cur은 '&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot; color=#544b33&gt;SELECT column1,&amp;nbsp;column2 FROM table1;&lt;/FONT&gt;'의 커서이다.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(186,52,166)&quot; color=#ffffff&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(186,52,166)&quot; color=#ffffff&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;:&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#000000&gt;커서 상태 핸들러 지정(※'02000'의 의미는 잘모르겠다.)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(186,52,166)&quot; color=#ffffff&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(239,244,216)&quot; color=#7e8560&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;:&lt;/FONT&gt;&amp;nbsp;&lt;FONT color=#000000&gt;커서 열고 닫기.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(186,52,166)&quot; color=#ffffff&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(218,232,246)&quot; color=#587693&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;:&lt;/FONT&gt;&amp;nbsp;&lt;FONT color=#000000&gt;do while문과 비슷한 문법.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;STRONG&gt;&lt;FONT color=#000000&gt;이번엔&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;SELECT 결과를 변수에&lt;/U&gt;...&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;delimiter&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;$$&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;DROP PROCEDURE IF EXISTS&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;proc_name$$&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;CREATE PROCEDURE&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;proc_name()&lt;/SPAN&gt;&lt;br /&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;BEGIN&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 4em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;DECLARE&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;result&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;INT DEFAULT&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;'0';&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 4em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 4em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;FONT color=#3058d2&gt;SELECT&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,228,48)&quot; color=#544b33&gt;column1 INTO result&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color=#3058d2&gt;FROM&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;table1&amp;nbsp;&lt;FONT color=#3058d2&gt;WHERE&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;...;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px 4em; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;FONT color=#3058d2&gt;SELECT&lt;/FONT&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;reslut;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;END&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;$$&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#3058d2&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;delimiter&lt;/SPAN&gt;&lt;FONT color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;SPAN class=Apple-converted-space&gt;&amp;nbsp;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#3058d2&gt;&lt;FONT color=#000000&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#3058d2&gt;&lt;FONT color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;※ MySQL에선 'result = column1'이 안된다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#3058d2&gt;&lt;FONT color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; TEXT-ALIGN: right; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 2px 0px 0px; LINE-HEIGHT: 1.5; PADDING-RIGHT: 0px&quot;&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=2 face=굴림&gt;&lt;FONT face=굴림&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;&lt;FONT color=#3058d2&gt;&lt;FONT color=#000000&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;A href=&quot;http://cafe.naver.com/q69/119958&quot;&gt;http://cafe.naver.com/q69/119958&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <category>DBMS/MySQL</category>
      <category>Close</category>
      <category>create</category>
      <category>CUR</category>
      <category>declare</category>
      <category>Delimiter</category>
      <category>EXISTS</category>
      <category>function</category>
      <category>If</category>
      <category>INSERT</category>
      <category>MySQL</category>
      <category>Open</category>
      <category>procedure</category>
      <category>select</category>
      <category>Update</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/87</guid>
      <comments>https://ezbuilder.tistory.com/87#entry87comment</comments>
      <pubDate>Sat, 1 Jun 2013 00:36:16 +0900</pubDate>
    </item>
    <item>
      <title>[MySQL] 기본명령어</title>
      <link>https://ezbuilder.tistory.com/86</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mysql -u계정 -p DB&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;show variables like 'c%' 인코딩 확인&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MySQL의 기본 명령어와 SQL문 정리. 내가 RDBMS에 완전 문외한이기 때문에 기본 SQL쿼리까지...&lt;br /&gt;Redhat Linux 7.3, MySQL 3.23.58 에서 테스트함.&lt;br /&gt;설치는 Redhat 기본 제공 RPM으로 했다.&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;데이터베이스 접속&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;$ mysql -u 사용자명 -p dbname&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;설치 직후에는 root 사용자에 비밀번호가 없으므로 다음과 같이 접속하여 MySQL을 관리할 수 있다.&lt;br /&gt;&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;$ mysql -u root mysql&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;비밀번호 변경&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;MySQL을 설치한 직후에는 root 계정에 암호가 지정되어 있지 않다.&lt;br /&gt;다음 세가지 방법으로 비밀번호를 변경 할 수 있다.&lt;br /&gt;
&lt;UL&gt;&lt;br /&gt;
&lt;LI&gt;mysqladmin이용&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;$ mysqladmin -u root password 새비밀번호&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;/LI&gt;
&lt;LI&gt;update문 이용&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;$ mysql -u root mysql&lt;br /&gt;&lt;br /&gt;mysql&amp;gt; UPDATE user SET password=password('새비밀번호') WHERE user='root';&lt;br /&gt;mysql&amp;gt; FLUSH PRIVILEGES;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;br /&gt;&lt;/LI&gt;
&lt;LI&gt;Set Password 이용&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;SET PASSWORD FOR root=password('새비밀번호');&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;br /&gt;일단 root 비밀번호가 설정된 상태에서는 mysql이나 mysqladmin 명령을 실행할 때 -p 옵션을 붙여주고 기존 비밀번호를 입력해야만 한다.&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;사용자 추가/삭제&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; GRANT ALL PRIVILEGES ON dbname.* TO username@localhost IDENTIFIED BY 'password';&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;username 이라는 사용자를 password라는 비밀번호를 갖도록 하여 추가한다. username은 dbname이라는&lt;br /&gt;데이타베이스에 대해 모든 권한을 가지고 있다.&lt;br /&gt;username 사용자는 로칼 호스트에서만 접속할 수 있다. 다른 호스트에서 접속하려면&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;GRANT ALL PRIVILEGES ON dbname.* TO username@'%' IDENTIFIED BY 'password';&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;위를 또한 번 실행한다. '%'에서 홑따옴표를 주의한다.&lt;br /&gt;&lt;B&gt;&lt;br /&gt;&lt;/B&gt;&lt;A href=&quot;http://tech.zhenhua.info/2009/01/mysql-error-104528000-access-denied-for.html&quot; target=_blank&gt;&lt;U&gt;&lt;FONT color=#0066cc&gt;http://tech.zhenhua.info/2009/01/mysql-error-104528000-access-denied-for.html&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt; 에 따르면 '%'란 localhost 를 제외한 모든 호스트를 뜻한다고 한다. 즉, localhost에 대해서는 명시적으로 따로 권한을 지정해야 한다.&lt;br /&gt;&lt;br /&gt;불필요한 사용자 삭제는&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; DELETE FROM user WHERE user='username';&lt;br /&gt;mysql&amp;gt; FLUSH PRIVILEGES;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;데이터베이스 생성/보기&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;
&lt;UL&gt;&lt;br /&gt;
&lt;LI&gt;데이터베이스를 생성하고,&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; CREATE DATABASE dbname;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;/LI&gt;
&lt;LI&gt;현재 존재하는 데이터베이스 목록을 보여준다.&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; SHOW DATABASES;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;/LI&gt;
&lt;LI&gt;특정 데이타베이스를 사용하겠다고 선언한다.&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; USE dbname;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;/LI&gt;
&lt;LI&gt;쓸모 없으면 과감히 삭제한다.&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; DROP DATABASE [IF EXISTS] dbname;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;B&gt;IF EXISTS&lt;/B&gt; 옵션은 비록 데이타베이스가 없더라도 오류를 발생시키지 말라는 의미이다.&lt;br /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;테이블 생성/보기&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;
&lt;UL&gt;&lt;br /&gt;
&lt;LI&gt;테이블을 생성하고,&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; CREATE TABLE tablename (&lt;br /&gt;column_name1 INT,&lt;br /&gt;column_name2 VARCHAR(15),&lt;br /&gt;column_name3 INT );&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;/LI&gt;
&lt;LI&gt;현재 데이타베이스의 테이블 목록을 보고&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; SHOW TABLES;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;/LI&gt;
&lt;LI&gt;테이블 구조를 살펴본다.&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; EXPLAIN tablesname;&lt;br /&gt;혹은&lt;br /&gt;mysql&amp;gt; DESCRIBE tablename;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;/LI&gt;
&lt;LI&gt;이름을 잘못 지정했으면 이름을 변경할 수도 있다.&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; RENAME TABLE tablename1 TO tablename2[, tablename3 TO tablename4];&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;/LI&gt;
&lt;LI&gt;필요 없으면 삭제한다.&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; DROP TABLE [IF EXISTS] tablename;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;현재 상태 보기&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;&lt;br /&gt;mysql&amp;gt; status&lt;br /&gt;&lt;br /&gt;--------------&lt;br /&gt;mysql Ver 11.18 Distrib 3.23.58, for pc-linux (i686)&lt;br /&gt;&lt;br /&gt;Connection id: 26&lt;br /&gt;Current database: study&lt;br /&gt;Current user: study@localhost&lt;br /&gt;Current pager: stdout&lt;br /&gt;Using outfile: ''&lt;br /&gt;Server version: 3.23.58&lt;br /&gt;Protocol version: 10&lt;br /&gt;Connection: Localhost via UNIX socket&lt;br /&gt;Client characterset: latin1&lt;br /&gt;Server characterset: euc_kr&lt;br /&gt;UNIX socket: /var/lib/mysql/mysql.sock&lt;br /&gt;Uptime: 2 hours 9 min 59 sec&lt;br /&gt;&lt;br /&gt;Threads: 1 Questions: 160 Slow queries: 0 Opens: 28 Flush tables: 1&lt;br /&gt;Open tables: 1 Queries per second avg: 0.021&lt;br /&gt;--------------&lt;br /&gt;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;INSERT&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; INSERT INTO tablename VALUES(값1, 값2, ...);&lt;br /&gt;&lt;br /&gt;혹은&lt;br /&gt;&lt;br /&gt;mysql&amp;gt; INSERT INTO tablename (col1, col2, ...) VALUES(값1, 값2, ...);&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;SELECT&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; SELECT col1, col2, ... FROM tablename;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;컬럼명을 *로 하면 모든 컬럼 의미.&lt;br /&gt;&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; SELECT col1 AS '성명', col2 AS '국어점수' FROM grade;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;컬럼의 이름을 바꿔서 출력.&lt;br /&gt;&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; SELECT * FROM tablename ORDER BY col1 DESC;&lt;br /&gt;mysql&amp;gt; SELECT col1, korean + math english AS '총점' FROM tablename ORDER BY '총점' ASC;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;B&gt;DESC&lt;/B&gt;는 내림차순 &lt;B&gt;ASC&lt;/B&gt;는 오름차순.&lt;br /&gt;&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; SELECT * FROM grade WHERE korean &amp;lt; 90;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;조건줘서 SELECT.&lt;br /&gt;&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; SELECT * FROM grade LIMIT 10;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;결과중 처음부터 10개만 가져오기&lt;br /&gt;&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; SELECT * FROM grade LIMIT 100, 10;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;결과중 100번째부터 10개만 가져오기. &lt;B&gt;첫번째 레코드는 0번 부터 시작&lt;/B&gt;한다.&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;UPDATE&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; UPDATE tablename SET col1=새값 WEHER 조건&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;DELETE&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; DELETE FROM tablename WEHRE 조건&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;mysql에서 쿼리 결과 세로로 보기&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;B&gt;-E&lt;/B&gt; 옵션을 줘서 실행한다.&lt;br /&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;$ mysql -E -u root -p mysql&lt;br /&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;mysql에서 발생한 오류나 경고 다시 보기&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;
&lt;BLOCKQUOTE class=src&gt;mysql&amp;gt; show errors;&lt;br /&gt;mysql&amp;gt; show warnings;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: right&quot;&gt;&lt;A href=&quot;http://wiki.kwonnam.pe.kr/database/mysql/basic&quot; target=_blank&gt;&lt;U&gt;&lt;FONT color=#0066cc&gt;http://wiki.kwonnam.pe.kr/database/mysql/basic&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <category>DBMS/MySQL</category>
      <category>create</category>
      <category>Delete</category>
      <category>Drop</category>
      <category>EXISTS</category>
      <category>Grant</category>
      <category>If</category>
      <category>MySQL</category>
      <category>select</category>
      <category>Show</category>
      <category>table</category>
      <category>Update</category>
      <category>Use</category>
      <category>명령어</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/86</guid>
      <comments>https://ezbuilder.tistory.com/86#entry86comment</comments>
      <pubDate>Fri, 31 May 2013 15:53:28 +0900</pubDate>
    </item>
    <item>
      <title>[Android] SharedPreferences 사용하기</title>
      <link>https://ezbuilder.tistory.com/85</link>
      <description>&lt;PRE class=&quot;brush: java&quot;&gt;protected void onPause() {
        SharedPreferences myPref = getSharedPreferences(&quot;myPref&quot;, Activity.MODE_WORLD_WRITEABLE);
        SharedPreferences.Editor myEditor = myPref.edit();
        myEditor.putString(&quot;name&quot;, &quot;홍길동&quot;);
        myEditor.commit();
}

 protected void onResume() {
        SharedPreferences myPref = getSharedPreferences(&quot;myPref&quot;, Activity.MODE_WORLD_READABLE);
        String myPrefValue = myPref.getString(&quot;name&quot;, &quot;&quot;).toString();
        Log.d(&quot;myPref :&quot;,myPrefValue);
}
&lt;/PRE&gt;</description>
      <category>App Dev/Android</category>
      <category>COMMIT</category>
      <category>editor</category>
      <category>log</category>
      <category>Log.d</category>
      <category>onPause</category>
      <category>onResume</category>
      <category>putString</category>
      <category>SharedPreferences</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/85</guid>
      <comments>https://ezbuilder.tistory.com/85#entry85comment</comments>
      <pubDate>Tue, 21 May 2013 01:31:50 +0900</pubDate>
    </item>
    <item>
      <title>[Android] 한글키보드 사용하기</title>
      <link>https://ezbuilder.tistory.com/84</link>
      <description>&lt;P&gt;1. 아래 한글키보드 앱을 다운로드 받아 SDK의 platform-tools폴더에 복사한다.&lt;/P&gt;
&lt;P&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block;   height: auto; max-width: 100%;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/2662C6355191AAF60E&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/unknown.gif&quot; style=&quot;vertical-align: middle;&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;HangulKeyboard.apk&lt;/a&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. sdk의 platform-tools 폴더로 이동하여 설치한다.&lt;/P&gt;
&lt;P&gt;adb -s emulator-고유번호 install HangulKeyboard.apk&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <category>App Dev/Android</category>
      <category>android</category>
      <category>hangul</category>
      <category>install</category>
      <category>Keyboard</category>
      <category>설치</category>
      <category>안드로이드</category>
      <category>한글키보드</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/84</guid>
      <comments>https://ezbuilder.tistory.com/84#entry84comment</comments>
      <pubDate>Tue, 14 May 2013 12:11:44 +0900</pubDate>
    </item>
    <item>
      <title>[JSP] JSTL</title>
      <link>https://ezbuilder.tistory.com/83</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;1. JSTL 태그종류&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;/P&gt;
&lt;TABLE style=&quot;WIDTH: 590px; BORDER-COLLAPSE: collapse&quot; border=0 cellSpacing=0 cellPadding=0 width=590&gt;
&lt;COLGROUP&gt;
&lt;COL style=&quot;WIDTH: 113pt; mso-width-source: userset&quot; width=151&gt;
&lt;COL style=&quot;WIDTH: 145pt; mso-width-source: userset&quot; width=193&gt;
&lt;COL style=&quot;WIDTH: 69pt; mso-width-source: userset&quot; width=92&gt;
&lt;COL style=&quot;WIDTH: 281pt; mso-width-source: userset&quot; width=374&gt;
&lt;TBODY&gt;
&lt;TR style=&quot;HEIGHT: 22.5pt; mso-height-source: userset&quot; height=30&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: #000; WIDTH: 107px; HEIGHT: 9px; COLOR: #fff; BORDER-TOP: #000 1px solid; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa1 height=30 width=151 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: center; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;COLOR: white; FONT-SIZE: 11pt; FONT-WEIGHT: bold; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 14; mso-font-kerning: 1.0pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움&quot;&gt;라이브러리&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: white; FONT-SIZE: 11pt; FONT-WEIGHT: bold; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 14; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: #000; WIDTH: 151px; HEIGHT: 9px; COLOR: #fff; BORDER-TOP: #000 1px solid; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa1 width=193 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: center; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: white; FONT-SIZE: 11pt; FONT-WEIGHT: bold; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 14; mso-font-kerning: 1.0pt&quot;&gt;하위 기능&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: white; FONT-SIZE: 11pt; FONT-WEIGHT: bold; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 14; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: #000; WIDTH: 64px; HEIGHT: 9px; COLOR: #fff; BORDER-TOP: #000 1px solid; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa1 width=92 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: center; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: white; FONT-SIZE: 11pt; FONT-WEIGHT: bold; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 14; mso-font-kerning: 1.0pt&quot;&gt;접두어&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: white; FONT-SIZE: 11pt; FONT-WEIGHT: bold; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 14; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: #000; WIDTH: 267px; HEIGHT: 9px; COLOR: #fff; BORDER-TOP: #000 1px solid; BORDER-RIGHT: #000 1px solid&quot; class=oa1 width=374 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: center; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: white; FONT-SIZE: 11pt; FONT-WEIGHT: bold; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 14; mso-font-kerning: 1.0pt&quot;&gt;관련&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: white; FONT-SIZE: 11pt; FONT-WEIGHT: bold; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 14; mso-font-kerning: 1.0pt&quot;&gt;URI&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: white; FONT-SIZE: 11pt; FONT-WEIGHT: bold; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 14; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 67.5pt; mso-height-source: userset&quot; height=90&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 107px; HEIGHT: 67px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa2 height=90 width=151 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&amp;nbsp;코어&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 151px; HEIGHT: 67px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa2 width=193 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&amp;nbsp;변수지원&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&amp;nbsp;흐름 제어&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&amp;nbsp;URL &lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;처리&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 64px; HEIGHT: 67px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa2 width=92 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: center; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;c&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 267px; HEIGHT: 67px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa2 width=374 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href=&quot;http://java.sun.com/jsp/jstl/core&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움&quot;&gt;http://java.sun.com/jsp/jstl/core&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 67.5pt; mso-height-source: userset&quot; height=90&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 107px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa3 height=90 width=151 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&amp;nbsp;XML&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 151px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa3 width=193 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&amp;nbsp;XML &lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;코어&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&amp;nbsp;흐름 제어&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&amp;nbsp;XML &lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;변환&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 64px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa3 width=92 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: center; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;x&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 267px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa3 width=374 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href=&quot;http://java.sun.com/jsp/jstl/xml&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움&quot;&gt;http://java.sun.com/jsp/jstl/xml&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 67.5pt; mso-height-source: userset&quot; height=90&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 107px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa4 height=90 width=151 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&amp;nbsp;국제화&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 151px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa4 width=193 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&amp;nbsp;지역&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&amp;nbsp;메시지 형식&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&amp;nbsp;숫자 및 날짜 형식&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 64px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa4 width=92 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: center; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;fmt&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 267px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa4 width=374 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href=&quot;http://java.sun.com/jsp/jstl/fmt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움&quot;&gt;http://java.sun.com/jsp/jstl/fmt&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 22.5pt; mso-height-source: userset&quot; height=30&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 107px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa3 height=30 width=151 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&amp;nbsp;데이터베이스&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 151px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa3 width=193 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&amp;nbsp;SQL&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 64px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa3 width=92 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: center; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;sql&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 267px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa3 width=374 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href=&quot;http://java.sun.com/jsp/jstl/sql&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움&quot;&gt;http://java.sun.com/jsp/jstl/sql&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 45pt; mso-height-source: userset&quot; height=60&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #000 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 107px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa4 height=60 width=151 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&amp;nbsp;함수&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 151px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa4 width=193 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&amp;nbsp;콜렉션 처리&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&amp;nbsp;String &lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;처리&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 64px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa4 width=92 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: center; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;fn&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 267px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa4 width=374 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 16pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href=&quot;http://java.sun.com/jsp/jstl/functions&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움&quot;&gt;http://java.sun.com/jsp/jstl/functions&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;&lt;STRONG&gt;2. 코어태그 라이브러리 종류&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE style=&quot;WIDTH: 590px; BORDER-COLLAPSE: collapse&quot; border=0 cellSpacing=0 cellPadding=0 width=590&gt;
&lt;TBODY&gt;
&lt;TR style=&quot;HEIGHT: 23.16pt; mso-height-source: userset&quot; height=31&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: #000; WIDTH: 83px; HEIGHT: 0px; COLOR: #fff; BORDER-TOP: #000 1px solid; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa1 height=31 width=173 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: center; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: white; FONT-SIZE: 11pt; FONT-WEIGHT: bold; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 14; mso-font-kerning: 1.0pt&quot;&gt;기능분류&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: white; FONT-SIZE: 11pt; FONT-WEIGHT: bold; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 14; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: #000; WIDTH: 100px; HEIGHT: 0px; COLOR: #fff; BORDER-TOP: #000 1px solid; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa1 width=164 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: center; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: white; FONT-SIZE: 11pt; FONT-WEIGHT: bold; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 14; mso-font-kerning: 1.0pt&quot;&gt;태그&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: white; FONT-SIZE: 11pt; FONT-WEIGHT: bold; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 14; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: #000; WIDTH: 410px; HEIGHT: 0px; COLOR: #fff; BORDER-TOP: #000 1px solid; BORDER-RIGHT: #000 1px solid&quot; class=oa1 width=525 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: center; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: white; FONT-SIZE: 11pt; FONT-WEIGHT: bold; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 14; mso-font-kerning: 1.0pt&quot;&gt;설명&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: white; FONT-SIZE: 11pt; FONT-WEIGHT: bold; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 14; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 23.16pt; mso-height-source: userset&quot; height=31&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 83px; HEIGHT: 23px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa2 height=62 rowSpan=2 width=173 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;변수 지원&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 100px; HEIGHT: 5px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa2 width=164 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;set&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 410px; HEIGHT: 5px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa2 width=525 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;JSP&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;에서 사용될 변수를 설정한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 23.16pt; mso-height-source: userset&quot; height=31&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 100px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa4 height=31 width=164 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;remove&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 410px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa4 width=525 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;설정한 변수를 제거한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 46.32pt; mso-height-source: userset&quot; height=62&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 83px; HEIGHT: 155px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa5 height=216 rowSpan=4 width=173 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;흐름 제어&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 100px; HEIGHT: 10px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa5 width=164 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;if&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 410px; HEIGHT: 10px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa5 width=525 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;조건에 따라 내부 코드를 수행한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 23.16pt; mso-height-source: userset&quot; height=31&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 100px; HEIGHT: 4px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa4 height=31 width=164 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;choose&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 410px; HEIGHT: 4px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa4 width=525 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;다중 조건을 처리할 때 사용된다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 46.32pt; mso-height-source: userset&quot; height=62&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 100px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa5 height=62 width=164 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;forEach&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 410px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa5 width=525 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;콜렉션이나&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt; Map&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;의 각 항목을 처리할 때 사용된다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 46.32pt; mso-height-source: userset&quot; height=62&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 100px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa4 height=62 width=164 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;forTokens&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 410px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa4 width=525 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;구분자로&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt; 분리된 각각의 토큰을 처리할 때 사용된다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 46.32pt; mso-height-source: userset&quot; height=62&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 83px; HEIGHT: 92.65pt; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa5 height=124 rowSpan=3 width=173 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;URL &lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;처리&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 100px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa5 width=164 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;import&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 410px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa5 width=525 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;URL&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;을 사용하여 다른 자원의 결과를 삽입한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 23.16pt; mso-height-source: userset&quot; height=31&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 100px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa4 height=31 width=164 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;redirect&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 410px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa4 width=525 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;지정한 경로로 &lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;리다이렉트&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt; 한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 23.16pt; mso-height-source: userset&quot; height=31&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 100px; HEIGHT: 23.16pt; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa5 height=31 width=164 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;url&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 410px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa5 width=525 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;URL&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;을 재작성 한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 23.16pt; mso-height-source: userset&quot; height=31&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #000 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 83px; HEIGHT: 40px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa4 height=93 rowSpan=2 width=173 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;기타 태그&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 100px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa4 width=164 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;catch&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 410px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa4 width=525 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;예외 처리에 사용된다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 46.32pt; mso-height-source: userset&quot; height=62&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 100px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa5 height=62 width=164 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;out&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 410px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa5 width=525 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 18pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움&quot;&gt;JspWriter&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;에 내용을 알맞게 처리한 후 출력한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: Dotum,돋움; COLOR: black; FONT-SIZE: 11pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;&lt;STRONG&gt;3. JSTL이 제공하는 주요 EL&amp;nbsp;함수&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE style=&quot;WIDTH: 587px; BORDER-COLLAPSE: collapse&quot; border=0 cellSpacing=0 cellPadding=0 width=587&gt;
&lt;TBODY&gt;
&lt;TR style=&quot;HEIGHT: 29.2pt; mso-height-source: userset&quot; height=39&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: #000; WIDTH: 157px; HEIGHT: 9px; COLOR: #fff; BORDER-TOP: #000 1px solid; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa1 height=39 width=252 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: center; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: white; FONT-SIZE: 16pt; FONT-WEIGHT: bold; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 14; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;함수&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: #000; WIDTH: 433px; HEIGHT: 9px; COLOR: #fff; BORDER-TOP: #000 1px solid; BORDER-RIGHT: #000 1px solid&quot; class=oa1 width=612 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: center; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: white; FONT-SIZE: 10pt; FONT-WEIGHT: bold; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 14; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;설명&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 29.2pt; mso-height-source: userset&quot; height=39&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 157px; HEIGHT: 12px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa2 height=39 width=252 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;length(obj)&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 433px; HEIGHT: 12px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa2 width=612 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;obj&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;가&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt; List&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;와 같은&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt; Collection&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;인 경우 저장된 항목의 개수를 리턴하고&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;, obj&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;가 문자열일 경우 문자열의 길이를 리턴한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 29.2pt; mso-height-source: userset&quot; height=39&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 157px; HEIGHT: 4px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa3 height=39 width=252 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;toUpperCase&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;str&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 433px; HEIGHT: 4px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa3 width=612 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;str&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;을 대문자로 변환한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 29.2pt; mso-height-source: userset&quot; height=39&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 157px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa4 height=39 width=252 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;toLowerCase(str)&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 433px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa4 width=612 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;str&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;을 소문자로 변환한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 29.2pt; mso-height-source: userset&quot; height=39&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 157px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa3 height=39 width=252 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;substring(str, idx1, idx2)&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 433px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa3 width=612 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;str.substring(idx1, idx2)&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;의 결과를 리턴한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;. idx2&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;가&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt; -1&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;일 경우&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt; str.substring(idx1)&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;과 동일하다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 29.2pt; mso-height-source: userset&quot; height=39&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 157px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa4 height=39 width=252 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;trim(&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;str&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 433px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa4 width=612 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;str &lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;좌우의 공백문자를 제거한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 29.2pt; mso-height-source: userset&quot; height=39&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 157px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa3 height=39 width=252 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;replace(str, src, dest)&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 433px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa3 width=612 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;str&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;에 있는&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt; src&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;를&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt; dest&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;로 변환한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 29.2pt; mso-height-source: userset&quot; height=39&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 157px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa4 height=39 width=252 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;indexOf(str1, str2)&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 433px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa4 width=612 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;str1&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;에서&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt; str2&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;가 위치한 인덱스를 구한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 29.2pt; mso-height-source: userset&quot; height=39&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 157px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa3 height=39 width=252 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;startsWith(str1, str2)&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 433px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa3 width=612 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;str1&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;이&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt; str2&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;로 시작할 경우&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt; true&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;를&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;, &lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;그렇지 않을 경우&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt; false&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;를 리턴한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 29.2pt; mso-height-source: userset&quot; height=39&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 157px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa4 height=39 width=252 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;endsWith(str1, str2)&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 433px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa4 width=612 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;str1&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;이&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt; str2&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;로 끝나는 경우&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt; true&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;를&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;, &lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;그렇지 않을 경우&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt; false&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;를 리턴한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 29.2pt; mso-height-source: userset&quot; height=39&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 157px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa3 height=39 width=252 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;contains(str1, str2)&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #d9d9d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 433px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa3 width=612 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;str1&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;이&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt; str2&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;를 포함하고 있을 경우&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt; true&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;를 리턴한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 29.2pt; mso-height-source: userset&quot; height=39&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #000 1px solid; BORDER-LEFT: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 157px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #d9d9d9 1px solid&quot; class=oa4 height=39 width=252 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;escapeXml&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;str&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #000 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 433px; HEIGHT: 0px; COLOR: #000; BORDER-RIGHT: #000 1px solid&quot; class=oa4 width=612 cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN-TOP: 0pt; unicode-bidi: embed; DIRECTION: ltr; MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0in; language: ko; mso-line-break-override: none; punctuation-wrap: hanging&quot;&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;XML&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;의 객체 참조에 해당하는 특수 문자를 처리한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;. &lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;예를 들어&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;, '&amp;amp;'&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;는&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt; '&amp;amp;amp;'&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt;로 변환한다&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: en-US; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: '맑은 고딕'; COLOR: black; FONT-SIZE: 10pt; language: ko; mso-ascii-font-family: '맑은 고딕'; mso-color-index: 13; mso-font-kerning: 1.0pt; mso-fareast-font-family: '맑은 고딕'; mso-bidi-font-family: 'Times New Roman'&quot;&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <category>Web Dev/JSP</category>
      <category>Catch</category>
      <category>Choose</category>
      <category>contains</category>
      <category>core</category>
      <category>El</category>
      <category>endswith</category>
      <category>escapeXml</category>
      <category>FMT</category>
      <category>foreach</category>
      <category>forTokens</category>
      <category>Functions</category>
      <category>If</category>
      <category>Import</category>
      <category>indexOf</category>
      <category>jstl</category>
      <category>length</category>
      <category>out</category>
      <category>REDIRECT</category>
      <category>remove</category>
      <category>replace</category>
      <category>set</category>
      <category>SQL</category>
      <category>startswith</category>
      <category>substring</category>
      <category>toLowerCase</category>
      <category>toUpperCase</category>
      <category>trim</category>
      <category>URL</category>
      <category>XML</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/83</guid>
      <comments>https://ezbuilder.tistory.com/83#entry83comment</comments>
      <pubDate>Sat, 11 May 2013 17:05:32 +0900</pubDate>
    </item>
    <item>
      <title>[HTML] HTML5 Layout</title>
      <link>https://ezbuilder.tistory.com/82</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 594px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/032CEE41518BA1F202&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F032CEE41518BA1F202&quot; width=&quot;594&quot; height=&quot;522&quot; filename=&quot;html5layout[1].jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 434px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/246FF841518BA1F23B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F246FF841518BA1F23B&quot; width=&quot;434&quot; height=&quot;320&quot; filename=&quot;html5_structure[1].png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 600px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2620F741518BA1F20D&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2620F741518BA1F20D&quot; width=&quot;600&quot; height=&quot;450&quot; filename=&quot;html5-structure[1].png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <category>Web Dev/HTML</category>
      <category>article</category>
      <category>aside</category>
      <category>footer</category>
      <category>header</category>
      <category>html</category>
      <category>HTML5</category>
      <category>layout</category>
      <category>section</category>
      <category>tag</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/82</guid>
      <comments>https://ezbuilder.tistory.com/82#entry82comment</comments>
      <pubDate>Thu, 9 May 2013 22:18:28 +0900</pubDate>
    </item>
    <item>
      <title>[JAVA] Assertion의 설명과 문법</title>
      <link>https://ezbuilder.tistory.com/81</link>
      <description>&lt;STRONG&gt;Assertion 이란?&lt;br /&gt;&lt;/STRONG&gt;Assertion? Programmer 자신이 전개하고 있는 Code 내용에서 Programmer가 생각하고 있는 움직임과 그리고 특정 지점에서의 Program상의 설정 값들이 일치하고 있는지를 검사할 수 있도록 하는 것이 바로 Assertion이다. 예로 어느 특정 method의 Arguement 값은 10이상이어야 한다는 Programmer의 확고함이 있다고 하자! 이럴 때 Assertion을 사용하여 Programmer가 주장하는 확고함을 조건으로 명시하고 그 조건을 만족할 때만 Code가 실행할 수 있도록 하는 것이 Assertion이다. &lt;br /&gt;
&lt;DIV&gt;&lt;br /&gt;&lt;br /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;B&gt;Assertion과 exception(Exception)의 차이점은?&lt;/B&gt;&lt;br /&gt;Exception은 특정한 Code에서 exception가 발생하므로 일어나는 비 정상적인 Program 종료와 같은 1차적인 손실을 막고 exception에 대한 처리로 인해 Program의 신뢰성을 높이는 것. 하지만 Assertion은 어떤 결과를 위해 특정 Code나 변수의 값을 Programmer가 예상하는 값이어야 하는 것을 검증하는 것에 차이가 있다. &lt;/DIV&gt;&lt;br /&gt;&lt;br /&gt;&lt;B&gt;Assertion의 문법은 다음 두 가지로 나눈다.&lt;/B&gt;&lt;br /&gt;1번 째&lt;br /&gt;
&lt;DIV style=&quot;BORDER-BOTTOM: rgb(231,253,181) 1px solid; BORDER-LEFT: rgb(231,253,181) 1px solid; PADDING-BOTTOM: 10px; BACKGROUND-COLOR: rgb(231,253,181); PADDING-LEFT: 10px; PADDING-RIGHT: 10px; BORDER-TOP: rgb(231,253,181) 1px solid; BORDER-RIGHT: rgb(231,253,181) 1px solid; PADDING-TOP: 10px&quot; class=txc-textbox&gt;
&lt;P style=&quot;MARGIN: 0px&quot;&gt;assert [boolean식];&lt;/P&gt;&lt;/DIV&gt;&lt;br /&gt;2번 째&lt;br /&gt;
&lt;DIV style=&quot;BORDER-BOTTOM: rgb(231,253,181) 1px solid; BORDER-LEFT: rgb(231,253,181) 1px solid; PADDING-BOTTOM: 10px; BACKGROUND-COLOR: rgb(231,253,181); PADDING-LEFT: 10px; PADDING-RIGHT: 10px; BORDER-TOP: rgb(231,253,181) 1px solid; BORDER-RIGHT: rgb(231,253,181) 1px solid; PADDING-TOP: 10px&quot; class=txc-textbox&gt;
&lt;P style=&quot;MARGIN: 0px&quot;&gt;assert [boolean식] : [표현식];&lt;/P&gt;&lt;/DIV&gt;&lt;br /&gt;&lt;br /&gt;&lt;B&gt;Assertion 간단한 예문&lt;/B&gt;&lt;br /&gt;
&lt;DIV&gt;assert var&amp;gt;10;&lt;/DIV&gt;
&lt;DIV&gt;assert var&amp;lt;10 : “10보다 작은 값이어야 함!”;&lt;/DIV&gt;
&lt;DIV&gt;assert str.equals(“”);&lt;/DIV&gt;
&lt;DIV&gt;assert !str.equals(“”);&lt;/DIV&gt;
&lt;DIV&gt;assert str != null : “str에 null값이 들어오면 안됨!”; &lt;/DIV&gt;
&lt;DIV&gt;&lt;br /&gt;&lt;SPAN style=&quot;WIDTH: 1px; FLOAT: right; HEIGHT: 1px&quot; id=callbacknestzion437tistorycom1287543&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;br /&gt;&lt;B&gt;Assertion 컴파일 및 실행 법&lt;/B&gt;&lt;br /&gt;
&lt;DIV&gt;Java Compiler는 ‘Assertion’기능을 수행하지 않으면서 Compile을 하게 되어 있다. 그러므로 Compiler에게 ‘Assertion’기능을 부여하면서 Compile을 수행하도록 하기 위해서는 다음과 같은 옵션을 주어야 한다.&lt;/DIV&gt;
&lt;DIV&gt;java –source 1.5 [File name]&lt;/DIV&gt;
&lt;DIV&gt;&lt;br /&gt;&lt;/DIV&gt;
&lt;DIV&gt;실행 할 때도 마찬가지로 다음과 같이 옵션을 주면서 실행해야 한다.&lt;/DIV&gt;
&lt;DIV&gt;java –ea [class name]&lt;/DIV&gt;
&lt;DIV&gt;&lt;br /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT color=#e31600&gt;-ea : Enable Assertions라고 해서 Assertion기능을 사용 가능하게 하는 Option이다.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT color=#e31600&gt;-da : Disable Assertions라고 해서 ea의 반대 Option이다.&lt;br /&gt;&lt;br /&gt;
&lt;P style=&quot;MARGIN: 0px&quot;&gt;
&lt;DIV style=&quot;TEXT-ALIGN: center; CLEAR: both&quot; class=&quot;imageblock center&quot;&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; alt=&quot;&quot; src=&quot;https://t1.daumcdn.net/cfile/tistory/176818414F670A5E08&quot; width=650 height=524&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;br /&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;br /&gt;&lt;B&gt;Assertion 예제&lt;/B&gt;&lt;/P&gt;&lt;PRE class=&quot;brush: java&quot;&gt;public class AssertTest1 {
     
    public static void main(String[] args){
        assert args.length&amp;gt;0:&quot;시작시 인자값이 없습니다.&quot;;
        System.out.println(args[0]);
    }
 
}&lt;/PRE&gt;</description>
      <category>Web Dev/JAVA</category>
      <category>ASSERT</category>
      <category>assertion</category>
      <category>java</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/81</guid>
      <comments>https://ezbuilder.tistory.com/81#entry81comment</comments>
      <pubDate>Tue, 30 Apr 2013 11:30:18 +0900</pubDate>
    </item>
    <item>
      <title>[JSP] StringTokenizer 와 String.split()</title>
      <link>https://ezbuilder.tistory.com/80</link>
      <description>&lt;P align=justify&gt;&lt;FONT size=2 face=굴림&gt;특정 구분자(경계기호:Delimter)를 기준으로 문자열을 분해 할 때 흔히 사용하는 방법이 java.util.StringTokenizer를 이용해서 분해를 하거나 jdk1.4대에 새로 추가 된 java.lang.String.split(String regex)을 사용하는 방법입니다.&lt;/FONT&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;이들 둘은 &quot;문자열에서 특정 구분자를 기준으로 문자열을 분해 한다&quot;는 기본 기능은 같지만 그 결과는 &quot;분해 할 문자열이 어떻게 구성이 되어 있느냐&quot;에 따라서 서로 다른 결과값을 도출합니다.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;예를 살펴보기 위해서 다음과 같은 가정을 하겠습니다.&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=2 face=굴림&gt;분해 할 문자열은 &quot;아이디, 이름, 전자우편주소,휴대전화&quot;로 구성 된다.&lt;/FONT&gt;
&lt;LI&gt;&lt;FONT size=2 face=굴림&gt;&quot;아이디, 이름&quot; 이외의 항목은 있을 수도 있고 그렇지 않을 수도 있다.&lt;/FONT&gt;
&lt;LI&gt;&lt;FONT size=2 face=굴림&gt;각 항목을 구분하는 구분자는 &quot;,&quot;로 한다.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;1. 먼저 각 항목이 모두 존재 하는 경우를 살펴 보겠습니다. 이 경우라면 다음과 같은 형태가 될 것입니다.&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=2 face=굴림&gt;neoburi,inkuk,neoburi@neoburi.com,019-366-5815&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;이 경우는 다음과 같이 분해를 할 수 있을 것입니다.&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;String str = &quot;neoburi,inkuk,neoburi@neoburi.com,019-366-5815&quot;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;String[] values = str.split(&quot;,&quot;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;또는,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;StringTokenizer values = new StringTokenizer( str, &quot;,&quot; );&lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;이 때에는 String.split(String regex)이나 StringTokenizer의 결과 값은 같게 나옵니다.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;그런데 문제는 이렇게 모든 항목이 존재하지 않는 경우가 있을 때입니다.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;2. 일부 항목만으로 문자열이 구성 된 경우를 살펴 보겠습니다.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;예를 든다면 다음과 같은 값을 가질 때겠지요.&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=2 face=굴림&gt;&quot;아이디,이름,,전화번호&quot; 일 경우&lt;/FONT&gt;
&lt;LI&gt;&lt;FONT size=2 face=굴림&gt;&quot;아이디,이름,전자우편,&quot; 일 경우&lt;/FONT&gt;
&lt;LI&gt;&lt;FONT size=2 face=굴림&gt;또는 &quot;아이디,이름,,&quot; 일 경우&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;1) &quot;아이디,이름,,전화번호&quot; 일 경우를 살펴 보겠습니다.&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;문자열은 다음과 같이 구성이 될 것입니다.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;String str = &quot;neoburi,inkuk,,019-366-5815&quot;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=2 face=굴림&gt;String[] values = str.split(&quot;,&quot;);을 사용 할 경우 해보면 결과는 아래와 같습니다.&lt;/FONT&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;for( int x = 0; x &amp;lt; values.length; x++ ){&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;System.out.println( &quot;문자(열) &quot; + (x+1) + &quot; : &quot; + values[x] );&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;}&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;결과 :&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;문자(열) 1 : neoburi&lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;문자(열) 2 : inkuk&lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;문자(열) 3 : &lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;문자(열) 4 : 019-366-5815&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;FONT size=2 face=굴림&gt;StringTokenizer tokens = new StringTokenizer( str, &quot;,&quot; );를 사용 할 경우&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;for( int x = 1; tokens.hasMoreElements(); x++ ){&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;System.out.println( &quot;문자(열) &quot; + x + &quot; : &quot; + tokens.nextToken() );&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;}&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;결과 :&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;문자(열) 1 : neoburi&lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;문자(열) 2 : inkuk&lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;문자(열) 3 : 019-366-5815&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;결과와 같이 split(String regex)을 이용한 경우에는 비록 값이 존재하지 않더라고 해당 데이터가 없다는 것을 확실하게 판단을 할 수 있습니다. 즉 구분자를 기준으로 데이터가 없는 부분도 그 결과를 반환해준다는 얘기지요.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;그렇지만 StringTokenizer는 비록 구분자로 문자열간 구분이 되어 있더라도 구분자와 구분자 사이에 데이터가 존재하지 않으면 (&quot;,,&quot;의 경우) 해당 데이터는 무시를 하고 실제 값이 존재하는 부분만 값을 반환합니다.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;두 결과 사이에는 많은 차이가 남을 볼 수 있습니다.&lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;2) &quot;아이디,이름,전자우편,&quot; 일 경우&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;이 역시 문자열은 다음과 같이 구성이 될 것입니다.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;String str = &quot;neoburi,inkuk,neoburi@neoburi.com,&quot;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=2 face=굴림&gt;String[] values = str.split(&quot;,&quot;);&lt;/FONT&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;for( int x = 0; x &amp;lt; values.length; x++ ){&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;System.out.println( &quot;문자(열) &quot; + (x+1) + &quot; : &quot; + values[x] );&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;}&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;결과 :&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;문자(열) 1 : neoburi&lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;문자(열) 2 : inkuk&lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT face=굴림&gt;문자(열) 3 : &lt;/FONT&gt;&lt;U&gt;&lt;FONT color=#0000ff face=굴림&gt;neoburi@neoburi.com&lt;/FONT&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff size=2 face=굴림&gt;&lt;U&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;
&lt;LI&gt;&lt;FONT size=2 face=굴림&gt;StringTokenizer tokens = new StringTokenizer( str, &quot;,&quot; );&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;for( int x = 1; tokens.hasMoreElements(); x++ ){&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;System.out.println( &quot;문자(열) &quot; + x + &quot; : &quot; + tokens.nextToken() );&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;}&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;결과 :&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;문자(열) 1 : neoburi&lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;문자(열) 2 : inkuk&lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT face=굴림&gt;문자(열) 3 : &lt;/FONT&gt;&lt;U&gt;&lt;FONT color=#0000ff face=굴림&gt;neoburi@neoburi.com&lt;/FONT&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff size=2 face=굴림&gt;&lt;U&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;위에서 보는 바와 같이 분해하고자 하는 문자열의 마지막 요소가 존재하지 않을 경우 String.split(String regex)과 StringTokenizer는 같은 결과를 보여줍니다. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;두 결과사이에는 차이가 없음에도 불구하고 잃어 버리는 데이터가 생겼습니다. 개발자는 분명히 사용자의 정보로부터 4개의 항목을 얻어 표현을 하고 싶지만 그렇게 할 수가 없습니다. 물론 어거지로 한다면 가능은 하겠지만요.^^&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;그러면 String.split(String regex)과 StringTokenizer를 사용 하더라고 분해하고자 하는 마지막 항목이 없을 경우는 분해 할 방법이 없을까요? 그렇지 않습니다.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;API를 어느정도 보신 분들이라면 아마 &quot;그것은 이렇게 하면 되지!&quot;라고 속으로 생각 하실 겁니다.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;java.lang.String클래스에는 split()메소드가 2개가 있습니다.&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=2 face=굴림&gt;하나는 split( String regex )이고&lt;/FONT&gt;
&lt;LI&gt;&lt;FONT size=2 face=굴림&gt;다는 하나는 split( String regex, int limit )입니다.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;BLOCKQUOTE style=&quot;MARGIN-RIGHT: 0px&quot; dir=ltr&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;String.split( String regex, int limit )를 사용해서 분해를 해보겠습니다.&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=2 face=굴림&gt;String[] values = str.split(&quot;,&quot;, 4);&lt;/FONT&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;for( int x = 0; x &amp;lt; values.length; x++ ){&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;System.out.println( &quot;문자(열) &quot; + (x+1) + &quot; : &quot; + values[x] );&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;}&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;결과 :&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;문자(열) 1 : neoburi&lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;문자(열) 2 : inkuk&lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT face=굴림&gt;문자(열) 3 : &lt;/FONT&gt;&lt;U&gt;&lt;FONT color=#0000ff face=굴림&gt;neoburi@neoburi.com&lt;/FONT&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;문자(열) 4 : &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;비록 마지막 분해 요소의 값이 존재하지 않더라고 split( String regex, int limit )를 이용하면 고스란히 원하는 형태의 데이터를 얻는 것을 볼 수 있습니다. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;StringTokenizer의 경우는 구분자 사이에 분해할 요소의 값이 존재하지 않으면 무시하게 되어 있습니다. 완전하게 모든 요소의 값이 존재하는 경우라면 사용을 해도 되겠지만 예에서 본 바와 같이 가변적인 데이터라면 사용하기 불편한(?) 것이 사실입니다.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;String.split()의 경우 limit를 저정 하지 않았을 경우에는 제일 마지막에 오는 요소의 값이 없을 경우 그 요소를 무시하도록 되어 있습니다. 이 역시 데이터가 정형화 되어 있는 경우라면 사용해도 무리 없겠지만 가변요소가 존재 한다면 StringTokenizer와 크게 다를 게 없습니다.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;대신 limit를 지정 했을 경우 해당 숫자만큼만 분해를 합니다. limit는 분해를 한 후 얻고자 하는 String[]의 요소크기라고 보시면 됩니다.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;limit가 분해하고자 하는 요소의 개수와 같거나 클 경우 요소의 개수만큼의 String[]을 되돌려 주지만, 요소의 개수보다 작을 경우 지정한 숫자만큼의 String[]으로 되돌려 줍니다.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=굴림&gt;좀 더 자세히 알고 싶으신 분들은 자바 원천 소스에서 java.lang.String과 java.util.StringTokenizer를 살펴보시기 바랍니다.&lt;/FONT&gt;&lt;/P&gt;</description>
      <category>Web Dev/JSP</category>
      <category>jsp</category>
      <category>split</category>
      <category>StringTokenizer</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/80</guid>
      <comments>https://ezbuilder.tistory.com/80#entry80comment</comments>
      <pubDate>Mon, 29 Apr 2013 17:21:36 +0900</pubDate>
    </item>
    <item>
      <title>[MySQL] 테이블 수정하기</title>
      <link>https://ezbuilder.tistory.com/79</link>
      <description>&lt;P&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;이름 바꾸기&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; ALTER TABLE tablename RENAME bbs;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;컬럼 속성 수정&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; ALTER TABLE tablename MODIFY colname INT NOT NULL AUTO_INCREMENT PRIMARY KEY;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;br /&gt;&lt;B&gt;ALTER TABLE tablename MODIFY 컬럼이름 컬럼속성&lt;/B&gt;&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;컬럼 이름 바꾸기&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;sysql&amp;gt; ALTER TABLE tablename CHANGE colname newcolname INT NOT NULL AUTO_INCREMENT;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;br /&gt;&lt;B&gt;CHANGE&lt;/B&gt;는 컬럼 속성뿐아니라 이름도 바꿔준다.&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;컬럼 추가&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; ALTER TABLE bbs ADD name varchar(10);&lt;br /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;br /&gt;&lt;B&gt;ALTER TABLE tablename ADD 컬럼이름 컬럼속성&lt;/B&gt;&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;컬럼 삭제&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; ALTER TABLE bbs DROP colname;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;특정 컬럼 뒤에 새로운 컬럼 추가&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; ALTER TABLE bbs ADD newcol varchar(10) AFTER num;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;br /&gt;num 컬럼 뒤에 newcol 컬럼 추가.&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;기존 컬럼을 지우고 맨 앞에 컬럼 추가&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; ALTER TABLE bbs DROP newcol, ADD newcol VARCHAR(10) FIRST;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;br /&gt;맨 앞에 추가하려면 FIRST를 사용한다.&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;PRIMARY KEY 속성 삭제&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; ALTER TABLE test DROP PRIMARY KEY;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;이미 PRIMARY KEY인 컬럼의 속성을 바꿀 때&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;PRIMARY KEY 속성은 지정하지 말고, NOT NULL 속성을 함께 지정해 주면 기존 PRIMARY KEY 속성은 그대로 남은 상태로 컬럼의 속성을 변경할 수 있다.&lt;br /&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; ALTER TABLE test MODIFY a CHAR(1) NOT NULL;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;br /&gt;&lt;br /&gt;&lt;FONT size=4&gt;&lt;B&gt;&lt;BIG&gt;테이블의 내용 전체 삭제&lt;/BIG&gt;&lt;/B&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class=SOURCE&gt;mysql&amp;gt; TRUNCATE TABLE tablename;&lt;br /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;br /&gt;트랜잭션에 의해 복구될 수 없다. &lt;!--
       &lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
		    xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
		    xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
       &lt;rdf:Description
	        rdf:about=&quot;http://kwon37xi.egloos.com/1635464&quot;
	        dc:identifier=&quot;http://kwon37xi.egloos.com/1635464&quot;
	        dc:title=&quot;[MySQL] MySQL 테이블 수정&quot;
	        trackback:ping=&quot;http://kwon37xi.egloos.com/tb/1635464&quot;/&gt;
       &lt;/rdf:RDF&gt;
       --&gt;&lt;/P&gt;</description>
      <category>DBMS/MySQL</category>
      <category>add</category>
      <category>alter</category>
      <category>auto_increment</category>
      <category>default</category>
      <category>Drop</category>
      <category>modify</category>
      <category>MySQL</category>
      <category>rename</category>
      <category>table</category>
      <category>TRUNCATE</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/79</guid>
      <comments>https://ezbuilder.tistory.com/79#entry79comment</comments>
      <pubDate>Mon, 29 Apr 2013 16:50:27 +0900</pubDate>
    </item>
    <item>
      <title>[Oracle] DBMS_LOB 데이터 조회 방법</title>
      <link>https://ezbuilder.tistory.com/78</link>
      <description>&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;STYLE type=text/css&gt;
	&lt;!--
		div { color: #464646; }
		li { color: #464646; }
		a, a:link, a:hover, a:visited { color: #464646; }
		td { color: #464646; }
		.txc-search-border { border-color: #464646; }
		.me2day_daily_digest p, .me2day_daily_digest a, .me2day_daily_digest a:hover { font: 11px '돋움', dotum, sans-serif; }
	//--&gt;
	&lt;/STYLE&gt;
&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; id=tab1&gt;
&lt;H4 class=content_title img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; relative;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; 2;=&quot;&quot; no-repeat=&quot;&quot; 20px;=&quot;&quot; 10px;=&quot;&quot; 19px;=&quot;&quot; 12px;=&quot;&quot; 580px;=&quot;&quot; rgb(54,=&quot;&quot; 59,=&quot;&quot; 29);=&quot;&quot; bu_plus.gif);=&quot;&quot; 18px;=&quot;&quot; 0px=&quot;&quot; 3px;=&quot;&quot; no-repeat;=&quot;&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;오라클의 LOB 데이터 조회&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;
&lt;P&gt;1.&amp;nbsp;첫번쨰&amp;nbsp;&lt;br /&gt;SELECT DBMS_LOB.INSTR(content, '영문', 1, 1) FROM tb_board_clob&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;WHERE DBMS_LOB.INSTR(content, '영문', 1, 1) &amp;lt;&amp;gt; 0;&lt;/SPAN&gt;&lt;br /&gt;&lt;br /&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;2. 두번째&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;SELECT DBMS_LOB.SUBSTR(CONTENTS_TXT, DBMS_LOB.GETLENGTH(CONTENTS_TXT), 1) FROM LOCALBBS_ALL&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt; WHERE BBS_TYPE = 'T'&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;이렇게 하면 content 의 내용중에서 '영문' 이라는 문자를 찾아&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;그곳의 byte 또는 위치값을 Return 합니다.&lt;/SPAN&gt;&lt;br /&gt;&lt;br /&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;content 필드에서 '영문' 이라는 문자열을 1 번째 offset으로 부터&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;시작하여 1 번째 찾아라, 뭐 그런 뜻입니다.&lt;/SPAN&gt;&lt;br /&gt;&lt;br /&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;찾지 못하면 0 을 Return 합니다. 그러니 0 과 같지 않으면 찾았다고&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;보면 되는 거죠.&lt;/SPAN&gt;&lt;br /&gt;&lt;br /&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;그럼.. 좋은 정보였으면 합니다. &lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/H4&gt;
&lt;H4 class=content_title img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; relative;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; 2;=&quot;&quot; no-repeat=&quot;&quot; 20px;=&quot;&quot; 10px;=&quot;&quot; 19px;=&quot;&quot; 12px;=&quot;&quot; 580px;=&quot;&quot; rgb(54,=&quot;&quot; 59,=&quot;&quot; 29);=&quot;&quot; bu_plus.gif);=&quot;&quot; 18px;=&quot;&quot; 0px=&quot;&quot; 3px;=&quot;&quot; no-repeat;=&quot;&quot;&gt;&lt;/H4&gt;
&lt;H4 class=content_title img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; relative;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; 2;=&quot;&quot; no-repeat=&quot;&quot; 20px;=&quot;&quot; 10px;=&quot;&quot; 19px;=&quot;&quot; 12px;=&quot;&quot; 580px;=&quot;&quot; rgb(54,=&quot;&quot; 59,=&quot;&quot; 29);=&quot;&quot; bu_plus.gif);=&quot;&quot; 18px;=&quot;&quot; 0px=&quot;&quot; 3px;=&quot;&quot; no-repeat;=&quot;&quot;&gt;----------------------------------------------------------------&lt;/H4&gt;
&lt;H4 class=content_title img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; relative;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; 2;=&quot;&quot; no-repeat=&quot;&quot; 20px;=&quot;&quot; 10px;=&quot;&quot; 19px;=&quot;&quot; 12px;=&quot;&quot; 580px;=&quot;&quot; rgb(54,=&quot;&quot; 59,=&quot;&quot; 29);=&quot;&quot; bu_plus.gif);=&quot;&quot; 18px;=&quot;&quot; 0px=&quot;&quot; 3px;=&quot;&quot; no-repeat;=&quot;&quot;&gt;DBMS_LOB&lt;/H4&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;BLOB 또는 CLOB 타입의 컬럼 데이터에 대한 여러 가지 연산을 제공하는 패키지&lt;/P&gt;
&lt;H6 img=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 12px;=&quot;&quot; no-repeat;=&quot;&quot; 33px;=&quot;&quot; bold;=&quot;&quot; dbguide=&quot;&quot; bu_h6.gif);=&quot;&quot; 18px=&quot;&quot; 1px;=&quot;&quot;&gt;패키지 활용&lt;/H6&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;DBMS_LOB 패키지 내의 프로시저와 함수를 이용하여 대용량 객체인 LOB타입의 전체 또는 일부에 대하여 읽기, 쓰기 등의 작업을 수행할 수 있다.&lt;/P&gt;
&lt;H6 img=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 12px;=&quot;&quot; no-repeat;=&quot;&quot; 33px;=&quot;&quot; bold;=&quot;&quot; dbguide=&quot;&quot; bu_h6.gif);=&quot;&quot; 18px=&quot;&quot; 1px;=&quot;&quot;&gt;패키지 구성&lt;/H6&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[DBMS_LOB 패키지 내 프로시저]&lt;/P&gt;
&lt;UL style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px 0px 10px 18px; PADDING-LEFT: 0px; WIDTH: 652px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; class=&quot;bu_point dep3&quot;&gt;
&lt;LI img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 13px;=&quot;&quot; none;=&quot;&quot; 690px;=&quot;&quot; bu_point.gif);=&quot;&quot; 0%=&quot;&quot; 6px;=&quot;&quot;&gt;APPEND 
&lt;LI img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 13px;=&quot;&quot; none;=&quot;&quot; 690px;=&quot;&quot; bu_point.gif);=&quot;&quot; 0%=&quot;&quot; 6px;=&quot;&quot;&gt;COPY 
&lt;LI img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 13px;=&quot;&quot; none;=&quot;&quot; 690px;=&quot;&quot; bu_point.gif);=&quot;&quot; 0%=&quot;&quot; 6px;=&quot;&quot;&gt;CREATETEMPORARY 
&lt;LI img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 13px;=&quot;&quot; none;=&quot;&quot; 690px;=&quot;&quot; bu_point.gif);=&quot;&quot; 0%=&quot;&quot; 6px;=&quot;&quot;&gt;ERASE 
&lt;LI img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 13px;=&quot;&quot; none;=&quot;&quot; 690px;=&quot;&quot; bu_point.gif);=&quot;&quot; 0%=&quot;&quot; 6px;=&quot;&quot;&gt;READ 
&lt;LI img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 13px;=&quot;&quot; none;=&quot;&quot; 690px;=&quot;&quot; bu_point.gif);=&quot;&quot; 0%=&quot;&quot; 6px;=&quot;&quot;&gt;TRIM 
&lt;LI img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 13px;=&quot;&quot; none;=&quot;&quot; 690px;=&quot;&quot; bu_point.gif);=&quot;&quot; 0%=&quot;&quot; 6px;=&quot;&quot;&gt;WRITE 
&lt;LI img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 13px;=&quot;&quot; none;=&quot;&quot; 690px;=&quot;&quot; bu_point.gif);=&quot;&quot; 0%=&quot;&quot; 6px;=&quot;&quot;&gt;WRITEAPPEND&lt;/LI&gt;&lt;/UL&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[DBMS_LOB 패키지 내 함수]&lt;/P&gt;
&lt;UL style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px 0px 10px 18px; PADDING-LEFT: 0px; WIDTH: 652px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; class=&quot;bu_point dep3&quot;&gt;
&lt;LI img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 13px;=&quot;&quot; none;=&quot;&quot; 690px;=&quot;&quot; bu_point.gif);=&quot;&quot; 0%=&quot;&quot; 6px;=&quot;&quot;&gt;COMPARE 
&lt;LI img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 13px;=&quot;&quot; none;=&quot;&quot; 690px;=&quot;&quot; bu_point.gif);=&quot;&quot; 0%=&quot;&quot; 6px;=&quot;&quot;&gt;FREETEMPORARY 
&lt;LI img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 13px;=&quot;&quot; none;=&quot;&quot; 690px;=&quot;&quot; bu_point.gif);=&quot;&quot; 0%=&quot;&quot; 6px;=&quot;&quot;&gt;GETLENGTH 
&lt;LI img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 13px;=&quot;&quot; none;=&quot;&quot; 690px;=&quot;&quot; bu_point.gif);=&quot;&quot; 0%=&quot;&quot; 6px;=&quot;&quot;&gt;INSTR 
&lt;LI img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 13px;=&quot;&quot; none;=&quot;&quot; 690px;=&quot;&quot; bu_point.gif);=&quot;&quot; 0%=&quot;&quot; 6px;=&quot;&quot;&gt;ISTEMPORARY 
&lt;LI img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 13px;=&quot;&quot; none;=&quot;&quot; 690px;=&quot;&quot; bu_point.gif);=&quot;&quot; 0%=&quot;&quot; 6px;=&quot;&quot;&gt;SUBSTR.&lt;/LI&gt;&lt;/UL&gt;
&lt;H5 class=sub_title img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; relative;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; 2;=&quot;&quot; no-repeat=&quot;&quot; 20px;=&quot;&quot; 10px;=&quot;&quot; 19px;=&quot;&quot; 12px;=&quot;&quot; 580px;=&quot;&quot; 3px;=&quot;&quot; no-repeat;=&quot;&quot; bold;=&quot;&quot; rgb(1,=&quot;&quot; 1,=&quot;&quot; 1);=&quot;&quot; bu_sub_title.gif);=&quot;&quot; 7px=&quot;&quot;&gt;DBMS_LOB 패키지 내 프로시져&lt;/H5&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;**BLOB타입은 출력결과를 바로 확인할 수 없으므로, CLOB타입을 중심으로 예제를 작성한다.&lt;/P&gt;
&lt;H6 img=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 12px;=&quot;&quot; no-repeat;=&quot;&quot; 33px;=&quot;&quot; bold;=&quot;&quot; dbguide=&quot;&quot; bu_h6.gif);=&quot;&quot; 18px=&quot;&quot; 1px;=&quot;&quot;&gt;APPEND&lt;/H6&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[Call Syntax]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
DBMS_LOB.APPEND(dest_lob, src_lob)
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;**dest_lob : 대상 LOB locator&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;**src_lob : 원본 LOB locator&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[테스트예제]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
--‘All’s fair in’ 뒤에 ’love and war’문장을 붙이는예제
SQL&amp;gt; SET SERVEROUTPUT ON
SQL&amp;gt; DECLARE
dest_lob CLOB := 'All''s fair in ';
src_lob CLOB := 'love and war';
BEGIN
DBMS_LOB.APPEND(dest_lob, src_lob);
DBMS_OUTPUT.PUT_LINE('Result = ' || dest_lob);
END;
/
Result = All's fair in love and war
PSM completed.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;H6 img=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 12px;=&quot;&quot; no-repeat;=&quot;&quot; 33px;=&quot;&quot; bold;=&quot;&quot; dbguide=&quot;&quot; bu_h6.gif);=&quot;&quot; 18px=&quot;&quot; 1px;=&quot;&quot;&gt;COPY&lt;/H6&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;: 원본 LOB 데이터 전체 또는 일부를 대상 LOB 데이터에 복사하는 프로시저&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[Call Syntax]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
DBMS_LOB.COPY(dest_lob, src_lob, amount, dest_offset, src_offset)
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;**dest_lob : 대상 LOB locator&lt;br /&gt;**src_lob: 원본 LOB locator&lt;br /&gt;**amount: 복사할 문자의 개수&lt;br /&gt;**dest_offset: 대상 LOB 데이터 내의 시작위치&lt;br /&gt;**src _offset: 원본 LOB 데이터 내의 시작위치&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[테스트예제]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
--’I love’뒤에 src_lob에서 3글자를 뺀 나머지 데이터를 복사하여 dest_lob 데이터에 +1한 위치에
붙여넣는 예제
SQL&amp;gt; SET SERVEROUTPUT ON
SQL&amp;gt; DECLARE
dest_lob CLOB := 'I love ';
src_lob CLOB := 'you him';
BEGIN
DBMS_LOB.COPY(dest_lob, src_lob, length(src_lob)-3,
length(dest_lob)+1, 1);
DBMS_OUTPUT.PUT_LINE('Result = ' || dest_lob);
END;
/
Result = I love you
PSM completed.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;H6 img=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 12px;=&quot;&quot; no-repeat;=&quot;&quot; 33px;=&quot;&quot; bold;=&quot;&quot; dbguide=&quot;&quot; bu_h6.gif);=&quot;&quot; 18px=&quot;&quot; 1px;=&quot;&quot;&gt;CREATETEMPORARY&lt;/H6&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;: Temporary CLOB 또는 BLOB을 생성하는 프로시저&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[Call Syntax]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
DBMS_LOB.APPEND(dest_lob, src_lob)
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;** lob : 대상 LOB locator&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;**cache :LOB 데이터를 읽을 때 버퍼캐쉬(buffer cache)에 저장할지 여부(boolean 타입)&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[테스트예제]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
-- DBMS_LOB.CREATETEMPORARY프로시저를 통해 임시로 CLOB타입 lob_1변수를 열어
lob_2데이터를 붙여 넣는 예제.
SQL&amp;gt; SET SERVEROUTPUT ON
SQL&amp;gt; DECLARE
lob_1 CLOB;
lob_2 CLOB := 'tibero';
BEGIN
DBMS_LOB.CREATETEMPORARY(lob_1, false);
DBMS_LOB.APPEND(lob_1, lob_2);
DBMS_OUTPUT.PUT_LINE(lob_1);
END;
/
tibero
PSM completed.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;H6 img=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 12px;=&quot;&quot; no-repeat;=&quot;&quot; 33px;=&quot;&quot; bold;=&quot;&quot; dbguide=&quot;&quot; bu_h6.gif);=&quot;&quot; 18px=&quot;&quot; 1px;=&quot;&quot;&gt;ERASE&lt;/H6&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;: LOB 데이터의 일부 또는 전체를 삭제하는 프로시저.&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;(삭제된 영역에는 0(BLOB 데이터) 또는 공백(CLOB 데이터)으로 채워진다.)&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[Call Syntax]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
DBMS_LOB.ERASE(lob, amount, offset)
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;** lob : 대상 LOB locator&lt;br /&gt;**amount: 삭제할 문자의 개수&lt;br /&gt;**offset: 삭제할 시작위치&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[테스트예제]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
-- CLOB타입 변수에 ‘Tmaxsoft Tibero’라는 데이터를 저장한 후, 앞에서 9번째부터 7글자를 삭제
하며 삭제 전, 후의 데이터와 크기를 비교하는 예제
SQL&amp;gt; SET SERVEROUTPUT ON
SQL&amp;gt; DECLARE
lob CLOB := 'Tmaxsoft Tibero';
amount NUMBER := 7;
BEGIN
DBMS_OUTPUT.PUT_LINE('Length of original LOB = ' || length(lob));
DBMS_LOB.ERASE(lob, amount, 9);
DBMS_OUTPUT.PUT_LINE('Value of erased LOB = ' || lob);
DBMS_OUTPUT.PUT_LINE('Length of erased LOB = ' || length(lob));
END;
/
Length of original LOB = 15
Value of erased LOB = Tmaxsoft
Length of erased LOB = 15
PSM completed.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;H6 img=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 12px;=&quot;&quot; no-repeat;=&quot;&quot; 33px;=&quot;&quot; bold;=&quot;&quot; dbguide=&quot;&quot; bu_h6.gif);=&quot;&quot; 18px=&quot;&quot; 1px;=&quot;&quot;&gt;READ&lt;/H6&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;: 대상 LOB 데이터의 일부 또는 전체를 읽어서 출력 파라미터 buffer에 저장하는 프로시저&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[Call Syntax]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
DBMS_LOB.READ(lob, amount, offset, buffer)
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;**lob: 읽을 대상 LOB locator&lt;br /&gt;**amount: 읽을 문자의 개수&lt;br /&gt;**offset: 읽을 대상 LOB데이터 내의 시작할 위치&lt;br /&gt;**buffer: 읽을 데이터를 저장하는 출력 버퍼&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[테스트예제]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
-- CLOB 타입 변수에 ‘KOREA fighting’라는 데이터를 저장한 후, 저장된 데이터의 앞에서 8번째부터
읽어 들여 출력하는 예제
SQL&amp;gt; SET SERVEROUTPUT ON
SQL&amp;gt; DECLARE
lob CLOB := 'KOREA fighting!!!';
buffer VARCHAR2(256);
amount BINARY_INTEGER := 8;
BEGIN
DBMS_LOB.READ(lob, amount, 7, buffer);
DBMS_OUTPUT.PUT_LINE('Value to be read = ' || buffer);
END;
/
Value to be read = fighting
PSM completed.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;H6 img=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 12px;=&quot;&quot; no-repeat;=&quot;&quot; 33px;=&quot;&quot; bold;=&quot;&quot; dbguide=&quot;&quot; bu_h6.gif);=&quot;&quot; 18px=&quot;&quot; 1px;=&quot;&quot;&gt;TRIM&lt;/H6&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;: 대상 LOB 데이터의 길이를 지정된 길이로 설정하는 프로시저&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[Call Syntax]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
-- CLOB 타입 변수에 ‘KOREA fighting’라는 데이터를 저장한 후, 저장된 데이터의 앞에서 8번째부터
DBMS_LOB.TRIM (lob, newlen)
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;**lob : 대상 LOB locator&lt;br /&gt;**newlen: 대상 LOB 데이터의 새로운 길이.&lt;/P&gt;
&lt;H6 img=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 12px;=&quot;&quot; no-repeat;=&quot;&quot; 33px;=&quot;&quot; bold;=&quot;&quot; dbguide=&quot;&quot; bu_h6.gif);=&quot;&quot; 18px=&quot;&quot; 1px;=&quot;&quot;&gt;TRIM&lt;/H6&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;: 대상 LOB 데이터의 길이를 지정된 길이로 설정하는 프로시저&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[테스트예제]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
-- DBMS_LOB.TRIM 프로시저를 통해 CLOB 타입의 변수에 저장된 데이터의 길이를 새로 설정하
는 예제( 본 예제에서는 25자 길이의 데이터로 재설정하였음.)
SQL&amp;gt; SET SERVEROUTPUT ON
SQL&amp;gt; DECLARE
lob CLOB := 'A pity beyond all telling is in the heart of love';
BEGIN
DBMS_LOB.TRIM(lob, 25);
DBMS_OUTPUT.PUT_LINE('Value = ' || lob);
DBMS_OUTPUT.PUT_LINE('Length = ' || length(lob));
END;
/
Value = A pity beyond all telling
Length = 25
PSM completed.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;WRITE&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;: 대상 LOB 데이터의 지정된 오프셋 위치에 주어진 데이터를 지정된 크기만큼 저장하는 프로시저.&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[Call Syntax]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
DBMS_LOB.WRITE(lob, amount, offset, buffer)
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;**lob: 대상 LOB locator&lt;br /&gt;**amount: 저장할 데이터의 크기&lt;br /&gt;**offset: 데이터를 저장할 시작위치&lt;br /&gt;**buffer: 저장할 데이터.&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[테스트예제]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
-- CLOB타입 변수를 임시로 열어 buffer에 저장된 데이터의 크기만큼 CLOB타입 변수의 1번째 오
프셋 위치에 저장하는 예제
SQL&amp;gt; SET SERVEROUTPUT ON
SQL&amp;gt; DECLARE
lob CLOB;
buffer VARCHAR2(100);
BEGIN
DBMS_LOB.CREATETEMPORARY(lob, false);
buffer := 'Love is friendship set on fire';
DBMS_LOB.WRITE(lob, length(buffer), 1, buffer);
DBMS_OUTPUT.PUT_LINE(lob);
END;
/
Love is friendship set on fire
PSM completed.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;H6 img=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 12px;=&quot;&quot; no-repeat;=&quot;&quot; 33px;=&quot;&quot; bold;=&quot;&quot; dbguide=&quot;&quot; bu_h6.gif);=&quot;&quot; 18px=&quot;&quot; 1px;=&quot;&quot;&gt;WRITEAPPEND&lt;/H6&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;: 대상 LOB 데이터의 끝에 주어진 데이터를 지정된 크기만큼 저장하는 프로시저&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[Call Syntax]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
DBMS_LOB.WRITEAPPEND(lob, amount, buffer)
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;**lob: 대상 LOB locator&lt;br /&gt;**amount: 저장할 데이터의 크기&lt;br /&gt;**buffer: 저장할 데이터&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[테스트예제]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
-- CLOB타입 변수 lob에 저장된 데이터 끝에 buffer에 저장된 데이터의 크기만큼 저장하는 예제
SQL&amp;gt; SET SERVEROUTPUT ON
SQL&amp;gt; DECLARE
lob CLOB := 'Parting is such ';
buffer VARCHAR2(100) := 'sweet sorrow';
BEGIN
DBMS_LOB.WRITEAPPEND(lob, length(buffer), buffer);
DBMS_OUTPUT.PUT_LINE('Result = ' || lob);
END;
/
Result = Parting is such sweet sorrow
PSM completed.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;H5 class=sub_title img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; relative;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; 2;=&quot;&quot; no-repeat=&quot;&quot; 20px;=&quot;&quot; 10px;=&quot;&quot; 19px;=&quot;&quot; 12px;=&quot;&quot; 580px;=&quot;&quot; 3px;=&quot;&quot; no-repeat;=&quot;&quot; bold;=&quot;&quot; rgb(1,=&quot;&quot; 1,=&quot;&quot; 1);=&quot;&quot; bu_sub_title.gif);=&quot;&quot; 7px=&quot;&quot;&gt;DBMS_LOB 패키지 내 함수&lt;/H5&gt;
&lt;H6 img=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 12px;=&quot;&quot; no-repeat;=&quot;&quot; 33px;=&quot;&quot; bold;=&quot;&quot; dbguide=&quot;&quot; bu_h6.gif);=&quot;&quot; 18px=&quot;&quot; 1px;=&quot;&quot;&gt;COMPARE&lt;/H6&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;: 두 개의 LOB 데이터의 전체 또는 일부를 비교하는 함수&lt;br /&gt;(같은 타입의 LOB 데이터 간에만 비교가 가능)&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[Call Syntax]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
DBMS_LOB.COMPARE (lob_1, lob_2) --return INTEGER(전체비교)
DBMS_LOB.COMPARE (lob_1, lob_2, amount, offset_1, offset_2) --return INTEGER(일부비교)
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;**amount : 비교할 데이터의 크기&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[테스트예제]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
--lob_1 데이터와 lob_2데이터 전체를 비교하는 예제
SQL&amp;gt; SET SERVEROUTPUT ON
SQL&amp;gt; DECLARE
lob_1 CLOB := 'abcdefgh';
lob_2 CLOB := 'abcdefgg';
BEGIN
IF DBMS_LOB.COMPARE(lob_1, lob_2) = 0 then
DBMS_OUTPUT.PUT_LINE('LOB_1 equals LOB_2');
ELSE
DBMS_OUTPUT.PUT_LINE('LOB_1 does not equals LOB_2');
END IF;
END;
/
LOB_1 does not equals LOB_2
PSM completed.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;H6 img=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 12px;=&quot;&quot; no-repeat;=&quot;&quot; 33px;=&quot;&quot; bold;=&quot;&quot; dbguide=&quot;&quot; bu_h6.gif);=&quot;&quot; 18px=&quot;&quot; 1px;=&quot;&quot;&gt;FREETEMPORARY&lt;/H6&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;: 이미 생성된 temporary BLOB 또는 CLOB을 삭제하는 함수&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[Call Syntax]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
DBMS_LOB.FREETEMPORARY (lob)
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[테스트예제]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
--이미 생성된 temporary CLOB을 삭제
SQL&amp;gt; SET SERVEROUTPUT ON
SQL&amp;gt; DECLARE
lob CLOB;
BEGIN
DBMS_LOB.CREATETEMPORARY(lob, false);
DBMS_LOB.FREETEMPORARY(lob);
END;
/
PSM completed.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;H6 img=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 12px;=&quot;&quot; no-repeat;=&quot;&quot; 33px;=&quot;&quot; bold;=&quot;&quot; dbguide=&quot;&quot; bu_h6.gif);=&quot;&quot; 18px=&quot;&quot; 1px;=&quot;&quot;&gt;GETLENGTH&lt;/H6&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;: 대상 LOB 데이터의 길이를 반환하는 함수&lt;br /&gt;(입력 LOB 데이터의 타입에 따라 바이트 또는 문자 단위의 값이 반환됨)&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[Call Syntax]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
DBMS_LOB.GETLENGTH(lob) --return INTEGER
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[테스트예제]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
--lob 데이터의 길이를 얻어 출력하는 예제
SQL&amp;gt; SET SERVEROUTPUT ON
SQL&amp;gt; DECLARE
lob CLOB := 'Korea';
BEGIN
DBMS_OUTPUT.PUT_LINE(DBMS_LOB.GETLENGTH(lob));
END;
/
5
PSM completed.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;H6 img=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 12px;=&quot;&quot; no-repeat;=&quot;&quot; 33px;=&quot;&quot; bold;=&quot;&quot; dbguide=&quot;&quot; bu_h6.gif);=&quot;&quot; 18px=&quot;&quot; 1px;=&quot;&quot;&gt;INSTR&lt;/H6&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;: 대상 LOB 데이터 내에서 주어진 패턴이 n 번째로 나타나는 오프셋을 반환하는 함수&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[Call Syntax]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
DBMS_LOB.INSTR(lob, pattern, offset, nth) --return INTEGER
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;**offset: LOB 데이터 내의 탐색을 시작할 위치.&lt;br /&gt;**nth : 탐색할 패턴 개수&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[테스트예제]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
--lob 데이터에서 ‘or’패턴이 3번째 오프셋부터 탐색을 시작하여 2번째로 나타나는 오프셋을 반환
하는 예제
SQL&amp;gt; SET SERVEROUTPUT ON
SQL&amp;gt; DECLARE
lob CLOB := 'Corporate floor';
result NUMBER;
BEGIN
result := DBMS_LOB.INSTR(lob, 'or', 3, 2);
DBMS_OUTPUT.PUT_LINE('Result offset = ' || result);
END;
/
Result offset = 14
PSM completed.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;H6 img=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 12px;=&quot;&quot; no-repeat;=&quot;&quot; 33px;=&quot;&quot; bold;=&quot;&quot; dbguide=&quot;&quot; bu_h6.gif);=&quot;&quot; 18px=&quot;&quot; 1px;=&quot;&quot;&gt;ISTEMPORARY&lt;/H6&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;: 주어진 LOB이 temporary LOB인지 여부를 반환하는 함수&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[Call Syntax]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
DBMS_LOB.ISTEMPORARY(lob) --return INTEGER
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;** return 값이 1이면 temporary lob이고, 0이면 아님.&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[테스트예제]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
--주어진 lob이 temporary lob인지 아닌지의 여부를 판단하여 맞으면 ’true’ ,틀리면 ‘false’를 출력
하는 예제
SQL&amp;gt; SET SERVEROUTPUT ON
SQL&amp;gt; DECLARE
lob CLOB;
BEGIN
DBMS_LOB.CREATETEMPORARY(lob, false);
IF DBMS_LOB.ISTEMPORARY(lob) = 1
THEN
DBMS_OUTPUT.PUT_LINE('TRUE');
ELSE
DBMS_OUTPUT.PUT_LINE('FALSE');
END IF;
END;
/
TRUE
PSM completed.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;H6 img=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 12px;=&quot;&quot; no-repeat;=&quot;&quot; 33px;=&quot;&quot; bold;=&quot;&quot; dbguide=&quot;&quot; bu_h6.gif);=&quot;&quot; 18px=&quot;&quot; 1px;=&quot;&quot;&gt;SUBSTR&lt;/H6&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;: 대상 LOB 데이터의 지정된 오프셋 위치로부터 지정된 크기만큼의 데이터를 반환하는 함수&lt;/P&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[Call Syntax]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
DBMS_LOB.SUBSTR(lob, amount, offset) --return RAW (BLOB)
--return VARCHAR (CLOB)
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P class=text img=&quot;&quot; layout=&quot;&quot; 0px;=&quot;&quot; www.dbguide.net=&quot;&quot; publishing=&quot;&quot; initial;=&quot;&quot; no-repeat=&quot;&quot; 10px;=&quot;&quot; 18px;=&quot;&quot; no-repeat;=&quot;&quot; justify;=&quot;&quot; 696px;=&quot;&quot; bu_gray_dot.gif);=&quot;&quot; break-word;=&quot;&quot; break-all;=&quot;&quot; 10px=&quot;&quot; 4px;=&quot;&quot;&gt;[테스트예제]&lt;/P&gt;
&lt;DIV style=&quot;PADDING-BOTTOM: 10px; LINE-HEIGHT: 16px; BACKGROUND-COLOR: rgb(244,244,244); MARGIN: 0px 0px 10px 10px; PADDING-LEFT: 10px; WIDTH: 688px; PADDING-RIGHT: 10px; WORD-BREAK: break-all; PADDING-TOP: 10px&quot; class=bg_gray&gt;&lt;PRE style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Dotum, sans-serif; FONT-SIZE: 12px; PADDING-TOP: 0px&quot;&gt;&lt;CODE style=&quot;FONT-STYLE: normal; FONT-WEIGHT: normal&quot;&gt;
--lob 데이터에서 6번째 데이터부터 6문자를 잘라서 대문자로 만들어 하나의 완성된 문장을 출력
하는 예제
SQL&amp;gt; SET SERVEROUTPUT ON
SQL&amp;gt; DECLARE
lob CLOB := 'Your friend is too old';
buffer VARCHAR2(100);
BEGIN
buffer := DBMS_LOB.SUBSTR(lob, 6, 6);
DBMS_OUTPUT.PUT_LINE('My favorite word is ' || UPPER(buffer));
END;
/
My favorite word is FRIEND
PSM completed.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <category>DBMS/Oracle</category>
      <category>DBMS</category>
      <category>getlength</category>
      <category>InStr</category>
      <category>lob</category>
      <category>Oracle</category>
      <category>substr</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/78</guid>
      <comments>https://ezbuilder.tistory.com/78#entry78comment</comments>
      <pubDate>Mon, 29 Apr 2013 09:16:05 +0900</pubDate>
    </item>
    <item>
      <title>[Oracle] 페이징 처리</title>
      <link>https://ezbuilder.tistory.com/77</link>
      <description>&lt;STRONG&gt;&lt;FONT color=#0686a8&gt;1. 페이지 수를 계산하여 셀렉트&lt;br /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;
&lt;DIV style=&quot;BORDER-BOTTOM: rgb(159,211,49) 1px dashed; BORDER-LEFT: rgb(159,211,49) 1px dashed; PADDING-BOTTOM: 10px; BACKGROUND-COLOR: rgb(231,253,181); PADDING-LEFT: 10px; PADDING-RIGHT: 10px; BORDER-TOP: rgb(159,211,49) 1px dashed; BORDER-RIGHT: rgb(159,211,49) 1px dashed; PADDING-TOP: 10px&quot; class=txc-textbox&gt;SELECT B.* FROM (&lt;br /&gt;SELECT &lt;br /&gt;
&lt;DIV style=&quot;MARGIN-LEFT: 4em&quot;&gt;CEIL(ROWNUM/10) PAGE&lt;br /&gt;&lt;FONT color=#2b8400&gt;--, COUNT(*) OVER() AS TOTAL_COUNT&lt;/FONT&gt;&lt;br /&gt;, A.* FROM (&lt;br /&gt;&lt;/DIV&gt;
&lt;DIV&gt;SELECT * FROM OP_SAMPLE &lt;br /&gt;ORDER BY ID DESC&lt;br /&gt;) A&lt;br /&gt;) B&lt;br /&gt;WHERE PAGE = 100000;&lt;br /&gt;&lt;br /&gt;&lt;FONT color=#e31600&gt;100만 건인 경우 수행시간 : 1.327초, &lt;FONT color=#2b8400&gt;TOTAL_COUNT &lt;/FONT&gt;까지 조회시 : 3.848초&lt;br /&gt;&lt;SPAN style=&quot;WIDTH: 1px; FLOAT: right; HEIGHT: 1px&quot; id=callbacknestdbclosetistorycom753664&gt;&lt;/SPAN&gt;10만 건인 경우 수행시간 : 0.135초 &lt;FONT color=#2b8400&gt;TOTAL_COUNT &lt;/FONT&gt;까지 조회시 : 0.255초&lt;/FONT&gt;&lt;br /&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;br /&gt;&lt;br /&gt;&lt;FONT color=#0686a8&gt;&lt;STRONG&gt;2. ROW_NUMBER()를 이용한 페이징&lt;br /&gt;&lt;/STRONG&gt;
&lt;DIV style=&quot;BORDER-BOTTOM: rgb(159,211,49) 1px dashed; BORDER-LEFT: rgb(159,211,49) 1px dashed; PADDING-BOTTOM: 10px; BACKGROUND-COLOR: rgb(231,253,181); PADDING-LEFT: 10px; PADDING-RIGHT: 10px; BORDER-TOP: rgb(159,211,49) 1px dashed; BORDER-RIGHT: rgb(159,211,49) 1px dashed; PADDING-TOP: 10px&quot; class=txc-textbox&gt;&lt;FONT color=#000000&gt;SELECT * FROM (&lt;br /&gt;SELECT A.*, ROW_NUMBER() OVER(ORDER BY ID DESC) AS NUM &lt;br /&gt;FROM OP_SAMPLE A&lt;br /&gt;)&lt;br /&gt;WHERE NUM BETWEEN 999991 AND 1000000;&lt;br /&gt;&lt;br /&gt;&lt;FONT color=#e31600&gt;100만 건인 경우 수행시간 : 1.136초&lt;br /&gt;10만 건인 경우 수행시간 : 0.253초&lt;br /&gt;&lt;/FONT&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;br /&gt;&lt;br /&gt;&lt;STRONG&gt;3. ROWNUM을 이용한 페이징&lt;br /&gt;&lt;/STRONG&gt;
&lt;DIV style=&quot;BORDER-BOTTOM: rgb(159,211,49) 1px dashed; BORDER-LEFT: rgb(159,211,49) 1px dashed; PADDING-BOTTOM: 10px; BACKGROUND-COLOR: rgb(231,253,181); PADDING-LEFT: 10px; PADDING-RIGHT: 10px; BORDER-TOP: rgb(159,211,49) 1px dashed; BORDER-RIGHT: rgb(159,211,49) 1px dashed; PADDING-TOP: 10px&quot; class=txc-textbox&gt;&lt;FONT color=#000000&gt;SELECT * FROM ( &lt;br /&gt;SELECT ROWNUM AS RNUM, Z.* FROM ( &lt;br /&gt;SELECT * FROM OP_SAMPLE &lt;FONT color=#840000&gt;ORDER BY ID DESC&lt;/FONT&gt;&lt;br /&gt;) Z WHERE ROWNUM &amp;lt;= 1000000 &lt;br /&gt;) WHERE RNUM &amp;gt;= 999991;&lt;br /&gt;&lt;br /&gt;&lt;FONT color=#e31600&gt;100만 건인 경우 수행시간 : 0.826초&lt;br /&gt;10만 건인 경우 수행시간 : 0.087초&lt;br /&gt;&lt;/FONT&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;br /&gt;&lt;br /&gt;&lt;STRONG&gt;4. ROWNUM + 인덱스를 이용한 페이징&lt;br /&gt;&lt;/STRONG&gt;
&lt;DIV style=&quot;BORDER-BOTTOM: rgb(159,211,49) 1px dashed; BORDER-LEFT: rgb(159,211,49) 1px dashed; PADDING-BOTTOM: 10px; BACKGROUND-COLOR: rgb(231,253,181); PADDING-LEFT: 10px; PADDING-RIGHT: 10px; BORDER-TOP: rgb(159,211,49) 1px dashed; BORDER-RIGHT: rgb(159,211,49) 1px dashed; PADDING-TOP: 10px&quot; class=txc-textbox&gt;&lt;FONT color=#000000&gt;SELECT * FROM ( &lt;br /&gt;SELECT &lt;FONT color=#5fb636&gt;/*+ INDEX_DESC(Z OP_SAMPLE_PK) */ &lt;/FONT&gt;ROWNUM AS RNUM, Z.* FROM ( &lt;br /&gt;SELECT * FROM OP_SAMPLE&lt;br /&gt;) Z WHERE ROWNUM &amp;lt;= 1000000 &lt;br /&gt;) WHERE RNUM &amp;gt;= 999991;&lt;br /&gt;&lt;br /&gt;&lt;FONT color=#e31600&gt;100만 건인 경우 수행시간 : 0.687초&lt;br /&gt;10만 건인 경우 수행시간 : 0.079초&lt;br /&gt;&lt;/FONT&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;br /&gt;&lt;br /&gt;&lt;STRONG&gt;참고로 MySql 쿼리 조회시 (mysql 5, innoDB)&lt;br /&gt;&lt;/STRONG&gt;
&lt;DIV style=&quot;BORDER-BOTTOM: rgb(243,197,52) 1px dashed; BORDER-LEFT: rgb(243,197,52) 1px dashed; PADDING-BOTTOM: 10px; BACKGROUND-COLOR: rgb(254,254,184); PADDING-LEFT: 10px; PADDING-RIGHT: 10px; BORDER-TOP: rgb(243,197,52) 1px dashed; BORDER-RIGHT: rgb(243,197,52) 1px dashed; PADDING-TOP: 10px&quot; class=txc-textbox&gt;&lt;FONT color=#474747&gt;SELECT * FROM OP_SAMPLE &lt;br /&gt;ORDER BY ID DESC LIMIT 999991, 10;&lt;br /&gt;&lt;br /&gt;&lt;FONT color=#e31600&gt;100만 건인 경우 수행시간 : 0.033초&lt;/FONT&gt;&lt;/FONT&gt;&lt;br /&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;일반적인 페이징 처리 방법&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;SELECT * FROM (&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;SELECT A.*,&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ROWNUM AS RNUM,&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FLOOR((ROWNUM-1)/{디스플레이수}+1) AS PAGE,&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;COUNT(*) OVER() AS TOTCNT FROM (&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{검색쿼리 - 정렬이 필요할 경우 정렬조건 포함} &lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;A)&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;WHERE PAGE = {페이지번호};&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;OR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;SELECT * FROM (&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SELECT A.*,&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ROWNUM AS RNUM,&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;COUNT(*) OVER() AS TOTCNT FROM (&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{검색쿼리 - 정렬이 필요할 경우 정렬조건 포함}&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;A)&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;WHERE RNUM &amp;gt; {범위부터} AND RNUM &amp;lt;= {범위까지};&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;대용량 페이징 처리 방법&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV class=container&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;SELECT * FROM (&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SELECT ROWNUM AS RNUM, A.* FROM (&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{검색쿼리 - 정렬이 필요할 경우 정렬조건 포함}&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;) A&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;WHERE ROWNUM &amp;lt;= {범위까지}) WHERE RNUM &amp;gt; {범위부터};&lt;br /&gt;&lt;br /&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;OR&lt;br /&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;SELECT * FROM (&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SELECT /*+ INDEX_ASC or INDEX_DESC(A {정렬조건 인덱스명}) */&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ROWNUM AS RNUM, A.*&amp;nbsp; FROM (&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{검색쿼리 - 정렬이 필요한 경우 정렬조건을 포함하지 않고 ORACLE 힌트사용}&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;) A&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #353535&quot;&gt;WHERE ROWNUM &amp;lt;= {범위까지}) WHERE RNUM &amp;gt; {범위부터};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/CODE&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;&lt;/FONT&gt;</description>
      <category>DBMS/Oracle</category>
      <category>page</category>
      <category>paging</category>
      <category>ROWNUM</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/77</guid>
      <comments>https://ezbuilder.tistory.com/77#entry77comment</comments>
      <pubDate>Sun, 28 Apr 2013 10:43:11 +0900</pubDate>
    </item>
    <item>
      <title>[Oracle] JSTL 사용하기</title>
      <link>https://ezbuilder.tistory.com/76</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;우선 아래 파일을 다운받는다.&lt;/P&gt;
&lt;P&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block;   height: auto; max-width: 100%;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/2306BB4B5178C00C04&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/unknown.gif&quot; style=&quot;vertical-align: middle;&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;jstl-1.2.jar&lt;/a&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;받은 파일을 이클립스 기준으로 &lt;STRONG&gt;WebContent &amp;gt; WEB-INF &amp;gt; lib&lt;/STRONG&gt; 폴더에 복사하면 사용할 수 있다.&lt;/P&gt;
&lt;P&gt;JSP 상단에 &lt;SPAN style=&quot;COLOR: rgb(255,0,0)&quot;&gt;&lt;STRONG&gt;&amp;lt;%@ taglib prefix=&quot;c&quot; uri=&quot;http://java.sun.com/jsp/jstl/core&quot;%&amp;gt;&lt;/STRONG&gt;&lt;SPAN style=&quot;COLOR: #333333&quot;&gt; 를 삽입한다.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;
&lt;P&gt;
&lt;TABLE style=&quot;BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-COLLAPSE: collapse; FONT-FAMILY: 돋움; FONT-SIZE: 9pt; BORDER-TOP: medium none; BORDER-RIGHT: medium none&quot; class=txc-table border=0 cellSpacing=0 cellPadding=0 width=664&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; BACKGROUND-COLOR: #eaeaea; WIDTH: 115px; HEIGHT: 24px; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;STRONG&gt;JSP&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #ccc 1px solid; BACKGROUND-COLOR: #eaeaea; WIDTH: 245px; HEIGHT: 24px; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;STRONG&gt;JSTL&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #ccc 1px solid; BACKGROUND-COLOR: #eaeaea; WIDTH: 303px; HEIGHT: 24px; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;STRONG&gt;설명&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 115px; HEIGHT: 22px; BORDER-RIGHT: #ccc 1px solid&quot;&gt;&amp;nbsp;&amp;lt;%= %&amp;gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #ccc 1px solid; WIDTH: 245px; HEIGHT: 22px; BORDER-RIGHT: #ccc 1px solid&quot;&gt;&amp;nbsp;${변수이름}&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #ccc 1px solid; WIDTH: 303px; HEIGHT: 22px; BORDER-RIGHT: #ccc 1px solid&quot;&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 115px; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid&quot;&gt;&amp;nbsp;for문&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #ccc 1px solid; WIDTH: 245px; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid&quot;&gt;
&lt;P&gt;&amp;nbsp;&amp;lt;c:forEach items=&quot;&quot; var=&quot;&quot;&amp;gt;&amp;lt;/c:forEach&amp;gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #ccc 1px solid; WIDTH: 303px; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid&quot;&gt;
&lt;P&gt;&amp;nbsp;items에는 list 또는 map이 들어감.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 115px; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid&quot;&gt;&amp;nbsp;if문&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #ccc 1px solid; WIDTH: 245px; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid&quot;&gt;&amp;nbsp;&amp;lt;c:if test=&quot;&quot;&amp;gt;&amp;lt;/c:if&amp;gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #ccc 1px solid; WIDTH: 303px; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid&quot;&gt;&amp;nbsp;&quot;&quot;안에 조건문이 들어감.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;COLOR: rgb(255,0,0)&quot;&gt;&lt;SPAN style=&quot;COLOR: #333333&quot;&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>DBMS/Oracle</category>
      <category>for</category>
      <category>foreach</category>
      <category>If</category>
      <category>jstl</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/76</guid>
      <comments>https://ezbuilder.tistory.com/76#entry76comment</comments>
      <pubDate>Thu, 25 Apr 2013 14:41:10 +0900</pubDate>
    </item>
    <item>
      <title>[Oracle] 자동 증가 컬럼(Sequence) 사용하기</title>
      <link>https://ezbuilder.tistory.com/75</link>
      <description>&lt;P&gt;&lt;FONT face=verdana&gt;Unique Key를 생성하는 방법은 &lt;STRONG&gt;DBMS&lt;/STRONG&gt;마다 차이가 있다.&lt;br /&gt;MS-SQL은 &lt;STRONG&gt;IDENTITY&lt;/STRONG&gt;를, MySQL은 &lt;STRONG&gt;auto_increment&lt;/STRONG&gt;와 같이 쉽게 사용할 수 있는 방법이 있는데 오라클에서는 &lt;STRONG&gt;Sequence&lt;/STRONG&gt;를 사용하여 다음과 같이 유사하게 구현할 수 있다&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=verdana&gt;1. 자동증가컬럼을 사용하고자 하는 &lt;STRONG&gt;MYTABLE&lt;/STRONG&gt;테이블을 생성한다.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;FONT color=#006699 face=verdana&gt;CREATE TABLE MYTABLE&lt;br /&gt;(ID NUMBER, NAME VARCHAR2(20));&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=verdana&gt;2. &lt;STRONG&gt;CREATE SEQUENCE &lt;/STRONG&gt;라는 문장을 사용하여 &lt;STRONG&gt;SEQ_ID&lt;/STRONG&gt;라는 이름의 시퀀스를 만든다.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;FONT face=verdana&gt;&lt;FONT color=#006699&gt;CREATE SEQUENCE SEQ_ID INCREMENT BY 1 START WITH 10000;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=verdana&gt;-&lt;/FONT&gt;&lt;FONT color=#009966 face=verdana&gt;- INCREMENT BY 1 : 증가값은 1&lt;br /&gt;&lt;SPAN style=&quot;WIDTH: 1px; FLOAT: right; HEIGHT: 1px&quot; id=callbacknestapplejaratistorycom2603240&gt;&lt;/SPAN&gt;-- START WITH 10000 : 10000부터 증가&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=verdana&gt;3. 테이블에 데이터 입력시에는 &lt;STRONG&gt;NEXTVAL&lt;/STRONG&gt;이라는 슈도 칼럼(Pseudo-column)을 이용하여 시퀸스를 사용한다.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=verdana&gt;&lt;FONT color=#006699&gt;INSERT INTO MYTABLE VALUES( SEQ_ID.NEXTVAL, '홍길동');&lt;/FONT&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#009966 face=verdana&gt;-- CURRVAL : 현재 값을 반환 합니다. . &lt;br /&gt;-- NEXTVAL : 현재 시퀀스값의 다음 값을 반환 합니다. &lt;br /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=verdana&gt;----------------------------------------------------------------------------------------------------------&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=4 face=verdana&gt;&lt;STRONG&gt;* Sequence 구문&lt;/STRONG&gt;&lt;/FONT&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=verdana&gt;&lt;FONT color=#0000ff&gt;CREATE &lt;/FONT&gt;&lt;STRONG&gt;SEQUENCE &lt;/STRONG&gt;&lt;EM&gt;sequence_name &lt;/EM&gt;&lt;br /&gt;[START WITH&lt;STRONG&gt; &lt;/STRONG&gt;&lt;EM&gt;n&lt;/EM&gt;]&lt;br /&gt;[INCREMENT BY &lt;EM&gt;n&lt;/EM&gt;]&lt;br /&gt;[MAXVALUE &lt;EM&gt;n&lt;/EM&gt; | NOMAXVALUE]&lt;br /&gt;[MINVALUE &lt;EM&gt;n &lt;/EM&gt;| NOMINVALUE]&lt;br /&gt;[CYCLE | NOCYCLE]&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=verdana&gt;&lt;STRONG&gt;* START WITH&lt;/STRONG&gt;&lt;br /&gt;시퀀스의 시작 값을 지정합니다. n을 1로 지정하면 1부터 순차적으로 시퀀스번호가 증가 합니다. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=verdana&gt;&lt;STRONG&gt;* INCREMENT BY&lt;/STRONG&gt;&lt;br /&gt;시퀀스의 증가 값을 말합니다. n을 2로 하면 2씩 증가합니다. &lt;br /&gt;START WITH를 1로 하고 INCREMENT BY를 2으로 하면 1, 3, 5,7,..&lt;br /&gt;이렇게 시퀀스 번호가 증가하게 됩니다. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=verdana&gt;&lt;STRONG&gt;* MAXVALUE &lt;/STRONG&gt;&lt;EM&gt;n&lt;/EM&gt;&lt;/FONT&gt;&lt;FONT face=verdana&gt;&lt;STRONG&gt; | NOMAXVALUE &lt;br /&gt;&lt;/STRONG&gt;MAXVALUE는 시퀀스가 증가할수 있는 최대값을 말합니다. &lt;br /&gt;NOMAXVALUE는 시퀀스의 값을 무한대로 지정합니다. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=verdana&gt;&lt;STRONG&gt;* MINVALUE &lt;/STRONG&gt;&lt;EM&gt;n&lt;/EM&gt;&lt;STRONG&gt; | NOMINVALUE&lt;/STRONG&gt;&lt;br /&gt;MINVALUE는 시퀀스의 최소값을 지정 합니다. &lt;br /&gt;기본값은 1이며, NOMINVALUE를 지정할 경우 최소값은 무한대가 됩니다 &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4 face=verdana&gt;[사용규칙]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;FONT face=verdana&gt;&lt;br /&gt;&lt;/FONT&gt;&lt;FONT face=verdana&gt;&lt;STRONG&gt;* NEXTVAL, CURRVAL을 사용할 수 있는 경우&lt;br /&gt;&lt;/STRONG&gt;- subquery가 아닌 select문&lt;br /&gt;- insert문의 select절&lt;br /&gt;- insert문의 value절&lt;br /&gt;- update문의 set절&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;FONT face=verdana&gt;&lt;STRONG&gt;* NEXTVAL, CURRVAL을 사용할 수 없는 경우&lt;br /&gt;&lt;/STRONG&gt;- view의 select절&lt;br /&gt;- distinct 키워드가 있는 select문&lt;br /&gt;- group by, having, order by절이 있는 select문&lt;br /&gt;- select, delete, update의 subquery&lt;br /&gt;- create table, alter table 명령의 default값&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;STRONG&gt;&lt;FONT size=4 face=Verdana&gt;[수정과 삭제]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;br /&gt;&lt;FONT face=Verdana&gt;&lt;FONT color=#0000ff&gt;ALTER &lt;/FONT&gt;&lt;STRONG&gt;SEQUENCE &lt;/STRONG&gt;&lt;EM&gt;sequence_name &lt;/EM&gt;&lt;br /&gt;[INCREMENT BY &lt;EM&gt;n&lt;/EM&gt;]&lt;br /&gt;[MAXVALUE &lt;EM&gt;n&lt;/EM&gt; | NOMAXVALUE]&lt;br /&gt;[MINVALUE &lt;EM&gt;n &lt;/EM&gt;| NOMINVALUE]&lt;br /&gt;[CYCLE | NOCYCLE]&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;START WITH는 수정할수 없습니다. &lt;br /&gt;START WITH 절이 없다는 점을 빼고는 CREATE SEQUENCE와 같습니다. &lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff&gt;DROP &lt;/FONT&gt;&lt;STRONG&gt;SEQUENCE &lt;/STRONG&gt;&lt;FONT face=Verdana&gt;&lt;EM&gt;sequence_name&lt;/EM&gt;&lt;/FONT&gt; &lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;자료참고 : &lt;A class=con_link href=&quot;http://www.oracleclub.com/&quot; target=_blank _base_href=&quot;http://tong.nate.com&quot;&gt;&lt;U&gt;&lt;FONT color=#0066cc&gt;http://www.oracleclub.com/&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <category>DBMS/Oracle</category>
      <category>auto_increment</category>
      <category>identity</category>
      <category>Oracle</category>
      <category>sequence</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/75</guid>
      <comments>https://ezbuilder.tistory.com/75#entry75comment</comments>
      <pubDate>Thu, 25 Apr 2013 10:21:44 +0900</pubDate>
    </item>
    <item>
      <title>[Oracle] 문법정리</title>
      <link>https://ezbuilder.tistory.com/74</link>
      <description>* 데이터 검색&lt;br /&gt;SELECT 칼럼명 , GROUP 함수&lt;br /&gt;FROM 테이블명&lt;br /&gt;WHERE 조건식&lt;br /&gt;GROUP BY 칼럼명&lt;br /&gt;HAVING 조건식&lt;br /&gt;ORDER BY 칼럼이나 표현식 ; &lt;br /&gt;- DISTINCT : 중복행을 제거함.&lt;br /&gt;항상 SELECT 바로 다음에서 기술&lt;br /&gt;DISTINCT뒤에 나타나는 컬럼들은 모두 DISTINCT의 영향를 받음&lt;br /&gt;기본적으로 오름차?nbsp;정렬됨&lt;br /&gt;- ALIAS : 나타날때 컬럼에 대하여 다른 이름을 부여함&lt;br /&gt;- GROUP BY : 전체 데이터를 소그룹으로 나눌 칼럼을 명시한다. &lt;br /&gt;- HAVING : GROUP에 대한 조건을 기술한다. &lt;br /&gt;- WHERE절에 사용되는 연산자의 3가지 부류 &lt;br /&gt;논리 연산자 - AND : 여러조건을 동시에 만족한다.&lt;br /&gt;- OR : 여러조건들 중 어느 하나라도 만족한다.&lt;br /&gt;- NOT : 조건에 대한 반대를 돌려준다. &lt;br /&gt;논리 비교 연산자 - = : 같다. &lt;br /&gt;- &amp;gt; : 보다 크다. &lt;br /&gt;- &amp;gt;= : 보다 크거나 같다. &lt;br /&gt;- &amp;lt; : 보다 작다. &lt;br /&gt;- &amp;lt;= : 보다 작거나 같다. &lt;br /&gt;SQL 비교 연산자 - BETWEEN a AND b : a와 b사이에 있다.(a,b값 포함) &lt;br /&gt;- IN (list) : list의 값 중 어느 하나와 일치한다. &lt;br /&gt;- IS NULL : NULL값을 가졌다.&lt;br /&gt;LIKE '%문자_문자%‘ : % 는 0개서부터 여러개까지의 문자열&lt;br /&gt;을 나타내는 와일드카드 (wildcard)이고&lt;br /&gt;_ 는 단 하나의 문자를 나타내는 와일드카드입니다.&lt;br /&gt;와일드 카드를 일반문자처럼 쓰고 싶은 경우에는 ESCAPE 옵션을 사용&lt;br /&gt;WHERE name LIKE '%X_Y%' ESCAPE '' &lt;br /&gt;&lt;br /&gt;&lt;A name=1161800_1&gt;&lt;/A&gt;&lt;br /&gt;SQL&amp;gt; SELECT name,salary*18 AS 연봉&lt;br /&gt;2 FROM s_emp;&lt;br /&gt;SQL&amp;gt; SELECT name||' '||title&lt;br /&gt;2 FROM s_emp ;&lt;br /&gt;SQL&amp;gt; SELECT name, salary*18 연봉 , title&lt;br /&gt;2 FROM s_emp &lt;br /&gt;3 ORDER BY salary*18 DESC ;&lt;br /&gt;SQL&amp;gt; SELECT name , salary&lt;br /&gt;2 FROM s_emp &lt;br /&gt;3 WHERE salary BETWEEN 1000 AND 1500;&lt;br /&gt;SQL&amp;gt; SELECT name, title , dept_id&lt;br /&gt;2 FROM s_emp &lt;br /&gt;3 WHERE dept_id IN (110,113) ;&lt;br /&gt;SQL&amp;gt; SELECT name, start_date , title &lt;br /&gt;2 WHERE start_date BETWEEN '01-JAN-91' &lt;br /&gt;3 AND '31-DEC-91' ;&lt;br /&gt;SQL&amp;gt; SELECT dept_id , count(*) 인원수&lt;br /&gt;2 FROM s_emp &lt;br /&gt;3 WHERE dept_id = 110 &lt;br /&gt;4 GROUP BY dept_id ;&lt;br /&gt;SQL&amp;gt; SELECT dept_id , AVG(salary)&lt;br /&gt;2 FROM s_emp&lt;br /&gt;3 GROUP BY dept_id ;&lt;br /&gt;SQL&amp;gt; SELECT dept_id , AVG(salary)&lt;br /&gt;2 FROM s_emp&lt;br /&gt;3 WHERE title = '사원'&lt;br /&gt;4 GROUP BY dept_id ;&lt;br /&gt;SQL&amp;gt; SELECT dept_id , title , COUNT(*) &lt;br /&gt;2 FROM s_emp &lt;br /&gt;3 GROUP BY dept_id , title ;&lt;br /&gt;SQL&amp;gt; SELECT title , AVG(salary) , COUNT(*)&lt;br /&gt;2 FROM s_emp &lt;br /&gt;3 GROUP BY title&lt;br /&gt;4 HAVING COUNT(*) &amp;gt; 2 ;&lt;br /&gt;SQL&amp;gt; SELECT title , SUM(salary) 급여총합&lt;br /&gt;2 FROM s_emp &lt;br /&gt;3 WHERE title NOT LIKE ‘%부장’&lt;br /&gt;5 HAVING SUM(salary) &amp;gt; 10000&lt;br /&gt;6 ORDER BY SUM(salary) ;&lt;br /&gt;&lt;br /&gt;* SQL*PLUS의 기능&lt;br /&gt;&lt;br /&gt;- 버퍼에 있는 명령어 편집하기&lt;br /&gt;A(PPEND) text : line의 끝에 text를 추가함 &lt;br /&gt;C(HANGE)/old/new : old를 new로 바꿈 &lt;br /&gt;DEL n : n line을 지움 &lt;br /&gt;I(NPUT) text : 다음 line에 text를 추가함 &lt;br /&gt;L(IST) : 전체 문장을 보여줌 &lt;br /&gt;n text : n line전체를 text로 바꿈 &lt;br /&gt;R(UN) : buffer에 있는 문장을 실행함(/ 와 같음) &lt;br /&gt;EDIT : buffer에 있는 문장을 파일로 부름(afiedt.buf) &lt;br /&gt;&lt;br /&gt;- 파일에 있는 명령어 편집하기&lt;br /&gt;SAVE a : buffer에 있는 내용을 a.sql 파일로 저장 &lt;br /&gt;GET a : 파일 a에 있는 내용을 buffer로 부름 &lt;br /&gt;START a (=@a) : 파일 a를 실행함 &lt;br /&gt;! : UNIX Shell로 나들이 &lt;br /&gt;!vi a.sql : 파일 a.sql을 vi편집기로 부름 &lt;br /&gt;&lt;br /&gt;- 환경설정 : SET 환경변수 값&lt;br /&gt;COLSEP (text) : 칼럼이 표시될때 칼럼간의 구별문자 기본값은 공백 &lt;br /&gt;FEEDBACK (off|on) : 선택된 행이 몇행인지를 표시함 기본값은 6행 이상인 경우에 on &lt;br /&gt;HEADING (off|on) : 칼럼에 대한 HEADING를 표시함 기본 값은 on &lt;br /&gt;LINESIZE (n) : 한 라인당 표시되는 문자의 수 기본값은 80 &lt;br /&gt;PAGES (n) : 한 페이지당 표시되는 라인수 기본값은 24 &lt;br /&gt;PAUSE (off|on|text) : 「ENTER」키를 누를 때마다 화면이 지나감 기본값은 off &lt;br /&gt;TIMING (off|on) : SQL문장이 처리되는데 걸리는 시간을 표시 기본값은 off &lt;br /&gt;SHOW : SET 환경이 어떻게 설정되어 있는지 보는 명령어&lt;br /&gt;SHOW ALL : 전체가 어떻게 설정되어 있는지 보고 싶은 경우&lt;br /&gt;자신이 쓰는 환경을 항상 맞추고 싶으면 &lt;br /&gt;login.sql 파일에 SET환경을 설정하면 됩니다. &lt;br /&gt;&lt;br /&gt;- 표시형식&lt;br /&gt;COL(UMN) 칼럼이나 ALIAS 옵션&lt;br /&gt;- 옵션의 종류 - CLE(AR) : 칼럼에 지정된 형식을 지움 &lt;br /&gt;- FOR(MAT) : 형식 칼럼에 대한 표시 형식과 폭을 바꿈 &lt;br /&gt;- HEADING text : 칼럼에 대한 HEADING를 지정함 &lt;br /&gt;SQL&amp;gt; COL name HEADING ‘사원이름’ FORMAT A10&lt;br /&gt;SQL&amp;gt; COL salary FORMAT $9,999,999 &lt;br /&gt;SQL&amp;gt; COL salary CLEAR&lt;br /&gt;CLEAR COLUMNS : 지정된 형식을 다 지우고 싶은 경우&lt;br /&gt;&lt;br /&gt;- 변수사용&lt;br /&gt;&amp;amp;변수 사용 : 사용자가 원하는 데이터를 사용할 때마다 입력하고 싶은 경우에 &lt;br /&gt;치환변수를 사용. 사용시에는 &amp;amp;기호를 이용&lt;br /&gt;&amp;amp;&amp;amp;기호를 사용하면 한번 입력받은 변수값을 다시 적용할 수 있음&lt;br /&gt;&amp;amp;기호를 이용하여 조건, 칼럼명, 테이블명, 전체 SELECT구문도 받을 수 있음&lt;br /&gt;SQL&amp;gt; SELECT id,name,dept_id&lt;br /&gt;2 FROM s_emp&lt;br /&gt;3 WHERE dept_id = &amp;amp;부서번호 ;&lt;br /&gt;Enter value for 부서번호: 112&lt;br /&gt;old 3: WHERE dept_id = &amp;amp;부서번호&lt;br /&gt;new 3: WHERE dept_id = 112&lt;br /&gt;ACCEPT를 사용한 변수&lt;br /&gt;사용자가 SELECT구문을 사용하기 전에 미리 변수를 설정해 놓는 경우에&lt;br /&gt;ACCEPT를 사용할 수 있습니다.&lt;br /&gt;&amp;gt; ACCEPT 변수명 데이터타입 FORMAT PROMPT text HIDE&lt;br /&gt;데이터타입 : NUMBER,CHAR,DATE 중에서 지정 &lt;br /&gt;FORMAT : A10, 9,999등의 표시 형식지정 &lt;br /&gt;PROMPT text : 사용자가 데이터를 입력할 때 보여주는 문장 &lt;br /&gt;HIDE : password등을 지정시 화면에 보이지 않도록 함&lt;br /&gt;SQL&amp;gt; ACCEPT p_salary NUMBER PROMPT ‘급여 입력 :’&lt;br /&gt;SQL&amp;gt; ACCEPT pswd CHAR PROMPT 'Password : ' HIDE &lt;br /&gt;&lt;br /&gt;* 단일행 함수&lt;br /&gt;- 문자형 함수&lt;br /&gt;UPPER : 모든 문자를 대문자로 전환 &lt;br /&gt;LOWER : 모든 문자를 소문자로 전환 &lt;br /&gt;INITCAP : 문자를 단어별로 앞머리는 대문자 나머지는 소문자로 전환 &lt;br /&gt;CONCAT : 두 문자열을 합성. ||연산자와 같은 용도로 사용&lt;br /&gt;SUBSTR : 특정문자열의 부분을 선택 &lt;br /&gt;LENGTH : 문자열의 길이를 구함 &lt;br /&gt;LPAD : 왼쪽 문자 자리를 채움 &lt;br /&gt;RPAD : 오른쪽 문자 자리를 채움 &lt;br /&gt;LTRIM : 왼쪽 문자를 지움 &lt;br /&gt;RTRIM : 오른쪽 문자를 지움 &lt;br /&gt;TRANSLATE : 특정 문자열을 대체 &lt;br /&gt;REPLACE : 특정 문자열을 대신 &lt;br /&gt;&lt;br /&gt;UPPER(문자값) : UPPER('Oracle Server')&lt;br /&gt;→ ORACLE SERVER &lt;br /&gt;LOWER(문자값) : LOWER('Oracle Server')&lt;br /&gt;→ oracle server &lt;br /&gt;INITCAP(문자값) : INITCAP('Oracle Server')&lt;br /&gt;→ Oracle Server &lt;br /&gt;CONCAT(문자값1, 문자값2) : CONCAT('Oracle',' Server')&lt;br /&gt;→ Oracle Server &lt;br /&gt;SUBSTR(문자값, a, b)&lt;br /&gt;a 선택할 문자열의 시작위치.&lt;br /&gt;음수면 끝에서부터 시작&lt;br /&gt;b 선택할 문자열의 개수.&lt;br /&gt;이 인자는 생략할 수 있으며, &lt;br /&gt;생략할 경우 문자열의 끝까지 선택 &lt;br /&gt;: SUBSTR('강남구 역삼동‘,5,2)&lt;br /&gt;→ 역삼 &lt;br /&gt;LENGTH(문자값1, a, 문자값2) : LENGTH(‘홍길동’)&lt;br /&gt;→ 3 &lt;br /&gt;LPAD(문자값1, a, 문자값2)&lt;br /&gt;RPAD(문자값1, a, 문자값2)&lt;br /&gt;a : 전체 채울 자리수&lt;br /&gt;문자값2 : 채울 문자 &lt;br /&gt;생략할 수 있으며, 생략되면 &lt;br /&gt;공백값임 &lt;br /&gt;: LPAD(‘홍길동’,10 ‘*’)&lt;br /&gt;→ ****홍길동 &lt;br /&gt;LTRIM(문자값1, 문자값2)&lt;br /&gt;RTRIM(문자값1, 문자값2)&lt;br /&gt;문자값1에서 왼쪽(오른쪽)에서부터&lt;br /&gt;더이상 문자값2를 만나지 않을 때까지 지움&lt;br /&gt;: LTRIM('XXAXBA','X')&lt;br /&gt;→ AXBA &lt;br /&gt;TRANSLATE(문자값, a, b)&lt;br /&gt;a 대체하고 싶은 문자(from)&lt;br /&gt;b 대체할 결과의 문자(to) &lt;br /&gt;: TRANSLATE('AABBA','B','C')&lt;br /&gt;→ AACCA &lt;br /&gt;REPLACE (문자값, a, b) &lt;br /&gt;a 바꾸고 싶은 문자(from)&lt;br /&gt;b 바꿀 결과의 문자(to) &lt;br /&gt;: REPLACE ('JACK and JUE','J','BL') &lt;br /&gt;→ BLACK and BLUE &lt;br /&gt;&lt;br /&gt;- 숫자형 함수&lt;br /&gt;ROUND : 숫자를 반올림 &lt;br /&gt;TRUNC : 숫자를 절사 &lt;br /&gt;MOD : 나누기 연산에서 나머지 구함 &lt;br /&gt;POWER : 거듭제곱 &lt;br /&gt;SQRT : 제곱근 &lt;br /&gt;SIGN : 양수인지 음수인지 0인지를 구벌함 &lt;br /&gt;CHR : ASCII 값에 해당하는 문자를 구함 &lt;br /&gt;&lt;br /&gt;ROUND(숫자값, a), TRUNC(숫자값, a)&lt;br /&gt;a 숫자값을 반올림(버림)하여 a자리까지 &lt;br /&gt;돌려줌.a가 양수이면 소수이하자리를, &lt;br /&gt;음수이면 정수 부분 자리임&lt;br /&gt;생략할 수 있으며, 생략하면 0&lt;br /&gt;: ROUND(35.735,2)→35.74 &lt;br /&gt;MOD(숫자값, a )&lt;br /&gt;a 숫자값을 나누기 할 수 있음&lt;br /&gt;: MOD(7,2)→1 &lt;br /&gt;POWER(숫자값1, 숫자값2) : POWER(3,2)→9 &lt;br /&gt;SQRT (숫자값) : SQRT(25)→5 &lt;br /&gt;SIGN(숫자값) : SIGN(-15)→-1 &lt;br /&gt;CHR(숫자값) : CHR(65)→A &lt;br /&gt;&lt;br /&gt;- 날짜형 함수&lt;br /&gt;SYSDATE : 현재 시스템의 날짜 및 시간을 구함 &lt;br /&gt;LAST_DAY : 지정한 날짜의 해당 월의 마지막 날짜를 구함 &lt;br /&gt;MONTHS_BETWEEN : 두 날짜 사이의 개월 수를 구함 &lt;br /&gt;ADD_MONTHS : 지정한 날짜로부터 몇 개월 후의 날짜를 구함 &lt;br /&gt;ROUND : 날짜에 대한 반올림 &lt;br /&gt;TRUNC : 날짜에 대한 버림 &lt;br /&gt;&lt;br /&gt;SYSDATE : SYSDATE → 10-MAY-99 &lt;br /&gt;LAST_DAY(날짜값) : LAST_DAY('17-FEB-98') → 28-FEB-98 &lt;br /&gt;MONTHS_BETWEEN(날짜값1, 날짜값2) : MONTHS_BETWEEN('26-APR-97','22-JUL-95') → 21.1290323&lt;br /&gt;ADD_MONTHS(날짜값, 숫자값) : ADD_MONTHS('22-JUL-95',21) → 22-APR-97 &lt;br /&gt;ROUND(날짜값, 자리수) : 현재 날짜가 1999년 5월 10일이라고 가정하자.&lt;br /&gt;ROUND(SYSDATE,'MONTH') → 01-MAY-99&lt;br /&gt;TRUNC(날짜값, 자리수) : 현재 날짜가 1999년 5월 10일이라고 가정하자.&lt;br /&gt;TRUNC(SYSDATE,'YEAR') → 01-JAN-99&lt;br /&gt;&lt;br /&gt;- 날짜에 대한 산술연산&lt;br /&gt;날짜 + 숫자 : 날짜 특정한 날로부터 몇일 후의 날짜 계산 &lt;br /&gt;날짜 - 숫자 : 날짜 특정한 날로부터 몇일 전의 날짜 계산 &lt;br /&gt;날짜 - 날짜 : 숫자 두 날짜 사이의 차이를 숫자로 계산 &lt;br /&gt;&lt;br /&gt;- 변환형 함수&lt;br /&gt;TO_CHAR : 숫자나 날짜를 문자열로 변환 &lt;br /&gt;TO_NUMBER : 문자를 숫자로 변환 &lt;br /&gt;TO_DATE : 문자를 날짜로 변환 &lt;br /&gt;&lt;br /&gt;- TO_CHAR에서 숫자를 문자로 변환시에 형식에 사용되는 요소&lt;br /&gt;9 : 일반적인 숫자를 나타냄 &lt;br /&gt;0 : 앞의 빈자리를 0으로 채움 &lt;br /&gt;$ : dollar를 표시함 &lt;br /&gt;L : 지역 통화 단위(ex ) &lt;br /&gt;. : 소숫점을 표시함 &lt;br /&gt;, : 천단위를 표시함 &lt;br /&gt;- TO_CHAR에서 날짜를 문자로 변환시에 형식에 사용되는 요소&lt;br /&gt;SCC : 세기를 표시 S는 기원전(BC) &lt;br /&gt;YEAR : 연도를 알파벳으로 spelling &lt;br /&gt;YYYY : 4자리 연도로 표시 &lt;br /&gt;YY : 끝의 2자리 연도로 표시 &lt;br /&gt;MONTH : 월을 알파벳으로 spelling &lt;br /&gt;MON : 월의 알파벳 약어 &lt;br /&gt;MM : 월을 2자리 숫자로 표시 &lt;br /&gt;DAY : 일에 해당하는 요일 &lt;br /&gt;DY : 일에 해당하는 요일의 약어 &lt;br /&gt;DDD,DD,D : 연도,월,일 중의 날짜를 숫자로 표시 &lt;br /&gt;HH , HH24 : (1-12) , (0-23)중의 시간을 표시 &lt;br /&gt;MI : 분을 표시 &lt;br /&gt;SS : 초를 표시 &lt;br /&gt;AM(A.M.),PM(P.M.) : 오전인지 오후인지를 표시 &lt;br /&gt;&lt;br /&gt;TO_CHAR(문자값,‘형식’)&lt;br /&gt;숫자를 문자로 변환 : TO_CHAR(350000,'$999,999')→ $350,000&lt;br /&gt;숫자를 날짜로 변환 : TO_CHAR(SYSDATE,'YY/MM/DD')→ 95/05/25 &lt;br /&gt;TO_DATE(문자값, ‘형식’) : TO_DATE('10 SEPTEMBER 1992','DD MONTH YYYY')→10-SEP-92 &lt;br /&gt;TO_NUMBER(문자값) : TO_NUMBER('1234')→ 1234 &lt;br /&gt;&lt;br /&gt;- DECODE 함수&lt;br /&gt;DECODE 함수는 값을 비교하여 해당하는 값을 돌려주는 함수&lt;br /&gt;&amp;gt; DECODE (형식,비교값1,결과치1,비교값2,결과치2,...기본치 )&lt;br /&gt;형식 : 컬럼이나 값 &lt;br /&gt;비교값1 : 형식이 비교값1에 맞는지를 비교 &lt;br /&gt;결과값1 : 형식이 비교값1에 맞을 때 갖는 값 &lt;br /&gt;기본치 : 형식이 비교값1,2,...에 맞지 않을 때 가지는 값&lt;br /&gt;생략될 수 있으며, 생략되면 NULL이다. &lt;br /&gt;&lt;br /&gt;SQL&amp;gt; SELECT name,title,DECODE(SUBSTR(title,-2,2),&lt;br /&gt;2 '부장',salary*1.1,&lt;br /&gt;3 '과장',salary*1.07,&lt;br /&gt;4 '사원',salary*1.05,&lt;br /&gt;5 salary) 이번달급여&lt;br /&gt;6 FROM s_emp&lt;br /&gt;7 ORDER BY 3 DESC ;&lt;br /&gt;&lt;br /&gt;* 다중행 함수&lt;br /&gt;- 그룹함수&lt;br /&gt;COUNT( a ) : a의 행의 개수를 구함 &lt;br /&gt;AVG( a ) : a의 평균을 구함 &lt;br /&gt;SUM( a ) : a의 합계를 구함 &lt;br /&gt;MIN( a ) : a의 최소값을 구함 &lt;br /&gt;MAX( a ) : a의 최대값을 구함 &lt;br /&gt;STDDEV( a ) : a의 표준 편차를 구함 &lt;br /&gt;VARIANCE( a ) : a의 분산을 구함 &lt;br /&gt;&lt;br /&gt;COUNT(*)를 제외한 모든 그룹함수는 NULL값을 고려하지 않습니다. &lt;br /&gt;중복값을 제거하고 싶은 경우는 a의 앞에 DISTINCT를 기술합니다. &lt;br /&gt;MAX , MIN , COUNT를 제외한 그룹함수는 숫자타입의 데이터에만 가능합니다 &lt;br /&gt;&lt;br /&gt;* JOIN&lt;br /&gt;- EQUIJOIN&lt;br /&gt;컬럼에 있는 값들이 정확하게 일치하는 경우에 =연산자를 사용하여 JOIN하는 방법을 말합니다. &lt;br /&gt;WHERE 절에서 JOIN조건을 기술하도록 합니다.&lt;br /&gt;&lt;br /&gt;SELECT 테이블명.컬럼명, 테이블명.컬럼명, ...&lt;br /&gt;FROM 테이블1, 테이블2 &lt;br /&gt;WHERE 테이블1.컬럼1 = 테이블2.컬럼2 ;&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; SELECT s_emp.name, s_emp.dept_id , s_dept.name&lt;br /&gt;2 FROM s_emp , s_dept &lt;br /&gt;3 WHERE s_emp.dept_id = s_dept.id ;&lt;br /&gt;SQL&amp;gt; SELECT e.name 사원명, e.dept_id , d.name 부서명&lt;br /&gt;2 FROM s_emp e, s_dept d&lt;br /&gt;3 WHERE e.dept_id = d.id ;&lt;br /&gt;SQL&amp;gt; SELECT e.name 사원명, d.name 부서명&lt;br /&gt;2 FROM s_emp e, s_dept d , s_region r&lt;br /&gt;3 WHERE e.dept_id = d.id &lt;br /&gt;4 AND d.region_id = r.id&lt;br /&gt;5 AND r.name LIKE '%서울%‘ ; &lt;br /&gt;&lt;br /&gt;- NON-EQUIJOIN&lt;br /&gt;Non-Eqijoin이란 한 칼럼의 값이 다른 칼럼의 값과 정확히 일치하지 않는 경우에&lt;br /&gt;=연산자외의 다른 연산자를 사용하여 JOIN하는 방법을 말합니다&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; SELECT e.name, e.salary , g.grade 급여등급&lt;br /&gt;2 FROM s_emp e, salgrade g &lt;br /&gt;3 WHERE e.salary BETWEEN g.losal AND g.hisal ;&lt;br /&gt;&lt;br /&gt;- OUTER JOIN&lt;br /&gt;Outer join이란 JOIN조건을 만족하지 않는 경우에도 모든 행들을 다 보고자하는 경우에 JOIN하는 방법&lt;br /&gt;SQL&amp;gt; SELECT e.name 사원명 ,e.id,c.name 고객명&lt;br /&gt;2 FROM s_emp e, s_customer c&lt;br /&gt;3 WHERE e.id (+) = c.sales_rep_id &lt;br /&gt;4 ORDER BY 2;&lt;br /&gt;&lt;br /&gt;- SELF JOIN&lt;br /&gt;Self join이란 한 테이블의 행을 같은 테이블에 있는 행과 연결하는 방법으로 같은&lt;br /&gt;테이블을 마치 두개의 테이블인 것처럼 사용하여 JOIN하는 방법을 &lt;br /&gt;SQL&amp;gt; SELECT w.id 사번, w.name 사원명 ,&lt;br /&gt;2 m.id 부서장사번, m.name 부서장명&lt;br /&gt;3 FROM s_emp w, s_emp m&lt;br /&gt;4 WHERE w.manager_id = m.id ; &lt;br /&gt;&lt;br /&gt;- SET 연산자의 활용&lt;br /&gt;UNION : 각 QUERY결과의 합집합 &lt;br /&gt;UNION ALL : 각 QUERY결과의 합집합에 공통부분을 더함 &lt;br /&gt;INTERSECT : 각 QUERY결과의 교집합 &lt;br /&gt;MINUS : 첫번째 QUERY결과와 두번째 QUERY결과의 차집합 &lt;br /&gt;&lt;br /&gt;SELECT 칼럼1, 칼럼2 . . . &lt;br /&gt;FROM 테이블1 . . . &lt;br /&gt;SET 연산자 &lt;br /&gt;SELECT 칼럼1`, 칼럼2` . . . &lt;br /&gt;FROM 테이블2 . . . &lt;br /&gt;ORDER BY ; &lt;br /&gt;&lt;br /&gt;SQL&amp;gt; SELECT name , dept_id , title &lt;br /&gt;2 FROM s_emp &lt;br /&gt;3 WHERE dept_id = 110&lt;br /&gt;4 UNION &lt;br /&gt;5 SELECT name , dept_id , title &lt;br /&gt;6 FROM s_emp &lt;br /&gt;7 WHERE dept_id = 113&lt;br /&gt;8 ORDER BY 1 ; &lt;br /&gt;&lt;br /&gt;* SUBQUERY&lt;br /&gt;- SUBQUERY의 문형&lt;br /&gt;&lt;br /&gt;SELECT 검색할 컬럼들 &lt;br /&gt;FROM 테이블명&lt;br /&gt;WHERE 형식 연산자 (SELECT 검색할 컬럼들 &lt;br /&gt;FROM 테이블명 &lt;br /&gt;. . . );&lt;br /&gt;&lt;br /&gt;SUBQUERY는 괄호로 묶여 있어야 합니다. &lt;br /&gt;SUBQUERY구문에서는 ORDER BY절을 포함할 수 없습니다. &lt;br /&gt;SUBQUERY는 연산자의 오른쪽에 나타나야 합니다. &lt;br /&gt;SUBQUERY에서 사용할 수 있는 연산자의 종류에는 &lt;br /&gt;- 단일행 연산자(=, &amp;gt;, &amp;gt;=, &amp;lt;, &amp;lt;=, &amp;lt;&amp;gt;)&lt;br /&gt;- 복수행 연산자 (IN, NOT IN)가 있습니다. &lt;br /&gt;&lt;br /&gt;SUBQUERY를 사용할 수 있는 절의 종류 &lt;br /&gt;WHERE 절 &lt;br /&gt;HAVING절 &lt;br /&gt;UPDATE절 &lt;br /&gt;INSERT구문의 INTO절 &lt;br /&gt;UPDATE구문의 SET절 &lt;br /&gt;SELECT나 DELETE의 FROM절 &lt;br /&gt;&lt;br /&gt;- SINGLE ROW SUBQUERY&lt;br /&gt;SUBQUERY에서 Main Query로 전달되는 행이 단 하나인 경우&lt;br /&gt;이런 경우는 단일 행 연산자를 사용합니다&lt;br /&gt;SQL&amp;gt; SELECT name, title , dept_id&lt;br /&gt;2 FROM s_emp&lt;br /&gt;3 WHERE dept_id = 김정미가 근무하는 부서;&lt;br /&gt;SQL&amp;gt; SELECT dept_id &lt;br /&gt;2 FROM s_emp&lt;br /&gt;3 WHERE name = '김정미';&lt;br /&gt;SQL&amp;gt; SELECT name, title , dept_id&lt;br /&gt;2 FROM s_emp&lt;br /&gt;3 WHERE dept_id = (SELECT dept_id&lt;br /&gt;4 FROM s_emp&lt;br /&gt;5 WHERE name = ‘김정미’) ;&lt;br /&gt;SQL&amp;gt; SELECT name, salary ,title&lt;br /&gt;2 FROM s_emp &lt;br /&gt;3 WHERE title = (SELECT title&lt;br /&gt;4 FROM s_emp&lt;br /&gt;5 WHERE name = ‘최정선’)&lt;br /&gt;6 ORDER BY salary ;&lt;br /&gt;&lt;br /&gt;- MULTI ROW SUBQUERY&lt;br /&gt;SUBQUERY에서 Main Query로 전달되는 행이 여러 개인 경우를 말합니다. &lt;br /&gt;이런 경우는 다중 행 연산자를 사용합니다.&lt;br /&gt;SUBQUERY에서 넘어오는 행이 여러 개이므로, 이때 사용되는 연산자는 IN임을 주의하세요.&lt;br /&gt;SQL&amp;gt; SELECT name, dept_id&lt;br /&gt;2 FROM s_emp&lt;br /&gt;3 WHERE dept_id IN (SELECT id&lt;br /&gt;4 FROM s_dept&lt;br /&gt;5 WHERE region_id =3 ) ;&lt;br /&gt;SQL&amp;gt; SELECT name , dept_id&lt;br /&gt;2 FROM s_emp &lt;br /&gt;3 WHERE dept_id IN &lt;br /&gt;4 (SELECT id&lt;br /&gt;5 FROM s_dept&lt;br /&gt;6 WHERE region_id =&lt;br /&gt;7 (SELECT id&lt;br /&gt;8 FROM s_region&lt;br /&gt;9 WHERE name = ‘서울특별시’) ) ;&lt;br /&gt;&lt;br /&gt;- MULTI COLUMN SUBQUERY&lt;br /&gt;SUBQUERY구문을 작성할 때 WHERE절에서 비교하는 컬럼이 하나가 아니라 &lt;br /&gt;여러개의 컬럼을 동시에 비교하는 경우를 말하며, 이런 경우를 Pair-wise되었다고 합니다. &lt;br /&gt;&lt;br /&gt;Non-Pairwise SUBQUERY &lt;br /&gt;SQL&amp;gt; SELECT name, dept_id, salary&lt;br /&gt;2 FROM s_emp&lt;br /&gt;3 WHERE salary IN (SELECT MIN(salary) &lt;br /&gt;4 FROM s_emp&lt;br /&gt;5 GROUP BY dept_id );&lt;br /&gt;&lt;br /&gt;Pairwise SUBQUERY&lt;br /&gt;SQL&amp;gt; SELECT name, dept_id, salary&lt;br /&gt;2 FROM s_emp&lt;br /&gt;3 WHERE (salary,dept_id) IN &lt;br /&gt;4 (SELECT MIN(salary),dept_id&lt;br /&gt;5 FROM s_emp&lt;br /&gt;6 GROUP BY dept_id );&lt;br /&gt;&lt;br /&gt;- FROM절에서의 SUBQUERY &lt;br /&gt;한 테이블에 데이터 양이 많은 경우에는 FROM절에 테이블 전체를 기술하여 &lt;br /&gt;사용하면 효율이 떨어질 수 있으므로 이런 경우에는 필요한 행과 열만을&lt;br /&gt;선택하여 FROM절에 SUBQUERY로 기술함으로써 효율적인 데이터 검색을 할 수 있습니다.&lt;br /&gt;SQL&amp;gt; SELECT e.name , e.title , d.name &lt;br /&gt;2 FROM (SELECT name ,title , dept_id&lt;br /&gt;3 FROM s_emp&lt;br /&gt;4 WHERE title = ‘사원’) e , s_dept d&lt;br /&gt;5 WHERE e.dept_id = d.id ;&lt;br /&gt;&lt;br /&gt;- HAVING절에서의 SUBQUERY&lt;br /&gt;일반적인 조건은 WHERE절에서 기술하지만, GROUP에 대한 조건은 HAVING절에서 기술합니다.&lt;br /&gt;이 때 HAVING의 조건에 기술할 값이 주어져 있지 않은 경우에 모르는 값에 대한 데이터를 &lt;br /&gt;검색하기 위하여 SUBQUERY를 사용할 수 있습니다&lt;br /&gt;SQL&amp;gt; SELECT dept_id , AVG(salary) &lt;br /&gt;2 FROM s_emp&lt;br /&gt;3 GROUP BY dept_id&lt;br /&gt;4 HAVING AVG(salary) &amp;gt; (SELECT AVG(salary)&lt;br /&gt;5 FROM s_emp&lt;br /&gt;6 WHERE dept_id = 113) ; &lt;br /&gt;&lt;br /&gt;- CORRELATED SUBQUERY&lt;br /&gt;Outer Query의 candidate row가 더 이상 남지 않을때까지 반복됩니다.&lt;br /&gt;CORRELATED SUBQUERY인 경우는 Outer Query의 각 행에 대해서 Inner Query가 매번 수행됩니다.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; SELECT name, salary ,dept_id&lt;br /&gt;2 FROM s_emp outer&lt;br /&gt;3 where salary &amp;lt; (SELECT AVG(salary)&lt;br /&gt;4 FROM s_emp&lt;br /&gt;5 WHERE dept_id = outer.dept_id) ;&lt;br /&gt;&lt;br /&gt;바로 2번째 LINE의 OUTER라는 테이블 ALLAS를 5번 LINE에서 사용하게 되면&lt;br /&gt;내부적으로 CORRELATE SUBQUERY의 진행방식을 따르게 됩니다.&lt;br /&gt;&lt;br /&gt;* 테이블 생성&lt;br /&gt;- ORACLE8 데이터 타입&lt;br /&gt;VARCHAR2(size) : 최대 길이가 size인 가변길이 문자값으로 최소길이는 1,최대길이는 2000 &lt;br /&gt;CHAR(size) : 길이가 size인 고정길이 문자값으로 기본길이는 1, 최대길이는 255 &lt;br /&gt;NUMBER : 38자리까지 유효한 부동 소수점 숫자 &lt;br /&gt;NUMBER(p,s) : 38의 범위 중에서 p의 자릿수까지 유효한 숫자값으로 전체 자릿수 p, 소수점 자릿수 s &lt;br /&gt;DATE : B.C.4712년 1월에서 A.D.4712년 12월 31일 사이의 일자와 시간 &lt;br /&gt;LONG : 2GB까지의 가변길이 문자값으로 테이블당 한 개의 LONG열만 허용 &lt;br /&gt;RAW와 LONG RAW : 각각 VARCHAR2, LONG과 같지만 이진 데이터를 저장하는데 사용 &lt;br /&gt;&lt;br /&gt;- 테이블 생성&lt;br /&gt;CREATE　TABLE　[스키마]테이블명&lt;br /&gt;(칼럼명1 DATATYPE [DEFAULT 형식] , &lt;br /&gt;칼럼명2 DATATYPE [DEFAULT 형식] , &lt;br /&gt;..... ) ;&lt;br /&gt;스키마 : 객체의 집합으로서 테이블의 소유자를 의미 &lt;br /&gt;테이블명 : 새로 생성하고자 하는 테이블의 이름 &lt;br /&gt;칼럼명 : 테이블에 포함된 칼럼의 이름 &lt;br /&gt;DATATYPE : 칼럼이 가질 데이터의 타입과 크기 &lt;br /&gt;DEFAULT : 데이터 입력(INSERT)시에 기본 값을 명시 &lt;br /&gt;&lt;br /&gt;- Constraint&lt;br /&gt;제약조건이란 사용자가 원하는 조건의 데이터만 유지하기 위한 즉, 데이터의&lt;br /&gt;무결성을 유지하기 위한 가장 보편적인 방법으로 테이블의 특정 칼럼에 설정하는 성질입니다.&lt;br /&gt;테이블을 생성할 때 제약 조건을 반드시 줄 필요는 없습니다. &lt;br /&gt;&lt;br /&gt;+ Constraint 성질 &lt;br /&gt;Constraint란 데이터 무결성 유지를 위하여 사용자가 지정할 수 있는 성질 &lt;br /&gt;모든 Constraint은 데이터 사전(Data Dictionary)에 저장됨 &lt;br /&gt;의미있는 이름을 부여했다면 Constraint을 참조하기 쉬움 &lt;br /&gt;Constraint의 이름은 표준 객체 명명법을 따르는게 좋음 &lt;br /&gt;Constraint의 이름은 한 사용자 내에서 중복될 수 없음 &lt;br /&gt;Constraint의 이름을 생략했다면 ORACLE은 SYS_Cn형식의 이름을 만듦 &lt;br /&gt;&lt;br /&gt;+ Constraint 정의 방법&lt;br /&gt;+ 컬럼레벨 제약조건 &lt;br /&gt;각 컬럼별로 제약조건을 정의 &lt;br /&gt;제약조건의 어떤 유형도 정의 가능 &lt;br /&gt;&lt;br /&gt;문형 &lt;br /&gt;컬럼 [CONSTRAINT 제약조건 이름] 제한조건 유형 &lt;br /&gt;&lt;br /&gt;+ 테이블레벨 제약조건 &lt;br /&gt;컬럼에 대한 정의와는 별개로 정의 &lt;br /&gt;하나 이상의 컬럼(composite column)에 대하여 정의할때 사용 &lt;br /&gt;NOT NULL을 제외한 어떤 제약조건도 정의 가능 &lt;br /&gt;&lt;br /&gt;문형 &lt;br /&gt;컬럼 , ...&lt;br /&gt;[CONSTRAINT 제약조건 이름] 제한조건 유형 (컬럼1,컬럼2..) &lt;br /&gt;&lt;br /&gt;+ Constraint 종류&lt;br /&gt;o NOT NULL 제약 조건 &lt;br /&gt;NOT NULL 제약 조건은 NULL값을 컬럼에 사용할 수 없게 합니다. &lt;br /&gt;NOT NULL 제약 조건이 없는 컬럼은 NULL값을 가질 수 있습니다. &lt;br /&gt;NOT NULL 제약 조건은 컬럼 레벨로만 정의할 수 있습니다. &lt;br /&gt;... last_name VARCHAR2(25)&lt;br /&gt;CONSTRAINT friend_last_name_nn NOT NULL , ...&lt;br /&gt;&lt;br /&gt;o UNIQUE 제약 조건&lt;br /&gt;UNIQUE 제약조건은 컬럼이나 컬럼의 조합을 고유 키로 지정합니다. &lt;br /&gt;테이블에는 이 키에 대해 같은 값을 갖는 행이 하나 밖에 없습니다. &lt;br /&gt;UNIQUE 키가 한 컬럼에 대한 것이라면 NULL 값을 쓸 수 있습니다. &lt;br /&gt;컬럼 레벨이나 테이블 레벨에서 모두 정의할 수 있습니다. &lt;br /&gt;UNIQUE 컬럼에 대해 UNIQUE 인덱스가 자동으로 생성됩니다. &lt;br /&gt;(Column) ....phone VARCHAR2(10) &lt;br /&gt;CONSTRAINT s_emp_phone_uk UNIQUE ,...&lt;br /&gt;(Table) ....phone VARCHAR2(10), &lt;br /&gt;CONSTRAINT s_emp_phone_uk UNIQUE(phone),...&lt;br /&gt;&lt;br /&gt;o PRIMARY KEY 제약 조건 &lt;br /&gt;테이블에 단 하나의 Primary key만 허용합니다. &lt;br /&gt;여러 컬럼일지라도 NULL값을 허용하지 않습니다. &lt;br /&gt;테이블이나 컬럼 레벨에서 정의할 수 있습니다. &lt;br /&gt;UNIQUE 인덱스를 자동으로 생성합니다. &lt;br /&gt;(Column) .... id NUMBER(7)&lt;br /&gt;CONSTRAINT s_emp_id_pk PRIMARY KEY.... &lt;br /&gt;(Table) .... id VARCHAR2(7), &lt;br /&gt;CONSTRAINT s_emp_id_pk PRIMARY KEY(id),...&lt;br /&gt;&lt;br /&gt;o FOREIGN KEY 제약 조건 &lt;br /&gt;foreign key는 자식(child) 테이블에 정의합니다. &lt;br /&gt;부모(Parent) 테이블의 값과 일치하거나 NULL이어야 합니다. &lt;br /&gt;테이블이나 컬럼 레벨에서 정의할 수 있습니다. &lt;br /&gt;Foreign Key 제약조건을 줄 때 주의사항 &lt;br /&gt;1. 참조하고자 하는 테이블이 먼저 생성되어 있어야 합니다.&lt;br /&gt;2. 참조하고자 하는 컬럼이 PRIMARY KEY 또는 UNIQUE 제약조건이 있어야 합니다.&lt;br /&gt;3. ·참조하고자 하는 컬럼의 데이터 타입이 일치해야 합니다. &lt;br /&gt;ON DELETE CASCDE옵션 &lt;br /&gt;FOREIGN KEY제약조건을 줄 때 ON DELETE CASCDE옵션을 줄 수 있습니다. &lt;br /&gt;참조하는(child) 테이블쪽에 이 옵션을 주면 참조되는(parent) 테이블의 &lt;br /&gt;행을 삭제 가능하게 할 뿐만 아니라 참조하는 행들도 자동으로 삭제해 주는 옵션입니다. &lt;br /&gt;(Column) 　....dept_id NUMBER(7)&lt;br /&gt;CONSTRAINT s_emp_dept_id_fk REFERENCES s_dept(id)....&lt;br /&gt;&lt;br /&gt;(Table) 　....dept_id NUMBER(7),&lt;br /&gt;CONSTRAINT s_emp_dept_id_fk FOREIGN KEY(dept_id) REFERENCES s_dept(id)....&lt;br /&gt;&lt;br /&gt;o CHECK 제약 조건&lt;br /&gt;CHECK 제약 조건은 각 행이 만족해야 하는 조건을 정의합니다.&lt;br /&gt;CHECK 제약 조건에서 사용할 수 없는 것은 다음과 같습니다.&lt;br /&gt;CURRVAL, NEXTVAL, LEVEL, ROWNUM에 대한 참조 &lt;br /&gt;SYSDATE, UID, USER, USERENV 함수에 대한 호출 &lt;br /&gt;다른 행의 값을 참조 &lt;br /&gt;ORACLE7 Server의 예약어는 쓸 수 없다. &lt;br /&gt;컬럼이나 테이블 레벨에서 모두 정의할 수 있다. &lt;br /&gt;(Column) .... salary NUMBER(11,2)&lt;br /&gt;CONSTRAINT s_emp_salary_ck CHECK (salary between 500 and 10000)..&lt;br /&gt;&lt;br /&gt;(Table) ... salary NUMBER(11,2) ,&lt;br /&gt;CONSTRAINT s_emp_salary_ck CHECK (salary between 500 and 10000)..&lt;br /&gt;&lt;br /&gt;o SQL&amp;gt; CREATE TABLE c_emp &lt;br /&gt;2 (id　　　　 NUMBER(5)&lt;br /&gt;3 CONSTRAINT c_emp_id_pk PRIMARY KEY , &lt;br /&gt;4 name VARCHAR2(25) &lt;br /&gt;5 CONSTRAINT c_emp_name_nn NOT NULL,&lt;br /&gt;6 salary NUMBER(7,2) ,&lt;br /&gt;7 phone VARCHAR2(15) &lt;br /&gt;8 CONSTRAINT c_emp_phone_ck CHECK&lt;br /&gt;9 (phone like '3429-%') ,&lt;br /&gt;10　dept_id NUMBER(7)&lt;br /&gt;11 CONSTRAINT c_emp_dept_id REFERENCES S_DEPT(ID) ) ; &lt;br /&gt;SQL&amp;gt; CREATE TABLE emp_113(사번, 이름,메일,입사일)&lt;br /&gt;2 AS SELECT id, name, mailid, start_date&lt;br /&gt;3 FROM s_emp&lt;br /&gt;4 WHERE dept_id = 113 ;&lt;br /&gt;&lt;br /&gt;* 데이터 조작어&lt;br /&gt;- INSERT&lt;br /&gt;SQL&amp;gt; INSERT INTO emp(id,name,salary,title,in_date,dept_name)&lt;br /&gt;2 VALUES (100,'무궁화',950,'대리',TO_DATE('1998/05/01','YYYY/MM/DD'),'영업부');&lt;br /&gt;SQL&amp;gt; INSERT INTO emp&lt;br /&gt;2 VALUES (100,'무궁화',950,'대리',TO_DATE('1998/05/01', 'YYYY/MM/DD'),'영업부');&lt;br /&gt;SQL&amp;gt; INSERT INTO emp&lt;br /&gt;2 VALUES (110, USER,1000,'과장',SYSDATE,'관리부');&lt;br /&gt;SQL&amp;gt; INSERT INTO emp&lt;br /&gt;2 VALUES (120, '진달래',NULL,NULL,SYSDATE,'관리부');&lt;br /&gt;SQL&amp;gt; INSERT INTO emp&lt;br /&gt;2 VALUES (120, '진달래','','',SYSDATE,'관리부');&lt;br /&gt;SQL&amp;gt; INSERT INTO emp(id, name, in_date, dept_name)&lt;br /&gt;2 VALUES (130, '개나리',SYSDATE,'관리부');&lt;br /&gt;&lt;br /&gt;- UPDATE&lt;br /&gt;SQL&amp;gt; UPDATE emp&lt;br /&gt;2 SET dept_name = '영업부', salary = 800&lt;br /&gt;3 WHERE id = 130 ;&lt;br /&gt;&lt;br /&gt;- DELETE&lt;br /&gt;DELETE FROM 테이블명&lt;br /&gt;[WHERE 조건식];&lt;br /&gt;&lt;br /&gt;- SUBQUERY 이용&lt;br /&gt;SQL&amp;gt; INSERT INTO emp_113&lt;br /&gt;2 (id, name, mailid , start_date)&lt;br /&gt;3 SELECT id, name, mailid , start_date&lt;br /&gt;4 FROM s_emp&lt;br /&gt;5 WHERE dept_id = 118 ;&lt;br /&gt;SQL&amp;gt; UPDATE s_emp&lt;br /&gt;2 SET dept_id= ( SELECT dept_id&lt;br /&gt;3 FROM s_emp &lt;br /&gt;4 WHERE title = '사장')&lt;br /&gt;5 WHERE name = '안창환' ; &lt;br /&gt;&lt;br /&gt;* TRANSACTION CONTROL 과 DICTIONARY&lt;br /&gt;- 명시적인 (Explicit) 트랜잭션 제어 명령어 &lt;br /&gt;COMMIT : 아직 저장되지 않은 모든 데이터 변경 사항을 데이터베이스에 저장하고 현재의 트랜잭션을 종료 &lt;br /&gt;SAVEPOINT 이름 : 현재의 트랜잭션에 savepoint를 지정 &lt;br /&gt;ROLLBACK [TO SAVEPOINT 이름] :아직 저장되지 않은 모든 데이터 변경 사항을 취소하고 &lt;br /&gt;현재의 트랜잭션을 종료 &lt;br /&gt;&lt;br /&gt;- 암시적인 (Implicit) 트랜잭션 제어 명령어 &lt;br /&gt;자동 COMMIT : DDL 명령이나 DCL 명령 실행 &lt;br /&gt;COMMIT나 ROLLBACK을 명시적으로 실행하지 않고 SQL*Plus를 정상적으로 종료 &lt;br /&gt;ROLLBACK [TO SAVEPOINT 이름] : SQL*Plus의 비정상적 종료나 시스템 실패 &lt;br /&gt;&lt;br /&gt;- COMMIT나 ROLLBACK 이전 데이터 상태&lt;br /&gt;단지 buffer에만 영향을 받았기 때문에 데이터의 이전 상태는 복구 가능 &lt;br /&gt;현재 사용자는 SELECT 문으로 DML의 결과를 확인 가능 &lt;br /&gt;다른 사용자는 현재 사용자가 수행한 DML문의 결과를 볼 수 없음 &lt;br /&gt;변경된 행은 Lock이 설정되어서 다른 USER가 변경할 수 없음 &lt;br /&gt;&lt;br /&gt;- SAVEPOINT를 이용한 ROLLBACK&lt;br /&gt;SAVEPOINT명령어로 현재의 트랜잭션중에 위치를 지정할 수 있음 &lt;br /&gt;ROLLBACK TO SAVEPOINT문을 써서 특정 SAVEPOINT까지 ROLLBACK 할 수 있음 &lt;br /&gt;SQL&amp;gt;INSERT...&lt;br /&gt;SQL&amp;gt; SAVEPOINT in_done;&lt;br /&gt;Savepoint created.&lt;br /&gt;SQL&amp;gt; UPDATE..&lt;br /&gt;SQL&amp;gt; ROLLBACK TO in_done;&lt;br /&gt;Rollback complete.&lt;br /&gt;&lt;br /&gt;* DICTIONARY&lt;br /&gt;- DICTIONARY의 개념&lt;br /&gt;데이터베이스가 생성될 때 ORACLE8 SERVER에 의해서 자동으로 생성되며 &lt;br /&gt;그 내용도 자동으로 갱신, 유지보수됩니다. &lt;br /&gt;DATA Dictionary는 주로 읽기 전용의 테이블들의 집합으로써 사용자가 직접 access하여 &lt;br /&gt;데이터를 조작할 수 없고 단지 사용자의 DDL에 연관한 작업이 자동으로 DATA Dictionary에 반영됩니다 &lt;br /&gt;ORACLE7 Server 사용자명, 사용자에게 허가된 권한, 데이터베이스 객체명(TABLE, SEQUENCE, VIEW, INDEX 등)&lt;br /&gt;테이블 제약조건 감사(Auditing) 정보 등이 기록되어 있습니다. &lt;br /&gt;&lt;br /&gt;- DICTIONARY의 종류&lt;br /&gt;View의 종류 &lt;br /&gt;접두어(prefix) 설 명 &lt;br /&gt;USER_ 사용자가 소유한 객체에 관한 정보를 저장 &lt;br /&gt;ALL_ 사용자에게 액세스가 허용된 객체에 관?nbsp;정보를 저장 &lt;br /&gt;DBA_ DBA권한을 가진 사용자가 액세스 할 수 있는 정보를 저장 &lt;br /&gt;V$ 서버의 성능과 Locking에 관한 정보를 저장. 일반적으로 DBA에게만 허용됨. &lt;br /&gt;&lt;br /&gt;기타 뷰 &lt;br /&gt;뷰 이름 설 명 &lt;br /&gt;DICTIONARY 모든 데이터 사전 테이블, 뷰, 동의어 저장 &lt;br /&gt;TABLE_PRIVILEGES 사용자가 권한을 부여했거나(GRANTOR) 부여받은(GRANTEE) 오브젝트에 대한 권한 &lt;br /&gt;IND USER_INDEXES 의 동의어(SYNONYMS) &lt;br /&gt;&lt;br /&gt;- DICTIONARY 검색&lt;br /&gt;SQL&amp;gt; DESC dictionary &lt;br /&gt;SQL&amp;gt; SELECT *&lt;br /&gt;2 FROM dictionary ; 사용자가 엑세스할 수 있는 모든 데이터 사전 뷰를 검색&lt;br /&gt;SQL&amp;gt; SELECT *&lt;br /&gt;2 FROM dictionary &lt;br /&gt;3 WHERE table_name LIKE 'USER%'; &lt;br /&gt;SQL&amp;gt; SELECT table_name&lt;br /&gt;2 FROM dictionary&lt;br /&gt;3 WHERE table_name LIKE 'USER%'; 사용자가 소유한 모든 데이터 사전 뷰의 이름을 검색&lt;br /&gt;SQL&amp;gt; SELECT object_name&lt;br /&gt;2 FROM user_objects&lt;br /&gt;3 WHERE object_type = 'TABLE'; 사용자가 소유한 모든 테이블을 조회&lt;br /&gt;SQL&amp;gt; SELECT *&lt;br /&gt;2 FROM dictionary&lt;br /&gt;3 WHERE LOWER(comments) LIKE '%constraint%'; &lt;br /&gt;DICTIONARY 테이블의 COMMENTS 칼럼에서 제약조건과 관련된 주제에 대한&lt;br /&gt;데이터 사전 테이블에 대해 조회하시오.&lt;br /&gt;SQL&amp;gt; DESC user_constraints; USER_CONSTRAINTS 테이블의 구조를 확인하시오. &lt;br /&gt;SQL&amp;gt; SELECT constraint_name, constraint_type,&lt;br /&gt;2 search_condition, r_constraint_name&lt;br /&gt;3 FROM user_constraints&lt;br /&gt;4 WHERE table_name = 'S_EMP'; S_EMP 테이블에 대한 제한조건을 검색하시오.&lt;br /&gt;SQL&amp;gt; SELECT constraint_name,column_name&lt;br /&gt;2 FROM user_cons_columns&lt;br /&gt;3 WHERE table_name = 'S_EMP'; S_EMP 테이블에 대한 칼럼 제한 조건을 검색하시오.&lt;br /&gt;&lt;br /&gt;* 데이터 정의어&lt;br /&gt;- 명령어의 종류&lt;br /&gt;CREATE TABLE 새로운 테이블을 생성 &lt;br /&gt;DROP TABLE 기존 테이블의 구조 및 모든 행을 삭제 &lt;br /&gt;ALTER TABLE 기존 테이블을 변경&lt;br /&gt;- 컬럼의 추가 , 수정&lt;br /&gt;- 제약조건 추가,삭제,활성화,비활성화 &lt;br /&gt;TRUNCATE 기존 테이블의 구조는 남기고 모든 행을 삭제 &lt;br /&gt;RENAME Object의 이름을 바꿈 &lt;br /&gt;COMMENT 테이블이나 컬럼에 주석문 달기 &lt;br /&gt;&lt;br /&gt;이러한 명령어는 모두 데이터 정의 명령어(DDL)로서 실행시 자동 COMMIT되고&lt;br /&gt;ROLLBACK될 수 없으므로 주의해서 실행해야 합니다. &lt;br /&gt;&lt;br /&gt;- 테이블 삭제&lt;br /&gt;DROP TABLE 테이블명 [CASCADE CONSTRAINTS ] ;&lt;br /&gt;모든 데이터가 테이블에서 삭제됨 &lt;br /&gt;트랜잭션은 자동 COMMIT되므로 ROLLBACK할 수 없음. &lt;br /&gt;해당테이블의 모든 인덱스가 삭제됨 &lt;br /&gt;CASCADE CONSTRAINTS옵션은 종속된 제약조건을 삭제함 &lt;br /&gt;&lt;br /&gt;- 테이블 구조 변경&lt;br /&gt;o 칼럼의 변경&lt;br /&gt;- 칼럼의 추가&lt;br /&gt;ALTER TABLE 테이블명&lt;br /&gt;ADD (컬럼 datatype [DEFAULT 형식][CONSTRAINT 정의][, 컬럼 datatype] ...) ;&lt;br /&gt;SQL&amp;gt; ALTER TABLE c_emp &lt;br /&gt;2 ADD (title VARCHAR2(25) &lt;br /&gt;3 CONSTRAINT c_emp_title_ck CHECK&lt;br /&gt;4 (title IN ('사장','부장','과장','대리','사원' ) ),&lt;br /&gt;5 in_date date DEFAULT SYSDATE );&lt;br /&gt;&lt;br /&gt;- 칼럼의 수정&lt;br /&gt;ALTER TABLE 테이블명&lt;br /&gt;MODIFY (컬럼 datatype [DEFAULT 형식][NOT NULL제약조건][, 컬럼 datatype] ...) ;&lt;br /&gt;컬럼의 크기, 기본값 (DEFAULT), NOT NULL 제약조건을 변경가능 &lt;br /&gt;컬럼의 크기를 확장 &lt;br /&gt;컬럼이 NULL이거나 테이블에 데이터가 없을때 컬럼의 크기를 축소하거나 &lt;br /&gt;데이터 타입을 변경 가능 &lt;br /&gt;DEFAULT를 변경하면 다음 입력할 때부터 적용됨 &lt;br /&gt;컬럼에 NULL값이 없을 경우에만 NOT NULL 제약 조건을 추가 가능 &lt;br /&gt;SQL&amp;gt; ALTER TABLE c_emp&lt;br /&gt;2 MODIFY (phone VARCHAR2(25));&lt;br /&gt;SQL&amp;gt; ALTER TABLE c_emp&lt;br /&gt;2 MODIFY (title VARCHAR2(10));&lt;br /&gt;SQL&amp;gt; ALTER TABLE c_emp&lt;br /&gt;2 MODIFY (phone VARCHAR2(15));&lt;br /&gt;&lt;br /&gt;o CONSTRAINT의 변경&lt;br /&gt;- 제약조건의 추가&lt;br /&gt;ALTER TABLE 테이블명&lt;br /&gt;ADD [CONSTRAINT 제약 조건명] 제약조건유형 (칼럼명) ;&lt;br /&gt;NOT NULL제약조건은 테이블 레벨 제약조건으로 기술할 수 없으므로,&lt;br /&gt;칼럼의 MODIFY절에서 가능합니다&lt;br /&gt;SQL&amp;gt; ALTER TABLE c_emp&lt;br /&gt;2 ADD CONSTRAINT c_emp_phone_uk UNIQUE(phone) ;&lt;br /&gt;&lt;br /&gt;- 제약조건의 삭제&lt;br /&gt;ALTER TABLE 테이블명&lt;br /&gt;DROP CONSTRAINT 제약 조건명 [CASCADE] ;&lt;br /&gt;SQL&amp;gt; SELECT constraint_name,constraint_type , search_condition &lt;br /&gt;2 FROM user_constraints&lt;br /&gt;3 WHERE table_name = 'C_EMP' ;&lt;br /&gt;SQL&amp;gt; ALTER TABLE c_emp&lt;br /&gt;2 DROP CONSTRAINT c_emp_dept_id_nn ; &lt;br /&gt;&lt;br /&gt;- 제약조건의 활성화/비활성화&lt;br /&gt;&amp;gt; ALTER TABLE 테이블명&lt;br /&gt;ENABLE CONSTRAINT 제약 조건명 ;&lt;br /&gt;&amp;gt; ALTER TABLE 테이블명&lt;br /&gt;DISABLE CONSTRAINT 제약 조건명 [CASCADE] ; CASCADE는 참조 조건과 함께 수정&lt;br /&gt;SQL&amp;gt; ALTER TABLE s_emp&lt;br /&gt;2 DISABLE CONSTRAINT s_emp_id_pk CASCADE;&lt;br /&gt;SQL&amp;gt; ALTER TABLE s_emp&lt;br /&gt;2 ENABLE CONSTRAINT s_emp_id_pk ;&lt;br /&gt;&lt;br /&gt;o 그 외의 DDL&lt;br /&gt;- RENAME-OBJECT의 이름 변경&lt;br /&gt;테이블, VIEW, SEQUENCE, SYNONYM의 이름 변경 &lt;br /&gt;객체의 소유자만이 바꿀 수 있음 &lt;br /&gt;&amp;gt; RENAME 이전이름 TO 새로운 이름 ;&lt;br /&gt;SQL&amp;gt; RENAME salgrade TO salary_grade:&lt;br /&gt;&lt;br /&gt;- TRUNACTE-테이블의 구조를 남기고 모든 데이터 삭제하기&lt;br /&gt;테이블의 모든 행을 삭제 &lt;br /&gt;테이블이 사용한 저장 공간을 반환 &lt;br /&gt;TRUNCATE 명령이 행의 삭제를 Rollback할 수 없는데 비해, &lt;br /&gt;DELETE 명령은 삭제된 행을 Rollback가능 &lt;br /&gt;&amp;gt; TRUNCATE TABLE 테이블명 ;&lt;br /&gt;SQL&amp;gt; TRUNCATE TABLE salary_grade ;&lt;br /&gt;&lt;br /&gt;- COMMENT -테이블이나 칼럼에 주석문 달기&lt;br /&gt;입력된 주석은 다음의 dictionary뷰를 통해 볼 수 있습니다&lt;br /&gt;ALL_COL_COMMENTS &lt;br /&gt;USER_COL_COMMENTS &lt;br /&gt;ALL_TAB_COMMENTS &lt;br /&gt;USER_TAB_COMMENTS &lt;br /&gt;&amp;gt; COMMENT ON TABLE 테이블명 IS '주석문장' ;&lt;br /&gt;&amp;gt; COMMENT ON COLUMN 테이블명.칼럼명 IS '주석문장' ;&lt;br /&gt;SQL&amp;gt; COMMENT ON TABLE s_emp IS '사원정보' ;&lt;br /&gt;SQL&amp;gt; COMMENT ON COLUMN s_emp.name IS '사원명' ;&lt;br /&gt;SQL&amp;gt; SELECT * &lt;br /&gt;2 FROM user_tab_comments&lt;br /&gt;3 WHERE table_name = 'S_EMP' ;&lt;br /&gt;&lt;br /&gt;* 데이터 제어어&lt;br /&gt;- DATABASE SECURITY&lt;br /&gt;o Privileges&lt;br /&gt;Privileges란 특정한 SQL문장을 수행하거나 특정 Object에 허가된 작업을 의미합니다. &lt;br /&gt;Privileges에는 특정한 SQL 문장을 실행할 수 있는 권한인 시스템 권한(system privilege)과 &lt;br /&gt;특정한 오브젝트에 대한 접근을 제어하는 권한인 오브젝트 권한(object privilege)로 나눌 수 있습니다.&lt;br /&gt;o Role &lt;br /&gt;권한 부여와 접근제어 관리를 손쉽게 하기 위해 연관된 권한들의 집합을 묶어서 &lt;br /&gt;정의해 놓은 것을 역할(role)이라고 합니다.&lt;br /&gt;o Schema &lt;br /&gt;Schema란 Table, View, Sequence, Procedure, Function 등의 오브젝트들의 집합으로서 &lt;br /&gt;Schema는 데이터베이스 사용자에 의하여 소유되어 있고 사용자의 이름과 같은 이름을 가지고 있습니다.&lt;br /&gt;자신의 스키마에 속한 오브젝트가 아닌 것을 액세스하려고 할 때는 그 오브젝트에 대한 &lt;br /&gt;액세스 권한을 부여받아야 합니다. &lt;br /&gt;&lt;br /&gt;- PRIVILEGES&lt;br /&gt;o SYSTEM PRIVILEGES&lt;br /&gt;- DBA이 갖는 상위 레벨의 시스템 권한&lt;br /&gt;새로운 사용자 생성(CREATE USER) &lt;br /&gt;사용자 삭제(DROP USER) &lt;br /&gt;테이블 삭제(DROP ANY TABLE) 　 &lt;br /&gt;테이블 백업(BACKUP ANY TABLE) 등 &lt;br /&gt;&lt;br /&gt;o 새로운 사용자 생성 및 삭제 문형&lt;br /&gt;&amp;gt; CREATE USER 사용자명 IDENTIFIED BY 암호 :&lt;br /&gt;사용자를 생성하면 DBA는 GRANT 명령을 실행하여 사용자에게 권한을&lt;br /&gt;부여할 수 있으며 사용자는 다음과 같은 시스템 권한을 부여받을 수 있습니다. &lt;br /&gt;CREATE SESSION : 데이터베이스에 접속가능한 권한 &lt;br /&gt;CREATE TABLE &lt;br /&gt;CREATE SEQUENCE &lt;br /&gt;CREATE VIEW &lt;br /&gt;CREATE PROCEDURE 등 &lt;br /&gt;&amp;gt; DROP USER 사용자명 [CASCADE] ;&lt;br /&gt;CASCADE옵션은 사용자가 포함한 object까지 같이 drop하는 옵션입니다&lt;br /&gt;SQL&amp;gt; CREATE USER march&lt;br /&gt;2 IDENTIFIED BY spring ;&lt;br /&gt;&lt;br /&gt;o 사용자 암호 변경 문형&lt;br /&gt;&amp;gt; ALTER USER 사용자명 IDENTIFIED BY 암호 :&lt;br /&gt;SQL&amp;gt; ALTER USER scott&lt;br /&gt;2 IDENTIFIED BY lion ;&lt;br /&gt;&lt;br /&gt;o 시스템 권한 부여 및 박탈&lt;br /&gt;DBA는 특정 시스템 권한을 사용자에게 허가할 수 있습니다. &lt;br /&gt;사용자가 권한을 받으면 즉시 그 권한을 쓸 수 있습니다. &lt;br /&gt;&amp;gt; GRANT 권한 [, 권한...] TO 사용자 [, 사용자 ...] ;&lt;br /&gt;&amp;gt; REVOKE 권한 [, 권한...] FROM 사용자 [, 사용자 ...] &lt;br /&gt;SQL&amp;gt; GRANT create table, create view, create sequence&lt;br /&gt;2 TO scott ;&lt;br /&gt;SQL&amp;gt; REVOKE create sequence&lt;br /&gt;2 FROM scott ;&lt;br /&gt;&lt;br /&gt;- OBJECT PRIVILEGES&lt;br /&gt;DBA는 특정한 오브젝트에 대해서 사용자에게 작업을 수행하도록 허가할 수 &lt;br /&gt;있습니다. 오브젝트 권한은 오브젝트 유형에 따라서 다양하고, 오브젝트의 소유자는&lt;br /&gt;다른 사용자에게 특정 오브젝트 권한을 부여할 수 있습니다.&lt;br /&gt;&amp;gt; GRANT 권한 [(컬럼명)] [ 권한 ...|ALL ]&lt;br /&gt;ON Object명&lt;br /&gt;TO 사용자 | ROLE | PUBLIC [, 사용자...」&lt;br /&gt;[WITH GRANT OPTION ] ;&lt;br /&gt;&amp;gt; REVOKE 권한 [(컬럼명)] [ 권한 ...|ALL ]&lt;br /&gt;ON Object명&lt;br /&gt;FROM 사용자 | ROLE | PUBLIC [, 사용자...」 ;&lt;br /&gt;&lt;br /&gt;o 각 Object에 따른 PRIVILEGES 유형을 알아봅시다.&lt;br /&gt;객체 권한 테이블 뷰 SEQUENCE PROCEDURE SNAPSHOT &lt;br /&gt;ALTER V V &lt;br /&gt;DELETE V V &lt;br /&gt;EXECUTE V &lt;br /&gt;INDEX V v &lt;br /&gt;INSERT V V &lt;br /&gt;REFERENCES V &lt;br /&gt;SELECT V V V &lt;br /&gt;UPDATE V V &lt;br /&gt;WITH GRANT OPTION으로 부여된 권한을 회수하면 그 권한을 받은 &lt;br /&gt;다른 사용자에게서도 권한이 회수됩니다.&lt;br /&gt;SQL&amp;gt; GRANT SELECT , INSERT (id,name) &lt;br /&gt;2 ON s_emp&lt;br /&gt;3 TO usera , userb ;&lt;br /&gt;SQL&amp;gt; REVOKE INSERT &lt;br /&gt;2 ON s_emp&lt;br /&gt;3 FROM userb ;&lt;br /&gt;usera.SQL&amp;gt; GRANT select, insert&lt;br /&gt;2 ON s_dept&lt;br /&gt;3 TO scott &lt;br /&gt;4 WITH GRANT OPTION ;&lt;br /&gt;userb.SQL&amp;gt; GRANT select&lt;br /&gt;2 ON usera.s_dept&lt;br /&gt;3 TO PUBLIC ;&lt;br /&gt;usera.SQL&amp;gt; REVOKE select, insert&lt;br /&gt;2 ON s_dept&lt;br /&gt;3 FROM userb ;&lt;br /&gt;&lt;br /&gt;- ROLE&lt;br /&gt;ROLE이란 사용자에게 허가할 수 있는 관련된 PRIVILEGES의 그룹을 말합니다.&lt;br /&gt;ROLE을 이용하면 권한부여와 회수를 쉽게 할 수 있음 &lt;br /&gt;한 사용자가 여러 ROLE을 access할 수 있고, 여러 사용자에게 같은 ROLE을 부여할 수 있음 &lt;br /&gt;사용자는 ROLE에 ROLE을 부여할 수도 있음&lt;br /&gt;&lt;br /&gt;o ROLL의 생성&lt;br /&gt;&amp;gt; CREATE ROLE role이름 ;&lt;br /&gt;ROLE의 생성 및 부여는 다음과 같은 순서에 따라야 합니다. &lt;br /&gt;① ROLE의 생성&lt;br /&gt;② ROLE에 권한 부여&lt;br /&gt;③ ROLE을 사용자 또는 ROLE에게 부여 &lt;br /&gt;SQL&amp;gt; CREATE ROLE create_obj ;&lt;br /&gt;SQL&amp;gt; GRANT create table, create view TO create_obj ;&lt;br /&gt;SQL&amp;gt; GRANT create_obj TO usera, userb ;&lt;br /&gt;&lt;br /&gt;- PRIVILEGES와 ROLE에 관한 DICTIONARY 정보&lt;br /&gt;PRIVILEGES와 ROLE에 관련된 정보를 가지고 있는 데이터 사전 뷰의 종류는 다음과 같습니다.&lt;br /&gt;데이터 사전 뷰 설 명 &lt;br /&gt;ROLE_SYS_PRIVS Role에 부여된 시스템 권한 &lt;br /&gt;ROLE_TAB_PRIVS Role에 부여된 테이블 권한 &lt;br /&gt;USER_ROLE_PRIVS 현재 사용자가 액세스할 수 있는 Role &lt;br /&gt;USER_TAB_PRIVS_MADE 현재 사용자의 객체에 부여한 객체권한 &lt;br /&gt;USER_TAB_PRIVS_RECD 현재 사용자의 객체에 부여된 객체권한 &lt;br /&gt;USER_COL_PRIVS_MADE 현재 사용자 객체의 특정 칼럼에 부여한 객체권한 &lt;br /&gt;USER_COL_PRIVS_RECD 현재 사용자 객체의 특정 칼럼에 부여된 객체권한 &lt;br /&gt;SQL&amp;gt; SELECT username, granted_role&lt;br /&gt;2 FROM user_role_privs;&lt;br /&gt;&lt;br /&gt;* OBJECT&lt;br /&gt;- OBJECT의 종류&lt;br /&gt;오브젝트 설 명 &lt;br /&gt;테이블(TABLE) 행과 열의 조합으로 구성된 데이터의 기본 저장단위 &lt;br /&gt;시퀀스(SEQUENCE) 자동으로 고유한 숫자값을 생성해주며 주로 기본 키값을 생성하기 위해 사용 &lt;br /&gt;인덱스(INDEX) 쿼리(query) 속도를 향상 &lt;br /&gt;뷰(VIEW) 하나 또는 그 이상의 테이블로부터 논리적으로 데이터를&lt;br /&gt;추출한 부분집합으로 논리적이고 가상적인 테이블 &lt;br /&gt;시노님(SYNONYM) OBJECT에 대한 또다른 이름으로 ALIAS역할 &lt;br /&gt;프로그램 유닛(PROGRAM UNIT) SQL, PL/SQL문으로 작성한 Procedure, Function, Trigger , Package &lt;br /&gt;&lt;br /&gt;- SEQUENCE&lt;br /&gt;SEQUENCE란 고유한 숫자값을 생성해 주는 객체로서 SEQUENCE GENERATOR가 자동으로 그 값을 생성해 주며&lt;br /&gt;주로 PK값 생성을 위해 사용됩니다. &lt;br /&gt;SEQUENCE는 공유 가능한 객체로서 한 사용자가 생성하면 다른 사용자도 사용할 수 있을 뿐 아니라, &lt;br /&gt;SEQUENCE는 테이블과 독립적이므로 여러 테이블에서 이 값을 참조하여 사용할 수 있습니다.&lt;br /&gt;&amp;gt; CREATE SEQUENCE 이름&lt;br /&gt;[ INCREMENT BY n ]&lt;br /&gt;[ START WITH n ]&lt;br /&gt;[ { MAXVALUE n | NOMAXVALUE } ]&lt;br /&gt;[ { MINVALUE n | NOMINVALUE } ]&lt;br /&gt;[ { CYCLE | NOCYCLE } ]&lt;br /&gt;[ { CACHE n | NOCACHE } ]&lt;br /&gt;이 름 기 능 &lt;br /&gt;INCREMENT BY n SEQUENCE 번호간의 간격.기본값 1씩 증가. &lt;br /&gt;START WITH n 생성되는 첫번째 SEQUENCE 번호.기본값 1부터 시작 &lt;br /&gt;MAXVALUE n 생성가능한 SEQUENE의 최대값. &lt;br /&gt;NOMAXVALUE 기본옵션으로 최대값은 1027 &lt;br /&gt;MINVALUE n 생성가능한 SEQUENCE의 최소값. &lt;br /&gt;NOMINVALUE 최소값을 1로 지정. &lt;br /&gt;CYCLE | NOCYCLE 최대값이나 최소값까지 값이 생성된 경우에도 값을 생성시키는 것으로 기본은 NOCYCLE &lt;br /&gt;CACHE n|NOCACHE 메모리에 유지할 값의 수로, 기본값은 20. &lt;br /&gt;SQL&amp;gt; CREATE SEQUENCE c_emp_id&lt;br /&gt;2 INCREMENT BY 1&lt;br /&gt;3 START WITH 26&lt;br /&gt;4 MAXVALUE 9999999&lt;br /&gt;5 NOCACHE&lt;br /&gt;6 NOCYCLE ;&lt;br /&gt;SQL&amp;gt; INSERT INTO c_emp (id, name, salary)&lt;br /&gt;2 VALUES (c_emp_id.NEXTVAL, '개나리', 1500 ) ; &lt;br /&gt;&lt;br /&gt;SEQUENCE가 가지는 PSEUDO COLUMN은 NEXTVAL, CURRVAL 두 가지가 있습니다. &lt;br /&gt;주로 데이터 입력시에 NEXTVAL을 이용해서 데이터를 입력하게 되면, &lt;br /&gt;CURRVAL은 SEQUENCE의 현재 값으로 NEXTVAL가 할당되어야만 그 값이 CURRVAL로 참조 가능해집니다.&lt;br /&gt;SEQUENCE 자체는 일련적으로 값을 생성하지만 SEQUENCE는 테이블에는 독립적인 Object이므로 &lt;br /&gt;같은 테이블에서 SEQUENCE가 사용되거나 ROLLBACK이나 SYSTEM CRASH 에 의해서 GAP이 발생할 수 있습니다. &lt;br /&gt;따라서 SEQUENCE가 특정 테이블에 사용된 경우는 일련번호로 입력되는 것을 보장받기는 어려우며,&lt;br /&gt;단지 UNIQUE NUMBER만 생성할 뿐입니다. &lt;br /&gt;&lt;br /&gt;SQL&amp;gt; SELECT sequence_name, min_value,&lt;br /&gt;2 max_value, increment_by, last_number&lt;br /&gt;3 FROM user_sequences ; SEQUENCE 정보 확인&lt;br /&gt;&lt;br /&gt;- SEQUENCE의 변경 및 삭제&lt;br /&gt;o SEQUENCE의 변경&lt;br /&gt;&amp;gt; ALTER SEQUENCE SEQUENCE이름&lt;br /&gt;[ INCREMENT BY n ]&lt;br /&gt;[ { MAXVALUE n | NOMAXVALUE } ]&lt;br /&gt;[ { MINVALUE n | NOMINVALUE } ]&lt;br /&gt;[ { CYCLE | NOCYCLE } ]&lt;br /&gt;[ { CACHE n | NOCACHE } ]&lt;br /&gt;자신의 SEQUENCE이거나 그 SEQUENCE에 대한 ALTER 권한을 가져야만 SEQUENCE를 수정할 수 있습니다. &lt;br /&gt;유효성 검사를 하게 됩니다. &lt;br /&gt;예를 들어 새로운 MAXVALUE는 현재의 SEQUENCE 값보다 작지 않아야 합니다. &lt;br /&gt;START WITH 옵션은 ALTER SEQUENCE를 써서 변경할 수 없습니다. &lt;br /&gt;다른 번호에서 시작하려면 이전 SEQUENCE를 삭제하고 다시 생성해야 합니다. &lt;br /&gt;&lt;br /&gt;o SEQUENCE의 삭제&lt;br /&gt;&amp;gt; DROP SEQUENCE SEQUENCE이름 ;&lt;br /&gt;SEQUENCE를 제거할 DROP ANY SEQUENCE권한을 가지고 있거나 그 SEQUENCE의 소유자이어야 합니다. &lt;br /&gt;&lt;br /&gt;- INDEX&lt;br /&gt;ORACLE에서 제공하는 INDEX는 Pointer를 이용하여 좀더 빠르게 데이터를 검색하도록 하는 Object입니다.&lt;br /&gt;만약 특정 컬럼에 INDEX가 생성되어 있지 않으면 일반적으로 검색시에 Full Scan을 하게 됩니다. &lt;br /&gt;&lt;br /&gt;o INDEX의 생성방법에 따른 종류&lt;br /&gt;Unique INDEX NON-Unique INDEX &lt;br /&gt;Primary key , Unique 제약조건에 사용자에 의해서 생성 &lt;br /&gt;의해 자동으로 생성 &lt;br /&gt;각 INDEX(Table)의 값이 유일함을 보장 각 INDEX(Table)의 값이 유일하지 않음 &lt;br /&gt;&lt;br /&gt;o INDEX의 생성&lt;br /&gt;&amp;gt; CREATE INDEX 인덱스명 ON 테이블명 (칼럼 [, 칼럼] ... ) ;&lt;br /&gt;- 인덱스를 만드는 때&lt;br /&gt;조건절(WHERE)이나 조인(Join) 조건에서 칼럼을 자주 이용할 때 &lt;br /&gt;칼럼이 넓은 범위값을 가질 때 &lt;br /&gt;많은 NULL 값을 갖는 칼럼일 때&lt;br /&gt;테이블의 데이터가 많고 그 테이블에서 조회되는 행의 수가 전체의 10-15%정도일 때&lt;br /&gt;- 인덱스를 만들지 않아야 할 때&lt;br /&gt;테이블이 작을 때 &lt;br /&gt;칼럼이 조회의 조건으로 사용되는 경우가 별로 없을 때 &lt;br /&gt;대부분의 조회가 행의 10-15% 이상을 검색한다고 예상될 때 &lt;br /&gt;테이블이 자주 변경될 때 &lt;br /&gt;SQL&amp;gt; CREATE INDEX c_emp_name_idx&lt;br /&gt;2 ON c_emp (name) ;&lt;br /&gt;SQL&amp;gt; SELECT id , name , salary&lt;br /&gt;2 FROM c_emp &lt;br /&gt;3 WHERE name = '구원상' ;&lt;br /&gt;&lt;br /&gt;o INDEX의 정보 확인&lt;br /&gt;USER_INDEXES 는 인덱스의 이름과 고유성 정보를 갖고 있습니다. &lt;br /&gt;USER_IND_COLUMNS 는 인덱스명, 테이블명, 칼럼명을 갖고 있습니다. &lt;br /&gt;SQL&amp;gt; SELECT ic.index_name, ic.column_name,&lt;br /&gt;2 ic.column_position, ix.uniqueness&lt;br /&gt;3 FROM user_indexes ix, user_ind_columns ic&lt;br /&gt;4 WHERE ic.index_name = ix.index_name&lt;br /&gt;5 AND ic.table_name = 'C_EMP' ;&lt;br /&gt;&lt;br /&gt;o INDEX의 삭제&lt;br /&gt;&amp;gt; DROP INDEX 인덱스명 ;&lt;br /&gt;인덱스의 구조는 테이블과 독립적이므로 인덱스의 삭제는 테이블의 데이터에는 아무 영향이 없습니다.&lt;br /&gt;SQL&amp;gt; DROP INDEX C_emp_name_idx ;&lt;br /&gt;&lt;br /&gt;인덱스를 삭제하려면 그 인덱스의 소유자이거나 DROP ANY INDEX권한을 가지고 있어야 합니다. &lt;br /&gt;특정 칼럼에 생성된 인덱스를 다른 칼럼으로 변경하는 ALTER는 불가능하므로 인덱스된 칼럼을 &lt;br /&gt;변경하려면 삭제한 후 다시 만들어야 합니다. &lt;br /&gt;&lt;br /&gt;- VIEW&lt;br /&gt;View란 테이블이나 다른 뷰를 기초로 한 논리적이고 가상(Virtual)의 테이블입니다.&lt;br /&gt;View는 자체의 데이터는 없지만 테이블의 데이터를 보거나 변경할 수 있는 창과 같고, &lt;br /&gt;View는 실제적으로는 질의문장을 가집니다.&lt;br /&gt;&lt;br /&gt;o VIEW의 종류 및 특성 &lt;br /&gt;Simple View Complex View &lt;br /&gt;테이블 수 ONE MANY &lt;br /&gt;Function의 포함여부 NO YES &lt;br /&gt;Grouping 여부 NO YES &lt;br /&gt;View를 통한 DML여부 YES NO &lt;br /&gt;&lt;br /&gt;o VIEW의 생성&lt;br /&gt;CREATE [ OR REPLACE ] [ FORCE | NOFORCE ] VIEW 이름&lt;br /&gt;[ (alias[, alias] ...)]&lt;br /&gt;AS subquery&lt;br /&gt;[ WITH CHECK OPTION [ CONSTRAINT 제약 조건 ] ]&lt;br /&gt;[ WITH READ ONLY ] ;&lt;br /&gt;&lt;br /&gt;종 류 역 할 &lt;br /&gt;FORCE 기본 테이블 유무에 관계없이 뷰를 만듦. &lt;br /&gt;Alias Subquery로 선택된 값에 대한 칼럼명 &lt;br /&gt;WITH CHECK OPTION 뷰에 의해 액세스될 수 있는 행만이 입력되거나 변경될 수 있음 &lt;br /&gt;WITH READ ONLY 뷰에서 DML이 수행될 수 없음. &lt;br /&gt;&lt;br /&gt;뷰를 정의하는 질의어는 조인, 그룹, Subquery를 포함하는&lt;br /&gt;복잡한 SELECT문장으로 구성될 수 있음 &lt;br /&gt;뷰를 정의하는 질의어에는 ORDER BY 절을 쓸 수 없음 &lt;br /&gt;제약조건의 이름을 명시하지 않으면 시스템이 SYS_Cn형태의 이름을 지정함 &lt;br /&gt;뷰를 삭제하거나 재생성하지 않고 뷰의 정의를 변경하려면 OR REPLACE 옵션을 쓸 수 있음 &lt;br /&gt;&lt;br /&gt;- 뷰에 대한 DML문 사용 규칙&lt;br /&gt;간단한 뷰에서는 DML연산 수행가능. &lt;br /&gt;뷰가 다음 사항을 포함하는 경우 행을 삭제할 수 없음&lt;br /&gt;- 조인(Join) 조건 &lt;br /&gt;- 그룹 함수 &lt;br /&gt;- GROUP BY 절 &lt;br /&gt;- DISTINCT 명령 &lt;br /&gt;뷰가 다음 사항을 포함하는 경우 데이터를 수정할 수 없음&lt;br /&gt;- 위의 조건 &lt;br /&gt;- 식으로 정의된 칼럼&lt;br /&gt;ex) SARARY*12 &lt;br /&gt;뷰가 다음 사항을 포함하는 경우 데이터를 추가할 수 없음&lt;br /&gt;- 위의 조건 &lt;br /&gt;- VIEW에 선택되지 않은 NOT NULL 칼럼 &lt;br /&gt;&lt;br /&gt;SQL&amp;gt; CREATE VIEW empvu113&lt;br /&gt;2 AS SELECT id, name, title&lt;br /&gt;3 FROM s_emp&lt;br /&gt;4 WHERE dept_id = 113 ;&lt;br /&gt;SQL&amp;gt; CREATE or REPLACE VIEW empvu113&lt;br /&gt;2 AS SELECT id, name NAME, salary MONTHLY_SALARY&lt;br /&gt;3 FROM s_emp&lt;br /&gt;4 WHERE dept_id = 113 ;&lt;br /&gt;SQL&amp;gt; CREATE or REPLACE VIEW empvu113(ID,NAME,MONTHLY_SALARY)&lt;br /&gt;2 AS SELECT id, name , salary &lt;br /&gt;3 FROM s_emp&lt;br /&gt;4 WHERE dept_id = 113 ;&lt;br /&gt;SQL&amp;gt; CREATE OR REPLACE VIEW dept_sum_vu&lt;br /&gt;2 (name, minsal, maxsal, avgsal)&lt;br /&gt;3 AS SELECT d.name, min(e.salary),&lt;br /&gt;4 max(e.salary), avg(e.salary)&lt;br /&gt;5 FROM s_emp e, s_dept d&lt;br /&gt;6 WHERE e.dept_id = d.id&lt;br /&gt;7 GROUP BY d.name;&lt;br /&gt;SQL&amp;gt; CREATE OR REPLACE VIEW empv&lt;br /&gt;2 AS SELECT id,name,dept_id&lt;br /&gt;3 FROM c_emp&lt;br /&gt;4 WHERE dept_id=113 ;&lt;br /&gt;&lt;br /&gt;o VIEW 생성시 사용되는 OPTION&lt;br /&gt;OPTION종류 기 능 &lt;br /&gt;With CHECK Option View의 연산이 CHECK 조건이 만족될때만 수행되도록 합니다. &lt;br /&gt;With Read Only View 정의에 WITH READ ONLY 옵션을 추가하여 DML 연산이 발생하지 &lt;br /&gt;않도록 합니다. View의 행에 대한 DML을 수행하려 한다면&lt;br /&gt;Oracle7 Server error인 ORA-01732가 발생합니다. &lt;br /&gt;&lt;br /&gt;SQL&amp;gt; CREATE OR REPLACE VIEW empvu113&lt;br /&gt;2 AS SELECT *&lt;br /&gt;3 FROM s_emp&lt;br /&gt;4 WHERE dept_id=113&lt;br /&gt;5 WITH CHECK OPTION &lt;br /&gt;SQL&amp;gt; CREATE OR REPLACE VIEW empvu113&lt;br /&gt;2 AS SELECT *&lt;br /&gt;3 FROM s_emp&lt;br /&gt;4 WHERE dept_id=113&lt;br /&gt;5 WITH READ ONLY ;&lt;br /&gt;&lt;br /&gt;o VIEW의 정보 확인&lt;br /&gt;SQL&amp;gt; DESC user_views&lt;br /&gt;SQL&amp;gt; SELECT view_name , text &lt;br /&gt;2 FROM user_views ;&lt;br /&gt;&lt;br /&gt;o VIEW의 삭제&lt;br /&gt;&amp;gt; DESC VIEW view이름 ;&lt;br /&gt;SQL&amp;gt; DROP VIEW empv ;&lt;br /&gt;View에 대한 ALTER 명령어는 제공되지 않습니다. 기존의 View에 대한 정보를&lt;br /&gt;변경하고 싶은 경우에는 OR REPLACE OPTION을 써서 VIEW를 생성합니다.&lt;br /&gt;&lt;br /&gt;- SYNONYM&lt;br /&gt;Synonym이란 특정 Object에 부여하는 또다른 이름으로, 사용자의 편의나 참조를 빠르게 하기 위해서 &lt;br /&gt;사용합니다.&lt;br /&gt;&amp;gt; CREATE [ PUBLIC ] SYNONYM Synonym명&lt;br /&gt;FOR Object명 ;&lt;br /&gt;&lt;br /&gt;PUBLIC은 모든 사용자가 접근가능한 동의어를 생성합니다.&lt;br /&gt;PUBLIC 동의어의 薨?nbsp;및 삭제는 DBA 만이 할 수 있습니다.&lt;br /&gt;&lt;br /&gt;USER A가 가 USER B의 s_dept 테이블에 대한 동의어인 dept를 생성하시오.&lt;br /&gt;usera.SQL&amp;gt; CREATE SYNONYM dept&lt;br /&gt;2 FOR userb.s_dept ;&lt;br /&gt;&lt;!--
       &lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
		    xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
		    xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
       &lt;rdf:Description
	        rdf:about=&quot;http://yulisys.egloos.com/1161800&quot;
	        dc:identifier=&quot;http://yulisys.egloos.com/1161800&quot;
	        dc:title=&quot;오라클 문법 정리&quot;
	        trackback:ping=&quot;http://yulisys.egloos.com/tb/1161800&quot;/&gt;
       &lt;/rdf:RDF&gt;
       --&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>DBMS/Oracle</category>
      <category>ADD_MONTHS</category>
      <category>AVG</category>
      <category>chr</category>
      <category>Count</category>
      <category>decode</category>
      <category>having</category>
      <category>join</category>
      <category>last_day</category>
      <category>MAX</category>
      <category>MIN</category>
      <category>MOD</category>
      <category>months_between</category>
      <category>Oracle</category>
      <category>Power</category>
      <category>Round</category>
      <category>select</category>
      <category>set</category>
      <category>Sign</category>
      <category>sqrt</category>
      <category>stddev</category>
      <category>substr</category>
      <category>SUM</category>
      <category>SYSDATE</category>
      <category>to_char</category>
      <category>TO_DATE</category>
      <category>TO_NUMBER</category>
      <category>trunc</category>
      <category>variance</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/74</guid>
      <comments>https://ezbuilder.tistory.com/74#entry74comment</comments>
      <pubDate>Thu, 25 Apr 2013 09:52:35 +0900</pubDate>
    </item>
    <item>
      <title>[계정생성] ORACLE 11g R2 계정 생성 및 권한 부여</title>
      <link>https://ezbuilder.tistory.com/73</link>
      <description>&lt;P&gt;Ctrl + R &amp;gt; cmd &amp;gt; sqlplus&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;- sys접속하기&lt;/STRONG&gt;&lt;br /&gt;conn sys/암호 as sysdba&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;- 계정생성&lt;/STRONG&gt;&lt;br /&gt;create use 계정아이디 identified by 암호;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;- 기본권한 설정&lt;/STRONG&gt;&lt;br /&gt;grant connect, resource to 계정아이디;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;- 계정삭제방법&lt;/STRONG&gt;&lt;br /&gt;drop user 계정아이디 cascade;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;- 계정비밀번호 변경하기&lt;/STRONG&gt;&lt;br /&gt;alter user 계정아이디 identified by 새로운 암호;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>DBMS/Oracle</category>
      <category>11g</category>
      <category>alter</category>
      <category>create</category>
      <category>Drop</category>
      <category>Grant</category>
      <category>Oracle</category>
      <category>R2</category>
      <category>SYS</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/73</guid>
      <comments>https://ezbuilder.tistory.com/73#entry73comment</comments>
      <pubDate>Wed, 24 Apr 2013 15:39:03 +0900</pubDate>
    </item>
    <item>
      <title>[ASP] 이것저것</title>
      <link>https://ezbuilder.tistory.com/72</link>
      <description>&lt;P&gt;&lt;SPAN style=&quot;WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; WHITE-SPACE: normal; ORPHANS: 2; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-text-size-adjust: auto; font-size-adjust: none; font-stretch: normal; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px&quot; class=Apple-style-span&gt;&lt;SPAN style=&quot;LINE-HEIGHT: 18px; FONT-FAMILY: Verdana, ����; COLOR: rgb(66,78,16); FONT-SIZE: 12px&quot; class=Apple-style-span&gt;&lt;STRONG&gt;1. 모든 ASP 코드 페이지 첫줄에 다음과 같은 코드를 추가합니다&lt;/STRONG&gt;&lt;br /&gt;&amp;lt; % @CODEPAGE=&quot;65001&quot; language=&quot;vbscript&quot; %&amp;gt;&lt;br /&gt;&amp;lt; % Option Explicit %&amp;gt;&lt;br /&gt;&amp;lt; % session.CodePage = &quot;65001&quot; %&amp;gt;&lt;br /&gt;&amp;lt; % Response.CharSet = &quot;utf-8&quot; %&amp;gt;&lt;br /&gt;&amp;lt; % Response.buffer=true %&amp;gt;&lt;br /&gt;&amp;lt; % Response.Expires = 0 %&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;STRONG&gt;2. Meta 테그를 다음과 같이 추가 합니다.&lt;/STRONG&gt;&lt;br /&gt;&amp;lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;STRONG&gt;3. Response.ChaRset = &quot;utf-8&quot;&lt;/STRONG&gt; &lt;br /&gt;ASP의 response.charset을 이용해서 문자 코드 세트명을 지정하는 부분 입니다.&lt;br /&gt;설정시 &amp;lt;html&amp;gt; 태그 보다 앞에 선언 되어야 HTML 이 출력되면서 해당 속성을 인식하게 됩니다.&lt;br /&gt;&lt;br /&gt;&lt;STRONG&gt;4. 에디트플러스나 울트라 에디터에서 수정후 저장할 때 반드시 Encoding 방식을 UTF-8 로 저장합니다&lt;/STRONG&gt;&lt;br /&gt;&lt;br /&gt;&lt;STRONG&gt;5.DB Insert/Update 시 숫자 타입을 제외한 모든 대상에 N을 추가 합니다&lt;br /&gt;&lt;/STRONG&gt;Insert 테이블이름 (칼럼a, 칼럼b) value (N'입력a', N'입력b')&lt;br /&gt;update 테이블이를 set 칼럼a = N'입력a' where 고유칼럼 = '번호'&lt;br /&gt;&lt;br /&gt;&lt;STRONG&gt;6.DB like 검색시 N 추가&lt;/STRONG&gt;&lt;br /&gt;&lt;br /&gt;&lt;STRONG&gt;7. 파일 첨부 DEXT Upload사용(영문으로 설치)&lt;/STRONG&gt;&lt;br /&gt;SET uploadform = Server.CreateObject(&quot;DEXT.FileUpload&quot;)&lt;br /&gt;uploadform.DefaultPath = Server.MapPath(ESP_BBS_DATA)&lt;br /&gt;uploadform.CodePage = 65001&lt;br /&gt;wFileSize = 0&lt;br /&gt;rAttachment = uploadform(&quot;txtAttachFile&quot;)&lt;br /&gt;&lt;br /&gt;If Len(rAttachment) &amp;gt; 0 Then&lt;br /&gt;&lt;SPAN style=&quot;WIDTH: 1px; FLOAT: right; HEIGHT: 1px&quot; id=callbacknestunions5tistorycom382691&gt;&lt;/SPAN&gt;wFileName = uploadform(&quot;txtAttachFile&quot;).FileName&lt;br /&gt;wFileSize = uploadform(&quot;txtAttachFile&quot;).FileLen&lt;br /&gt;&lt;br /&gt;response.write uploadform.DefaultPath&lt;br /&gt;rAttachment = uploadform.SaveAs(uploadform.DefaultPath &amp;amp; &quot;&quot; &amp;amp; wFileName , False)&lt;br /&gt;rAttachment = UploadForm.LastSavedFileName&lt;br /&gt;End If&lt;br /&gt;&lt;br /&gt;&lt;STRONG&gt;8. 파일 다운로드&lt;/STRONG&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt; % @LANGUAGE='VBscRIPT' CODEPAGE='65001' %&amp;gt;&lt;br /&gt;&amp;lt; %&lt;br /&gt;'Response.Charset = &quot;UTF-8&quot;&lt;br /&gt;filepath = Request.QueryString(&quot;txtFilepath&quot;) '// form으로 파라메터 전달해야 함.&lt;br /&gt;filename = Request.QueryString(&quot;txtFilename&quot;)'// form으로 파라메터 전달해야 함.&lt;br /&gt;&lt;br /&gt;If filepath = &quot;&quot; Then&lt;br /&gt;filepath=server.MapPath( Request.QueryString(&quot;txtFilename&quot;))&lt;br /&gt;filename = Mid(filepath, InStrRev(filepath, &quot;&quot;)+1)&lt;br /&gt;Else&lt;br /&gt;filepath=server.MapPath(filepath)&lt;br /&gt;filename = Request.QueryString(&quot;txtFilename&quot;)&lt;br /&gt;If filename = &quot;&quot; Then&lt;br /&gt;filename = Request.QueryString(&quot;txtattachment&quot;)&lt;br /&gt;End If&lt;br /&gt;End If&lt;br /&gt;&lt;br /&gt;filepath = filepath &amp;amp;&quot;&quot; &amp;amp; filename&lt;br /&gt;Call FileDown&lt;br /&gt;%&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt; %&lt;br /&gt;Sub FileDown&lt;br /&gt;' 참고http://www.taeyo.pe.kr/Lecture/20_TIps/Danny03.asp&lt;br /&gt;&lt;br /&gt;Response.Buffer = False&lt;br /&gt;Response.ContentType = &quot;application/x-msdownload&quot;&lt;br /&gt;'ContentType 를 선언합니다.&lt;br /&gt;'server.HTMLEncode&lt;br /&gt;'server.URLPathEncode&lt;br /&gt;Response.AddHeader &quot;Content-Disposition&quot;,&quot;attachment; filename=&quot; &amp;amp; server.URLPathEncode(filename) '//server.URLPathEncode 사용해야만 파일명 재대로 출력&lt;br /&gt;'헤더값이 첨부파일을 선언합니다.&lt;br /&gt;Set objStream = Server.CreateObject(&quot;ADODB.Stream&quot;)&lt;br /&gt;'Stream 을 이용합니다.&lt;br /&gt;objStream.Open&lt;br /&gt;'무엇이든 Set 으로 정의했으면 열어야 겠지요^^&lt;br /&gt;objStream.Type = 1&lt;br /&gt;objStream.LoadFromFile filepath&lt;br /&gt;'절대경로 입니다.&lt;br /&gt;download = objStream.Read&lt;br /&gt;Response.BinaryWrite download&lt;br /&gt;'이게 보통 Response.Redirect 로 파일로 연결시켜주는 부분을 대신하여 사용된 것입니다.&lt;br /&gt;Set objstream = nothing&lt;br /&gt;'초기화시키구요.&lt;br /&gt;End Sub&lt;br /&gt;%&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt; %&lt;br /&gt;Sub DEXTDown ' DEXT.FileDownload 는 일본어 OS에 영문으로 설치시 한글파일 찾지 못함.(DextUpload 2.0까지는 그랬음)&lt;br /&gt;'On Error Resume Next&lt;br /&gt;Response.Buffer = False&lt;br /&gt;Response.AddHeader &quot;Content-Disposition&quot;,&quot;inline;filename=&quot; &amp;amp; server.URLPathEncode(filename)&lt;br /&gt;set objFS = Server.CreateObject(&quot;scripting.FileSystemObject&quot;)&lt;br /&gt;&lt;br /&gt;set objF = objFS.GetFile(filepath)&lt;br /&gt;&lt;br /&gt;Response.AddHeader &quot;Content-Length&quot;, objF.Size&lt;br /&gt;set objF = nothing&lt;br /&gt;set objFS = nothing&lt;br /&gt;Response.ContentType = &quot;application/x-msdownload&quot;&lt;br /&gt;Response.CacheControl = &quot;public&quot;&lt;br /&gt;Set objDownload = Server.CreateObject(&quot;DEXT.FileDownload&quot;)&lt;br /&gt;objDownload.Download filepath&lt;br /&gt;Set uploadform = Nothing&lt;br /&gt;End Sub&lt;br /&gt;%&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;STRONG&gt;9. CDO Mail발송&lt;/STRONG&gt;&lt;br /&gt;Dim iMsg&lt;br /&gt;Dim iConf&lt;br /&gt;Dim Flds&lt;br /&gt;Dim strHTML&lt;br /&gt;Const cdoSendUsingPort = 2 '1:로컬, 2:외부 smtp&lt;br /&gt;set iMsg = CreateObject(&quot;CDO.Message&quot;)&lt;br /&gt;set iConf = CreateObject(&quot;CDO.Configuration&quot;)&lt;br /&gt;Set Flds = iConf.Fields&lt;br /&gt;Flds.Item(&quot;http://schemas.microsoft.com/cdo/configuration/sendusing&quot;) = cdoSendUsingPort&lt;br /&gt;Flds.item(&quot;http://schemas.microsoft.com/cdo/configuration/smtpserverport&quot;) = 25 '포트번호&lt;br /&gt;Flds.Item(&quot;http://schemas.microsoft.com/cdo/configuration/smtpserver&quot;) = &quot;localhost&quot;&lt;br /&gt;Flds.Item(&quot;http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout&quot;) = 10&lt;br /&gt;Flds.Item(&quot;http://schemas.microsoft.com/cdo/configuration/sendusername&quot;) = &quot;&quot; 'ID&lt;br /&gt;Flds.Item(&quot;http://schemas.microsoft.com/cdo/configuration/sendpassword&quot;) = &quot;&quot; '암호&lt;br /&gt;&lt;br /&gt;Flds.Update&lt;br /&gt;Set iMsg.Configuration = iConf&lt;br /&gt;iMsg.To = &quot;xxxx@xxx.ccx&quot; 'ToDo: Enter a valid email address.&lt;br /&gt;iMsg.From = &quot;xxxx@xxx.ccx&quot; 'ToDo: Enter a valid email address.&lt;br /&gt;iMsg.Subject = &quot;This is a test CDOSYS message (Sent via Port 25)&quot;&lt;br /&gt;&lt;br /&gt;'iMsg..TextBody = strHTMLMsg '// 텍스트&lt;br /&gt;iMsg.HTMLBody = strHTML '// HTML 제목 깨짐 발생..&lt;br /&gt;&lt;br /&gt;iMsg.BodyPart.Charset=&quot;UTF-8&quot; '/// 한글을 위해선 꼭 넣어 주어야 합니다.&lt;br /&gt;iMsg.HTMLBodyPart.Charset=&quot;UTF-8&quot; '/// 한글을 위해선 꼭 넣어 주어야 합니다.&lt;br /&gt;iMsg.Send&lt;br /&gt;End With&lt;br /&gt;Set iMsg = Nothing&lt;br /&gt;Set iConf = Nothing&lt;br /&gt;Set Flds = Nothing&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;STRONG&gt;10. ASP에서 배달 확인/ 읽음 확인 구현 방법 http://tong.nate.com/windeo/5767827&lt;/STRONG&gt;&lt;br /&gt;&lt;br /&gt;http://support.microsoft.com/default.aspx?scid=kb;ko;286430&lt;br /&gt;&lt;br /&gt;&amp;lt;%&lt;br /&gt;Set oMsg = CreateObject(&quot;CDO.Message&quot;)&lt;br /&gt;oMsg.Configuration.Fields(&quot;http://schemas.microsoft.com/cdo/configuration/sendusing&quot;) = 2&lt;br /&gt;‘ 생성되는 메시지가 SMTP pickup 디렉터리가 아닌 SMTP 서비스로 전송되게 합니다.&lt;br /&gt;oMsg.Configuration.Fields(&quot;http://schemas.microsoft.com/cdo/configuration/sendusername&quot;) = &quot;이름&quot;&lt;br /&gt;oMsg.Configuration.Fields(&quot;http://schemas.microsoft.com/cdo/configuration/sendpassword&quot;) = &quot;xxxxx&quot;&lt;br /&gt;oMsg.Configuration.Fields(&quot;http://schemas.microsoft.com/cdo/configuration/smtpserver&quot;) = &quot;seo-msg-01&quot;&lt;br /&gt;‘ 생성되는 메시지의 서버, 사서함 및 암호&lt;br /&gt;oMsg.Configuration.Fields.Update&lt;br /&gt;&lt;br /&gt;oMsg.From = &quot;smpark@microsoft.com&quot;&lt;br /&gt;oMsg.To = &quot;smpark@microsoft.com&quot;&lt;br /&gt;&lt;br /&gt;oMsg.Subject = &quot;읽음 확인 및 배달 확인&quot;&lt;br /&gt;oMsg.DSNOptions = 14&lt;br /&gt;‘ 이 메시지의 배달 상태 확인(delivery status notification:DSN)값으로 14는 배달 성공, 실패 및 지연시&lt;br /&gt;‘ 확인메시지 생성&lt;br /&gt;oMsg.Fields(&quot;urn:schemas:mailheader:return-receipt-to&quot;) = smpark@microsoft.com &amp;lt;mailto:smpark@microsoft.com&amp;gt;&lt;br /&gt;‘ 받는 사람이 이 메시지를 열었을 때 읽음 확인 메시지가 여기에서 지정된 사람에게 보내집니다.&lt;br /&gt;oMsg.Fields(&quot;urn:schemas:mailheader:disposition-notification-to&quot;) = smpark@microsoft.com &amp;lt;mailto:smpark@microsoft.com&amp;gt;&lt;br /&gt;‘ MDN(Message Disposition Notification)은 이 메시지의 확인 메시지가 리턴 될 수신자를 지정합니다.&lt;br /&gt;‘ MDN에 대하여는 Request for Comments (RFC) 2298에 자세히 설명됩니다.&lt;br /&gt;oMsg.TextBody = &quot; SMTP 서버를 통한 읽음 확인 및 배달 확인 메시지&quot;&lt;br /&gt;oMsg.Fields.Update&lt;br /&gt;oMsg.Send&lt;br /&gt;&lt;br /&gt;Set oMsg = Nothing&lt;br /&gt;%&amp;gt;&lt;br /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <category>Web Dev/ASP</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/72</guid>
      <comments>https://ezbuilder.tistory.com/72#entry72comment</comments>
      <pubDate>Wed, 24 Apr 2013 12:26:16 +0900</pubDate>
    </item>
    <item>
      <title>[FileReader] 파일 읽어 들여 출력하기</title>
      <link>https://ezbuilder.tistory.com/70</link>
      <description>&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;STRONG&gt;1. getResourceAsStream 이용하기&lt;br /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;lt;%&lt;br /&gt;&amp;nbsp;String path = &quot;notice.txt&quot;;&lt;br /&gt;&amp;nbsp;BufferedReader br = null;&lt;br /&gt;&amp;nbsp;char[] buff = new char[512];&lt;br /&gt;&amp;nbsp;int len = -1;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;try{&lt;br /&gt;&amp;nbsp;&amp;nbsp;br = new BufferedReader(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new InputStreamReader(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;application.getResourceAsStream(path)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;, &quot;UTF-8&quot;));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;while((len = br.read(buff)) != -1){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;out.println(new String(buff, 0, len));&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;}catch(IOException ie){&lt;br /&gt;&amp;nbsp;&amp;nbsp;ie.getStackTrace();&lt;br /&gt;&amp;nbsp;}finally{&lt;br /&gt;&amp;nbsp;&amp;nbsp;if(br != null){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;try{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;br.close();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}catch(IOException ie){};&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;}&lt;br /&gt;%&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;2. getResource 이용하기&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;br /&gt;&amp;lt;%&lt;br /&gt;&amp;nbsp;String path1 = &quot;notice.txt&quot;;&lt;br /&gt;&amp;nbsp;BufferedReader br1 = null;&lt;br /&gt;&amp;nbsp;char[] buff1 = new char[512];&lt;br /&gt;&amp;nbsp;int len1 = -1;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;try{&lt;br /&gt;&amp;nbsp;&amp;nbsp;URL url = application.getResource(path1);&lt;br /&gt;&amp;nbsp;&amp;nbsp;br1 = new BufferedReader(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new InputStreamReader(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;url.openStream()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;, &quot;UTF-8&quot;));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;while((len1 = br1.read(buff1)) != -1){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;out.println(new String(buff1, 0, len1));&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;}catch(IOException ie){&lt;br /&gt;&amp;nbsp;&amp;nbsp;ie.getStackTrace();&lt;br /&gt;&amp;nbsp;}finally{&lt;br /&gt;&amp;nbsp;&amp;nbsp;if(br != null){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;try{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;br1.close();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}catch(IOException ie){};&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;}&lt;br /&gt;%&amp;gt;&lt;/P&gt;</description>
      <category>Web Dev/JSP</category>
      <category>Application</category>
      <category>BufferedReader</category>
      <category>getResource</category>
      <category>getResourceAsStream</category>
      <category>InputStreamReader</category>
      <category>jsp</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/70</guid>
      <comments>https://ezbuilder.tistory.com/70#entry70comment</comments>
      <pubDate>Thu, 18 Apr 2013 17:26:09 +0900</pubDate>
    </item>
    <item>
      <title>[NIO] 파일 복사를 빠르게 하기</title>
      <link>https://ezbuilder.tistory.com/69</link>
      <description>&lt;SPAN style=&quot;COLOR: #333333&quot;&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;※ 일반 복사 방법 (JDK 1.4이전 IO 패키지 이용) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;PRE class=&quot;brush: java&quot;&gt;import java.io.*;
public static void copyFile(String source, String target) throws IOException {
    FileInputStream fis = new FileInputStream(source);
    FileOutputStream fos = new FileOutputStream(target);
    try {
        byte[] buf = new byte[1024];
        int i = 0;
        while ((i = fis.read(buf)) != -1) {
            fos.write(buf, 0, i);
        }
    } catch (IOException e) {
        throw e;
    } finally {
        if (fis != null)
            fis.close();
        if (fos != null)
            fos.close();
    }
}&lt;/PRE&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;COLOR: #333333; FONT-SIZE: 11pt&quot;&gt;※ 빠른 복사 방법 (JDK 1.4이상 NIO 패키지 이용) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;PRE class=&quot;brush: java&quot;&gt;import java.io.*;
import java.nio.channels.*;

public static void copyFile(String source, String target) throws IOException {
    FileChannel inChannel = new FileInputStream(source).getChannel();
    FileChannel outChannel = new FileOutputStream(target).getChannel();
    try {
        // magic number for Windows, 64Mb - 32Kb
        int maxCount = (64 * 1024 * 1024) - (32 * 1024);
        long size = inChannel.size();
        long position = 0;
        while (position &amp;lt; size) {
            position += inChannel.transferTo(position, maxCount, outChannel);
        }
    } catch (IOException e) {
        throw e;
    } finally {
        if (inChannel != null)
            inChannel.close();
        if (outChannel != null)
            outChannel.close();
    }
}
&lt;/PRE&gt;</description>
      <category>Web Dev/JAVA</category>
      <category>copy</category>
      <category>fast</category>
      <category>file</category>
      <category>IO</category>
      <category>java</category>
      <category>NIO</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/69</guid>
      <comments>https://ezbuilder.tistory.com/69#entry69comment</comments>
      <pubDate>Thu, 18 Apr 2013 12:25:14 +0900</pubDate>
    </item>
    <item>
      <title>[JSP] 기초</title>
      <link>https://ezbuilder.tistory.com/68</link>
      <description>&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=664 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px; BACKGROUND-COLOR: #d4f4fa&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;STRONG&gt;&amp;nbsp;ASP&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px; BACKGROUND-COLOR: #d4f4fa&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;STRONG&gt;JSP&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&amp;lt;&lt;A href='mailto:%@LANGUAGE=&quot;VBSCRIPT'&gt;%@LANGUAGE=&quot;VBSCRIPT&lt;/A&gt;&quot; CODEPAGE=65001%&amp;gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;&amp;lt;%@ page contentType = &quot;text/html; charset=UTF-8&quot;%&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;&amp;lt;!--#include virtual=&quot;test.asp&quot;--&amp;gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&amp;lt;jsp:include page=&quot;test.jsp&quot; flush=&quot;true&quot;/&amp;gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;request&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;request&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;response&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;response&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;session&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;session&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;response.redirect = &quot;location&quot;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;response.sendRedirect(location)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;server.URLEncode(&quot;한글&quot;)&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;URLEncoder.encode(&quot;한글&quot;,&quot;UTF-8&quot;);&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;instr(str,&quot;test&quot;)&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;str.indexOf(&quot;test&quot;);&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;mid(str, 0, 1)&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;str.substring(0,1);&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;str1 = str2&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;str1.equals(str2);&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;ucase(str)&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;str.toUpperCase();&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;lcase(str)&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;str.toLowerCase();&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;ubound(split)&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;split.length;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=664 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 665px; BACKGROUND-COLOR: #d4f4fa&quot; colSpan=2&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;JSP&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&amp;lt;%@ %&amp;gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;페이지 디렉티브&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&amp;lt;% %&amp;gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;스크립트릿&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;&amp;lt;%! %&amp;gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;선언부&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&amp;lt;%=%&amp;gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;표현식&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&amp;lt;%@ page import = &quot;java.util.Date %&amp;gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;날짜 클래스 삽입.&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&amp;lt;%@ page trimDirectiveWhitespaces = &quot;true&quot;%&amp;gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;html생성시 상단 공백제거.&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;&amp;lt;%=out.getBufferSize()%&amp;gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;설정된 버퍼 크기를 구한다.&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;&amp;lt;%=out.getRemaining%&amp;gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;버퍼의 남은 크기를 구한다.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&amp;lt;%=out.isAutoFlush%&amp;gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;autoFlush 속성값을 구한다.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;&amp;lt;%=application.getServerInfo()%&amp;gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;서버정보를 구한다.&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;&amp;lt;%=application.getMajorVersion%&amp;gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;서블릿 규약 메이저 버전을 구한다.&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&amp;lt;%=application.getMinorVersion%&amp;gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;서블릿 규약 마이너 버전을 구한다.&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;&amp;lt;%=application.getRealPath(path)%&amp;gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;시스템상의 자원경로 리턴.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&amp;lt;%=application.getResource(path)%&amp;gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;
&lt;P&gt;&amp;nbsp;자원에 접근할 수 있는 URL객체 리턴.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&amp;lt;%=application.getResourceAsStream(path)%&amp;gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;데이터를 읽어올 수 있는 InputStream 리턴&amp;nbsp;.&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;&amp;lt;% log(&quot;로그 메시지&quot;) %&amp;gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 332px&quot;&gt;&amp;nbsp;로그 메시지를 기록한다.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; WIDTH: 705px&quot; cellSpacing=0 cellPadding=0 width=705 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 705px; BACKGROUND-COLOR: #b2ebf4&quot; colSpan=3&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;request&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px; BACKGROUND-COLOR: #d4f4fa&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;STRONG&gt;메서드&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px; BACKGROUND-COLOR: #d4f4fa&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;STRONG&gt;리턴&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px; BACKGROUND-COLOR: #d4f4fa&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;STRONG&gt;설명&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;
&lt;P&gt;&amp;nbsp;getRemoteAddr()&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;String&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;
&lt;P&gt;&amp;nbsp;클라이언트 IP주소 구하기&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;&amp;nbsp;getContentLength()&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;long&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;
&lt;P&gt;&amp;nbsp;클라이언트 전송 요청 정보의 길이, 알수 없을 경우 -1 리턴.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;
&lt;P&gt;&amp;nbsp;getCharacterEncoding()&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;
&lt;P&gt;&amp;nbsp;String&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;&amp;nbsp;클라이언트 캐릭터의 인코딩 구하기&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;&amp;nbsp;getContentType()&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;String&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;
&lt;P&gt;&amp;nbsp;클라이언트가 요청 정보 전송시 사용한 컨텐트 타입( text/html 등 )&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;&amp;nbsp;getProtocol()&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;String&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;
&lt;P&gt;&amp;nbsp;클라이언트가 요청한 프로토콜 구하기 (&amp;nbsp;HTTP/1.1 )&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;&amp;nbsp;getMethod()&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;String&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;
&lt;P&gt;&amp;nbsp;웹브라우저의 정보전송시 사용한 방식 구하기 ( GET&amp;nbsp;또는 POST )&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;&amp;nbsp;getRequestURI()&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;String&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;
&lt;P&gt;&amp;nbsp;웹브라우저가 요청한 URL경로 구하기&amp;nbsp;( /test/test.jsp )&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;
&lt;P&gt;&amp;nbsp;getContextPath()&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;String&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;
&lt;P&gt;&amp;nbsp;JSP페이지가 속한 컨텍스트 경로 구하기 ( 서버상의 실제 위치 )&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;&amp;nbsp;getServerName()&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;String&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;
&lt;P&gt;&amp;nbsp;도메인명 ( localhost 또는 domain.com 등 )&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;&amp;nbsp;getServerPort()&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;int&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;
&lt;P&gt;&amp;nbsp;서버포트 ( 기본 80 )&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;
&lt;P&gt;&amp;nbsp;getParameter(S.name)&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;
&lt;P&gt;&amp;nbsp;String&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;
&lt;P&gt;&amp;nbsp;파라미터의 값을 구한다.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;&amp;nbsp;getParameterValues(S.name)&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;String[]&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;
&lt;P&gt;&amp;nbsp;배열을 받을 때 사용한다.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;&amp;nbsp;getParameterName(S.name)&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;
&lt;P&gt;&amp;nbsp;Enumeration&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;
&lt;P&gt;&amp;nbsp;웹브라우저가 전송한 파라미터의 이름을 구한다.&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;
&lt;P&gt;&amp;nbsp;getParameterMap(S.name)&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;
&lt;P&gt;&amp;nbsp;Map&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;&amp;nbsp;웹브라우저가 전송한 파라미터의 맵을 구한다. (이름, 값) &amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;&amp;nbsp;getHeader(S.name)&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;String&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;
&lt;P&gt;&amp;nbsp;지정한 이름의 헤더 값을 구한다.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;&amp;nbsp;getHeaders(S.name)&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;
&lt;P&gt;&amp;nbsp;Enumeration&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;&amp;nbsp;지정한 이름의 헤더 목록을 구한다.&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;&amp;nbsp;getHeaderName()&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;Enumeration&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;
&lt;P&gt;&amp;nbsp;모든 헤더의 이름을 구한다.&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;
&lt;P&gt;&amp;nbsp;getIntHeader(S.name)&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;int&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;&amp;nbsp;지정한 헤더의 값을 정수 값으로 읽어온다.&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 196px&quot;&gt;&amp;nbsp;getDateHeader(S.name)&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;
&lt;P&gt;&amp;nbsp;long&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 450px&quot;&gt;
&lt;P&gt;&amp;nbsp;지정한 헤더의 값을 시간 값으로&amp;nbsp;읽어온다.( 1970.1.1 이후 1/1000초 단위 )&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; WIDTH: 704px&quot; cellSpacing=0 cellPadding=0 width=704 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 704px; BACKGROUND-COLOR: #b2ebf4&quot; colSpan=3&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;response&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 194px; BACKGROUND-COLOR: #d4f4fa&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;STRONG&gt;&amp;nbsp;메서드&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px; BACKGROUND-COLOR: #d4f4fa&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;STRONG&gt;리턴&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 434px; BACKGROUND-COLOR: #d4f4fa&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;STRONG&gt;설명&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 194px&quot;&gt;&amp;nbsp;addDateHeader(S.name, l.date)&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;void&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 434px&quot;&gt;
&lt;P&gt;&amp;nbsp;name헤더에 date를 추가.( 1970.1.1 이후 1/1000초 단위 )&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 194px&quot;&gt;&amp;nbsp;addHeader(S.name, S.value)&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;void&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 434px&quot;&gt;
&lt;P&gt;&amp;nbsp;name헤더에&amp;nbsp;value 값 추가.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 194px&quot;&gt;
&lt;P&gt;&amp;nbsp;addIntHeader(S.name, i.value)&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;void&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 434px&quot;&gt;
&lt;P&gt;&amp;nbsp;name헤더에&amp;nbsp;정수&amp;nbsp;값 추가.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 194px&quot;&gt;
&lt;P&gt;&amp;nbsp;setDateHeader(S.name, l.date)&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;void&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 434px&quot;&gt;&amp;nbsp;name헤더의 값을 date값으로 지정.( 1970.1.1 이후 1/1000초 단위 )&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 194px&quot;&gt;&amp;nbsp;setHeader(S.name, S.value)&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;
&lt;P&gt;&amp;nbsp;void&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 434px&quot;&gt;&amp;nbsp;name헤더의 값을 value로 지정.&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 194px&quot;&gt;
&lt;P&gt;&amp;nbsp;setIntHeader(S.name, i.value)&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;void&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 434px&quot;&gt;
&lt;P&gt;&amp;nbsp;name헤더의 값을&amp;nbsp;정수 값으로 지정&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 194px&quot;&gt;
&lt;P&gt;&amp;nbsp;containsHeader(S.name)&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;boolean&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 434px&quot;&gt;
&lt;P&gt;&amp;nbsp;이름이 name인 헤더 포함여부 확인.&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 194px&quot;&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 76px&quot;&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD style=&quot;HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; WIDTH: 434px&quot;&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;※ 인코딩&lt;br /&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;%@ page import = &quot;java.net.URLEncoder&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;%&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String&amp;nbsp;encodeVal&amp;nbsp;= URLEncoder.encode(&quot;한글&quot;,&quot;UTF-8&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %&amp;gt;&lt;br /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;※ 브라우저 캐시 사용 금지&lt;br /&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;%&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;response.setHeader(&quot;Pragma&quot;, &quot;no-cache&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;response.setHeader(&quot;Cache-Control&quot;, &quot;no-cache&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;response.setHeader(&quot;Cache-Control&quot;, &quot;no-store&quot;); // FF 버그 픽스용&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; response.setDateHeader(&quot;Expires&quot;, 1L);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;※ &lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;톱캣서버에서 GET을 받을 때 문자열 깨짐 방지를 위해&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;server.xml파일 수정하기&amp;nbsp;첫번째 방법&lt;/SPAN&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Connector connectionTimeout=&quot;20000&quot; port=&quot;8080&quot; protocol=&quot;HTTP/1.1&quot; redirectPort=&quot;8443&quot;&lt;br /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;useBodyEncodingForURI=&quot;true&quot;&lt;/STRONG&gt;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 이후 JSP페이지에 &lt;STRONG&gt;request.setCharacteEncoding(&quot;UTF-8&quot;);&lt;/STRONG&gt; 삽입.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;※ &lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;톱캣서버에서 GET을 받을 때 문자열 깨짐 방지를 위해&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt; &lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;server.xml파일 수정하기 두번째 방법&lt;br /&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Connector connectionTimeout=&quot;20000&quot; port=&quot;8080&quot; protocol=&quot;HTTP/1.1&quot; redirectPort=&quot;8443&quot;&lt;br /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;useBodyEncodingForURI=&quot;true&quot; &lt;STRONG&gt;URIEncoding=&quot;UTF-8&quot;/&lt;/STRONG&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;위의 경우&amp;nbsp;JSP페이지에 &lt;STRONG&gt;request.setCharacteEncoding(&quot;UTF-8&quot;);&lt;/STRONG&gt; 필히 지정해줘야 한다.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;※ &lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;전송방식 확인하기 - 폼값 저장시 꼭 POST여부 확인하도록! &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;request.getMethod().equals(&quot;POST&quot;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;request.getMethod().equals(&quot;GET&quot;)&lt;br /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <category>Web Dev/JSP</category>
      <category>asp</category>
      <category>Get</category>
      <category>getMethod</category>
      <category>jsp</category>
      <category>Method</category>
      <category>Post</category>
      <category>REQUEST</category>
      <category>response</category>
      <category>submit</category>
      <category>공백제거</category>
      <category>기초</category>
      <category>디렉티브</category>
      <category>비교</category>
      <category>선언부</category>
      <category>스크립트릿</category>
      <category>클래스</category>
      <category>표현식</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/68</guid>
      <comments>https://ezbuilder.tistory.com/68#entry68comment</comments>
      <pubDate>Wed, 17 Apr 2013 16:37:59 +0900</pubDate>
    </item>
    <item>
      <title>[BAK] 파일 복원하기</title>
      <link>https://ezbuilder.tistory.com/64</link>
      <description>&lt;DIV class=container&gt;
&lt;DIV class=&quot;line number1 index0 alt2&quot;&gt;&lt;CODE class=&quot;sql comments&quot;&gt;--DB 정보 확인&lt;/CODE&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;line number2 index1 alt1&quot;&gt;&lt;CODE class=&quot;sql plain&quot;&gt;restore filelistonly &lt;/CODE&gt;&lt;CODE class=&quot;sql keyword&quot;&gt;from&lt;/CODE&gt; &lt;CODE class=&quot;sql plain&quot;&gt;disk=&lt;/CODE&gt;&lt;CODE class=&quot;sql string&quot;&gt;'D:\test_server.bak' 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/CODE&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;line number3 index2 alt2&quot;&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;line number4 index3 alt1&quot;&gt;&lt;CODE class=&quot;sql comments&quot;&gt;--DB 복구&lt;/CODE&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;line number5 index4 alt2&quot;&gt;&lt;CODE class=&quot;sql plain&quot;&gt;restore &lt;/CODE&gt;&lt;CODE class=&quot;sql keyword&quot;&gt;database&lt;/CODE&gt; &lt;CODE class=&quot;sql plain&quot;&gt;test_server &lt;/CODE&gt;&lt;CODE class=&quot;sql keyword&quot;&gt;from&lt;/CODE&gt; &lt;CODE class=&quot;sql plain&quot;&gt;disk=&lt;/CODE&gt;&lt;CODE class=&quot;sql string&quot;&gt;'D:\test_server.bak'&lt;/CODE&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;line number6 index5 alt1&quot;&gt;&lt;CODE class=&quot;sql keyword&quot;&gt;with&lt;/CODE&gt; &lt;CODE class=&quot;sql keyword&quot;&gt;move&lt;/CODE&gt; &lt;CODE class=&quot;sql string&quot;&gt;'server_Data'&lt;/CODE&gt; &lt;CODE class=&quot;sql keyword&quot;&gt;to&lt;/CODE&gt; &lt;CODE class=&quot;sql string&quot;&gt;'D:\test_server.mdf'&lt;/CODE&gt;&lt;CODE class=&quot;sql plain&quot;&gt;,&lt;/CODE&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;line number7 index6 alt2&quot;&gt;&lt;CODE class=&quot;sql keyword&quot;&gt;move&lt;/CODE&gt; &lt;CODE class=&quot;sql string&quot;&gt;'server_Log'&lt;/CODE&gt; &lt;CODE class=&quot;sql keyword&quot;&gt;to&lt;/CODE&gt; &lt;CODE class=&quot;sql string&quot;&gt;'D:\test_server_log.ldf'&lt;/CODE&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <category>DBMS/SQL Server</category>
      <category>Bak</category>
      <category>db</category>
      <category>MSSQL</category>
      <category>Restore</category>
      <category>복구</category>
      <category>복원</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/64</guid>
      <comments>https://ezbuilder.tistory.com/64#entry64comment</comments>
      <pubDate>Wed, 10 Apr 2013 09:56:58 +0900</pubDate>
    </item>
    <item>
      <title>[Javascript] 정규식을 활용한 알파벳, 숫자 입력하기</title>
      <link>https://ezbuilder.tistory.com/57</link>
      <description>&lt;P&gt;- 한글은 입력되지 않고 영문, 숫자 만 입력하기.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-WEIGHT: bold&quot; class=Apple-style-span&gt;@ 아래 코드는 알바벳과 숫자를 200자까지 넣을수 있도록 만든 예제 함수.&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV style=&quot;BORDER-BOTTOM: rgb(254,137,67) 1px dashed; BORDER-LEFT: rgb(254,137,67) 1px dashed; PADDING-BOTTOM: 10px; BACKGROUND-COLOR: rgb(254,222,199); PADDING-LEFT: 10px; PADDING-RIGHT: 10px; BORDER-TOP: rgb(254,137,67) 1px dashed; BORDER-RIGHT: rgb(254,137,67) 1px dashed; PADDING-TOP: 10px&quot; class=txc-textbox&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;COLOR: rgb(48,88,210)&quot; class=Apple-style-span&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;function &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;checkBeforeSubmit()&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;WHITE-SPACE: pre&quot; class=Apple-tab-span&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(48,88,210)&quot; class=Apple-style-span&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;var &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;regexp = /^[A-Za-z0-9]{1,200}$/i;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;//&lt;SPAN style=&quot;WHITE-SPACE: pre&quot; class=Apple-tab-span&gt; &lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(48,88,210)&quot; class=Apple-style-span&gt;var&lt;/SPAN&gt; regexp2 = /[ㄱ-ㅎ|ㅏ-ㅣ|가-힝]/; -&amp;gt; 이건 한글만 제외&lt;/DIV&gt;
&lt;DIV&gt;&lt;br /&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;WHITE-SPACE: pre&quot; class=Apple-tab-span&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(48,88,210)&quot; class=Apple-style-span&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;if&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;( &lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(227,22,0)&quot; class=Apple-style-span&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;document&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;.FORM.LANG_CODE.value == &quot;EN&quot; )&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;WHITE-SPACE: pre&quot; class=Apple-tab-span&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;WHITE-SPACE: pre&quot; class=Apple-tab-span&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(48,88,210)&quot; class=Apple-style-span&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;if&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;( !regexp.test(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(227,22,0)&quot; class=Apple-style-span&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;document&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;.FORM.MESSAGE.value) )&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;//&lt;SPAN style=&quot;WHITE-SPACE: pre&quot; class=Apple-tab-span&gt; &lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(48,88,210)&quot; class=Apple-style-span&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;if&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;( regexp2.test(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(227,22,0)&quot; class=Apple-style-span&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;document&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;.FORM.MESSAGE.value) )&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;WHITE-SPACE: pre&quot; class=Apple-tab-span&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;{ &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;WHITE-SPACE: pre&quot; class=Apple-tab-span&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;alert(&quot;언어코드가 영어(EN) 인경우 한글입력이 불가합니다.&quot;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;WHITE-SPACE: pre&quot; class=Apple-tab-span&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(48,88,210)&quot; class=Apple-style-span&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;return false&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;WHITE-SPACE: pre&quot; class=Apple-tab-span&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;WHITE-SPACE: pre&quot; class=Apple-tab-span&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;WHITE-SPACE: pre&quot; class=Apple-tab-span&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(227,22,0)&quot; class=Apple-style-span&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;document&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;.FORM.submit();&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;br /&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;br /&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV class=answer_contents&gt;
&lt;TABLE style=&quot;WIDTH: 100%&quot; border=1 cellSpacing=0 cellPadding=5 width=1334&gt;
&lt;TBODY&gt;
&lt;TR vAlign=top bgColor=#dddddd&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-TOP: #4174d9 1px solid; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;문자&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 1231px; COLOR: #fff; BORDER-TOP: #4174d9 1px solid; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;설명&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;\&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;다음에 오는 문자를 특수 문자나 리터럴로 표시합니다. 예를 들어, &quot;n&quot;은 문자 &quot;n&quot;과 일치합니다. &quot;\n&quot;은 줄 바꿈 문자와 일치합니다. 시퀀스 &quot;\\&quot;은 &quot;\&quot;와 같고, &quot;\(&quot;는 &quot;(&quot;와 같습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;^&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;입력의 시작 부분을 찾습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;$&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;입력의 끝 부분을 찾습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; HEIGHT: 32px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;*&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; HEIGHT: 32px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;앞에 오는 문자를 0번 이상 찾습니다. 예를 들어, &quot;zo*&quot;를 입력하면 &quot;z&quot; 또는 &quot;zoo&quot;를 찾습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;+&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;앞에 오는 문자를 1번 이상 찾습니다. 예를 들어, &quot;zo+&quot;를 입력하면 &quot;zoo&quot;를 찾지만 &quot;z&quot;는 여기에 포함되지 않습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;?&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;앞에 오는 문자를 0번 이상 찾습니다. 예를 들어, &quot;a?ve?&quot;를 입력하면 &quot;never&quot;에 있는 &quot;ve&quot;를 찾습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;.&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;줄 바꿈 문자를 제외한 단일 문자를 찾습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;(&lt;/SPAN&gt;&lt;/B&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;pattern&lt;/SPAN&gt;&lt;/I&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;)&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;pattern&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;을 찾고 일치하는 내용을 기억합니다. 일치하는 부분 문자열은 Item&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;[0]...[n]&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;을 사용하여 결과로 나오는 &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;Matches&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt; 컬렉션에서 검색할 수 있습니다. 괄호 문자 ( )를 찾으려면 &quot;\(&quot; 또는 &quot;\)&quot;를 사용합니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;x&lt;/SPAN&gt;&lt;/I&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;|&lt;/SPAN&gt;&lt;/B&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;y&lt;/SPAN&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;x&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt; 또는 &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;y&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;를 찾습니다. 예를 들어, &quot;z|food&quot;는 &quot;z&quot; 또는 &quot;food&quot;를 찾습니다. &quot;(z|f)ood&quot;로는 &quot;zoo&quot;나 &quot;food&quot;를 찾을 수 있습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;{&lt;/SPAN&gt;&lt;/B&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;n&lt;/SPAN&gt;&lt;/I&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;}&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;n&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;은 음이 아닌 정수입니다. 정확하게 &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;n&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;번 일치하는 부분을 찾습니다. 예를 들어, &quot;o{2}&quot;는 &quot;Bob&quot;의 &quot;o&quot;를 찾지 않지만 &quot;foooood&quot;의 처음 두 o를 찾습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;{&lt;/SPAN&gt;&lt;/B&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;n&lt;/SPAN&gt;&lt;/I&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;,}&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;n&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;은 음이 아닌 정수입니다. 적어도 &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;n&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;번 일치하는 부분을 찾습니다. 예를 들어, &quot;o{2,}&quot;는 &quot;Bob&quot;의 &quot;o&quot;를 찾지 않지만 &quot;foooood&quot;의 o는 모두 찾습니다. &quot;o{1,}&quot;은 &quot;o+&quot;와 같습니다. &quot;o{0,}&quot;은 &quot;o*&quot;과 같습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;{&lt;/SPAN&gt;&lt;/B&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;n&lt;/SPAN&gt;&lt;/I&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;,&lt;/SPAN&gt;&lt;/B&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;m&lt;/SPAN&gt;&lt;/I&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;}&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;m&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;과 &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;n&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;은 음이 아닌 정수입니다. 최소 &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;n&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;번, 최대 &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;m&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;번 일치하는 부분을 찾습니다. 예를 들어, &quot;o{1,3}&quot;은 &quot;fooooood&quot;의 처음 세 o를 찾습니다. &quot;o{0,1}&quot;은 &quot;o?&quot;와 같습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;[&lt;/SPAN&gt;&lt;/B&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;xyz&lt;/SPAN&gt;&lt;/I&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;]&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;문자 집합입니다. 괄호 안의 문자 중 하나를 찾습니다. 예를 들어, &quot;[abc]&quot;는 &quot;plain&quot;의 &quot;a&quot;를 찾습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;[^&lt;/SPAN&gt;&lt;/B&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;xyz&lt;/SPAN&gt;&lt;/I&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;]&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;문자 집합에 없는 문자를 찾습니다. 괄호 안에 있지 않은 문자 중 하나를 찾습니다. 예를 들어, &quot;[^abc]&quot;는 &quot;plain&quot;의 &quot;p&quot;를 찾습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;[&lt;/SPAN&gt;&lt;/B&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;a-z&lt;/SPAN&gt;&lt;/I&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;]&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;문자 범위입니다. 지정한 범위에 있는 문자 중 하나를 찾습니다. 예를 들어, &quot;[a-z]&quot;는 &quot;a&quot;에서 &quot;z&quot;까지의 알파벳 소문자를 찾습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;[^&lt;/SPAN&gt;&lt;/B&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;m-z&lt;/SPAN&gt;&lt;/I&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;]&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;지정한 문자 범위가 아닌 집합입니다. 지정한 범위에 있지 않은 문자 중 하나를 찾습니다. 예를 들어, &quot;[m-z]&quot;는 &quot;m&quot;에서 &quot;z&quot;까지에 없는 문자를 찾습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;\b&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;단어의 경계, 즉 단어와 공백 사이의 위치를 찾습니다. 예를 들어, &quot;er\b&quot;는 &quot;never&quot;의 &quot;er&quot;를 찾지만 &quot;verb&quot;의 &quot;er&quot;는 찾지 않습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;\B&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;단어의 경계에 있지 않은 문자를 찾습니다. &quot;ea*r\B&quot;는 &quot;never early&quot;의 &quot;ear&quot;을 찾습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;\d&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;숫자를 찾습니다. [0-9]와 같습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;\D&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;숫자가 아닌 문자를 찾습니다. [^0-9]와 같습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;\f&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;용지 공급 문자를 찾습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;\n&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;줄 바꿈 문자를 찾습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;\r&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;캐리지 리턴 문자를 찾습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;\s&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;공백, 탭, 용지 공급 등 모든 종류의 공백 문자를 찾습니다. &quot;[ \f\n\r\t\v]&quot;와 같습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;\S&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;공백 문자가 아닌 문자를 찾습니다. &quot;[^ \f\n\r\t\v]&quot;와 같습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;\t&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;탭 문자를 찾습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;\v&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;세로 탭 문자를 찾습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;\w&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;밑줄을 포함한 모든 단어 문자를 찾습니다. &quot;[A-Za-z0-9_]&quot;와 같습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;\W&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;단어가 아닌 문자를 찾습니다. &quot;[^A-Za-z0-9_]&quot;와 같습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;\&lt;/SPAN&gt;&lt;/B&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;num&lt;/SPAN&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;num&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;을 찾습니다. 여기서 &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;num&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;은 양의 정수입니다. 이전에 참조한 값을 다시 참조합니다. 예를 들어, &quot;(.)\1&quot;은 연속적으로 같은 문자가 두 번 나오는 것을 찾습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;\&lt;/SPAN&gt;&lt;/B&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;n&lt;/SPAN&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;n&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;을 찾습니다. 여기서 &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;n&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;은 8진 제어 값입니다. 8진 제어 값은 1, 2, 3 자리 중 하나라야 합니다. 예를 들어, &quot;\11&quot;과 &quot;\011&quot;은 모두 탭 문자를 나타내지만 &quot;\0011&quot;은 &quot;\001&quot; &amp;amp; &quot;1&quot;과 같습니다. 8진 제어 값은 256을 넘을 수 없습니다. 이 값이 256을 넘는 경우에는 처음 두 자릿수 만이 식을 구성합니다. 정규식에 ASCII 코드를 사용할 수 있습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR vAlign=top&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BORDER-LEFT: #4174d9 1px solid; BACKGROUND-COLOR: #5f8eef; WIDTH: 89px; COLOR: #fff; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;
&lt;P style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT size=2&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;\x&lt;/SPAN&gt;&lt;/B&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;n&lt;/SPAN&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: #4174d9 1px solid; BACKGROUND-COLOR: transparent; WIDTH: 1231px; COLOR: #000; BORDER-RIGHT: #4174d9 1px solid&quot; cols=&quot;1&quot; rows=&quot;1&quot;&gt;&lt;FONT size=2&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;n&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;을 찾습니다. 여기서 &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;n&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;은 16진 제어 값입니다. 16진 제어 값은 정확히 두 자리이어야 합니다. 예를 들어, &quot;\x41&quot;은 &quot;A&quot;에 해당하지만 &quot;\x041&quot;은 &quot;\x04&quot; &amp;amp; &quot;1&quot;과 같습니다. 정규식에 ASCII 코드를 사용할 수 있습니다.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;정규식에 사용할 수 있는 메소드는 test(), compile(), match(), replace(), search()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: right&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;from. &lt;A href=&quot;http://newmkka.tistory.com/51&quot;&gt;http://newmkka.tistory.com/51&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <category>Web Dev/Javascript</category>
      <category>compile</category>
      <category>javascript</category>
      <category>MATCH</category>
      <category>regexp</category>
      <category>replace</category>
      <category>Search</category>
      <category>TEST</category>
      <category>숫자</category>
      <category>알파벳</category>
      <category>자바스크립트</category>
      <category>정규식</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/57</guid>
      <comments>https://ezbuilder.tistory.com/57#entry57comment</comments>
      <pubDate>Fri, 8 Mar 2013 11:43:00 +0900</pubDate>
    </item>
    <item>
      <title>[jQuery강좌] 20. jQuery Performance</title>
      <link>https://ezbuilder.tistory.com/56</link>
      <description>&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 24px&quot;&gt;웹 프런티어와 함께하는 jQuery 기초강좌&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;20th - jQuery Performance&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;jQuery 성능에 대한 넋두리&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;이번 시간에는 jQuery 성능에 대해서 이야기를 하려고 합니다. &lt;/P&gt;
&lt;P&gt;jQuery는 정말로 많은 기능을 개발자가 사용하기 쉬운 형태로 제공하고 있습니다. 하지만 얻는 게 있다면 잃는 것도 있는 게 세상의 이치이듯 jQeury의 강력한 기능을 사용함으로써 개발에 드는 공수는 줄어 들지만 클라이언트의 부하는 증가하게 됩니다. 하지만 앞으로 설명드릴 내용을 이해 하신다면 어느 정도의 부하를 줄일 수 있습니다.&lt;/P&gt;
&lt;P&gt;말은 거창하게 시작했지만 크게 어렵거나 한 부분은 없으니, 부담 없이 강좌를 봐 주시면 되겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;첫 번째 - 셀렉터의 구체화&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;다른 사람을 이해시키기 위해서 자세하게 설명 하듯이 jQuery도 마찬가지로 원하는 기능에 대해 자세히 알려주면 성능이 올라갑니다.&lt;/P&gt;
&lt;P&gt;$(‘#elementID’), $(‘elementName’)는 조금 상황이 다르지만, “class” 또는 “attribute”를 통한 셀렉트시에는 최대한 자세히 명시를 해 주는 것이 성능에 큰 도움이 됩니다. 셀렉터의 “class”를 이용할 경우에는 단순히 $(“.myClass”) 보다는 $(“div &amp;gt; ul &amp;gt; li.class”)처럼 많은 정보를 주면 jQuery가 HTML문서에서 탐색하는 범위가 줄어들어 성능향상의 효과가 있습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;두 번째 ? 셀렉터의 사용 자제&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;셀렉터를 사용하다 보면 같은 요소를 여러 번 셀렉트 하는 경우가 발생 하곤 합니다. 이런 경우에는 기존에 사용한 셀렉터를 재사용을 하거나, .end() 메서드를 통해 반복 사용하지 않는 것이 좋습니다. &lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;WIDTH: 760px; HEIGHT: 403px; CURSOR: pointer&quot; title=perf_001.jpg alt=perf_001.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/258/395/eded02ec6d0542a55103fd9787e8d11f.jpg&quot; rel=&quot;xe_gallery&quot; jQuery16105363487236536796=&quot;8&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;세 번째 ? 순수 자바스크립트 사용&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;jQuery는 javascirpt의 복잡한 함수로 이루어져 있습니다. jQuery의 함수를 실행할 경우 내부에서 구현된 복잡한 로직을 통해 javascript를 실행하고 있기 때문에 해당 로직을 피하게 되면 그만큼의 성능이 올라간다고 생각을 하시면 됩니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;자주 사용하는 기능 중에 2개를 예를 들어 설명을 드리면 다음과 같습니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;DIV style=&quot;BORDER-BOTTOM: #000000 1px dotted; BORDER-LEFT: #000000 1px dotted; PADDING-BOTTOM: 5px; BACKGROUND-COLOR: #ffffff; MARGIN: 5px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; BORDER-TOP: #000000 1px dotted; BORDER-RIGHT: #000000 1px dotted; PADDING-TOP: 5px&quot;&gt;
&lt;P&gt;1. $(‘#id’) 보다는 document.getElementById(“id”)&lt;/P&gt;
&lt;P&gt;2. $(“#id”).css(“color”, “red”) 보다는 document.getElementById(“id”).style.color = “red”;&lt;/P&gt;
&lt;P&gt;$(“#id”).hide() 보다는 document.getElementById(“id”).style.display = ‘none’;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;또한, DOM 처리를 할 때에도 jQuery 보다는 순수 javascript를 사용하는 것이 성능 면에서 큰 이득이니, 이 부분도 참고 하시기 바랍니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;$&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; $htmlData &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&amp;lt;ul/&amp;gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;for&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; i &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,140,0)&quot;&gt;0&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; i &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,140,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; i&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;++&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
        $htmlData&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;append&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;$&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&amp;lt;li/&amp;gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;text&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'승연아빠('&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; i&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;toString&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;')'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    $htmlData&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;appendTo&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'#contents'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;$&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; htmlData &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'&amp;lt;ul&amp;gt;'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;for&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; i &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,140,0)&quot;&gt;0&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; i &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,140,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; i&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;++&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
        htmlData &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+=&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'&amp;lt;li&amp;gt;승연아빠(' &lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+ &lt;/SPAN&gt;i&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;toString&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;')'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    htmlData &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+=&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'&amp;lt;/ul&amp;gt;'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'#contents'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;html&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;htmlData&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;[첫 번째 방법 보다는 두 번째 방법이 성능에 좋습니다.]&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;네 번째 - .css()&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;.css() 메서드를 사용하여, 선택한 개체에 특정 스타일을 적용할 경우 내부에서 많은 처리를 하게 됩니다. 이런 경우가 많다면 스타일시트를 통한 각각의 스타일 클래스를 작성하고, 해당 클래스를 적용 하시기 바랍니다.&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;WIDTH: 760px; HEIGHT: 502px; CURSOR: pointer&quot; title=perf_002.jpg alt=perf_002.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/258/395/b3d5c9e74193fa357ee7bed2de973435.jpg&quot; rel=&quot;xe_gallery&quot; jQuery16105363487236536796=&quot;9&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;이 부분은 jQuery에서만 적용되는 부분이 아닌, 일반적인 javascript도 해당하는 부분이니 참고 하시기 바랍니다.&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: right&quot;&gt;from. &lt;A href=&quot;http://www.sqler.com/395258&quot;&gt;http://www.sqler.com/395258&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>Web Dev/jQuery</category>
      <category>attribute</category>
      <category>CSS</category>
      <category>find</category>
      <category>getElementById</category>
      <category>hide</category>
      <category>jquery</category>
      <category>Selector</category>
      <category>제이쿼리</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/56</guid>
      <comments>https://ezbuilder.tistory.com/56#entry56comment</comments>
      <pubDate>Fri, 8 Mar 2013 11:38:55 +0900</pubDate>
    </item>
    <item>
      <title>[jQuery강좌] 19. jQuery Event - 이벤트에 생명을~</title>
      <link>https://ezbuilder.tistory.com/55</link>
      <description>&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 24px&quot;&gt;웹 프런티어와 함께하는 jQuery 기초강좌&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;19th - jQuery Event(이벤트에 생명을)&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;이번 시간에는 지난 시간 보다는 좀더 고품격 이벤트 처리에 대해 진행을 할까 합니다. 메서드에도 명품이 있다면 이번에 알려드릴 메서드는 정말 최고의 명품이 아닐까 합니다. 그럼 거두절미하고 바로 강의를 시작해 보도록 하겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;첫 번째로 알아 볼 메서드는 이벤트에 생명을 주는 &lt;B&gt;live()&lt;/B&gt; 입니다.&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=event_03_001.jpg alt=event_03_001.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/534/394/893f965d3a9b0493da4bc5f7f0a88ce5.jpg&quot; width=617 height=465 rel=&quot;xe_gallery&quot; jQuery161048541790497894593=&quot;8&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;live() 메서드의 경우 원래는 jQuery의 플러그인으로 개발되어 사용이 되었으나, 너무나 좋은 기능 때문인지 “1.3” 이후 버전의 jQuery에는 기본 기능으로 추가 되었습니다. 단어의 뜻으로는 정확이 무슨 역할을 하는 메서드인지 감이 잡히지 않으시나요? 쉽게 말씀 드리면 지정한 개체에 이벤트라는 생명을 불어 넣어준다고 생각 하시면 됩니다. &lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;아직도 감이 오시지 않으시나요?&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;.click(), .bind() 와 같은 이벤트 메서드에서는 이미 로드가 완료된 개체에 이벤트를 주었다면, .live() 메서드의 경우 동적으로 생성될 개체나 요소에 대해서도 이벤트를 맵핑 할 수 있습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;$(“a”).click(function() { alert(‘click a’); }); 의 경우 HTML 문서에 존재하는 “a”요소를 찾아 마우스 클릭 이벤트를 맵핑 하였으나, 이후에 동적으로 추가된 “a” 요소에는 영향을 주지 못합니다. 하지만 $(“a”).live(‘click’, function() { alert(‘live click a’); });를 사용 한다면 처음 로드 된 요소는 물론 로드 후에 동적으로 생성되는 “a” 요소에 대해서도 동일한 이벤트가 적용됩니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;앗 ! 구문이 어디서 많이 본거 같지 않으신가요? 바로 이전 시간에 말씀 드린 .bind() 메서드와 전체적인 구문이 비슷합니다. &lt;/P&gt;
&lt;P&gt;.bind() 메서드에서 강조 드렸던 여러 이벤트를 한번에 등록 하는 것도 똑같이 적용 가능하며, 메서드명과 하는 역할만 조금 다를 뿐 구문은 동일하니 사용상의 구문은 생략을 하도록 하겠습니다. &lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;좀 더 자세한 내용이 알고 싶으시다면 이전 강좌인 “jQuery Event - bind()”를 참고 부탁 드립니다.(절대로 힘에 부치거나, 지난 강좌를 광고 하려는 목적임을 분명히 밝힙니다. 저는 사회에 찌들었으니까요? 죄송합니다.)&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;간단한 예제를 통해 .live() 메서드에 대해 좀 더 알아 보도록 하겠습니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;        
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'#btnAdd'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;click&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'ul'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;append&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'&amp;lt;li&amp;gt;list item Add('&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'li'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.length&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;')&amp;lt;/li&amp;gt;'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;0&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;input&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;button&quot;&lt;/SPAN&gt; id&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;btnAdd&quot;&lt;/SPAN&gt; value&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;Add Element&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;버튼을 클릭할 때 마다 “&amp;lt;li&amp;gt;”요소가 추가 되는 내용 입니다. 결과 화면을 보면 “&amp;lt;li&amp;gt;” 요소가 추가되는 거 외에는 별다른 역할을 하고 있지 않습니다. &lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=event_03_003.jpg alt=event_03_003.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/534/394/afd3ff3f8ca51307f0a82311e61f2691.jpg&quot; width=650 height=400 rel=&quot;xe_gallery&quot; jQuery161048541790497894593=&quot;9&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;이제 live() 메서드를 통해 이벤트를 추가 해 보도록 하겠습니다. 동적으로 생성되는 “&amp;lt;li&amp;gt;” 요소를 클릭할 경우 해당 요소의 text를 경고 창을 통해 보여주도록 하였습니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;$&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'li'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;live&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'click'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
    alert&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;$&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;this&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;text&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG title=event_03_004.jpg alt=event_03_004.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/534/394/b2e827c8d58faf2c0bf9db5abca586f1.jpg&quot; width=650 height=494 rel=&quot;xe_gallery&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;위 예제를 실행을 해 보시면, 동적으로 추가된 “&amp;lt;li&amp;gt;” 요소에 자동적으로 이벤트가 적용 되어 있는걸 확인 할 수 있습니다. &lt;/P&gt;
&lt;P&gt;이제는 동적으로 구성되는 요소에 일일이 하드코딩 하지 않고 몇 줄의 코드로 깔끔하게 처리 할 수 있습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;.die() &lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=event_03_005.jpg alt=event_03_005.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/534/394/e4928b7f45e0181cfedb184869c82d26.jpg&quot; width=616 height=309 rel=&quot;xe_gallery&quot; jQuery161048541790497894593=&quot;10&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;조금은 잔인한 이야기가 될지 모르지만 생명을 주었으니 죽일 수 도 있습니다. &lt;/P&gt;
&lt;P&gt;기껏 살려놓은 이벤트를 왜 죽여야 하는지에 대해 아주 살짝 힌트로 말씀을 드리면, 클라이언트에서 돔의 변화를 계속 감지하기 때문에 클라이언트에 부하를 줄 수 있으며, 어느 순간 해당 기능이 필요 없어지는 경우 불필요한 부하를 막거나 계속되는 이벤트 맵핑으로 인한 오류를 미연에 방지하기 위함입니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;앞서 설명한 live() 메서드의 예제에 해당 메서드를 추가 하여 어떻게 동작을 하는지 알아 보겠습니다. &lt;/P&gt;
&lt;P&gt;die() 메서드를 호출할 버튼과 “eventDie” 메서드를 을 하나 추가 했습니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;        
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'#btnAdd'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;click&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'ul'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;append&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'&amp;lt;li&amp;gt;list item Add('&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'li'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.length&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;')&amp;lt;/li&amp;gt;'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;

            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'li'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;live&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'click'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                alert&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;$&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;this&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;text&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;

            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'#btnDie'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;click&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;eventDie&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;

        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; eventDie&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;            
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'li'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;die&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(153,153,169)&quot;&gt;//or $('li').die('click');&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;0&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;input&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;button&quot;&lt;/SPAN&gt; id&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;btnAdd&quot;&lt;/SPAN&gt; value&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;Add Element&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;input&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;button&quot;&lt;/SPAN&gt; id&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;btnDie&quot;&lt;/SPAN&gt; value&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;Event Die&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=event_03_006.jpg alt=event_03_006.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/534/394/a31bfbb3f3a54e89840b6bfdf1a6c0a0.jpg&quot; width=650 height=562 rel=&quot;xe_gallery&quot; jQuery161048541790497894593=&quot;11&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;“Add Element”를 통해 요소를 동적으로 추가하고 해당 요소를 클릭시에 이전과 동일하게 동작을 하나 “Event Die” 버튼을 클릭하시면 더 이상 경고 창이 뜨지 않는 것을 확인 할 수 있습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;$(‘li’).die() 의 경우는 요소 “&amp;lt;li&amp;gt;”과 연결된 모든 이벤트를 삭제를 하며, $(‘li’).die(‘click’);이라고 지정할 경우에는 “&amp;lt;li&amp;gt;”요소와 연결된 ‘click’ 이벤트만을 삭제 합니다. 너무나 간단하게 이벤트를 추가하고, 삭제할 수 있다니 그것도 동적으로 생성되는 요소에 정말 완소 아이템 아니 메서드가 아닌가 싶습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;바로 이어서 마지막으로 설명드릴 메서드는 더욱더 뽠따스틱한 기능을 하는 &lt;B&gt;.one()&lt;/B&gt; 입니다.&lt;/P&gt;
&lt;P&gt;이름에서 뭔가 느껴지지 않으시나요 ? (jQuery를 사용하다 보면 정말 메서드 이름만으로 대략의 기능을 알아 차릴 수 있습니다.)&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=event_03_007.jpg alt=event_03_007.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/534/394/e41cfcd31532f8a1fa9c3ea90eb0a7eb.jpg&quot; width=614 height=261 rel=&quot;xe_gallery&quot; jQuery161048541790497894593=&quot;12&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;.bind() 메서드와 동일한 방식으로 이벤트를 추가합니다. 하지만 .one() 메서드를 통해 추가된 이벤트는 딱 한번만 실행이 되고 사라지게 됩니다. 정말 이런 것이 jQuery에서 제공하는 메서드의 호출만으로 적용 할 수 있다니~ 정말 세상 좋아졌습니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;        
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'li'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;one&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'click'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                alert&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;$&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;this&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;text&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;3&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;4&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;5&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;바로 앞에 진행한 예제와 기본 동작은 동일합니다. “&amp;lt;li&amp;gt;” 요소를 클릭하면 해당 내용을 경고 창을 통해서 보여줍니다. 설명을 드린 내용과 동일하게 동작을 하는지 확인을 해 보도록 하겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=event_03_008.jpg alt=event_03_008.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/534/394/b7166e3e966aec993e08cc4dc057f9f7.jpg&quot; width=650 height=450 rel=&quot;xe_gallery&quot; jQuery161048541790497894593=&quot;13&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;역시 이미지로는 동작하는 모습을 보여드리기가 힘드네요…. 정말로 설명한 데로 동작을 하니 꼭 소스를 실행해 보시기 바랍니다. (뻥치는거 절대 아닙니다. 그래도 의심이 가신다면 혹은 예제 실행이 귀찮으시다면 http://api.jquery.com/one/ 를 확인을 부탁 드립니다.)&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;이번 시간에는 jQuery에서 제공하는 초~ 고급 이벤트 처리에 대해서 알아 보았습니다. &lt;/P&gt;
&lt;P&gt;동적인 웹 페이지 구성에는 정말 감초 또는 가뭄에 내리는 단비와 같은 역할을 하는 녀석들이니 사용법을 익혀 두시면 정말 큰 도움이 될 거라고 강력하게 외치며 강좌를 마치도록 하겠습니다. &lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: right&quot;&gt;from. &lt;A href=&quot;http://www.sqler.com/394534&quot;&gt;http://www.sqler.com/394534&lt;/A&gt;&lt;/P&gt;</description>
      <category>Web Dev/jQuery</category>
      <category>bind</category>
      <category>Click</category>
      <category>Die</category>
      <category>event</category>
      <category>jquery</category>
      <category>live</category>
      <category>제이쿼리</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/55</guid>
      <comments>https://ezbuilder.tistory.com/55#entry55comment</comments>
      <pubDate>Fri, 8 Mar 2013 11:37:43 +0900</pubDate>
    </item>
    <item>
      <title>[jQuery강좌] 18. jQuery Event - bind() 메서드</title>
      <link>https://ezbuilder.tistory.com/54</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 24px&quot;&gt;웹 프런티어와 함께하는 jQuery 기초강좌&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;18th - jQuery Event - bind() 메서드를 통한 이벤트 연결&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;이번 시간에는 jQuery에서 지원하는 이벤트를 좀더 고급스럽게 사용하는 방법에 대해 알아 보도록 하겠습니다.(고급이라고 해 봤자, 표현식이 좀 뭔가 있어 보이는 거 정도일까요 ?)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;이번 강좌에서는 고급스런 내용의 첫 번째 주자로 나선 bind() 메서드에 대하여 알~ 차게 이야기를 해 보도록 하겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;.bind()&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=event_02_001.jpg alt=event_02_001.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/805/390/2a16a9d87d02f31b5d931d5bc2e53c6b.jpg&quot; width=617 height=480 rel=&quot;xe_gallery&quot; jQuery16107437266307432055=&quot;8&quot;&gt; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;.bind() 메서드는 말 그대로 개체와 이벤트를 묶어주는 역할을 합니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;앞에서 진행한 event 관련 메서드의 경우 해당 메서드를 직접 호출하지만, bind()의 경우 파라미터의 값으로 이벤트 이름을 넣음 으로써 해당 이벤트를 체크하게 됩니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;$&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;“div”&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;click&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; alert('click’&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;B&gt;$(“div”).click(function() { alert(‘click’); } &lt;/B&gt;&lt;br /&gt;event 메서드에서 이렇게 사용했다면, bind() 메서드를 통해서는 다음과 같이 표현 됩니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;$&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;“div”&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;bind&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;??click’&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; alert&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;('b&lt;/SPAN&gt;ind click’&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;B&gt;$(“div”).bind(‘click’, function() { alert(‘bind click’); }&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;두 메서드의 차이점이 보이시나요 ?&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;.click() 메서드의 직접호출이 아닌 해당 이벤트의 이름을 넘김으로 써 동일한 효과를 얻을 수 있습니다. &lt;/P&gt;
&lt;P&gt;이러한 기능을 통해 조건에 따라 매우 간단히 이벤트를 동적으로 할당 할 수 있습니다. 또한, 여러 가지의 이벤트를 손쉽게 선택한 개체에 적용할 수 있습니다. 두 개의 이벤트를 적용한 다음 예제를 통해 좀더 자세히 알아 보도록 하겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;이번 예제는 마우스의 포인터가 지정한 요소에 들어 왔을 때와, 나갔을 때의 이벤트를 체크하여 상태를 표시하며, bind()에 “mouseenter, mouseleave” 이벤트를 이용하였습니다. &lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;selected &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;font-weight&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;bold&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;color&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;White&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background-color&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; Red&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;        
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; count &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,140,0)&quot;&gt;0&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;#mouseArea&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;bind&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;mouseenter mouseleave&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;e&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                count&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;++&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
                $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;#spResult&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;text&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;count &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot; enter or leave &quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt; id&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;mouseArea&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        AREA(DIV)
        MOUSE : &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;span&lt;/SPAN&gt; id&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;spResult&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;span&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=event_02_002.jpg alt=event_02_002.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/805/390/4469c2e6541b2a7e67c58fc3988aa1dd.jpg&quot; width=600 height=450 rel=&quot;xe_gallery&quot; jQuery16107437266307432055=&quot;9&quot;&gt; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;붉은색으로 표시된 부분에 마우스 포인터를 위치할 때 마다 카운터가 올라가는 것을 확인 할 수 있습니다. 이렇게 여러 개의 이벤트를 지정 시에도 문제없이 동작을 하는걸 확인 할 수 있습니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;이번에는 이렇게 복수의 이벤트를 지정 후 각각의 이벤트에 따른 다른 동작을 구현을 하기 위해서는 어떠한 방법이 있는지 알아 보도록 하겠습니다. bind() 메서드에서 매우 중요한 부분이니 주의 깊게 보시기 바랍니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;다음 예제에서는 bind() 메서드의 파라미터와 eventData릍 사용하여 각각의 이벤트를 어떻게 확인하고 처리하는지 알아 보도록 하겠습니다. &lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;selected &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;font-weight&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;bold&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;color&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;White&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background-color&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; Red&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;        
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; countEnter &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,140,0)&quot;&gt;0&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; countLeave &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,140,0)&quot;&gt;0&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;#mouseArea&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;bind&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;mouseenter mouseleave&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;e&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;if&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;e&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;type &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;==&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'mouseenter'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                    countEnter&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;++&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
                    $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;#spResult&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;text&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;countEnter &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot; MouseEnter&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;else&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                    countLeave&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;++&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
                    $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;#spResult&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;text&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;countLeave &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot; MouseLeave &quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt; id&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;mouseArea&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        AREA(DIV)
        MOUSE : &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;span&lt;/SPAN&gt; id&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;spResult&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;span&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;[eventData를 통한 이벤트 확인]&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=event_02_003.jpg alt=event_02_003.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/805/390/7da41ae3c7bd3f8cd07b68e5a40ac32f.jpg&quot; width=600 height=500 rel=&quot;xe_gallery&quot; jQuery16107437266307432055=&quot;10&quot;&gt; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;각각의 이벤트에 따라 값이 변경되는걸 확인 할 수 있습니다. &lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;&amp;lt;&lt;/SPAN&gt;script type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; countEnter &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,140,0)&quot;&gt;0&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; countLeave &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,140,0)&quot;&gt;0&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;#mouseArea&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;bind&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            mouseenter &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                countEnter&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;++&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
                $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;#spResult&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;text&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;countEnter &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot; MouseEnter&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;
            mouseleave &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                countLeave&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;++&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
                $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;#spResult&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;text&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;countLeave &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot; MouseLeave &quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;/&lt;/SPAN&gt;script&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=event_02_004.jpg alt=event_02_004.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/805/390/b6e1dbfd029ebddc33cb0fbafb6a57b5.jpg&quot; width=600 height=500 rel=&quot;xe_gallery&quot; jQuery16107437266307432055=&quot;11&quot;&gt; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;위 소스에서 스크립트 부분만 변경하였으며, eventData 대신에 각각의 이벤트에 관련 함수를 연결하여 해당 이벤트를 구분 짖고 있습니다.&lt;br /&gt;역시나 동일한 동작을 하고 있는 모습을 확인 할 수 있습니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;이번 시간에는 이벤트와 요소를 연결하고, 요소에 여러가지 이벤트를 연결하고 구분 짖는 고급(?)스러운 jQuery 표현 방식을 알아 보았습니다. 이벤트를 제어하기 위해서 필수적으로 알아야 하는 메서드 이니, 꼭 숙지 하시기를 부탁(?) 드립니다.&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: right&quot;&gt;from. &lt;A href=&quot;http://www.sqler.com/390805&quot;&gt;http://www.sqler.com/390805&lt;/A&gt;&lt;/P&gt;</description>
      <category>Web Dev/jQuery</category>
      <category>bind</category>
      <category>event</category>
      <category>jquery</category>
      <category>제이쿼리</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/54</guid>
      <comments>https://ezbuilder.tistory.com/54#entry54comment</comments>
      <pubDate>Fri, 8 Mar 2013 11:36:31 +0900</pubDate>
    </item>
    <item>
      <title>[jQuery강좌] 17. jQuery Event - 이벤트 지원 메서드</title>
      <link>https://ezbuilder.tistory.com/53</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 24px&quot;&gt;웹 프런티어와 함께 하는 jQuery 기초강좌&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;17th - jQuery Events 이벤트 지원 메서드 살펴보기&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;jQuery에서는 사용자가 발생시키는 이벤트를 쉽고, 간단하게 핸들링 할 수 있는 메소드를 지원하고 있습니다. 마우스의 클릭과 키보드의 입력은 물론이고 심지어 더블클릭과 마우스 휠에 대한 이벤트를 쉽게 처리 할 수 있습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;jQuery에서 제공하는 이벤트 관련 메소드의 종류는 정말로 너무나 많습니다. 그 만큼 개발자가 많은 이벤트를 쉽게 이용할 수 있고 좀더 나은 UX를 만들 수 있다는 큰~ 장점이 있습니다. (일만 많아 지는 건가요?) 이번 시간에는 jQuery를 통해 이벤트를 어떻게 이용할 수 있는지에 대해 알아 보도록 하겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;이벤트 중에서 이번 시간을 통해 알아볼 내용은 사용자의 입력이나 브라우저의 상태가 변경되었을 경우 발생되는 이벤트 메서드 입니다. &lt;/P&gt;
&lt;P&gt;
&lt;TABLE style=&quot;PADDING-BOTTOM: 2px; BACKGROUND-COLOR: rgb(204,204,204); MARGIN: 5px; PADDING-LEFT: 2px; WIDTH: 700px; PADDING-RIGHT: 2px; PADDING-TOP: 2px&quot; cellSpacing=1&gt;
&lt;TBODY&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;STRONG&gt;이벤트 종류(형식)&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;STRONG&gt;이벤트 설명&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.blur()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;요소에서 포커스를 잃을 경우에 발생하는 이벤트 입니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.change()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;&amp;lt;input /&amp;gt;, &amp;lt;textarea /&amp;gt;, &amp;lt;select /&amp;gt; 요소의 값 변경시 발생하는 이벤트 입니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.click()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;마우스 클릭 시 발생하는 이벤트 입니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.dblclick()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;마우스를 더블클릭 했을 경우 발생하는 이벤트 입니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.focus()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;&lt;/SPAN&gt;요소에 포커스 되었을 때 발생하는 이벤트 입니다.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.hover()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;마우스가 요소 위에 위치했을 때 발생하는 이벤트 입니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.keydown()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;키 입력 시 발생되는 이벤트이며, 모든 키에 대해 적용이 됩니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.keypress()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;keydown 이벤트와 동일하게 키 입력 시 발생이 되지만 &lt;br /&gt;enter, tab등의 특수키에는 이벤트가 발생되지 않습니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.keyup()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;키 입력 후 발생되는 이벤트 입니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.mousedown()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;마우스 클릭 시 발생하는 이벤트입니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.mouseenter()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;선택한 요소의 영역에 마우스가 위치했을 때 발생되는 이벤트 입니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.mouseleave()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;선택한 요소의 영역에서 마우스가 벗어 났을 때 발생되는 이벤트 입니다.&lt;br /&gt;인터넷익스플로러에서만 발생되는 이벤트지만 jQuery는 브라우저 관계없이 &lt;br /&gt;사용할 수 있도록 시뮬레이터 됩니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.mouseout()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;선택한 요소의 영역에서 마우스가 벗어 났을 때 발생되는 이벤트입니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.mouseup()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;마우스 클릭 후 발생되는 이벤트입니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.ready()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;DOM이 모두 준비 되었을 때 발생하는 이벤트입니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.resize()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;resize 될 경우 발생하는 이벤트입니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.scroll()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;HTML 문서가 스크롤 되었을 때 발생하는 이벤트입니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.select()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;선택한 개체를 마우스를 통해 선택 하였을 때 발생하는 이벤트입니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.submit()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;Submit이 일어날 때 발생하는 이벤트입니다. (Form 메서드 참고)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colSpan=2&gt;표 1. [jQuery Event 관련 메서드 종류]&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;우선 jQuery에서 지원하는 이벤트의 목록을 살펴 보면 정말(완전 대박!) 많은 이벤트를 지원하고 있는걸 확인 할 수 있습니다. &lt;/P&gt;
&lt;P&gt;목록은 많으나 사용법이 대부분 동일하기 때문에 jQuery에서 지원하고 있는 이벤트가 이런 것이 있구나 하는 정도만 알아 두시면 됩니다.&lt;/P&gt;
&lt;P&gt;이벤트 중에서 가장 많이 사용하는 마우스 클릭에 대한 예제를 통해 HTML 요소에 이벤트를 어떻게 할당하고, 처리하는지 알아 보도록 하겠습니다. &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;예제를 진행하기 전에 예전 웹 프로그램 개발 시에는 HTML과 자바스크립트를 혼용(흔히 말하는 스파게티)하여 사용을 하였으나, 웹 표준이 자리를 잡고 코드 분리를 통한 유지보수 반복적인 패턴의 코드중복을 피하기 위해 스크립트를 통해 HTML 요소와 이벤트를 맵핑하는 방식으로 개발을 하고 있습니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 14px&quot;&gt;이전방식&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; tdClick&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;obj&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
        alert&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;obj&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;        
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; onclick&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;tdClick('1');&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;3&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;4&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;5&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; onclick&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;tdClick('6');&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;6&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;7&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;8&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;9&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;[필요한 함수를 만들고, 해당 이벤트가 필요한 요소에 일일이 적용]&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 14px&quot;&gt;추천방식&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;td&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;click&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            alert&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;$&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;this&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;text&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;3&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;4&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;5&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;6&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;7&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;8&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;9&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;[HTML 요소에는 아무런 작업을 하지 않았다.]&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;처음에는 어색하고 오히려 불편하다고 느낄 수 있으나, HTML에서 사용하는 이벤트가 많아지고 동적으로 이벤트와 HTML의 요소를 맵핑하는 기능 구현 시에는 정말 없어서는 안돼는 흔히 말하는 막노동을 깔끔하게 해결하는 최고의 방법입니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;.click()&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=event_01_001.jpg alt=event_01_001.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/796/390/68888b6daad8acc60130ab5a8aa6d9ad.jpg&quot; width=618 height=330 rel=&quot;xe_gallery&quot; jQuery161045957307037448275=&quot;6&quot;&gt; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;마우스 클릭 시 동작하는 이벤트로 선택한 객체에 마우스 클릭 이벤트가 발생할 경우 해당 정의한 메서드가 실행 되며, 인자 값으로는 eventData로 이벤트에 대한 데이터 값이 전달이 됩니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;$(“div”).click(function() { alert(‘click’); } 이라고 정의 할 경우 HTML 문서에 존재하는 모든 DIV 요소에 “click” 이벤트를 할당하고, 정의한 메서드의 결과인 alert(‘click’);을 실행하게 됩니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;다음 예제를 통해 자세히 알아 보도록 하겠습니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;selected &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;font-weight&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;bold&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;color&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;White&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background-color&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; Red&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;        
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;td&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;click&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                alert&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;$&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;this&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;text&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;3&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;4&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;5&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;6&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;7&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;8&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;9&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;11&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;12&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;13&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;14&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;15&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;16&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;17&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;18&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;19&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;20&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;21&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;22&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;23&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;24&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;        
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=event_01_002.jpg alt=event_01_002.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/796/390/dfa7662699b7fbbb73bc2641774dcd88.jpg&quot; width=600 height=500 rel=&quot;xe_gallery&quot; jQuery161045957307037448275=&quot;7&quot;&gt; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;클릭 이벤트가 필요한 요소를 셀렉터를 통해 선택하고, 선택된 모든 개체에 일괄적으로 이벤트를 할당합니다. &lt;/P&gt;
&lt;P&gt;이런 패턴의 개발은 코드의 양을 줄이고, 관련 메서드를 수정할 때 번거로움이 확~ 줄어 든다는 이점이 있습니다. 또한 클라이언트로 전송되는 데이터도 적어지기 때문에 트래픽에 대한 부담도 많이 줄일 수 있습니다.(한국과 같은 인터넷 환경은 크게 문제가 되지 않지만 3G를 이용하는 모바일 기기, 인터넷 여건이 좋지 않은 지역에서는 큰 효과를 얻을 수 있습니다.)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;웹에서 흔히 사용이 되지는 않지만 jQuery를 통해서 쉽게 구현이 가능한 마우스 더블클릭을 이용하고 싶다면, 위의 예제에서 .click() 메서드를 .dblclick()으로 변경만 하면 아무런 문제없이 사용이 가능합니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;&amp;lt;&lt;/SPAN&gt;script type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;td&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;dblclick&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            alert&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;$&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;this&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;text&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;/&lt;/SPAN&gt;script&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;대부분의 이벤트 관련 메서드는 이처럼 관련 메서드 이름만 다를 뿐 사용하는 방법에 대한 차이가 거의 존재 하지 않습니다.&lt;br /&gt;마지막으로 키보드 입력 시 키보드의 값을 알아내는 예제를 통해 eventData의 간단한 사용법을 알아 보도록 하겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=event_01_003.jpg alt=event_01_003.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/796/390/d85961d3d13e70301dedf50cfd48cf12.jpg&quot; width=618 height=323 rel=&quot;xe_gallery&quot; jQuery161045957307037448275=&quot;8&quot;&gt; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;.keydown()&lt;/STRONG&gt; 이벤트를 사용하는 이유는 엔터키와 같은 특수 입력키에 대한 내용도 체크하기 위함이며, 특수키에 대한 값이 필요 없을 경우에는 &lt;STRONG&gt;.keypress()&lt;/STRONG&gt; 를 사용하시면 됩니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;selected &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;font-weight&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;bold&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;color&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;White&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background-color&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; Red&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;        
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;#txtInput&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;keydown&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;e&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;#txtKeyCode&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;val&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;e&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;keyCode&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;input&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text&quot;&lt;/SPAN&gt; id&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;txtInput&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt; &amp;lt;/br /&amp;gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;input&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text&quot;&lt;/SPAN&gt; id&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;txtKeyCode&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=event_01_005.jpg alt=event_01_005.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/796/390/8e882ae5af30f5325909d54ac99dfecd.jpg&quot; width=600 height=450 rel=&quot;xe_gallery&quot; jQuery161045957307037448275=&quot;9&quot;&gt; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;입력되는 키에 따른 해당 “keyCode”값이 노출되는걸 확인 할 수 있으며, “Enter”, “Ctrl”, “Shift”등의 특수 키보드의 값도 확인 할 수 있습니다. 앞서 말씀 드린 봐와 같이 jQuery에서 지원하고 있는 이벤트 관련 메서드의 종류는 상당히 많은 편이나, 이번 강좌에서 예제로 보여드린 부분만 이해를 하신다면 다른 이벤트 관련 메서드를 사용하시는데 큰 문제가 없을 것으로 생각이 됩니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;참고자료 및 참고링크&lt;br /&gt;jQuery Events&lt;/P&gt;
&lt;P&gt;&lt;A href=&quot;http://api.jquery.com/category/events/&quot;&gt;&lt;U&gt;&lt;FONT color=#0066cc&gt;http://api.jquery.com/category/events/&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: right&quot;&gt;from. &lt;A href=&quot;http://www.sqler.com/390796&quot;&gt;http://www.sqler.com/390796&lt;/A&gt;&lt;/P&gt;</description>
      <category>Web Dev/jQuery</category>
      <category>Blur</category>
      <category>Change</category>
      <category>Click</category>
      <category>dblclick</category>
      <category>event</category>
      <category>focus</category>
      <category>hover</category>
      <category>jquery</category>
      <category>KeyDown</category>
      <category>KeyPress</category>
      <category>keyup</category>
      <category>mouseDown</category>
      <category>mouseenter</category>
      <category>mouseleave</category>
      <category>mouseOut</category>
      <category>mouseUp</category>
      <category>ready</category>
      <category>resize</category>
      <category>scroll</category>
      <category>select</category>
      <category>submit</category>
      <category>이벤트</category>
      <category>제이쿼리</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/53</guid>
      <comments>https://ezbuilder.tistory.com/53#entry53comment</comments>
      <pubDate>Fri, 8 Mar 2013 11:35:34 +0900</pubDate>
    </item>
    <item>
      <title>[jQuery강좌] 16. jQuery Form API - 폼 지원 메서드에 대하여</title>
      <link>https://ezbuilder.tistory.com/52</link>
      <description>&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 24px&quot;&gt;웹 프런티어와 함께 하는 jQuery 기초강좌&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;16th - jQuery FORM API&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;폼(form)을 위한 API&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;이번 시간에는 Form에 대한 이야기를 진행합니다.&lt;/P&gt;
&lt;P&gt;웹 프로그램에서 Form은 매우 중요한 요소입니다. 사용자의 데이터를 서버로 전송을 하는 막중한 임무를 뛰고 있습니다. &lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;ASP.NET에서는 단일 폼의 형태로 구성이 되어 있었으며, 많은 부분이 Form에 대해 크게 신경을 쓰지 않아도 되는 부분이 있었습니다. 하지만 ASP.NET MVC가 나오면서 상황은 바뀌었습니다. &lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;ASP, PHP 처럼 Form을 직접적으로 컨트롤 하고, 다중 폼을 이용한 프로그래밍이 쉬워졌기 때문입니다. &lt;/P&gt;
&lt;P&gt;물론 ASP.NET도 Form을 통한 데이터 전달이나 이벤트 발생을 하고 있지만 대부분 개발자가 크게 신경을 써야 하는 부분이 적었던 반면에 ASP.NET MVC의 경우는 ASP 처럼 많은 부분에 Form에 대해 신경을 써야 합니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;ASP.NET이 단일 폼만을 지원하는 것은 아니며, 흔히 말하는 꼼수를 사용하면 다중 폼도 아무런 문제 없이 사용이 가능합니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;이번 강좌는 ASP.NET 개발자 보다는 ASP, PHP, ASP.NET MVC 개발자에게는 아주 큰 도움이 되지 않을까 하는 생각이 듭니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;서론은 여기까지 하고, 바로 본론으로 들어가겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;Form 하면 꼭 등장하는 녀석이 바로 submit() 입니다.&lt;/P&gt;
&lt;P&gt;“submit”은 form에 있는 데이터를 사용자가 지정한 곳에 보내는 역할을 하게 됩니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;jQuery에서 지원하는 .submit() 동일한 역할을 하고 있으며 다음과 같은 형태를 가지고 있습니다. &lt;/P&gt;
&lt;P&gt;&lt;IMG title=form_001.jpg alt=form_001.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/921/387/872167566d82330494adc3dad0f18399.jpg&quot; width=617 height=326 rel=&quot;xe_gallery&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;.submit(handler(eventObject) 를 살펴 보면, 뒤에 handler라는 것이 존재를 하고 있습니다. .submit()을 호출하게 되면 정의된 handler를 실행하고 리턴 받은 Boolean값을 통해 서버로 데이터 전송 유/무를 결정 하게 됩니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;일반적으로 아래와 같은 방법을 사용을 하고 있습니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; sendSubmit&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;if&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;getElementById&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;txtName&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;value &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;==&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;''&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
        alert&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;이름을 입력하세요.&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;return&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;else&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
        document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;form&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;submit&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;위 방법을 jQuery에서 제공하는 .submit(handler);를 사용하게 되면 다음과 같습니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;$&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'form'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;submit&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;if&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;$&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'#txtName'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;val&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;==&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;''&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
        alert&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;이름을 입력하세요.&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;return&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(15,77,117)&quot;&gt;false&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;else&lt;/SPAN&gt;    &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;return&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(15,77,117)&quot;&gt;true&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;약간의 형태만 달라졌지, 기본적인 개념은 기존과 동일하기 때문에 큰 어려움 없이 바로 사용 가능 합니다. &lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;서버간의 데이터 통신을 위해 form에 있는 데이터를 직렬화 하거나 url을 통해 전달을 하는 경우가 있습니다. &lt;/P&gt;
&lt;P&gt;특히나 Ajax를 이용한 비동기 통신에서는 데이터의 직렬화를 상당히 많이 사용하고 있습니다. 이럴 때를 위해서 jQuery에서는 form 데이터를 쉽게 직렬화 시킬 수 있는 메서드를 제공하고 있습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;바로 지금부터 설명드릴 아래의 두 녀석입니다.&lt;/P&gt;
&lt;P&gt;&lt;IMG title=form_002.jpg alt=form_002.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/921/387/1e1e852db7075605b5203c0a40c764f7.jpg&quot; width=588 height=128 rel=&quot;xe_gallery&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;메서드 이름부터가 직렬화입니다. &lt;/P&gt;
&lt;P&gt;두 메서드의 역할은 동일하며, 반환되는 값에서 약간의 차이를 보이고 있습니다.&lt;/P&gt;
&lt;P&gt;.serialize()의 경우 선택한 폼의 값을 “a=1&amp;amp;b=2&amp;amp;c=3”등의 형태로 반환하며, .serializeArray() 메서드의 경우 jQuery 배열 개체로 반환합니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;쿼리스트링을 통한 Ajax 관련 데이터를 만들 때는 .serialize()를 사용하시면 됩니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;다음 예제를 통해 .serialize() 메서드 동작을 확인해 보도록 하겠습니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt; 
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'form'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;submit&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; datas &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;this&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;serialize&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
                alert&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;datas&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;return&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(15,77,117)&quot;&gt;false&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;    
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;form&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;input&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text&quot;&lt;/SPAN&gt; name&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;a&quot;&lt;/SPAN&gt; value&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;1&quot;&lt;/SPAN&gt; id&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;a&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;br&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;input&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text&quot;&lt;/SPAN&gt; name&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;b&quot;&lt;/SPAN&gt; value&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;2&quot;&lt;/SPAN&gt; id&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;b&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;br&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;input&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;hidden&quot;&lt;/SPAN&gt; name&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;c&quot;&lt;/SPAN&gt; value&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;3&quot;&lt;/SPAN&gt; id&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;c&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;br&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;          
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;select&lt;/SPAN&gt; name&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;d&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;option&lt;/SPAN&gt; value&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;5&quot;&lt;/SPAN&gt; selected&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;selected&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;5&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;option&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;option&lt;/SPAN&gt; value&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;6&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;6&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;option&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;option&lt;/SPAN&gt; value&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;7&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;7&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;option&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;select&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;br&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;            
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;input&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;submit&quot;&lt;/SPAN&gt; name&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;f&quot;&lt;/SPAN&gt; value&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;Submit&quot;&lt;/SPAN&gt; id&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;f&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;form&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=form_003.jpg alt=form_003.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/921/387/4ade8ae7d960fcb408ee0a789cafbf67.jpg&quot; width=600 height=450 rel=&quot;xe_gallery&quot; jQuery16103596775964405815=&quot;7&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;[폼 데이터에 대한 값이 serialize 된 결과를 확인 할 수 있습니다. ]&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;이제 더 이상 쿼리스트링을 만들기 위해서 노가다 작업을 하지 않아도 된다는 아주 큰 희소식입니다. &lt;/P&gt;
&lt;P&gt;물론 일반적인 Form 데이터를 전송하게 되면 자동으로 직렬화 형태로 값이 전달이 되지만, Ajax와 같은 특수한 상황에서는 정말로 완소 메소드가 아닌가 싶습니다.&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: right&quot;&gt;from. &lt;A href=&quot;http://www.sqler.com/390796&quot;&gt;http://www.sqler.com/390796&lt;/A&gt;&lt;/P&gt;</description>
      <category>Web Dev/jQuery</category>
      <category>API</category>
      <category>form</category>
      <category>jquery</category>
      <category>serialize</category>
      <category>serializeArray</category>
      <category>submit</category>
      <category>제이쿼리</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/52</guid>
      <comments>https://ezbuilder.tistory.com/52#entry52comment</comments>
      <pubDate>Fri, 8 Mar 2013 11:34:03 +0900</pubDate>
    </item>
    <item>
      <title>[jQuery강좌] 15. jQuery Attribute - 요소의 속성 관련 메서드에 대하여</title>
      <link>https://ezbuilder.tistory.com/51</link>
      <description>&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 24px&quot;&gt;웹 프런티어와 함께하는 jQuery 기초강좌&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;15th - jQuery Attribute(속성 관련 메서드 알아보기)&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;HTML 문서의 속성 제어하기&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;이번 시간에는 jQuery를 이용하여, 개체 속성을 제어하는 방법에 대해 알아 보도록 하겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;HTML 요소에서 이름을 제외한 나머지 요소는 모두 속성이 될 수 있습니다.&lt;/P&gt;
&lt;P&gt;즉 &amp;lt;img src=&quot;”img/new.gif” alt=”새글” /&amp;gt; 이라는 요소가 있다면 src, alt는 모두 요소가 되며, 정의되지 않은 값을 사용자 임의로 넣어 사용 가능합니다. (사용자 정의 속성은 특별한 오류를 나타내지는 않으나, 간혹 브라우저 특성으로 인해 발생되는 오류가 있으니, 꼭 필요한 곳에만 사용을 하시기 바랍니다.)&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.attr()&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG title=attr_001.jpg alt=attr_001.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/878/387/f5cce21b897092461ae7e307d3b52994.jpg&quot; width=635 height=236 rel=&quot;xe_gallery&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;어디서 많이 본 형태 아닌가요? 맞습니다. 스타일 관련 강좌에서 나왔던 css() 메서드와 이름만 다르지 똑같이 생겼습니다. &lt;/P&gt;
&lt;P&gt;동작하는 모습도 클래스에서 속성으로만 변경되었지 동일합니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;요소의 속성값을 가져오기 위해서는 .attr(attributeName)을 사용하며, 속성값을 설정하기 위해서는 .attr(attributeName, value)를 사용하면 됩니다. 다시 한번 밥 아저씨의 명언이 생각 납니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;img&lt;/SPAN&gt; src&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;”img/new&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;gif” alt&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;”새글” &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;
var imgSrc = $(“img”).attr(“src”); //img 요소의 src 속성을 가져옵니다.
$(“img”).attr(“src”, “img/old&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;gif”); //img 요소의 src 속성을 “img/old&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;gif”로 변경합니다.

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;속성값을 성정 할 경우 해당 속성이 존재하면 기존 속성에 덮어쓰기를 하며, 속성이 존재 하지 않을 경우에는 새로운 속성을 할당 하게 됩니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;Callback 메서드를 통한 속성값 제어는 이미 css() 메서드에서 자세히 설명 했던 부분이므로 넘어 가도록 하겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;일반적인 자바스크립트를 통해서도 속성에 접근이 가능합니다만, 브라우저마다 지원하는 방식이 다르기 때문에 속성값을 사용할 경우에는 jQuery의 attr() 메서드를 사용하시는 것이 정신 건강에 매우 좋습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.removeAttr()&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=attr_002.jpg alt=attr_002.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/878/387/c08022f5471709baa5d94f37cf054a18.jpg&quot; width=618 height=200 rel=&quot;xe_gallery&quot; jQuery161019062251381675682=&quot;6&quot;&gt; &lt;br /&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;attr() 메서드를 통해 속성값을 추가 했으니, 이제 삭제를 시키는 방법에 대해 알아 보도록 하겠습니다. &lt;/P&gt;
&lt;P&gt;attr(“attributeName”, ””); 와 같은 방법으로 해당 속성값을 삭제(?) 할 수도 있습니다만, FireBug와 같은 툴을 사용해 확인을 해 보면 값만 빈 값으로 변경이 된걸 확인 할 수 있습니다. (당연하다고요 ? 죄송합니다… 혹시나 해서….)&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;removeAttr() 메서드를 사용시 해당 속성에 대한 이름과 값이 모두 제거되며, 역시나, 자바스크립를 통한 속성값 삭제 보다는 해당 메서드를 사용하길 추천 드립니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.val()&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=attr_003.jpg alt=attr_003.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/878/387/2e0fb495b08f24b044de97a21c49bbbd.jpg&quot; width=631 height=218 rel=&quot;xe_gallery&quot; jQuery161019062251381675682=&quot;7&quot;&gt; &lt;br /&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;선택된 요소의 값을 가져옵니다. jQuery 에서 셀렉터 다음으로 가장 많이 사용되는 메서드가 아닌가 싶습니다.&lt;/P&gt;
&lt;P&gt;Input, select 등의 요소에서 value에 해당하는 값을 가져오거나 설정하며, 자바스크립트의 document.getElementById(“txtName”).value; 와 동일한 역할을 합니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;input&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;”text” name&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;”txtName” id&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;”txtName” &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;
var name = $(“#txtName”).val(); //입력된 값 가져오기
$(“#txtName”).val(“val를 이용한 새로운 값 입력”); //값 입력하기

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;Callback 함수의 경우 역시 앞서 설명한 부분과 동작이 완전 동일하여, 자세한 설명을 생략합니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.text() / .html()&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;선택된 개체의 text 또는 html을 가져오거나 사용자가 지정하는 값으로 설정하는 역할을 하는 메서드 입니다.&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=attr_004.jpg alt=attr_004.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/878/387/94f39c807b35825011abbc2e0a6616f8.jpg&quot; width=635 height=217 rel=&quot;xe_gallery&quot; jQuery161019062251381675682=&quot;8&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG title=attr_005.jpg alt=attr_005.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/878/387/8d68459af59c0925ea3f5843198e1d64.jpg&quot; width=631 height=216 rel=&quot;xe_gallery&quot;&gt; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;두 개의 메서드 역시 앞서 설명 드린 부분과 사용방법이 크게 다르지 않습니다. 파라미터 인자의 유무에 따라 값을 설정 하거나, 해당 값을 가져오거나.....&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;사용 방법에 대해 설명 보다는 text 와 html에 대한 차이점에 대한 예제를 끝으로 이번 강좌를 마칠까 합니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; text &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;div&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;text&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; html &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;div&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;html&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            alert&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;text&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            alert&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;html&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    text 그리고 html??? 차이(&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;)
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;3&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;4&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;5&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;6&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;7&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;8&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;9&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;11&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;12&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;13&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;14&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;15&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;16&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;17&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;18&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;19&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;20&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;21&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;22&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;23&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;24&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;        
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    text 그리고 html??? 차이(&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;)
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG title=attr_006.jpg alt=attr_006.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/878/387/897e10528098ed9b5ff69defabc9c274.jpg&quot; width=497 height=184 rel=&quot;xe_gallery&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;[$(&quot;div&quot;).text()]&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG title=attr_007.jpg alt=attr_007.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/878/387/19e10abb080959b093992452fedcd458.jpg&quot; width=483 height=649 rel=&quot;xe_gallery&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;[$(&quot;div&quot;).html()]&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;두 메서드의 차이점이 보이시나요?&lt;/P&gt;
&lt;P&gt;text()의 경우 html을 제외한 순수 text만 가져오는 반면에 html()의 경우는 text를 포함한 모든 html의 내용까지 가져 오는걸 확인 할 수 있습니다.&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: right&quot;&gt;from. &lt;A href=&quot;http://www.sqler.com/387878&quot;&gt;http://www.sqler.com/387878&lt;/A&gt;&lt;/P&gt;</description>
      <category>Web Dev/jQuery</category>
      <category>attr</category>
      <category>attribute</category>
      <category>html</category>
      <category>jquery</category>
      <category>removeAttr</category>
      <category>text</category>
      <category>val</category>
      <category>제이쿼리</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/51</guid>
      <comments>https://ezbuilder.tistory.com/51#entry51comment</comments>
      <pubDate>Fri, 8 Mar 2013 11:33:04 +0900</pubDate>
    </item>
    <item>
      <title>[jQuery강좌] 14. jQuery CSS - 스타일 관련 메서드에 대하여</title>
      <link>https://ezbuilder.tistory.com/50</link>
      <description>&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 24px&quot;&gt;웹 프런티어와 함깨하는 jQuery 기초강좌&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;14th - jQuery CSS(스타일 관련 메서드 알아보기)&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;HTML 문서의 스타일 제어하기&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;jQuery에서는 역시나 굉장히 많은 API를 제공 하고 있습니다만, 여기서는 자주 사용되는 API를 중심으로 설명을 드리고, 필요에 따라서 부수적인 API에 대해 이야기 하도록 하겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;우선 스타일을 직접적으로 제어하는데 사용되는 API를 알아 보도록 하겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.css()&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG title=css_001.jpg alt=css_001.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/865/387/af55950e090419fac73aeccdaa8e2950.jpg&quot; width=632 height=234 rel=&quot;xe_gallery&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;적용된 스타일을 가져오거나, 새로운 스타일을 적용합니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;$(“div”).css(“background-color”)의 경우 해당 선택된 개체의 배경 색상을 가져옵니다. &lt;/P&gt;
&lt;P&gt;기본적인 표현 식은 스타일에서 사용되는 구문을 동일하게 사용하시면 됩니다. &lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;새로운 스타일을 적용하고 싶을 경우에는 css(propertyName, value) 메서드를 사용하시면 됩니다. 앞에서 진행한 예제를 보시면 대부분의 경우 이 메서드를 사용해서 강조하고 있습니다. 사용법 또한 스타일 관련 문법만 알고 계시면 어렵지 않게 활용 가능합니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;붉은색 배경을 넣고 싶을 경우 $(“div”).css(“background-color”, “red”); propertyName에는 적용할 스타일의 이름과 value에는 원하는 값을 넣기만 하면 됩니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;$(“div”).css(“background-color”, function(index, value) { }); 와 같은 형식을 통해 자신이 원하는 기능을 확장하여 사용할 수 있습니다. function의 파라미터를 살펴보면 index와 value가 존재하고 있습니다. Index의 경우 선택한 개체의 순서이며, value는 해당 개체의 현재 스타일 속성값입니다. 이 형식을 사용하면, 한번에 개체의 스타일 값을 확인하고 변경할 수 있는 큰 장점이 있습니다. &lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;다음 예제를 통해 간단히 알아 보도록 하겠습니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;tr&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;css&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;background-color&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;index&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; value&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;if&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;value &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;==&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;rgb(255, 255, 0)&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                    &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;return&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;red&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background-color&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;rgb&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;255&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;255&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;0&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;3&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;4&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;5&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;6&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;7&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;8&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;9&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background-color&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;rgb&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;255&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;255&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;0&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;11&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;12&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;13&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;14&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;15&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;16&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;17&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;18&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;19&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;20&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background-color&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;rgb&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;255&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;255&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;0&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;21&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;22&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;23&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;24&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;        
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=css_002.jpg alt=css_002.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/865/387/a7718b7b877205c5e1556e1b8109ac7f.jpg&quot; width=600 height=500 rel=&quot;xe_gallery&quot; jQuery16101749651752341423=&quot;8&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;HTML에서 노랑색으로 강조한 부분이 붉은 색으로 변경 되었습니다. Function의 경우 파라미터가 하나이면 무조건 해당 개체의 index가 반환되니 이점 참고 하시기 바랍니다. Index, value에 대한 값이 필요 없을 경우는 파라미터를 사용하지 않으셔도 무방합니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.hasClass(className)&lt;/SPAN&gt;&lt;/B&gt; &lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=css_003.jpg alt=css_003.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/865/387/d5030f778c63dc4822543a7c8126c30e.jpg&quot; width=614 height=200 rel=&quot;xe_gallery&quot; jQuery16101749651752341423=&quot;9&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;선택된 개체에 className과 동일한 클래스가 존재 하는지에 대한 결과를 true/false 로 반환합니다.&lt;/P&gt;
&lt;P&gt;&amp;lt;div class=”myClass”&amp;gt;Content&amp;lt;/div&amp;gt;&lt;/P&gt;
&lt;P&gt;$(“div”).hasClass(“myClass”)의 경우 “true”를 반환합니다.&lt;/P&gt;
&lt;P&gt;$(“div”).hasClass(“noClass”)의 경우 “false”를 반환합니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.addClass()&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;&lt;IMG title=css_004.jpg alt=css_004.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/865/387/083443e7470d832606bfca5ae3ae75f4.jpg&quot; width=618 height=321 rel=&quot;xe_gallery&quot;&gt; &lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;새로운 클래스를 추가하는 메서드입니다.&lt;/P&gt;
&lt;P&gt;$(“div”).addClass(“className”) 셀렉터를 통해 가져온 개체에 className이라는 클래스를 추가합니다. &lt;/P&gt;
&lt;P&gt;이 부분은 더 드릴만한 설명이 없으므로 function 파라미터를 통한 클래스 제어에 대해 자세히 알아 보도록 하겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;앞서 설명 드린 “css(propertyName, function(index, value) {})”와 비슷한 형식을 보이는 걸로 봐서는 하는 역할도 비슷할 것이라 생각 하시면 빙고 ~~&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;css() 메서드의 경우 스타일에 대한 속성값을 제어하고, addClass()의 경우 속성값이 아닌 className에 대한 부분만 제어 한다는 차이만 있을 뿐 거의 동일한 동작을 합니다. function의 파라미터 또한 css() 메서드에서 설명 드린 부분과 동일합니다. Index는 개체의 번호를 currentClass는 value와 같이 현재 개체의 className을 반환합니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;다음 예제를 통해 addClass(function(index, currentClass))의 사용법을 알아 보도록 하겠습니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;textStyle &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;font-weight&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;bold&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;color&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;White&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;bgred &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background-color&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; Red&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;tr&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;addClass&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;index&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; currentClass&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;                
                &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;if&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;currentClass &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;==&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;bgred&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                    &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;return&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;textStyle&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt; class&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;bgred&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;3&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;4&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;5&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;6&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;7&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;8&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;9&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt; class&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;bgred&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;11&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;12&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;13&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;14&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;15&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;16&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;17&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;18&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;19&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;20&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt; class&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;bgred&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;21&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;22&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;23&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;24&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;        
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=css_005.jpg alt=css_005.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/865/387/c3d804e3673bcda497f9c28abd490c5b.jpg&quot; width=600 height=500 rel=&quot;xe_gallery&quot; jQuery16101749651752341423=&quot;10&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;선택한 개체 중에 클래스 명이 “bgred”일 경우 해당 개체에 “textStyle”이라는 클래스를 추가 하였으며, 결과 화면에서 보듯이 하얀색의 글자와 bold 속성이 적용 되었습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.removeClass()&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=css_006.jpg alt=css_006.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/865/387/3489802e276c3ea87dbdbcc2264f6f2b.jpg&quot; width=618 height=317 rel=&quot;xe_gallery&quot; jQuery16101749651752341423=&quot;11&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;.addClass()와는 반대로 해당 className을 삭제 합니다.&lt;/P&gt;
&lt;P&gt;.addClass()와 동작하는 형태와 사용법은 완전히 동일 하며, 반대로 선언한 클래스를 삭제 한다는 것만 알아 두시면 됩니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.toggleClass()&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=css_007.jpg alt=css_007.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/865/387/135a880224a8218a0deeb83943e26f62.jpg&quot; width=617 height=485 rel=&quot;xe_gallery&quot; jQuery16101749651752341423=&quot;12&quot;&gt; &lt;br /&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;선택한 개체를 마치 스위치처럼 껏다(removeClass()), 켯다(addClass())하는 기능을 하는 메서드입니다. &lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;$(“div”).toggleClass(“myClass”)&lt;/P&gt;
&lt;P&gt;선택한 개체에 myClass가 적용 시 myClass를 삭제를 하고, 적용되지 않은 경우에는 myClass를 적용하는 역할을 합니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;toggleClass(className, switch)의 두 번째 파라미터인 switch(Boolean)값을 통해 사용자가 toggle상태를 지정할 수 도 있습니다. true 라면 addClass()와 같은 효과를 반대로 false라면 removeClass()와 같은 효과를 나타냅니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;이 메서드 역시 function을 통한 확장된 제어가 가능합니다. &lt;/P&gt;
&lt;P&gt;모양을 보아 하니 역시나 이전 메서드에서 설명 드린 부분과 동일한 형태를 취하고 있는걸 확인 할 수 있습니다.&lt;/P&gt;
&lt;P&gt;아마도 function의 역할은 toggle할 클래스명의 리턴이 되겠다라는 생각이 팍팍 듭니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;toggleClass()를 사용하여 목록에서 사용자가 선택한 항목을 강조하는 예제 입니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;selected &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;font-weight&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;bold&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;color&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;White&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background-color&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; Red&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;        
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;td&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;click&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; obj &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;this&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
                obj&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;toggleClass&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;selected&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;3&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;4&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;5&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;6&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;7&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;8&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;9&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;11&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;12&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;13&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;14&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;15&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;16&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;17&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;18&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;19&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;20&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;21&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;22&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;23&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;24&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;        
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG title=css_008.jpg alt=css_008.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/865/387/dd2b4f38fb8f0639288fdeec74276c93.jpg&quot; width=600 height=450 rel=&quot;xe_gallery&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;이미지로 표현되어 정확한 동작의 모습을 보여드리지 못하는게 아쉬울 뿐입니다. &lt;/P&gt;
&lt;P&gt;예제 소스를 복사하셔서 브라우저로 확인을 해 보시면 한번 클릭하면 toggleClass()로 인해서 selected 클래스가 추가되면 이미 추가된 항목을 선택하면 selected 클래스가 삭제되어 이전의 모습으로 돌아 가는 모습을 확인 할 수 있습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.position(), .width(), .height()&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;단어만 봐도 어떠한 역할을 하는지 알 수 있는 녀석들 입니다.&lt;/P&gt;
&lt;P&gt;우선 position()에 대해 살펴보면 단어의 뜻 그대로 선택된 개체의 위치값을 가지고 있는 개체를 반환합니다. 반환되는 개체는 top, left라는 속성값을 가지고 있으며, 다음과 같이 사용됩니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; p &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;“div”&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;position&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; pTop &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; p&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;top&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; pLeft &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; p&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;left&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;var p = $(“div”).position();&lt;/P&gt;
&lt;P&gt;var pTop = p.top;&lt;/P&gt;
&lt;P&gt;var pLeft = p.left;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;width() 그리고 height()&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;선택된 개체의 가로와 세로길이를 반환하거나 설정하는 메서드입니다. 아무런 파라미터가 없을 경우 해당 값을 반환하며, 파라미터를 넣을 경우 각각의 값이 파라미터의 값으로 대체됩니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;개체의 가로&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;세로 길이를 구할 때
&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; width &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;“div”&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;width&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; height &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;“div”&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;height&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;

개체의 가로&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; 세로 길이를 지정 할 때
$&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;“div”&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;width&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,140,0)&quot;&gt;100&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
$&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;“div”&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;height&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,140,0)&quot;&gt;100&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;개체의 가로,세로 길이를 구할 때&lt;/P&gt;
&lt;P&gt;var width = $(“div”).width();&lt;/P&gt;
&lt;P&gt;var height = $(“div”).height();&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;개체의 가로, 세로 길이를 지정 할 때&lt;/P&gt;
&lt;P&gt;$(“div”).width(100);&lt;/P&gt;
&lt;P&gt;$(“div”).height(100);&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: right&quot;&gt;from. &lt;A href=&quot;http://www.sqler.com/387865&quot;&gt;http://www.sqler.com/387865&lt;/A&gt;&lt;/P&gt;</description>
      <category>Web Dev/jQuery</category>
      <category>CSS</category>
      <category>jquery</category>
      <category>Style</category>
      <category>제이쿼리</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/50</guid>
      <comments>https://ezbuilder.tistory.com/50#entry50comment</comments>
      <pubDate>Fri, 8 Mar 2013 11:30:09 +0900</pubDate>
    </item>
    <item>
      <title>[jQuery강좌] 13. jQuery Core</title>
      <link>https://ezbuilder.tistory.com/49</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 24px&quot;&gt;웹 프런티어와 함께 하는 jQuery 기초강좌&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;13th - jQuery Core&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;jQuery Core ?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;지금까지 jQuery의 셀렉터나 API를 통한 jQuery 사용법을 알아 보았습니다. &lt;/P&gt;
&lt;P&gt;jQuery의 기본은 selector라고 말씀을 드렸지만, 이번 강좌는 제목 부터가 “CORE” 입니다. 기본 중에 기본이라고 해야 할까요?&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;강좌를 시작하면서 언급했던 내용으로 jQuery의 약자로 “$”를 사용한다고 말씀 드렸습니다.&lt;br /&gt;jQuery 소스를 확인 해 보시면 jQuery 문자 대신에 “$”를 사용할 수 있도록 설정하는 부분을 어렵지 않게 찾을 수 있습니다. (소스코드 마지막에 위치합니다.)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;첫 번째로 jQuery(=$)를 사용하여, jQuery object를 생성하는 방법에 대해 알아 보도록 하겠습니다.&lt;br /&gt;셀렉터 강좌 처음에 셀렉터를 통해 가져온 값은 jQuery object(개체)라는 말은 언급 했었습니다. jQuery 개체는 셀렉터를 통해서 가져오거나, 개발자가 () 안에 특별한 인자 값을 넣는 것으로도 개체를 만들 수 있습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;STRONG&gt;$(html)&lt;br /&gt;$(“&amp;lt;span&amp;gt;span tag 입니다.&amp;lt;/span&amp;gt;”)&lt;br /&gt;$(“&amp;lt;span/&amp;gt;”)&lt;br /&gt;&lt;/STRONG&gt;위와 같은 형태로 사용자의 마음대로 jQuery 개체를 만들 수 있습니다. &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG title=16_001.jpg alt=16_001.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/795/387/37ffe0ab446aea4a40bd501e3a63f404.jpg&quot; width=633 height=327 rel=&quot;xe_gallery&quot;&gt; &lt;br /&gt;&lt;br /&gt;$()는 ()안에 들어가는 표현 식에 따라 서로 전혀 다른 기능을 하고 있습니다. &lt;/P&gt;
&lt;P&gt;셀렉터 문법을 사용하면 $는 셀렉터가 되며, 표현 식에 함수가 들어갈 경우 document.onload와 대응이 되는 역할을 하게 되며, 많은 예제에서 사용했던 $(document).ready(function() { }); 의 함축적인 표현으로 $(function() { });를 사용 합니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;jQuery 개체는 Javascript의 개체와는 전혀 다르며, 사용법 또한 많은 부분에서 차이가 납니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;간단한 예로 $(“#id”)와 document.getElementById(“id”)를 통해 가져온 개체를 alert() 메서드를 통해 알아보면 $(“#id”)의 경우 object 형식으로, 후자의 경우 HTML Element로 나타나는 걸 확인 할 수 있습니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;jQuery.noConflict()&lt;/SPAN&gt;&lt;br /&gt;&lt;/STRONG&gt;예약어로 사용되는 “$”문자를 다른 라이브러리와 충돌이 나지 않게 하는 역할을 합니다.&lt;br /&gt;대표적으로 Prototype이라는 라이브러리가 “$”를 사용하고 있으며, Prototype에서 jQuery로 옮겨가고 있는 사이트나, 개발 시 꼭 Prototype과 혼용해서 사용하는 경우가 있다면 noConflict() 메서드를 통해 jQuery의 “$”를 무력화 시키거나 다른 약어로 변경 할 수 있습니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;우선 jQuery의 noConflict 메서드의 내부를 보면 “$”를 _$ 또는 _jQuery로 변경하는 것을 확인 할 수 있습니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;noConflict: function( deep ) {
    window&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;$ = _$;
    if ( deep ) {
        window&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;jQuery = _jQuery;
    }
    return jQuery;
},
&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;&lt;STRONG&gt;“$” “X”로 변경하기&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;br /&gt;var X = jQuery.noConflict();&lt;br /&gt;단순히 변수를 하나 지정하고, noConflict() 메서드를 실행 하기만 됩니다. &lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; X &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; jQuery&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;noConflict&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        X&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            X&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;td&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;not&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;index&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;return&lt;/SPAN&gt; index &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;%&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,140,0)&quot;&gt;3&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;==&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,140,0)&quot;&gt;0&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;css&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;background&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;red&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;3&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;4&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;5&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;6&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;7&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;8&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;9&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;11&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;12&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;13&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;14&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;15&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;16&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;17&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;18&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;19&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;20&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;21&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;22&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;23&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;24&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;        
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=16_002.jpg alt=16_002.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/795/387/8fc7653101b41bf64fbfe07155dc70df.jpg&quot; width=600 height=500 rel=&quot;xe_gallery&quot; jQuery161011770260903463314=&quot;6&quot;&gt; &lt;/P&gt;
&lt;P&gt;[$ =&amp;gt; X로 변경 후 전과 다름없이 동작에는 전혀 문제가 발생하지 않았습니다.]&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;지금까지 jQuery Core에 대해 알아 보았으며, 다음 시간에는 CSS(Style)에 대해 알아보는 시간을 갖도록 하겠습니다.&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: right&quot;&gt;from. &lt;A href=&quot;http://www.sqler.com/387795&quot;&gt;http://www.sqler.com/387795&lt;/A&gt;&lt;/P&gt;</description>
      <category>Web Dev/jQuery</category>
      <category>core</category>
      <category>jquery</category>
      <category>noConflict</category>
      <category>제이쿼리</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/49</guid>
      <comments>https://ezbuilder.tistory.com/49#entry49comment</comments>
      <pubDate>Fri, 8 Mar 2013 11:29:09 +0900</pubDate>
    </item>
    <item>
      <title>[jQuery강좌] 12. jQuery Traverse - Tree Traversal</title>
      <link>https://ezbuilder.tistory.com/48</link>
      <description>&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 24px&quot;&gt;&lt;STRONG&gt;웹 프런티어와 함께 하는 jQuery 기초강좌&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;12th - jQuery Traverse(탐색)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;세 번째 이야기 - Tree Traversal&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;탐색(Traverse) 메서드의 마지막 시간으로 이번에는 Tree 와 관련된 메서드에 대해 알아 보도록 하겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;Tree Traversal&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Tree하면 생각나는 그 강좌가 있지 않으시나요 ?&lt;br /&gt;Hierarchy Selector진행 시 HTML DOM에 대한 내용 기억하시나요 ? 이번 시간도 DOM을 이용하는 부분이니, 혹시라도 기억이 나지 않으시면 미리 한번 확인을 해 보시고 이번 강좌를 보시면 도움이 많이 되지 않을까 합니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;이전에 작성했던 강좌와 동일하게 우선 jQuery에서 지원하고 있는 메서드의 목록을 알아 보도록 하겠습니다. &lt;/P&gt;
&lt;P&gt;아래에 나열된 목록과 설명은 jQuery에서 제공하는 메서드의 일부이며, 더 자세한 내용은 &lt;A href=&quot;http://docs.jquery.com/Traversing&quot;&gt;&lt;U&gt;&lt;FONT color=#0066cc&gt;http://docs.jquery.com/Traversing&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;에서 확인 하시기 바랍니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;TABLE style=&quot;PADDING-BOTTOM: 2px; BACKGROUND-COLOR: rgb(204,204,204); MARGIN: 5px; PADDING-LEFT: 2px; WIDTH: 700px; PADDING-RIGHT: 2px; PADDING-TOP: 2px&quot; cellSpacing=1&gt;
&lt;TBODY&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;STRONG&gt;메서드&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;STRONG&gt;메서드 설명&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.children([selector])&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;선택된 개체의 자식 중 Selector 와 동일한 요소를 가져옵니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.closest([selector])&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;선택된 개체에서 DOM Tree를 통해 가장 가까운 조상 요소를 가져옵니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.find([selector])&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;선택된 개체에서 selector와 일치하는 요소를 가져옵니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-WEIGHT: normal&quot; class=Apple-style-span&gt;.next([selector])&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;선택된 개체에서 selector와 일치하는 형제 요소를 가져옵니다.&lt;br /&gt;일치하는 항목이 없을 경우 다음 항목으로 이동해 요소를 찾습니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-WEIGHT: normal&quot; class=Apple-style-span&gt;.parent([selector])&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;선택된 개체에서 selector와 일치하는 부모의 요소를 가져옵니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-WEIGHT: normal&quot; class=Apple-style-span&gt;.prev([selector])&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;선택된 개체에서 selector와 일치하는 바로 앞의 형제 요소를 가져옵니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-WEIGHT: normal&quot; class=Apple-style-span&gt;.siblings([selector])&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;선택된 개체에서 selector와 일치하는 형제 요소를 가져옵니다.&lt;br /&gt;&lt;STRONG&gt;자신은 제외합니다.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colSpan=2&gt;표 1. [jQuery &lt;SPAN class=Apple-style-span&gt;Tree 메서드 종류&lt;/SPAN&gt;]&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;selector는 일종의 옵션으로 존재를 하며, selector의 사용여부는 일종의 필터링과 관계가 있으며 앞으로 설명 드릴 메서드는 모두 동일한 형태를 취하고 있습니다. Selector가 있을 경우 selector와 일치하는 요소를 탐색하고, 없을 경우 가장 가까운 요소를 가져옵니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;설명을 보시면 앞서 설명을 드렸다시피 HTML DOM에 대한 이해만 되어 있으시면 너무나도 쉽게 이해가 되리라 생각이 됩니다. &lt;/P&gt;
&lt;P&gt;API명이 너무나 명확해서 해당 명칭만 번역해 보셔도 메서드의 역할은 대부분 유추가 가능합니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;그래서, 이번 강좌는 여기서 간단히 마치도록 하겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;그렇지만…..&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;그래도 정말 자주 사용하는 find() 메서드와 개인적으로 너무나 좋아하는 .siblings() 메서드에 알아 보로록 하겠습니다.&lt;br /&gt;나머지 메서드에 대해서는 천천히 차근차근 하나하나 업데이트를 진행할 예정이니 꾸준한 관심을 부탁 드리며, 첫 번째 주자 .find() 메서드에 대해 알아 보도록 하겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.find()&lt;/SPAN&gt;&lt;br /&gt;&lt;/STRONG&gt;이 메서드는 앞에 예제에서 알게 모르게 등장을 했었습니다. 예제를 앞서 간단히 설명을 붙이자면, $(“div”).find(“a”)라고 했을 경우 div 요소를 우선 탐색하여 가져온 개체에서 “a” 태그가 존재하는 요소를 가져옵니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;다른 자료를 찾아보니, filter() 메서드와 find() 메서드의 차이점에 대해 언급한 부분이 있어 저도 살짝 이야기를 하고 넘어가도록 하겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;STRONG&gt;$(“div”).filter(“a”) : &lt;/STRONG&gt;filter() 메서드를 사용할 경우는 div요소의 집합에서 “a”를 찾습니다.&lt;br /&gt;&lt;STRONG&gt;$(“div”).find(“a”) : &lt;/STRONG&gt;find() 메서드를 사용할 경우 div 요소의 집합 내용에서 “a”의 요소를 가져옵니다.&lt;br /&gt;두 메서드의 차이점이 이해가 되시나요 ?&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;다음 예제를 통해 차이점과 기본적인 사용방법에 대해 알아 보도록 하겠습니다. &lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;div&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;find&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;p&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;css&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;border&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;1px solid red&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(153,153,169)&quot;&gt;//$(&quot;div&quot;).filter(&quot;p&quot;).css(&quot;border&quot;, &quot;1px solid red&quot;);&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(153,153,169)&quot;&gt;//$(&quot;div&quot;).filter(&quot;.myClass&quot;).css(&quot;border&quot;, &quot;1px solid red&quot;);&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;this is &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;st p&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;this is &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;nd p&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt; class&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;myClass&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;this is &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;3&lt;/SPAN&gt;rd p&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;예제 소스를 보시면 아래의 모습처럼 세 가지의 스크립트가 존재 합니다.&lt;br /&gt;&lt;STRONG&gt;$(&quot;div&quot;).find(&quot;p&quot;).css(&quot;border&quot;, &quot;1px solid red&quot;);&lt;br /&gt;$(&quot;div&quot;).filter(&quot;p&quot;).css(&quot;border&quot;, &quot;1px solid red&quot;);&lt;br /&gt;$(&quot;div&quot;).filter(&quot;.myClass&quot;).css(&quot;border&quot;, &quot;1px solid red&quot;);&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=07_030(1).jpg alt=07_030(1).jpg src=&quot;http://www.sqler.com/files/attach/images/368179/736/387/ba952e2ceb40533bc0b2af374aeda223.jpg&quot; width=600 height=500 rel=&quot;xe_gallery&quot; jQuery161048393543560359953=&quot;8&quot;&gt; &lt;/P&gt;
&lt;P&gt;[$(&quot;div&quot;).find(&quot;p&quot;).css(&quot;border&quot;, &quot;1px solid red&quot;);]&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=07_030(2).jpg alt=07_030(2).jpg src=&quot;http://www.sqler.com/files/attach/images/368179/736/387/096ff04d07b2b83676e47503c24db675.jpg&quot; width=600 height=500 rel=&quot;xe_gallery&quot; jQuery161048393543560359953=&quot;9&quot;&gt; &lt;/P&gt;
&lt;P&gt;[$(&quot;div&quot;).filter(&quot;p&quot;).css(&quot;border&quot;, &quot;1px solid red&quot;);]&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=07_030(3).jpg alt=07_030(3).jpg src=&quot;http://www.sqler.com/files/attach/images/368179/736/387/9f65a0750e6883190e6325a2475b263a.jpg&quot; width=600 height=500 rel=&quot;xe_gallery&quot; jQuery161048393543560359953=&quot;10&quot;&gt; &lt;/P&gt;
&lt;P&gt;[$(&quot;div&quot;).filter(&quot;.myClass&quot;).css(&quot;border&quot;, &quot;1px solid red&quot;);]&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;화면과 같이 나열된 세 가지 메서드가 모두 다르게 동작하는 걸 알 수 있습니다.&lt;br /&gt;find()의 경우 이미 탐색된 개체의 내부 요소에서 selector와 동일한 요소를 가져오며, filter()의 경우는 처음 탐색 시에 selector에 해당되는 값으로 탐색을 도와주는(?) 역할을 한다고 보시면 됩니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.siblings()&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;br /&gt;개인적으로 상당히 많은 도움을 받은 메서드이며, 주로 목록에서 마우스로 클릭한 요소만 강조할 경우 매우 쉽게 프로그래밍을 가능하도록 해준 메서드입니다. 도움을 받았던 부분을 정리해 예제를 만들어 보았습니다.&lt;br /&gt;.siblings() 메서드를 통해 목록에서 사용자가 선택(클릭)한 부분을 어떻게 처리하는지 알아 보겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;selected &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;red &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;li&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;each&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;this&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;click&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                    $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;this&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;addClass&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;selected&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
                    $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;this&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;siblings&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;removeClass&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;selected&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;            
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;3&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;4&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;5&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;each() 메서드를 통해 “li”에 click 이벤트를 할당하고, 이벤트 발생시 이벤트가 발생된 요소의 class를 추가 시키며, 자신을 제외한 나머지 요소에 대해서는 강조 클래스 셋팅을 제거 합니다.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=07_030(4).jpg alt=07_030(4).jpg src=&quot;http://www.sqler.com/files/attach/images/368179/736/387/0e28d27108eae9a3e853bbe5b524bac8.jpg&quot; width=600 height=500 rel=&quot;xe_gallery&quot; jQuery161048393543560359953=&quot;11&quot;&gt; &lt;br /&gt;[선택한 아이템만 붉은색으로 강조 되는걸 확인 할 수 있습니다.]&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;이번 강좌를 끝으로 Traverse에 대한 내용을 마치도록 하겠습니다.&lt;br /&gt;앞으로도 많은 부분이 남았으니, 계속되는 업데이트를 기대 부탁드립니다.&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: right&quot;&gt;from. &lt;A href=&quot;http://www.sqler.com/387736&quot;&gt;http://www.sqler.com/387736&lt;/A&gt;&lt;/P&gt;</description>
      <category>Web Dev/jQuery</category>
      <category>Children</category>
      <category>closest</category>
      <category>find</category>
      <category>jquery</category>
      <category>Next</category>
      <category>parent</category>
      <category>prev</category>
      <category>siblings</category>
      <category>traversal</category>
      <category>Tree</category>
      <category>제이쿼리</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/48</guid>
      <comments>https://ezbuilder.tistory.com/48#entry48comment</comments>
      <pubDate>Fri, 8 Mar 2013 11:25:03 +0900</pubDate>
    </item>
    <item>
      <title>[jQuery강좌] 11. jQuery Traverse - Miscellaneous Traversing</title>
      <link>https://ezbuilder.tistory.com/47</link>
      <description>&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 24px&quot;&gt;웹 프런티어와 함께 하는 jQuery 기초강좌&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;11th - jQuery Traverse(탐색)&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;두 번째 이야기 - Miscellaneous&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;탐색 메서드 두 번째 시간으로 이번에는 Miscellaneous 메서드에 대해 알아 보도록 하겠습니다.&lt;/P&gt;
&lt;P&gt;우선 Miscellaneous 메서드의 종류를 정리하면 다음과 같습니다.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;LINE-HEIGHT: 19px; FONT-FAMILY: Dotum,sans-serif,AppleGothic&quot; class=Apple-style-span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE style=&quot;PADDING-BOTTOM: 2px; BACKGROUND-COLOR: rgb(204,204,204); MARGIN: 5px; PADDING-LEFT: 2px; WIDTH: 700px; PADDING-RIGHT: 2px; PADDING-TOP: 2px&quot; cellSpacing=1&gt;
&lt;TBODY&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;STRONG&gt;메서드&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;STRONG&gt;메서드 설명&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.add()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;일치하는 요소의 집합에 요소를 추가합니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.andSelf()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;현재 설정 스택에 요소의 이전 설정을 추가합니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.contents()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;텍스트 및 주석 노드를 포함 일치하는 요소 집합의 자식 집합을 반환합니다. &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-WEIGHT: normal&quot; class=Apple-style-span&gt;.end()&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;이전 상태로 일치하는 집합을 반환합니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colSpan=2&gt;표 1. [jQuery &lt;SPAN class=Apple-style-span&gt;Miscellaneous 메서드 종류&lt;/SPAN&gt;]&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;Miscellaneous의 뜻을 사전에서 찾아 보면 ‘여러 가지 종류의, 이것저것 다양한’ 이란 뜻을 가지고 있습니다. 아마도 해당 메서드의 성격이 너무나도 달라서 카테고리의 이름을 이렇게 잡은 듯 합니다. &lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;add()&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;이름에서도 쉽게 알 수 있듯이 뭔가를 더하는 역할을 하는 메서드로 다음과 같이 사용을 합니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;.add(selector)&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;.add(elements)&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;.add(html)&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;셀렉터를 통해 선택한 개체에 ()안에 값을 더하는 메서드로 selector를 통해 가져온 개체, span과 같은 요소, &amp;lt;span&amp;gt;testSpan&amp;lt;/span&amp;gt;과 같은 html 요소가 올 수 있습니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(function() &lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;li&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;add&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;div &amp;gt; p&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;css&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;border&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;1px solid red&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;            
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;BACKGROUND: rgb(221,0,0); COLOR: rgb(255,255,255)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;3&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;4&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;this is P&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=10_mod_01.jpg alt=10_mod_01.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/677/387/c74856aa71ec016cda6d02b92f45ab76.jpg&quot; width=600 height=450 rel=&quot;xe_gallery&quot; jQuery16104578792031456757=&quot;6&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.andSelf()&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;사용빈도가 상당히 낮을 것으로 추측을 하는 메서드로 저 또한 이번 강좌를 준비하면서 알게 된 메서드입니다. 앞서 설명한 부분을 다시 보면 “현재 설정 스택에 요소의 이전 설정을 추가합니다.” 말이 좀 어렵습니다. &lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;우선 jQuery 문서에 있는 예제를 살펴 보기로 하겠습니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(0,128,115)&quot;&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;5&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;5&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;border &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid red&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;background &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;yellow&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;First Paragraph&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;Second Paragraph&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;div&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;find&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;p&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;andSelf&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;addClass&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;border&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;div&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;find&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;p&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;addClass&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;background&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;IMG title=07_007(2).jpg alt=07_007(2).jpg src=&quot;http://www.sqler.com/files/attach/images/368179/677/387/200737cede6fcf98ec7f7e8ef66e19ab.jpg&quot; width=596 height=159 rel=&quot;xe_gallery&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;다음 그림을 보면 좀더 이해가 쉽습니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;IMG style=&quot;WIDTH: 760px; HEIGHT: 254px; CURSOR: pointer&quot; title=07_008.jpg alt=07_008.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/677/387/4c04cc8373ad65f3cc936d0304da1cbb.jpg&quot; rel=&quot;xe_gallery&quot; jQuery16104578792031456757=&quot;7&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.contents()&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;셀렉터를 통해 선택된 개체 안에 있는 모든 요소를 반환합니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;단어의 뜻대로 선택된 개체 안에 있는 요소의 집합을 반환하며, 이 메서드의 경우 filter 메서드와 조합을 통해 많이 사용을 하고 있습니다. &lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;다음 예제를 통해 간단한 사용법을 살펴 보도록 하겠습니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;ul&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;find&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;li&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;contents&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;remove&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;ul&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
                    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;sub item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
                    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;sub item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;                
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;3&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;4&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=07_007(3).jpg alt=07_007(3).jpg src=&quot;http://www.sqler.com/files/attach/images/368179/677/387/f2bb5e721c4e280f6195125f25785c95.jpg&quot; width=600 height=450 rel=&quot;xe_gallery&quot; jQuery16104578792031456757=&quot;8&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;[메서드 적용전의 모습]&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=07_007(4).jpg alt=07_007(4).jpg src=&quot;http://www.sqler.com/files/attach/images/368179/677/387/12f01c91c371387094d5a21c0c8e8059.jpg&quot; width=600 height=450 rel=&quot;xe_gallery&quot; jQuery16104578792031456757=&quot;9&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;[메서드 적용 후의 모습]&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;remove(selector) 메서드는 &quot;selector&quot;와 일치하는 내용을 삭제합니다.&lt;br /&gt;예제를 간단히 설명하면, 셀렉터를 통해 ul 요소를 찾은 후 find()를 통해 &quot;li&quot; 요소를 찾습니다. 마지막으로 contents() 메서드를 통해 li 요소에 담겨있는 모든 요소를 찾은 후 remove() 메서드를 통해 &quot;ul&quot;이 제거가 되었습니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.end()&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;이 메서드는 정말 중요하고 많은 곳에서 사용이 되며, 실제로 복잡한 스크립트를 작성할 때 마법과 같은 역할을 해 주는 메서드입니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;.end() 메서드를 간단히 설명 드리자면 .end() 메서드가 호출 후 바로 이전의 상태로 돌아가는 것을 의미합니다. &lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;역시나 설명이 어렵우시나요 ?&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;$(div).find(p).end().addClass(“myClass”);와 같은 구문이 있다고 한다면 myClass라는 class 속성이 div에 적용이 됩니다. &lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;.end() 메서드가 없다면 “div” 요소 안에 있는 “p” 요소에 class 속성이 적용이 되지만 .end() 메서드의 호출로 인해 “p” 요소 이전의 개체인 $(“div”) 개체가 다시 호출이 되고 호출된 $(“div)에 class 속성이 적용이 되는 것입니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;그림으로 다시 설명을 드리자면 아래와 같이 동작을 한다고 보시면 됩니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=07_012.jpg alt=07_012.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/677/387/37b6c24086493228f3241c867dcdf7a5.jpg&quot; width=712 height=319 rel=&quot;xe_gallery&quot; jQuery16104578792031456757=&quot;10&quot;&gt; &lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;.end() 메서드의 경우 앞에 강좌에서 설명한 jQuery의 특징 중에 플러그인과 메서드체인을 이용한 스크립트 작성에 빠질 수 없는 요소로 정확히 이해를 하신다면 간결하고 클라이언트에 부담 확~ 줄일 수 있는 프로그래밍이 가능하므로 해당 메서드에 대해 정확히 이해를 하시기 바랍니다.&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: right&quot;&gt;from. &lt;A href=&quot;http://www.sqler.com/387677&quot;&gt;http://www.sqler.com/387677&lt;/A&gt;&lt;/P&gt;</description>
      <category>Web Dev/jQuery</category>
      <category>add</category>
      <category>andSelf</category>
      <category>contents</category>
      <category>end</category>
      <category>Filter</category>
      <category>jquery</category>
      <category>traverse</category>
      <category>제이쿼리</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/47</guid>
      <comments>https://ezbuilder.tistory.com/47#entry47comment</comments>
      <pubDate>Fri, 8 Mar 2013 11:23:57 +0900</pubDate>
    </item>
    <item>
      <title>[jQuery강좌] 10. jQuery Traverse - Filtering</title>
      <link>https://ezbuilder.tistory.com/46</link>
      <description>&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 24px&quot;&gt;&lt;B&gt;웹 프런티어와 함께하는 jQuery 기초강좌&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 18px&quot;&gt;&lt;B&gt;10th - jQuery Traverse(탐색)&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;첫 번째 이야기 필터링&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;jQuery의 탐색(Traverse) 메서드를 이용하여 셀렉터에 날개를 달자&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=07_001.jpg alt=07_001.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/660/387/efab0de45381ee3c8e99afad9778ee5a.jpg&quot; width=380 height=124 rel=&quot;xe_gallery&quot; jQuery161019231080305421777=&quot;6&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;“Traverse”는 위에 보시는 바와 같이 가로지르다, 횡단이란 뜻을 가지고 있으며, jQuery에서 지원하는 Traverse 메서드 또한 HTML을 가로지르거나, 횡단하는 것 처럼 탐색하는 역할을 합니다. 해당 메서드를 간략히 설명하면 셀렉터를 통해 선택한 개체에서 다시 한번 개체를 찾고, 필터링하고, 추가하는 작업을 쉽게 구현 할 수 있도록 도와주는 메서드라고 생각 하시면 됩니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;물론 기존의 셀렉터를 통해서도 충분히 원한는 개체를 탐색하거나, 선택 하는데 큰 지장이 없습니다만, Traverse 메서드를 이용하면 셀렉터를 통해 가져온 개체를 즉 1차 결과물에 추가적인 작업을 통해 2차, 3차 등의 결과를 쉽게 얻을 수 있다는 큰 장점이 있습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;이러한 Traverse 메서드는 크게 Filtering, Miscellaneous Traverse, Tree Traverse 3가지로 구분을 하고 있으며, 이번 시간을 통해 자세히 알아 보도록 하겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;Filtering&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;첫 번째로 알아볼 필터링 관련 메서드 입니다.&lt;/P&gt;
&lt;P&gt;우선 필터링 메서드의 종류에 대해서 알아 보기로 하겠습니다.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;LINE-HEIGHT: 19px; FONT-FAMILY: Dotum,sans-serif,AppleGothic&quot; class=Apple-style-span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE style=&quot;PADDING-BOTTOM: 2px; BACKGROUND-COLOR: rgb(204,204,204); MARGIN: 5px; PADDING-LEFT: 2px; WIDTH: 700px; PADDING-RIGHT: 2px; PADDING-TOP: 2px&quot; cellSpacing=1&gt;
&lt;TBODY&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;STRONG&gt;메서드 종류(형식)&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;STRONG&gt;메서드 설명&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.eq(index)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;선택한 요소들 중에서 인덱스와 일치하는 단일 요소를 선택 반환합니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.filter(expr)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;선택한 요소에서 표현식(expr)과 일치하는 요소의 집합을 선택 반환합니다.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;표현식에는 selector, function, element, jQuery object가 올 수 있습니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.first()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;선택한 요소에서 첫 번째 단일 요소를 선택 반환합니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.has(selector)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;선택한 요소에서 selector항목을 가지고 있는 요소의 집합을 선택 반환합니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.is(expr)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;표현식과 일치하는 조건이 있으면 true를 반환합니다.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;표현식에는 selector, function, element, jQuery object가 올 수 있습니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.last()&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.first() 와 반대되는 메서드로 마지막 단일 요소를 선택 반환합니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.map(callback)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;jQuery 개체에 있는 요소의 집합을 다른 집합으로 변경해서 이동 시킵니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.not(expr)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;표현식과 일치하지 않는 요소의 집합을 선택 반환합니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;BACKGROUND-COLOR: rgb(255,255,255)&quot;&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;.slice(start,[end]&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;SPAN class=Apple-style-span&gt;선택한 요소에서 start, end번 째에 해당하는 집합을 선택 반환합니다.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colSpan=2&gt;표 1. [jQuery 탐색 필터 메서드 종류]&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;생각보다 많은 메서드를 제공하고 있으나, 이중에 몇 개는 기존에 설명 드렸던 셀렉터의 필터와 겹치는 내용이 있습니다. &lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;대표적으로 first(), last(), eq(), not() 메서드를 들 수있습니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;이전 필터와 살짝 비교를 하면 다음과 같습니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;$(“td:eq(0)”) == $(“td”).eq(0)&lt;/B&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;$(“td:first”) == $(“td”).first()&lt;/B&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;$(“td:last”) == $(“td”).last()&lt;/B&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;$(“td:not(‘.myClass’)”) == $(“td”).not(“.myClass”)&lt;/B&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;양쪽다 모두 동일한 결과를 보입니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;그런데, 결과적으로 동일한 역할을 하는데 왜 여러 개를 만들어 놓았을까요 ? 단순히 개발자의 맘일까요 ? 이번강의 앞 부분에 언급한 1차 결과물에 추가적인 작업과 이후에 설명을 드릴 miscellaneous항목에 존재하는 .end() 라는 메서드를 보시면 좀더 쉽게 이해가 되실꺼라 생각합니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;이제부터는 앞서 비교한 메서드를 제외한 나머지 메서드에 대해 간단히 알아 보도록 하겠습니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.filter(expr)&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;1차적으로 셀렉터를 통해 선택한 요소들의 집합에서 또 한번의 필터링을 통해 원하는 개체를 선택하는 메서드입니다. &lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;표현식 부분에는 Selector, function, element, jQuery object가 위치할 수 있습니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;이 메서드 또한 앞의 필터와 중복되는 부분이 존재합니다. 간단한 예를 들면 다음과 같습니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;$(“td:even”) == $(“td”).filter(“:even”)&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;동일한 결과를 나타냅니다. 하지만 필터 메서드의 강점은 function을 이용하여 마치 필터를 확장해서 쓰는것과 같은 효과를 얻을 수 있는 점입니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;다음은 셀렉터를 통해 선택한 개체의 집합을 필터 메서드를 통해 3의 배수에 해당하는 요소를 선택하는 예제이며, function(index) index는 $(“li”)를 통해 가져온 개체 집합의 번호입니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;td&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;filter&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;index&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;return&lt;/SPAN&gt; index &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;%&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,140,0)&quot;&gt;3&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;==&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,140,0)&quot;&gt;0&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;css&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;background&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;red&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;3&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;4&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;5&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;6&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;7&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;8&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;9&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;11&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;12&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;13&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;14&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;15&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;16&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;17&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;18&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;19&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;20&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;21&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;22&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;23&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;24&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=07_002.jpg alt=07_002.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/660/387/2e6d3f2c278ff7818347473b4a19a2c0.jpg&quot; width=600 height=500 rel=&quot;xe_gallery&quot; jQuery161019231080305421777=&quot;7&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;[필터 메서드를 사용하여 3의 배수에 해당하는 요소에 스타일을 적용]&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;물론 위 예제는 자식필터(child filter)를 이용하여 구현이 가능합니만 여기서 눈 여겨 볼 내용은 이렇게 자신이 원하는 기능을 추가로 하여 개체를 선택 할 수 있다는 것입니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.not()&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;필터 메서드와는 반대로 동작하는 메서드입니다. 필터 메서드는 표현식과 일치하는 요소를 선택하는 반면에 이(.not()) 메서드는 표현식과 일치하지 않는 요소를 선택 반환합니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;앞의 예제에서 스크립트만 변경을 해 보도록 하겠습니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;td&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;not&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;index&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;return&lt;/SPAN&gt; index &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;%&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,140,0)&quot;&gt;3&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;==&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,140,0)&quot;&gt;0&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;css&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;background&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;red&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;3&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;4&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;5&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;6&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;7&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;8&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;9&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;11&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;12&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;13&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;14&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;15&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;16&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;17&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;18&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;19&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;20&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;21&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;22&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;23&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;24&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;#&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;tr&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;        
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=07_003.jpg alt=07_003.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/660/387/f9fe0d64b745a3c6b7e35ac4aaff576c.jpg&quot; width=600 height=500 rel=&quot;xe_gallery&quot; jQuery161019231080305421777=&quot;8&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;[앞의 결과와는 다르게 3의 배수가 아닌 요소를 표시합니다.]&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.has(selector)&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;기본 셀렉터를 통해 가져온 개체의 집합에서 selector에 해당하는 요소를 가진 개체만을 선택 반환합니다. &lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;다음 예제를 통해 간단히 알아보고 넘어 가도록 하겠습니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;li&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;has&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;ul&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;css&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;background&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;red&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
                    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;-a&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
                    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;-b&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;3&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;4&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=07_004.jpg alt=07_004.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/660/387/7b191cf93f57e36050ed1977dad467a7.jpg&quot; width=600 height=450 rel=&quot;xe_gallery&quot; jQuery161019231080305421777=&quot;9&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;셀렉터를 통해 가져온 li개체에서 has() 함수를 통해 “ul” 요소를 가지고 있는 개체만을 선택 하는걸 확인 할 수 있습니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.is(expr)&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;기본 셀렉터에서 가져온 개체의 집합에서 표현 식과 일치하는 부분이 있는지에 대한 여부를 반환합니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;집합에서 단 하나라도 일치하는 항목이 존재한다면 “true”를 반환합니다. 물론 일치하는 항목이 존재하지 않다면 “false”를 반환하게 됩니다.&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;*&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;each&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;if&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;$&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;this&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;is&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;li&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                    $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;this&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;css&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;border&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;1px solid red&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;   
                &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
                    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;-a&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
                    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;-b&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;3&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;4&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=07_005.jpg alt=07_005.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/660/387/4f0e06ebdfc61284bf2150713b32ba28.jpg&quot; width=600 height=450 rel=&quot;xe_gallery&quot; jQuery161019231080305421777=&quot;10&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;모든 요소를 선택하고 “each()”라는 메서드를 통해서 개체의 집합에 접근 후 “li”와 동일한 요소일 경우 지정한 스타일이 적용된 걸 확인 할 수 있습니다. “each()” 라는 메서드는 이후에 설명을 다시 드리겠지만, jQuery를 통해 가져온 개체의 집합을 foreach와 같이 순환하는 기능을 제공합니다. 자세한 설명은 이후에 다시 드리도록 하겠습니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.map(callback)&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;셀렉터를 통해 가져온 개체의 집합을 jQuery개체의 배열 형식으로 반환합니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;설명을 쓰고보니, 그냥 셀렉터와의 큰 차이점이 없어 보입니다, 하지만 다행이도 아직 callback이라는 녀석이 남아 있습니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;Callback 함수를 이용하면 셀렉터를 이용해 가져온 개체의 집합에서 원하는 작업을 진행하고 해당 작업의 결과를 jQuery의 배열 형식으로 반환 할 수 있습니다. 설명을 하면 할 수록 말이 점점 어려워 지고 있는 느낌은 저 뿐인가요 ? 다음 예제를 보시면 쉽게 이해가 되실겁니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt; xmlns&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;http://www.w3.org/1999/xhtml&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;title&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;link&lt;/SPAN&gt; href&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;../Styles/Site.css&quot;&lt;/SPAN&gt; rel&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;stylesheet&quot;&lt;/SPAN&gt; type&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;text/css&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;/&amp;gt;&lt;/SPAN&gt;    
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;pre&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;background&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;FFF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;table&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;td&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;#&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;AAA&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;25&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script type=&quot;text/javascript&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;document&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;ready&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; liText &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;li&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;map&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;index&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;return&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;[(&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; index &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;)&quot;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;this&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;text&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;]&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;get&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;join&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;','&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
            $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;#result&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;text&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;liText&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt; style&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;padding&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery 시작 Selector&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;h2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;jQuery에 대한 자세한 내용을 보려면 jquery&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;.&lt;/SPAN&gt;com 을 방문하세요.&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
                    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;-a&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
                    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;-b&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
                &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;3&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
            &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;list item &lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;4&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;li&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;ul&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
        Result : &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;span&lt;/SPAN&gt; id&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;result&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;span&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=07_006.jpg alt=07_006.jpg src=&quot;http://www.sqler.com/files/attach/images/368179/660/387/4de5afdc7958f439e68d7a3628961883.jpg&quot; width=600 height=520 rel=&quot;xe_gallery&quot; jQuery161019231080305421777=&quot;11&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;이번에는 get(), join(), text() 라는 새로운 메서드가 보입니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;예제의 설명을 위해 간단히 말씀을 드리면, get(), join() 메서드는 집합(배열) 형식의 개체에 접근하는 방법과 join() 메서드의 인자 값으로 연결된 문자를 반환하게 됩니다. text()메서드는 셀렉터를 통해 가져온 개체의 text를 가져오는 역할을 합니다. Value 값에 접근 하기 위해서는 val()이라는 메서드를 사용합니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;위 예제는 “li” 요소를 선택 후 해당 개체의 text값을 map() 메서드를 통해 반환하고 있습니다. 지금까지 설명 드린 기본 셀렉터, 필터에서도 위와 동일한 기능을 제공하고 있으나 이번 경우에도 개발자가 원하는 작업을 정의, 확장하여 사용할 수 있다는 큰 장점이 있습니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;처음 이 메서드의 설명을 어떻게 해야 할지 막막했습니다. 이게 뭔지 어떠한 건지는 알겠는데.. 설명은 어려운.. 아직은 내공이 많이 부족한거 같습니다. 특정 패턴의 집합을 만들기에 차~암 좋은데 어떻게 설명할 방법이...&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 16px&quot;&gt;.slice(start, [end])&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;선택한 요소에서 start 번째에서 시작하고 end번째에서 끝나는 개체의 집합을 반환합니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;기본 셀렉터에서 선택된 요소는 0부터 시작을 합니다. start는 포함을 하나, end 번째 요소는 포함을 하지 않으니, 이점 유의 하시기 바랍니다. 간단한 두 개의 예시를 통해 알아보면 다음과 같습니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;총 8개의 요소를 선택했다고 가정합니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;각 요소의 집합에 번호를 주면, 해당 인덱스는 0부터 시작이므로 0, 1, 2, 3, 4, 5, 6, 7이 됩니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;1) .slice(2) 경우 : 2, 3, 4, 5, 6, 7에 해당하는 개체의 집합을 반환합니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;2) .slice(2,4) 경우 : 2, 3 에 해당하는 개체의 집합을 반환합니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;1)의 경우 0, 1, 2, 3, 4, 5, 6, 7 앞에서 2개의 집합을 제거 합니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;2)의 경우 0, 1, 2, 3, 4, 5, 6, 7 앞에서 2개의 집합을 동일하게 제거 후 4번째를 포함한 집합을 한번 더 제거 후 반환하게 됩니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;두 경우의 차이가 이해가 되시나요 ?&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;jQuery 사이트에서 제공하는 .slice() 메서드 설명에 있는 예제를 통해 살펴 본다면 아마도 쉽게 이해가 되리라 생각합니다. &lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;PRE style=&quot;BACKGROUND: rgb(0,0,0); COLOR: rgb(209,209,209)&quot;&gt;&lt;SPAN style=&quot;COLOR: rgb(0,128,115)&quot;&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;width&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;40&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;height&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;40&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;10&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;float&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;left&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
        &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;border&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;2&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt; solid blue&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
  &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;span&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;color&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;red&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;font-weight&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;bold&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
  &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;button&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(144,64,80)&quot;&gt;margin&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;:&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,168,0)&quot;&gt;5&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,102,0)&quot;&gt;px&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
  &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;style&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;head&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;button&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;Turn slice yellow&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;button&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;span&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;Click the button!&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;span&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;p&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

  &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

  &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;div&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;

    &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;function&lt;/SPAN&gt; colorEm&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;{&lt;/SPAN&gt;
      &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; $div &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;div&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
      &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; start &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; Math&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;floor&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;Math&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;random&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;*&lt;/SPAN&gt;
                             $div&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;length&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
      &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;var&lt;/SPAN&gt; end &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; Math&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;floor&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;Math&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;random&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;*&lt;/SPAN&gt;
                           &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;$div&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;length &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;-&lt;/SPAN&gt; start&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt;
                           start &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,140,0)&quot;&gt;1&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
      &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;if&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;end &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;==&lt;/SPAN&gt; $div&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;length&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; end &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;=&lt;/SPAN&gt; undefined&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
      $div&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;css&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;background&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
      &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;if&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;end&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; 
        $div&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;slice&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;start&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; end&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;css&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;background&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;yellow&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;   
       &lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;else&lt;/SPAN&gt;
        $div&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;slice&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;start&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;css&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;background&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;,&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;yellow&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
      
      $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;span&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;text&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;'$(&quot;div&quot;).slice('&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; start &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt;
                     &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;end &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;?&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;', '&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt; end &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;:&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;''&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt; &lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;+&lt;/SPAN&gt;
                     &lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;').css(&quot;background&quot;, &quot;yellow&quot;);'&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;
    &lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;}&lt;/SPAN&gt;
    $&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(0,196,196)&quot;&gt;&quot;button&quot;&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;.&lt;/SPAN&gt;click&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;(&lt;/SPAN&gt;colorEm&lt;SPAN style=&quot;COLOR: rgb(210,205,134)&quot;&gt;)&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(176,96,176)&quot;&gt;;&lt;/SPAN&gt;

&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;script&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;body&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(230,97,112); FONT-WEIGHT: bold&quot;&gt;html&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: rgb(255,137,6)&quot;&gt;&amp;gt;&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;해당 소스는 버튼을 클릭할 때 마다 랜덤 한 숫자를 slice() 메서드에 대입 후 결과를 보여주는 코드이며, 아직 설명하지 않은 부분이 있어 자세한 설명은 생략을 하도록 하겠습니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;실행 화면은 다음과 같습니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;IMG style=&quot;CURSOR: pointer&quot; title=07_006(2).jpg alt=07_006(2).jpg src=&quot;http://www.sqler.com/files/attach/images/368179/660/387/7946daa4b8bef26bd89b94392a0cb97a.jpg&quot; width=594 height=268 rel=&quot;xe_gallery&quot; jQuery161019231080305421777=&quot;12&quot;&gt; &lt;br /&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;버튼을 누를 때마다 어떠한 .slice() 메서드에 어떠한 인자가 들어갔으며, 인자 값에 따른 결과를 보여주고 있습니다. 아직 이해가 안 되신다면 http://api.jquery.com/slice/ 페이지에서 예제를 실행해 보시기 바랍니다.&lt;/P&gt;
&lt;P style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: right; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;from. &lt;A href=&quot;http://www.sqler.com/387660&quot;&gt;http://www.sqler.com/387660&lt;/A&gt;&lt;/P&gt;</description>
      <category>Web Dev/jQuery</category>
      <category>EQ</category>
      <category>Filtering</category>
      <category>first</category>
      <category>has</category>
      <category>is</category>
      <category>Last</category>
      <category>map</category>
      <category>not</category>
      <category>slice</category>
      <category>traverse</category>
      <category>기초</category>
      <category>제이쿼리</category>
      <category>탐색</category>
      <category>필터</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/46</guid>
      <comments>https://ezbuilder.tistory.com/46#entry46comment</comments>
      <pubDate>Fri, 8 Mar 2013 11:22:45 +0900</pubDate>
    </item>
    <item>
      <title>[Timer] 페이지 출력시간 확인하기</title>
      <link>https://ezbuilder.tistory.com/45</link>
      <description>&lt;P&gt;&amp;lt;% @language=&quot;VBScript&quot; CodePage=65001 %&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;% Dim StartTime : StartTime = Timer() %&amp;gt;&lt;/P&gt;
&lt;P&gt;이곳에는 내용이 들어가겠죠?&lt;/P&gt;
&lt;P&gt;&amp;lt;%&lt;br /&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;COLOR: #22741c&quot;&gt;'--# 처리 시간&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;br /&gt;Dim EndTime&lt;br /&gt;EndTime = Timer()&lt;/P&gt;
&lt;P&gt;Response.Write &quot;&amp;lt;!--&quot;&amp;amp;chr(13)&lt;br /&gt;Response.Write &quot;-------------------------&quot;&amp;amp;chr(13)&lt;br /&gt;Response.Write &quot; 시작 시간 : &quot;&amp;amp;FormatNumber(StartTime,4) &amp;amp;chr(13)&lt;br /&gt;Response.Write &quot; 종료 시간 : &quot;&amp;amp;FormatNumber(EndTime,4) &amp;amp;chr(13)&lt;br /&gt;Response.Write &quot; 출력 완료 : &quot;&amp;amp;FormatNumber(EndTime - StartTime,4)&amp;amp;&quot;초&quot;&amp;amp;chr(13)&lt;br /&gt;Response.Write &quot;-------------------------&quot;&amp;amp;chr(13)&lt;br /&gt;Response.Write &quot;--&amp;gt;&quot;&lt;br /&gt;%&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;소스보기를 하면 맨 하단에 시작,종료,출력시간이 표시된다.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <category>Web Dev/ASP</category>
      <category>asp</category>
      <category>page</category>
      <category>timmer</category>
      <category>출력시간</category>
      <category>확인</category>
      <author>ezBuilder</author>
      <guid isPermaLink="true">https://ezbuilder.tistory.com/45</guid>
      <comments>https://ezbuilder.tistory.com/45#entry45comment</comments>
      <pubDate>Fri, 8 Mar 2013 10:10:46 +0900</pubDate>
    </item>
  </channel>
</rss>