<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>거꾸로 토마토</title>
    <link>https://otamot.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Wed, 8 Apr 2026 13:28:30 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>otamot</managingEditor>
    <image>
      <title>거꾸로 토마토</title>
      <url>https://t1.daumcdn.net/cfile/tistory/2356BC4658DB4C081A</url>
      <link>https://otamot.tistory.com</link>
    </image>
    <item>
      <title>SpringMVC에서 MultipartFile 업로드</title>
      <link>https://otamot.tistory.com/110</link>
      <description>SpringMVC에서 MultipartFile을 이용한 파일업로드 방법입니다.

1. 일단 jsp에서 &amp;lt;form&amp;gt; 태그 설정입니다.






&amp;nbsp;...
&amp;lt;form:form method=&quot;POST&quot; commandName=&quot;simpleUploadForm&quot; enctype=&quot;multipart/form-data&quot;&amp;gt;&amp;nbsp;...
&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;lt;input type=&quot;file&quot; name=&quot;file_nm1&quot; ..</description>
      <category>Programming/Spring Framework</category>
      <category>Multipart</category>
      <category>SpringMVC</category>
      <category>파일업로드</category>
      <author>otamot</author>
      <guid isPermaLink="true">https://otamot.tistory.com/110</guid>
      <comments>https://otamot.tistory.com/110#entry110comment</comments>
      <pubDate>Tue, 18 Dec 2012 11:36:05 +0900</pubDate>
    </item>
    <item>
      <title>초대장 나눠드립니다.</title>
      <link>https://otamot.tistory.com/notice/109</link>
      <description>초대장 나눠드립니다.

간단한 내용과 메일주소를 남겨주시면 나눠드리겠습니다.

블로그를 잘 관리를 못하다 보니 초대장 요구에 대한 댓글이나 방명록 글을 모르고 있다가 
한참 지난 후에나 알게되는 일이 있네요. (흔한일은 아닙니다. 방문하는 분들이 워낙에 적어서 ^^)

이전 포스트되었던 글로 이동해서 댓글을 남겨 주세요.
http://otamot.com/96&amp;nbsp;
초대장 많습니다. ^^&amp;nbsp;</description>
      <category>댓글</category>
      <category>초대장</category>
      <author>otamot</author>
      <guid isPermaLink="true">https://otamot.tistory.com/notice/109</guid>
      <pubDate>Fri, 27 Jan 2012 14:08:40 +0900</pubDate>
    </item>
    <item>
      <title>JQuery 1.6의 가장 큰 변화! .prop() 함수.</title>
      <link>https://otamot.tistory.com/108</link>
      <description>&amp;nbsp; 실제 프로젝트에서 jQuery를 적용중입니다. 기존 순수 Javascript를 사용할 때 보다 코드 양이 많이 줄어드는 것 때문에 저는 jQuery를 선호하는 편입니다. 그런데 1.4를 쓰다가 1.6대로 변경된 적이 있는데 이상하게 적용이 안되는 부분이 있었습니다.
