<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
 <title type="html">★</title>
 <id>http://830801.com/atom</id>
 <link rel="alternate" type="text/html" hreflang="ko" href="http://830801.com/"/>
 <subtitle type="html"></subtitle>
 <updated>2010-06-21T20:05:11+09:00</updated>
 <generator>Textcube.com 2.0 Garnet</generator>
 <entry>
  <title type="html">라벨</title>
  <link rel="alternate" type="text/html" href="http://830801.com/entry/&#xB77C;&#xBCA8;"/>
  <link rel="replies" type="application/atom+xml" href="http://830801.com/atom/discuss/48" thr:count="0"/>
  <author>
   <name>830801</name>
  </author>
  <id>http://830801.com/48</id>
  <updated>2010-01-01T13:42:07+09:00</updated>
  <published>2010-01-01T13:42:04+09:00</published>
  <content type="html">&lt;A href=&quot;http://www.printec.co.kr/software/label_software.html&quot;&gt;http://www.printec.co.kr/software/label_software.html&lt;/A&gt;</content>
 </entry>
 <entry>
  <title type="html">듣고 싶은 음악</title>
  <link rel="alternate" type="text/html" href="http://830801.com/entry/&#xB4E3;&#xACE0;-&#xC2F6;&#xC740;-&#xC74C;&#xC545;"/>
  <link rel="replies" type="application/atom+xml" href="http://830801.com/atom/discuss/47" thr:count="0"/>
  <author>
   <name>830801</name>
  </author>
  <id>http://830801.com/47</id>
  <updated>2009-09-09T00:48:50+09:00</updated>
  <published>2009-09-09T00:48:50+09:00</published>
  <content type="html">&lt;P&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ANN / 혼자하는 사랑&lt;/P&gt;&#13;
&lt;P&gt;Jason Marz / Lucky&lt;/P&gt;&#13;
&lt;P&gt;Karina / Slow Motion&lt;/P&gt;&#13;
&lt;P&gt;리즈 / 너를 향한 마음&lt;/P&gt;&#13;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</content>
 </entry>
 <entry>
  <title type="html">한국금융투자협회</title>
  <link rel="alternate" type="text/html" href="http://830801.com/entry/&#xD55C;&#xAD6D;&#xAE08;&#xC735;&#xD22C;&#xC790;&#xD611;&#xD68C;"/>
  <link rel="replies" type="application/atom+xml" href="http://830801.com/atom/discuss/46" thr:count="0"/>
  <category term="&#xC99D;&#xAD8C;&#xD22C;&#xC790;&#xC0C1;&#xB2F4;&#xC0AC;"/>
  <category term="&#xC99D;&#xAD8C;&#xD22C;&#xC790;&#xC0C1;&#xB2F4;&#xC0AC;"/>
  <category term="&#xD55C;&#xAD6D;&#xAE08;&#xC735;&#xD22C;&#xC790;&#xD611;&#xD68C;"/>
  <author>
   <name>830801</name>
  </author>
  <id>http://830801.com/46</id>
  <updated>2009-09-07T00:12:14+09:00</updated>
  <published>2009-09-07T00:12:14+09:00</published>
  <content type="html">&lt;A href=&quot;http://www.kofia.or.kr/&quot;&gt;http://www.kofia.or.kr/&lt;/A&gt;</content>
 </entry>
 <entry>
  <title type="html">게시판 페이지처리</title>
  <link rel="alternate" type="text/html" href="http://830801.com/entry/&#xAC8C;&#xC2DC;&#xD310;-&#xD398;&#xC774;&#xC9C0;&#xCC98;&#xB9AC;"/>
  <link rel="replies" type="application/atom+xml" href="http://830801.com/atom/discuss/45" thr:count="0"/>
  <category term="php"/>
  <author>
   <name>830801</name>
  </author>
  <id>http://830801.com/45</id>
  <updated>2009-04-09T10:29:46+09:00</updated>
  <published>2009-04-09T10:29:46+09:00</published>
  <content type="html">&lt;P&gt;&amp;lt;?php&lt;br /&gt;// 페이지네이션에서 보여줄 첫번째 페이지와 마지막 페이지를 구함&lt;br /&gt;if(($page % 10) &amp;gt; 0) {&lt;br /&gt;&amp;nbsp;$start_page = ($page &amp;gt; 10) ? (intval($page / 10)) * 10 + 1: 1;&lt;br /&gt;&amp;nbsp;$end_page = (((intval($page / 10)) * 10) + 10 &amp;gt; $total_page) ? $total_page : $start_page + 9;&lt;br /&gt;} else {&lt;br /&gt;&amp;nbsp;$start_page = $page - 9;&lt;br /&gt;&amp;nbsp;$end_page = (($start_page + 9) &amp;gt; $total_page) ? $total_page : $start_page + 9;&lt;br /&gt;}&lt;/P&gt;&#13;
