<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>suroMind</title>
    <link>https://suromind.tistory.com/</link>
    <description>프로그래밍 개발 공유</description>
    <language>ko</language>
    <pubDate>Tue, 14 Apr 2026 16:55:39 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>suroMind</managingEditor>
    <item>
      <title>[마감]티스토리 초대장 배포합니다(8장)</title>
      <link>https://suromind.tistory.com/373</link>
      <description>i n v i t a t i o n

	티스토리 초대장
	+ 남은 초대장 수 : 8

안녕하세요!
티스토리에 보금자리를 마련하시려는 여러분께 초대장을 배포해 드리려고 합니다.
나만의, 내 생각을, 내 기억을 담는 소중한 블로그를 만들고 싶다면 티스토리로 시작해보세요!
티스토리 블로그는 초대에 의해서만 가입이 가능합니다. 원하시는 분은 댓글에 E-mail 주소를 남겨주시면 초대장을 보내드립니다. 남겨주실 때에는 꼭 비밀댓글로 남겨주세요!
초대장을 보내드리..</description>
      <category>일상</category>
      <category>티스토리 초대</category>
      <category>티스토리 초대장</category>
      <author>suroMind</author>
      <guid isPermaLink="true">https://suromind.tistory.com/373</guid>
      <comments>https://suromind.tistory.com/373#entry373comment</comments>
      <pubDate>Wed, 5 Mar 2014 11:37:53 +0900</pubDate>
    </item>
    <item>
      <title>[Jquery]html 동적추가할 경우 Jquery datepicker 추가</title>
      <link>https://suromind.tistory.com/345</link>
      <description>http://stackoverflow.com/questions/12526800/jquery-date-picker-doesnt-work-on-dynamic-form동적으로 추가된 html 코드에 달력을 띄울 경우에는 jquery 달력이 작동하지 않는다.아래처럼 동적으로 추가한 후에 each로 jquery 달력이 동작하도록 설정한다.function addHtml(){.... html 동적 추가 코드 ....... html 동적 추가 코드 ...$('.dat..</description>
      <category>IT분야/Javascript</category>
      <category>DatePicker</category>
      <category>Dynamic</category>
      <category>HTML</category>
      <category>JavaScript</category>
      <category>jQuery</category>
      <category>달력</category>
      <category>동적</category>
      <category>자바스크립트</category>
      <author>suroMind</author>
      <guid isPermaLink="true">https://suromind.tistory.com/345</guid>
      <comments>https://suromind.tistory.com/345#entry345comment</comments>
      <pubDate>Tue, 17 Dec 2013 10:52:54 +0900</pubDate>
    </item>
    <item>
      <title>[Tip]spring,tomcat,mysql 인코딩 깨짐</title>
      <link>https://suromind.tistory.com/338</link>
      <description>출처 : http://blog.daum.net/gujjy/114tomcat 으로 mysql 접속시 인코딩이 깨어질 때 체크해야 할 것들.1. 데이타베이스 및 테이블 생성 시 인코딩 적용&amp;nbsp; CREATE DATABASE 디비명 DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;&amp;nbsp; CREATE TABLE 테이블명(&amp;nbsp;&amp;nbsp;&amp;nbsp; 컬럼들~~~~)ENGINE=InnoDB ..</description>
      <category>IT분야/Tip</category>
      <category>characterencoding</category>
      <category>Database</category>
      <category>db</category>
      <category>encoding</category>
      <category>EncodingFilter</category>
      <category>euc-kr</category>
      <category>eucKR</category>
      <category>MySQL</category>
      <category>spring</category>
      <category>Tomcat</category>
      <category>UTF-8</category>
      <category>UTF8</category>
      <category>utf8_general_ci</category>
      <category>인코딩</category>
      <category>필터</category>
      <author>suroMind</author>
      <guid isPermaLink="true">https://suromind.tistory.com/338</guid>
      <comments>https://suromind.tistory.com/338#entry338comment</comments>
      <pubDate>Sun, 15 Dec 2013 15:29:05 +0900</pubDate>
    </item>
    <item>
      <title>[JavaScript]jquery dialog enter 누를시 닫히는 현상</title>
      <link>https://suromind.tistory.com/341</link>
      <description>출처 : http://codingrecipes.com/jquery-ui-dialog-and-the-enter-return-key-problem&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http://blog.naver.com/PostView.nhn?blogId=lcoguss&amp;amp;logNo=199048137jquery dialog로 창을 띄워놓고html의 input 에서 문자 입력 후에 enter를 누를 시 ..</description>
      <category>IT분야/Javascript</category>
      <category>dialog</category>
      <category>Enter</category>
      <category>JavaScript</category>
      <category>jQuery</category>
      <category>keycode 13</category>
      <category>엔터</category>
      <author>suroMind</author>
      <guid isPermaLink="true">https://suromind.tistory.com/341</guid>
      <comments>https://suromind.tistory.com/341#entry341comment</comments>
      <pubDate>Sun, 15 Dec 2013 15:19:42 +0900</pubDate>
    </item>
    <item>
      <title>[Server]Tomcat max thread 변경</title>
      <link>https://suromind.tistory.com/344</link>
      <description>톰켓이 스레드가 부족할 경우 아래와 같은 메세지를 출력하고 다운될 때가 있다.심각: All threads (200) are currently busy, waiting. Increase maxThreads (200) or check the servlet status기본적인 maxThreads가 200이므로 늘려주면된다.Tomcat폴더/conf/server.xml 파일에서 Connector 엘리먼트에서 변경 혹은 추가한다.&amp;lt;Connector port=..</description>
      <category>IT분야/Server</category>
      <category>conf</category>
      <category>maxthread</category>
      <category>server.xml</category>
      <category>thread</category>
      <category>Tomcat</category>
      <category>스레드</category>
      <category>심각</category>
      <category>톰켓</category>
      <author>suroMind</author>
      <guid isPermaLink="true">https://suromind.tistory.com/344</guid>
      <comments>https://suromind.tistory.com/344#entry344comment</comments>
      <pubDate>Fri, 13 Dec 2013 16:00:50 +0900</pubDate>
    </item>
    <item>
      <title>[Server]Tomcat 메모리 변경</title>
      <link>https://suromind.tistory.com/342</link>
      <description>참조 : http://blog.naver.com/PostView.nhn?blogId=junix&amp;amp;logNo=80125225673Tomcat 메모리 변경&amp;nbsp;bin/catalina.sh 파일에 아래 내용을 맨 위쪽에 추가한다.리눅스 :&amp;nbsp; JAVA_OPTS=$JAVA_OPTS -Xms512m -Xmx1024m -XX:PermSize=128m윈도우 : set JAVA_OPTS=%JAVA_OPTS% -Xms512m -Xmx1024m -XX:..</description>
      <category>IT분야/Server</category>
      <category>catalina_opts</category>
      <category>java_opts</category>
      <category>Memory</category>
      <category>permsize</category>
      <category>Tomcat</category>
      <category>Xms</category>
      <category>Xmx</category>
      <category>누수</category>
      <category>메모리</category>
      <category>톰켓</category>
      <author>suroMind</author>
      <guid isPermaLink="true">https://suromind.tistory.com/342</guid>
      <comments>https://suromind.tistory.com/342#entry342comment</comments>
      <pubDate>Fri, 13 Dec 2013 15:52:59 +0900</pubDate>
    </item>
    <item>
      <title>[Tomcat]tomcat get 한글 깨짐</title>
      <link>https://suromind.tistory.com/340</link>
      <description>참조 : http://devday.tistory.com/entry/%EC%9D%B4%ED%81%B4%EB%A6%BD%EC%8A%A4-Eclipse%EC%97%90%EC%84%9C-%ED%86%B0%EC%BA%A3-Tomcat-%EC%82%AC%EC%9A%A9-%EC%8B%9C-%ED%95%9C%EA%B8%80-GET-%ED%8C%8C%EB%9D%BC%EB%AF%B8%ED%84%B0%EA%B0%80-%EA%B9%A8%EC%A7%88-%EB%95%8C톰켓 ..</description>
      <category>IT분야/Server</category>
      <category>apache</category>
      <category>Eclipse</category>
      <category>encoding</category>
      <category>Get</category>
      <category>post</category>
      <category>Tomcat</category>
      <category>URIEncoding</category>
      <category>아파치</category>
      <category>이클립스</category>
      <category>인코딩</category>
      <category>톰켓</category>
      <category>한글</category>
      <author>suroMind</author>
      <guid isPermaLink="true">https://suromind.tistory.com/340</guid>
      <comments>https://suromind.tistory.com/340#entry340comment</comments>
      <pubDate>Tue, 10 Dec 2013 13:40:00 +0900</pubDate>
    </item>
    <item>
      <title>[Tip]putty를 이용한 터널링</title>
      <link>https://suromind.tistory.com/343</link>
      <description>참조 : http://run2u.kr/tc/235접속해야할 곳이 내부 네트워크라서 접속해서 작업해야 할때 애매할 때가 있다putty 터널링이란 기능을 이용해서 edit plus 및 디비툴을 이용해서 작업하면 된다.먼저 접속할 수 있는 곳 하나는 알고 있어야 한다. ssh를 이용해서 설명한다.&amp;nbsp;- xxx.xxx.xxx.101 : 22&amp;nbsp;&amp;nbsp; (접속할수 있는곳)&amp;nbsp;- xxx.xxx.xxx.102 : 22&amp;nbsp;&amp;nbsp; ..</description>
      <category>IT분야/Tip</category>
      <category>22</category>
      <category>Edit Plus</category>
      <category>putty</category>
      <category>SSH</category>
      <category>Tunnels</category>
      <category>터널링</category>
      <author>suroMind</author>
      <guid isPermaLink="true">https://suromind.tistory.com/343</guid>
      <comments>https://suromind.tistory.com/343#entry343comment</comments>
      <pubDate>Tue, 10 Dec 2013 13:00:28 +0900</pubDate>
    </item>
    <item>
      <title>[JSP]JSTL 및 JSP 에서 공백 제거</title>
      <link>https://suromind.tistory.com/286</link>
      <description>JSTL을 사용하여 forEach를 돌리고 웹브라우저에서 소스보기를 하면상당히 많은 새로운 줄이 생기게 된다.메인화면 같은 경우 기하급수적으로 늘어 몇천줄까지..이를 없애주는 설정이 있다.아래와 같이 web.xml에 추가해 주면 된다.&amp;lt;!-- JSTL 사용시 공백 제거 --&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;jsp-config&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;jsp-property-gro..</description>
      <category>IT분야/Java</category>
      <category>jsp</category>
      <category>jstl</category>
      <category>JSTL 사용시 공백 제거</category>
      <category>trim-directive-whitespaces</category>
      <category>web.xml</category>
      <category>공백</category>
      <category>새로운 라인</category>
      <category>제거</category>
      <author>suroMind</author>
      <guid isPermaLink="true">https://suromind.tistory.com/286</guid>
      <comments>https://suromind.tistory.com/286#entry286comment</comments>
      <pubDate>Thu, 4 Apr 2013 15:03:50 +0900</pubDate>
    </item>
    <item>
      <title>[전자정부프레임워크]기본 환경설정</title>
      <link>https://suromind.tistory.com/282</link>
      <description>전자정부프레임워크 설치환경설정 셋팅1. Java 설치&amp;nbsp; 프레임워크를 설치하기에 앞서 자바를 설치해야 합니다.&amp;nbsp; 전자정부프레임워크는 JAVA 1.6 x86 기반이므로 32비트 버전을 다운로드 받습니다.&amp;nbsp; 이클립스를 전자전부프레임워크에서 제공하는 것을 쓰지 않고 64비트를 쓰실 분 들은 패스~~!&amp;nbsp; http://www.oracle.com/technetwork/java/javase/downloads/&amp;nbsp; 설치 후 아..</description>
      <category>IT분야/Java</category>
      <category>Eclipse</category>
      <category>egov</category>
      <category>eGovFrame</category>
      <category>java</category>
      <category>이클립스</category>
      <category>자바</category>
      <category>전자정부프레임워크</category>
      <category>환경설정</category>
      <author>suroMind</author>
      <guid isPermaLink="true">https://suromind.tistory.com/282</guid>
      <comments>https://suromind.tistory.com/282#entry282comment</comments>
      <pubDate>Thu, 7 Mar 2013 09:55:56 +0900</pubDate>
    </item>
  </channel>
</rss>