&amp;nbsp; checkbox의 상태를 변경하거나 읽어올 때 '.attr()'함수를 이용했었는데 어느 순간부터인가 적용이 잘 안되었습니다. 단순 오류라고 생각하고
jObject[0..</description>
      <category>Programming/jQuery</category>
      <category>jquery</category>
      <category>prop</category>
      <author>otamot</author>
      <guid isPermaLink="true">https://otamot.tistory.com/108</guid>
      <comments>https://otamot.tistory.com/108#entry108comment</comments>
      <pubDate>Tue, 20 Dec 2011 16:29:57 +0900</pubDate>
    </item>
    <item>
      <title>MS-SQL서버를 iBatis와 사용할 때 &amp;lt;selectKey&amp;gt;사용시 유의사항</title>
      <link>https://otamot.tistory.com/107</link>
      <description>MS-SQL 서버를 iBatis를 사용할 때 insert처리하고 바로 identity값을 얻고자할 때 &amp;lt;selectKey&amp;gt;태그를 이용합니다. 이 때&amp;nbsp;SCOPE_IDENTITY()를 이용할 것을 권장합니다. 그러면서 대부분의 설명이 다음과 같이 되어 있습니다.



&amp;lt;insert id=&quot;createProjectBasicInfo&quot; parameterClass=&quot;prjIdx&quot;&amp;gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I..</description>
      <category>Programming/iBatis</category>
      <category>iBATIS</category>
      <category>MS-SQL</category>
      <category>selectKey</category>
      <author>otamot</author>
      <guid isPermaLink="true">https://otamot.tistory.com/107</guid>
      <comments>https://otamot.tistory.com/107#entry107comment</comments>
      <pubDate>Thu, 21 Jul 2011 18:05:16 +0900</pubDate>
    </item>
    <item>
      <title>대용량 데이터 엑셀파일 생성</title>
      <link>https://otamot.tistory.com/106</link>
      <description>&amp;nbsp;엑셀 다운로드는 지원하는 라이브러리가 여럿 존재하기 때문에 어디서든 예제를 참고할 수 있다. 하지만 데이터량이 많을 경우 엑셀 파일 자체가 커지므로 메모리 문제가 발생하게 된다. 대용량의 엑셀을 생성하는 예제는 찾아보기 힘들었다. 그리고 여담이지만 대용량의 데이터를 엑셀로 생성하는 것은 하지 않는 것이 좋을 듯 싶다.&amp;nbsp;
&amp;nbsp;이번 요구사항에서 db 내용을 엑셀파일로 다운로드 할 수 있게 해 달라는 요구 사항이 있었다. 물로 우려..</description>
      <category>Programming</category>
      <category>대용량</category>
      <category>엑셀</category>
      <author>otamot</author>
      <guid isPermaLink="true">https://otamot.tistory.com/106</guid>
      <comments>https://otamot.tistory.com/106#entry106comment</comments>
      <pubDate>Fri, 11 Feb 2011 14:58:33 +0900</pubDate>
    </item>
    <item>
      <title>구글크롬 플러그인 feedly</title>
      <link>https://otamot.tistory.com/105</link>
      <description>구글리더를 주로 많이 사용하면서 알게된 브라우저 플러그인이&amp;nbsp;feedly입니다. 예전에 firefox를 주로 사용할 때 구글리더를 좀더 편하게 사용할 수 있어 좋았고 특히&amp;nbsp;twitter를 하게 되면서 해당 사이트에서 바로바로 글을 올릴 수 있게 지원했던 feedly mini 기능이 편했습니다.







&amp;nbsp;그러나&amp;nbsp;크롬플러스를 주로 사용하게 되면서 feedly를 사용하지 않았습니다. 크롬 플러그인은 있으나 feedly ..</description>
      <category>사는 이야기</category>
      <category>feedly</category>
      <category>크롬</category>
      <author>otamot</author>
      <guid isPermaLink="true">https://otamot.tistory.com/105</guid>
      <comments>https://otamot.tistory.com/105#entry105comment</comments>
      <pubDate>Fri, 11 Feb 2011 14:05:03 +0900</pubDate>
    </item>
    <item>
      <title>사용하고 있는 오라클 시스템의 버젼을 확인 하는 방법</title>
      <link>https://otamot.tistory.com/104</link>
      <description>다음의 쿼리를 수행하면 버전을 확인 할 수 있다.




SELECT * FROM V$VERSION;



수행 결과는 다음과 같이 출력된다.



</description>
      <category>Programming/Database</category>
      <category>버전</category>
      <category>오라클</category>
      <author>otamot</author>
      <guid isPermaLink="true">https://otamot.tistory.com/104</guid>
      <comments>https://otamot.tistory.com/104#entry104comment</comments>
      <pubDate>Tue, 18 Jan 2011 14:02:04 +0900</pubDate>
    </item>
    <item>
      <title>[안드로이드] ListView 사용법 (Item추가, custom Adapter 작성)</title>
      <link>https://otamot.tistory.com/103</link>
      <description>&amp;nbsp;&amp;nbsp;ListView는 Adapter를 통해서 Item을 제어합니다. Adapter를 custom 으로 작성하면 item의 구성 및 기타 스타일 또한 일일히 변경가능합니다. 다음과 같이 ArrayAdapter을 상속한 custom adapter을 작성합니다. Activity 내에 다음과 같은 inner class로 작성을 했습니다.






&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;private SearchItemAd..</description>
      <category>Programming</category>
      <category>Adapter</category>
      <category>Android</category>
      <category>listview</category>
      <category>안드로이드</category>
      <author>otamot</author>
      <guid isPermaLink="true">https://otamot.tistory.com/103</guid>
      <comments>https://otamot.tistory.com/103#entry103comment</comments>
      <pubDate>Wed, 3 Nov 2010 13:03:12 +0900</pubDate>
    </item>
    <item>
      <title>오라클 문자컬럼에서 숫자타입이 아닌 문자가 존재하는 컬럼 구하기</title>
      <link>https://otamot.tistory.com/102</link>
      <description>&amp;nbsp;&amp;nbsp;프로젝트 진행 중에 VARCHAR2 컬럼에 숫자값을 입력하는 경우가 존재하는데 숫자가 아닌 문자가 들어간 DATA를 걸러내야 할 때가 있다. 다음과 같이 하면 양수의 숫자만 들어간 컬럼만 찾아낼 수 있다.&amp;nbsp;
&amp;nbsp;&amp;nbsp;오라클 함수중에&amp;nbsp;REGEXP_INSTR(...)이 있는데 정규식을 이용해서 해당 컬럼의 원하는 정규식 pattern의 자리수를 얻어오는 것이다.





SELECT COL FROM (

..</description>
      <category>Programming/Database</category>
      <category>REGEXP_INSTR</category>
      <category>오라클</category>
      <author>otamot</author>
      <guid isPermaLink="true">https://otamot.tistory.com/102</guid>
      <comments>https://otamot.tistory.com/102#entry102comment</comments>
      <pubDate>Thu, 14 Oct 2010 14:00:24 +0900</pubDate>
    </item>
    <item>
      <title>ORA-01009:필수 매개변수가 없습니다.</title>
      <link>https://otamot.tistory.com/101</link>
      <description>&amp;nbsp;&amp;nbsp;회사 업무처리중에 오라클 오류메시지를 만났습니다. ‘ORA-01009’! 필수 매개변수가 없다고 하는데 쿼리에는 특별히 문제가 없었습니다. 구글신에게 물어봤습니다. 구글신은 쿼리에 주석을 달때 이 런문제가 생긴수 있다는 말이 있었습니다. 주석 중에 /* */ 사이에 주석 내용을 입력할 때 한칸씩 떼어야 한다던가 -- 문제 다음에 한칸을 반드시 떼어야 한다는 내용이었습니다. 다음과 같이 말이죠.

/* 주석내용 */
-- 주석 내용 ..</description>
      <category>Programming/Database</category>
      <category>ORA</category>
      <category>오라클</category>
      <category>오류</category>
      <author>otamot</author>
      <guid isPermaLink="true">https://otamot.tistory.com/101</guid>
      <comments>https://otamot.tistory.com/101#entry101comment</comments>
      <pubDate>Mon, 11 Oct 2010 15:18:11 +0900</pubDate>
    </item>
  </channel>
</rss>