&lt;P&gt;// 이전 페이지와 다음페이지를 구함&lt;br /&gt;$prev_page = $start_page - 1;&lt;br /&gt;$next_page = $end_page +1;&lt;/P&gt;&#13;
&lt;P&gt;echo &quot; &amp;lt;!--navLine 시작 --&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;div class=\&quot;navLine\&quot;&amp;gt;&quot;;&lt;/P&gt;&#13;
&lt;P&gt;// 현재 페이지가 10페이지보다 크다면 이전 페이지 출력&lt;br /&gt;if($page &amp;gt; 10) {&lt;br /&gt;&amp;nbsp;echo &quot;&amp;lt;a class=\&quot;pre\&quot; href=\&quot;#\&quot; onclick=\&quot;displayMovieSearchSemantic(&quot;.$c.&quot;, '&quot;.$q.&quot;', &quot;.$prev_page.&quot;);\&quot;&amp;gt;&amp;lt;img src=\&quot;../images/btn_pre.gif\&quot; alt=\&quot;Preview\&quot; align=\&quot;absmiddle\&quot;/&amp;gt;&amp;lt;/a&amp;gt;&quot;;&lt;br /&gt;}&lt;/P&gt;&#13;
&lt;P&gt;// 페이지 목록 출력&lt;br /&gt;echo &quot;&amp;lt;span class=\&quot;mid\&quot;&amp;gt;&quot;;&lt;/P&gt;&#13;
&lt;P&gt;for($i = $start_page; $i &amp;lt; $end_page + 1; $i++) {&lt;br /&gt;&amp;nbsp;// 현재 페이지와 출력하는 페이지가 같다면 볼드처리&lt;br /&gt;&amp;nbsp;if($i == $page) {&lt;br /&gt;&amp;nbsp; echo &quot;&amp;lt;strong&amp;gt;&quot;.$i.&quot;&amp;lt;/strong&amp;gt;&quot;;&lt;br /&gt;&amp;nbsp;} else {&lt;br /&gt;&amp;nbsp; echo &quot;&amp;lt;a href=\&quot;#\&quot; onclick=\&quot;displayMovieSearchSemantic(&quot;.$c.&quot;, '&quot;.$q.&quot;', &quot;.$i.&quot;);\&quot;&amp;gt;&quot;.$i.&quot;&amp;lt;/a&amp;gt;&quot;;&lt;br /&gt;&amp;nbsp;}&lt;br /&gt;}&lt;/P&gt;&#13;
&lt;P&gt;echo &quot;&amp;lt;/span&amp;gt;&quot;;&lt;/P&gt;&#13;
&lt;P&gt;// 페이지네이션에서 보여줄 마지막 페이지가 전체 페이지 수보다 작다면 다음 페이지 출력&lt;br /&gt;if($total_page &amp;gt; $start_page + 9) {&lt;br /&gt;&amp;nbsp;echo &quot;&amp;lt;a class=\&quot;next\&quot; href=\&quot;#\&quot; onclick=\&quot;displayMovieSearchSemantic(&quot;.$c.&quot;, '&quot;.$q.&quot;', &quot;.$next_page.&quot;);\&quot;&amp;gt;&amp;lt;img src=\&quot;../images/btn_next.gif\&quot; alt=\&quot;Next\&quot; align=\&quot;absmiddle\&quot;/&amp;gt;&amp;lt;/a&amp;gt;&quot;;&lt;br /&gt;}&lt;br /&gt;?&amp;gt;&lt;/P&gt;</content>
 </entry>
 <entry>
  <title type="html">SQL형식 (inser, delete update)</title>
  <link rel="alternate" type="text/html" href="http://830801.com/entry/SQL&#xD615;&#xC2DD;-inser-delete-update"/>
  <link rel="replies" type="application/atom+xml" href="http://830801.com/atom/discuss/44" thr:count="0"/>
  <category term="sql"/>
  <author>
   <name>830801</name>
  </author>
  <id>http://830801.com/44</id>
  <updated>2009-03-28T23:20:26+09:00</updated>
  <published>2009-03-28T23:15:48+09:00</published>
  <content type="html">&lt;FONT color=#000000&gt;&#13;
&lt;P&gt;─────────────────────────────────────────────&lt;/P&gt;&lt;/FONT&gt;&#13;
&lt;P&gt;&lt;FONT color=#ff0000&gt;&lt;STRONG&gt;★&lt;/STRONG&gt; &lt;/FONT&gt;&lt;FONT color=#000000&gt;&lt;STRONG&gt;기본 테이블 생성&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&#13;
&lt;P&gt;&lt;FONT color=#000000&gt;─────────────────────────────────────────────&lt;/FONT&gt;&lt;/P&gt;&#13;
&lt;P&gt;create table 테이블명(&lt;/P&gt;&#13;
&lt;P&gt;id varchar2(20) primary key,&lt;/P&gt;&#13;
&lt;P&gt;tel varchar2(20);&lt;/P&gt;&#13;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&#13;
&lt;P&gt;&lt;FONT color=#000000&gt;─────────────────────────────────────────────&lt;/FONT&gt;&lt;/P&gt;&#13;
&lt;P&gt;&lt;FONT color=#ff0000&gt;&lt;STRONG&gt;★ &lt;FONT color=#000000&gt;추가 - insert&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&#13;
&lt;P&gt;&lt;FONT color=#000000&gt;─────────────────────────────────────────────&lt;/FONT&gt;&lt;/P&gt;&#13;
&lt;P&gt;inser into 테이블이름(컬럼이름1, 컬럼이름2) values (Data1, Data2)&lt;/P&gt;&#13;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;FONT color=#000000&gt;&#13;
&lt;P&gt;─────────────────────────────────────────────&lt;/P&gt;&lt;/FONT&gt;&#13;
&lt;P&gt;&lt;FONT color=#ff0000&gt;&lt;STRONG&gt;★ &lt;FONT color=#000000&gt;삭제 - delete&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&#13;
&lt;P&gt;&lt;FONT color=#000000&gt;─────────────────────────────────────────────&lt;/FONT&gt;&lt;/P&gt;&#13;
&lt;P&gt;delete from 테이블이름 where 조건&lt;/P&gt;&#13;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;FONT color=#000000&gt;&#13;
&lt;P&gt;─────────────────────────────────────────────&lt;/P&gt;&lt;/FONT&gt;&#13;
&lt;P&gt;&lt;FONT color=#ff0000&gt;&lt;STRONG&gt;★ &lt;FONT color=#000000&gt;수정 - update&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&#13;
&lt;P&gt;&lt;FONT color=#000000&gt;─────────────────────────────────────────────&lt;/FONT&gt;&lt;/P&gt;&#13;
&lt;P&gt;update 테이블_리스트 set 컬럼이름1=data1, 컬럼이름2=data2 where 조건문&lt;/P&gt;</content>
 </entry>
 <entry>
  <title type="html">DBCP</title>
  <link rel="alternate" type="text/html" href="http://830801.com/entry/DBCP"/>
  <link rel="replies" type="application/atom+xml" href="http://830801.com/atom/discuss/43" thr:count="0"/>
  <category term="JSP"/>
  <author>
   <name>830801</name>
  </author>
  <id>http://830801.com/43</id>
  <updated>2009-03-28T23:27:44+09:00</updated>
  <published>2009-03-28T23:00:35+09:00</published>
  <content type="html">&lt;P&gt;─────────────────────────────────────────────&lt;/P&gt;&#13;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#ff0000&gt;★ &lt;/FONT&gt;JDBC Connection &lt;/STRONG&gt;&lt;/P&gt;&#13;
&lt;P&gt;─────────────────────────────────────────────&lt;/P&gt;&#13;
&lt;P&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://830801.com/43/attach/dbconnection.jsp&quot; rel=&quot;enclosure&quot; &gt;&lt;img src=&quot;http://rs.textcube.com/service/blog/image/extension/unknown.gif&quot; alt=&quot;&quot; style=&quot;vertical-align: middle;&quot; /&gt; dbconnection.jsp&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&#13;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&#13;
&lt;P&gt;&amp;lt;%@ page language=&quot;java&quot; contentType=&quot;text/html; charset=EUC-KR&quot;&lt;br /&gt;&amp;nbsp; &amp;nbsp; pageEncoding=&quot;EUC-KR&quot;%&amp;gt;&lt;br /&gt;&amp;lt;%@ page import=&quot;java.sql.*&quot;%&amp;gt;&lt;br /&gt;&amp;lt;%@ page import=&quot;javax.naming.*&quot; %&amp;gt;&lt;br /&gt;&amp;lt;%@ page import=&quot;javax.sql.DataSource&quot; %&amp;gt;&lt;/P&gt;&#13;
&lt;P&gt;&amp;lt;%! &lt;br /&gt;&amp;nbsp;Connection con = null;&lt;br /&gt;&amp;nbsp;DataSource ds = null;&lt;br /&gt;%&amp;gt;&lt;/P&gt;&#13;
&lt;P&gt;&amp;lt;%&lt;br /&gt;&amp;nbsp;try&lt;br /&gt;&amp;nbsp;{&lt;br /&gt;&amp;nbsp; Context ctx = new InitialContext();&lt;br /&gt;&amp;nbsp; ds=(DataSource)ctx.lookup(&quot;java:comp/env/jdbc/oracle&quot;);&lt;br /&gt;&amp;nbsp; con=ds.getConnection();&lt;br /&gt;&amp;nbsp; System.out.println(&quot;Connection Ok&quot;);&lt;br /&gt;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;catch(NamingException ne) { ne.printStackTrace(); }&lt;br /&gt;&amp;nbsp;catch(SQLException se) { se.printStackTrace(); }&lt;br /&gt;&amp;nbsp;finally&lt;br /&gt;&amp;nbsp;{&lt;br /&gt;&amp;nbsp; try&lt;br /&gt;&amp;nbsp; {&lt;br /&gt;&amp;nbsp; &amp;nbsp;if(con!=null) con.close();&lt;br /&gt;&amp;nbsp; &amp;nbsp;System.out.println(&quot;Connection Close&quot;);&lt;br /&gt;&amp;nbsp; }&lt;br /&gt;&amp;nbsp; catch(Exception e) { e.printStackTrace(); }&lt;br /&gt;&amp;nbsp;}&lt;br /&gt;%&amp;gt;&lt;/P&gt;</content>
 </entry>
 <entry>
  <title type="html">&amp;lt;INPUT&amp;gt;폼 테두리 감추기</title>
  <link rel="alternate" type="text/html" href="http://830801.com/entry/INPUT&#xD3FC;-&#xD14C;&#xB450;&#xB9AC;-&#xAC10;&#xCD94;&#xAE30;"/>
  <link rel="replies" type="application/atom+xml" href="http://830801.com/atom/discuss/42" thr:count="0"/>
  <category term="HTML"/>
  <author>
   <name>830801</name>
  </author>
  <id>http://830801.com/42</id>
  <updated>2009-02-04T11:41:12+09:00</updated>
  <published>2009-02-04T11:41:08+09:00</published>
  <content type="html">style=&quot;border:0px</content>
 </entry>
 <entry>
  <title type="html">A.O.P</title>
  <link rel="alternate" type="text/html" href="http://830801.com/entry/AOP"/>
  <link rel="replies" type="application/atom+xml" href="http://830801.com/atom/discuss/41" thr:count="0"/>
  <category term="Spring"/>
  <category term="Spring"/>
  <author>
   <name>830801</name>
  </author>
  <id>http://830801.com/41</id>
  <updated>2009-01-21T12:35:23+09:00</updated>
  <published>2009-01-21T12:35:15+09:00</published>
  <content type="html">&lt;P&gt;spring-framework-2.5.6\lib\aspectj\aspectjrt.jar&lt;/P&gt;&#13;
&lt;P&gt;spring-framework-2.5.6\lib\aspectj\aspectjweaver.jar&lt;/P&gt;&#13;
&lt;P&gt;spring-framework-2.5.6\lib\cglib\cglib-nodep-2.1_3.jar&lt;/P&gt;</content>
 </entry>
 <entry>
  <title type="html">dd</title>
  <link rel="alternate" type="text/html" href="http://830801.com/entry/dd"/>
  <link rel="replies" type="application/atom+xml" href="http://830801.com/atom/discuss/40" thr:count="0"/>
  <category term="Spring"/>
  <category term="Frameworks"/>
  <category term="Spring"/>
  <author>
   <name>830801</name>
  </author>
  <id>http://830801.com/40</id>
  <updated>2009-01-21T12:36:12+09:00</updated>
  <published>2009-01-19T16:51:05+09:00</published>
  <content type="html">&lt;P&gt;HandlerMapping&lt;/P&gt;&#13;
&lt;P&gt;클라이언트의 요청을 어떤 컨트롤러가 처리할지에 대한 정보&lt;/P&gt;&#13;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&#13;
&lt;P&gt;ModelAndView&lt;/P&gt;&#13;
&lt;P&gt;컨트롤러의 처리결과에 대한 응답화면을 생성할 뷰정보와 응답화면을 생성할때 필요한 정보를 저장&lt;/P&gt;&#13;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</content>
 </entry>
 <entry>
  <title type="html">Spring - Tiles</title>
  <link rel="alternate" type="text/html" href="http://830801.com/entry/Spring-Tiles"/>
  <link rel="replies" type="application/atom+xml" href="http://830801.com/atom/discuss/39" thr:count="1" thr:updated="2009-07-08T10:12:18+09:00"/>
  <category term="Spring"/>
  <category term="Spring"/>
  <category term="tiles2"/>
  <author>
   <name>830801</name>
  </author>
  <id>http://830801.com/39</id>
  <updated>2009-01-19T16:51:54+09:00</updated>
  <published>2009-01-19T16:48:57+09:00</published>
  <content type="html">&lt;P&gt;Tiles2를 연동하기 위해 필요한 jar파일을 클래스 패스에 추가&lt;/P&gt;&#13;
&lt;P&gt;-------------------------------------------------------------------------------------&lt;/P&gt;&#13;
&lt;P&gt;1. tiles-api-2.0.x.jar&lt;/P&gt;&#13;
&lt;P&gt;2. tiles-core-2.0.x.jar&lt;/P&gt;&#13;
&lt;P&gt;3. tiles-jsp-2.0.x.jar&lt;/P&gt;&#13;
&lt;P&gt;4. commons-beanutils.jar&lt;/P&gt;&#13;
&lt;P&gt;5. commons-digester.jar&lt;/P&gt;&#13;
&lt;P&gt;6. commons-logging.jar&lt;/P&gt;&#13;
&lt;P&gt;7. spring-webmvc.jar&lt;/P&gt;&#13;
&lt;P&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://830801.com/39/attach/lib.zip&quot; rel=&quot;enclosure&quot; &gt;&lt;img src=&quot;http://rs.textcube.com/service/blog/image/extension/zip.gif&quot; alt=&quot;&quot; style=&quot;vertical-align: middle;&quot; /&gt; lib.zip&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&#13;
&lt;P&gt;-------------------------------------------------------------------------------------&lt;/P&gt;&#13;
&lt;P&gt;Tiles2를 사용한 예제(게시판)&lt;/P&gt;&#13;
&lt;P&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://830801.com/39/attach/Spring_Board2.war&quot; rel=&quot;enclosure&quot; &gt;&lt;img src=&quot;http://rs.textcube.com/service/blog/image/extension/unknown.gif&quot; alt=&quot;&quot; style=&quot;vertical-align: middle;&quot; /&gt; Spring_Board2.war&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&#13;
&lt;P&gt;-------------------------------------------------------------------------------------&lt;/P&gt;&#13;
&lt;P&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;http://830801.com/39/attach/tiles2def.xml&quot; rel=&quot;enclosure&quot; &gt;&lt;img src=&quot;http://rs.textcube.com/service/blog/image/extension/unknown.gif&quot; alt=&quot;&quot; style=&quot;vertical-align: middle;&quot; /&gt; tiles2def.xml&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</content>
 </entry>
</feed>
