<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>은풍닷컴</title>
    <link>https://eunpoong.tistory.com/</link>
    <description>은풍닷컴</description>
    <language>ko</language>
    <pubDate>Wed, 6 May 2026 13:10:41 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>은풍</managingEditor>
    <item>
      <title>StringUtils - isEmpty vs isBlank 비교</title>
      <link>https://eunpoong.tistory.com/1203</link>
      <description>org.apache.commons.lang3 : 3.12.0 버전 기준
&amp;nbsp;
* StringUtils isEmpty, isBlank



StringUtils
null
공백문자(&quot;&quot;)
whitespace(&quot; &quot;)


isEmpty(s)
true
true
false


isBlank(s)
true
true
true


isNotEmpty(s)
false
false
true


isNotBlank(s)
false
false
false






St..</description>
      <category>Study/Java</category>
      <category>isblank</category>
      <category>isempty</category>
      <category>java</category>
      <category>StringUtils</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1203</guid>
      <comments>https://eunpoong.tistory.com/1203#entry1203comment</comments>
      <pubDate>Thu, 24 Feb 2022 17:04:40 +0900</pubDate>
    </item>
    <item>
      <title>inote X-Folding Elite Pro - User Manual</title>
      <link>https://eunpoong.tistory.com/1202</link>
      <description>X-Folding Elite Pro 블루투스 접이식 키보드 사용자 매뉴얼</description>
      <category>Archive/기타</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1202</guid>
      <comments>https://eunpoong.tistory.com/1202#entry1202comment</comments>
      <pubDate>Sun, 12 Sep 2021 17:26:55 +0900</pubDate>
    </item>
    <item>
      <title>시놀로지 NAS, Let's Encrypt 와일드카드(WildCard) SSL 인증서 적용기-3</title>
      <link>https://eunpoong.tistory.com/1197</link>
      <description>시놀로지 DS218+, DSM 6.2, DNSZi, ACME-DNS, ACME.SH case 입니다.
&amp;nbsp;
기존 포스팅[2020.12.14 - [Dev./설치&amp;amp;세팅] - 시놀로지 NAS, Let's Encrypt WildCard SSL 적용기-2]에서는 DuckDNS를 이용한 와일드카드 인증서 발급 및 자동 갱신을 설정하였으나, 발급대상을 *.eunpoong.com으로 했기 때문에 서브도메인 이슈는 없으나 root 도메인에 대한 인증서 v..</description>
      <category>Archive/설치-세팅</category>
      <category>ACME-DNS</category>
      <category>ACME.SH</category>
      <category>DNSZi</category>
      <category>Let's Encrypt</category>
      <category>SSL</category>
      <category>synology</category>
      <category>Wildcard</category>
      <category>시놀로지</category>
      <category>와일드카드</category>
      <category>인증서</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1197</guid>
      <comments>https://eunpoong.tistory.com/1197#entry1197comment</comments>
      <pubDate>Thu, 6 May 2021 13:57:35 +0900</pubDate>
    </item>
    <item>
      <title>When open link on IE, redirect Microsoft Edge</title>
      <link>https://eunpoong.tistory.com/1196</link>
      <description>&amp;lt;script&amp;gt;
  if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) {
    window.location = 'microsoft-edge:' + window.location;
    setTimeout(function() {
      window.location = 'https://go.microsoft.com/fwlink/?linkid=2135547';
    }, 1);
  }
&amp;lt;/s..</description>
      <category>Archive/HTML-CSS-JS</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1196</guid>
      <comments>https://eunpoong.tistory.com/1196#entry1196comment</comments>
      <pubDate>Fri, 5 Feb 2021 13:20:03 +0900</pubDate>
    </item>
    <item>
      <title>시놀로지 NAS, Let's Encrypt WildCard SSL 적용기-2</title>
      <link>https://eunpoong.tistory.com/1195</link>
      <description>2021-05-06 재작성 [시놀로지 NAS, Let's Encrypt 와일드카드(WildCard) SSL 인증서 적용기-3]
시놀로지 DS218+ DSM 6.2, DNSZi, DuckDNS, ACME.SH case 입니다.
&amp;nbsp;
1. DNSZi의 DNS서버를 사용중인데, DNSZi는 txt 키/값을 등록하는 API를 지원하지 않아서(2018년 9월 경 내부논의 중이라는 답변 게시물을 확인) DuckDNS를 CNAME Alias하여 사용합니다. ..</description>
      <category>Archive/설치-세팅</category>
      <category>ACME.SH</category>
      <category>DNSZi</category>
      <category>duckdns</category>
      <category>Let's Encrypt</category>
      <category>nas</category>
      <category>SSL</category>
      <category>synology</category>
      <category>Wildcard</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1195</guid>
      <comments>https://eunpoong.tistory.com/1195#entry1195comment</comments>
      <pubDate>Mon, 14 Dec 2020 16:19:50 +0900</pubDate>
    </item>
    <item>
      <title>Ubuntu Git Lastest Version 설치</title>
      <link>https://eunpoong.tistory.com/1194</link>
      <description>sudo add-apt-repository -y ppa:git-core/ppa
sudo apt update
sudo apt install -y git</description>
      <category>Archive/설치-세팅</category>
      <category>git</category>
      <category>ubuntu</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1194</guid>
      <comments>https://eunpoong.tistory.com/1194#entry1194comment</comments>
      <pubDate>Mon, 9 Nov 2020 12:28:10 +0900</pubDate>
    </item>
    <item>
      <title>NVM으로 Node.js 설치하기</title>
      <link>https://eunpoong.tistory.com/1193</link>
      <description>NVM 설치
1. NVM 최신 버전 확인NVM 공식 Repo에 가서&amp;nbsp;Latest release&amp;nbsp;항목에 있는 버전명을 체크한다
&amp;nbsp;
2. NVM 설치VersionInfo&amp;nbsp;부분에 아까 체크한 버전명을 넣고 실행하면 NVM이 설치된다
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/VersionInfo/install.sh | bash
ex) curl -o- https://raw..</description>
      <category>Archive/설치-세팅</category>
      <category>nodejs</category>
      <category>NVM</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1193</guid>
      <comments>https://eunpoong.tistory.com/1193#entry1193comment</comments>
      <pubDate>Mon, 9 Nov 2020 12:22:08 +0900</pubDate>
    </item>
    <item>
      <title>crontab curl http_status telegram</title>
      <link>https://eunpoong.tistory.com/1192</link>
      <description>A. 텔레그램 봇 만들기참조링크 : m.blog.naver.com/hosang46/221027388748

&amp;nbsp;

텔레그램 봇을 사용하여 SMS (Push) 기능 대체하기
요즘, 집에서 구동하는 개인용 NAS가 많이 보편화되었다. 모니터가 따로 없고, 상시 구동되는 NAS의 ...
blog.naver.com


1. 텔레그램 앱에서 @BotFather 대화창 시작2. /newbot3. 봇 이름 생성4. 봇 토큰 기록5. 만든 봇과 채팅방 개설6...</description>
      <category>Archive/기타</category>
      <category>CURL</category>
      <category>telegram</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1192</guid>
      <comments>https://eunpoong.tistory.com/1192#entry1192comment</comments>
      <pubDate>Thu, 3 Sep 2020 17:11:25 +0900</pubDate>
    </item>
    <item>
      <title>Let's Encrypt Wildcard SSL 인증서  + acme.sh + duckdns 생성</title>
      <link>https://eunpoong.tistory.com/1191</link>
      <description>2021-05-06 재작성 [시놀로지 NAS, Let's Encrypt 와일드카드(WildCard) SSL 인증서 적용기-3]
1. Duckdns도메인 등록 &amp;amp; 토큰
2. DNSZiCNAME 등록
3. Acme.sh
export DuckDNS_Token=&quot;aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee&quot;
acme.sh --insecure --issue \
--dns dns_duckdns \
--challenge-alias com..</description>
      <category>Archive/설치-세팅</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1191</guid>
      <comments>https://eunpoong.tistory.com/1191#entry1191comment</comments>
      <pubDate>Mon, 11 May 2020 13:20:04 +0900</pubDate>
    </item>
    <item>
      <title>WSL Ubuntu Sudo 권한 허용 및 서비스 자동 시작</title>
      <link>https://eunpoong.tistory.com/1190</link>
      <description>- 윈도우10 pro, WSL, Ubuntu 18.04 에서 확인한 내용
/etc/sudoers 파일 내용 중
# User privilege specification
root        ALL=(ALL:ALL) ALL
WSL_USER_ID ALL=(ALL:ALL) NOPASSWD:ALL

# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) NOPASSWD:ALL
&amp;nbsp;..</description>
      <category>Archive/설치-세팅</category>
      <category>WSL</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1190</guid>
      <comments>https://eunpoong.tistory.com/1190#entry1190comment</comments>
      <pubDate>Wed, 8 Apr 2020 19:52:45 +0900</pubDate>
    </item>
    <item>
      <title>시놀로지 NAS, Let's Encrypt WildCard SSL 적용</title>
      <link>https://eunpoong.tistory.com/1185</link>
      <description>2021-05-06 재작성 [시놀로지 NAS, Let's Encrypt 와일드카드(WildCard) SSL 인증서 적용기-3]
2020-12-14 재작성 [시놀로지 NAS, Let's Encrypt WildCard SSL 적용-2]
&amp;nbsp;
2020-03-01. 아래 작성한 방법은 Manual DNS 방법일 시 schedule auto renew가 적용안됩니다.-&amp;gt; renew 시점에 dns txt 값이 변경되서 validation이 진행안됨.-..</description>
      <category>Archive/설치-세팅</category>
      <category>Let's Encrypt</category>
      <category>nas</category>
      <category>SSL</category>
      <category>synology nas</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1185</guid>
      <comments>https://eunpoong.tistory.com/1185#entry1185comment</comments>
      <pubDate>Mon, 16 Dec 2019 10:47:35 +0900</pubDate>
    </item>
    <item>
      <title>오픈소스SW 라이선스</title>
      <link>https://eunpoong.tistory.com/1184</link>
      <description>출처 : GPL&amp;middot;AGPL&amp;middot;MPL&amp;hellip;한눈에 보는 오픈소스SW 라이선스(http://www.bloter.net/archives/209318)
*이하 2014년 10월 10일 작성된 출처의 포스팅 내용을 정리함.
조건표



라이선스
필수 사항(Required)
허락 조건(Permitted)
금지 조건(Forbidden)


GNU AGPL(Affero GPL)v3.0제약조건:최상


수정한 소스코드 혹은 AGPL 소스코드..</description>
      <category>Archive/기타</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1184</guid>
      <comments>https://eunpoong.tistory.com/1184#entry1184comment</comments>
      <pubDate>Tue, 22 Oct 2019 11:28:13 +0900</pubDate>
    </item>
    <item>
      <title>오라클 통계작성</title>
      <link>https://eunpoong.tistory.com/1183</link>
      <description>전체 테이블 통계작성SELECT 'analyze table '||table_name||' estimate statistics;' FROM USER_TABLES</description>
      <category>Archive/Database</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1183</guid>
      <comments>https://eunpoong.tistory.com/1183#entry1183comment</comments>
      <pubDate>Tue, 2 Oct 2018 23:57:00 +0900</pubDate>
    </item>
    <item>
      <title>오라클 인덱스 리빌드</title>
      <link>https://eunpoong.tistory.com/1182</link>
      <description>오라클 인덱스를 재설정하는 명령은alter index 인덱스명 rebuild;인덱스를 검색하는 쿼리는select index_name from user_indexes;위 두 쿼리를 조합해서 리빌드 하는 쿼리들을 뽑아낼려면select 'alter index '||index_name||' rebuild ;' from user_indexes;실행시 아래와 같이 리빌드 쿼리가 생성된다.alter index PK_MEMBER rebuild ;alter index ..</description>
      <category>Archive/Database</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1182</guid>
      <comments>https://eunpoong.tistory.com/1182#entry1182comment</comments>
      <pubDate>Tue, 2 Oct 2018 23:38:24 +0900</pubDate>
    </item>
    <item>
      <title>PostgreSQL 10.4 원격접속 허용 설정</title>
      <link>https://eunpoong.tistory.com/1181</link>
      <description>1. PostgreSQL 설치 경로 중 Data 경로 하위에 있는 postgresql.conf 파일 내용 중listen_addresses = '*' 설정됐는지 확인2. pg_hba.conf 파일의 끝에 접속 허용할 ip/netmask 추가</description>
      <category>Archive/Database</category>
      <category>PostgreSQL</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1181</guid>
      <comments>https://eunpoong.tistory.com/1181#entry1181comment</comments>
      <pubDate>Mon, 2 Jul 2018 12:19:42 +0900</pubDate>
    </item>
    <item>
      <title>PostgreSQL 10.4 Windwos 64 설치</title>
      <link>https://eunpoong.tistory.com/1180</link>
      <description>1. PostgreSQL 사이트 https://www.postgresql.org 접속2. 상단 메뉴 Download 또는 화면 중앙 Download 클릭3. Binary Pacakges 중 Windwos 클릭4. Download the Installer 클릭5. 다운 받을 PostgreSQL 버전과 OS 환경을 선택 후 Download NOW 클릭6. 다운받은&amp;nbsp;postgresql-10.4-1-windows-x64.exe (2018-07-02 기..</description>
      <category>Archive/Database</category>
      <category>PostgreSQL</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1180</guid>
      <comments>https://eunpoong.tistory.com/1180#entry1180comment</comments>
      <pubDate>Mon, 2 Jul 2018 12:17:32 +0900</pubDate>
    </item>
    <item>
      <title>이클립스/STS IPv4 출력</title>
      <link>https://eunpoong.tistory.com/1179</link>
      <description>Run &amp;gt; Run Configurations &amp;gt; 해당서버 &amp;gt; Arguments&amp;nbsp;VM Arguments 에&amp;nbsp; &amp;nbsp;-Djava.net.preferIPv4Stack=true&amp;nbsp; &amp;nbsp;추가잊어먹지 좀 말자</description>
      <category>Archive/설치-세팅</category>
      <category>ip</category>
      <category>IPV4</category>
      <category>STS</category>
      <category>이클립스</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1179</guid>
      <comments>https://eunpoong.tistory.com/1179#entry1179comment</comments>
      <pubDate>Tue, 6 Mar 2018 13:54:47 +0900</pubDate>
    </item>
    <item>
      <title>mybatis insert/update/delete/select 결과 값</title>
      <link>https://eunpoong.tistory.com/1178</link>
      <description>mybatis 쿼리 성공 시 결과 값insert : 1update : update 성공한 행 개수delete : delete 성공한 행 개수select : select 결과</description>
      <category>Archive</category>
      <category>mybatis</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1178</guid>
      <comments>https://eunpoong.tistory.com/1178#entry1178comment</comments>
      <pubDate>Thu, 30 Nov 2017 15:45:05 +0900</pubDate>
    </item>
    <item>
      <title>구글 캘린더 음력 반복일정 생성 프로그램</title>
      <link>https://eunpoong.tistory.com/1035</link>
      <description>호작대마왕님의 블로그 &quot;구글 캘린더 음력 반복일정 생성 프로그램&quot;&amp;nbsp;(http://cholchori.tistory.com/900)
자바로 만든 구글 음력 반복일정 캘린더 파일(ICS) 생성 프로그램


그래! 내가 필요한 것이 바로 이런것이었어!!




 
-2016.06.24.</description>
      <category>Archive/기타</category>
      <category>구글</category>
      <category>구글 캘린더</category>
      <category>구글 캘린더 음력</category>
      <category>음력</category>
      <category>캘린더</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1035</guid>
      <comments>https://eunpoong.tistory.com/1035#entry1035comment</comments>
      <pubDate>Tue, 23 Aug 2016 19:57:59 +0900</pubDate>
    </item>
    <item>
      <title>Stream 클래스</title>
      <link>https://eunpoong.tistory.com/1176</link>
      <description>Stream 클래스FileStreamNetworkStreamMemoryStream...FileStream&amp;nbsp;멤버이름&amp;nbsp; &amp;nbsp;설명&amp;nbsp;  &amp;nbsp;CreateNew&amp;nbsp; &amp;nbsp;지정된 경로에 새&amp;nbsp;파일을 생성.&amp;nbsp;단, 지정된 경로에 동일한 이름의 파일이 존재하면 예외가 발생&amp;nbsp;  &amp;nbsp;Create&amp;nbsp; &amp;nbsp;지정된 경로에 새 파일ㅇ르 생성&amp;nbsp;단, 지정된 경로에 동일한 이름의..</description>
      <category>Archive/ASP.NET</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1176</guid>
      <comments>https://eunpoong.tistory.com/1176#entry1176comment</comments>
      <pubDate>Mon, 11 Apr 2016 14:01:42 +0900</pubDate>
    </item>
    <item>
      <title>System.IO 네임스페이스</title>
      <link>https://eunpoong.tistory.com/1175</link>
      <description>System.IO 네임스페이스&amp;nbsp;클래스&amp;nbsp; &amp;nbsp;설명&amp;nbsp;  &amp;nbsp;Path &amp;nbsp;파일과 디렉터리의 경로 정보를 다루기 위한 정적 메서드  &amp;nbsp;File &amp;nbsp;파일의 생성, 복사 삭제, 이동, 열기 등의 작업을 하기 위한 정적 메서드  &amp;nbsp;FileInfo &amp;nbsp;File 클래스와 하는 일은 거의 동일, 정적 메서드 대신 인스턴스 메서드와 인스턴스 속성을 제공  &amp;nbsp;Directory &amp;nbsp..</description>
      <category>Archive/ASP.NET</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1175</guid>
      <comments>https://eunpoong.tistory.com/1175#entry1175comment</comments>
      <pubDate>Mon, 11 Apr 2016 11:18:41 +0900</pubDate>
    </item>
    <item>
      <title>C# exception</title>
      <link>https://eunpoong.tistory.com/1172</link>
      <description>
DivideByZeroException
0으로 나누려할 때 발생


Exception
모든 예외 클래스의 부모 클래스


FormatException
입력 형식이 잘못되었을 때 발생


FileNotFoundException
지정한 파일을 찾을 수 없을 때 발생


IndexOutOfRangeException
인덱스가 배열의 범위를 벗어났을 때 발생


InvalidCastException
지정한 캐스팅이 잘못되었을 때 발생


NullReferenc..</description>
      <category>Archive/C</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1172</guid>
      <comments>https://eunpoong.tistory.com/1172#entry1172comment</comments>
      <pubDate>Mon, 4 Apr 2016 15:34:54 +0900</pubDate>
    </item>
    <item>
      <title>삼지아이티 피스넷 하이파이 설명서</title>
      <link>https://eunpoong.tistory.com/1171</link>
      <description>삼지아이티 피스넷 하이파이 설명서</description>
      <category>Archive/기타</category>
      <category>설명서</category>
      <category>피스넷</category>
      <category>하이파이</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1171</guid>
      <comments>https://eunpoong.tistory.com/1171#entry1171comment</comments>
      <pubDate>Fri, 1 Apr 2016 17:02:53 +0900</pubDate>
    </item>
    <item>
      <title>PowerMockUp - 목업 기획 plug-in</title>
      <link>https://eunpoong.tistory.com/1162</link>
      <description>웹이나 모바일을 기획하며 스토리보드를 작성할 때&amp;nbsp;PowerMockUp의 다양한 기능을 활용하면 스토리보드를 쉽게 작성할 수 있습니다.PowerMockup(http://www.powermockup.com/)&amp;nbsp;사이트의 메인 페이지Download Trial 메뉴를 통해서 체험판 버전을 받아 사용할 수 있다.&amp;nbsp;PowerMockup 설치 후 파워포인트가 실행되면 PowerMockup의 소개가 나온다&amp;nbsp;&amp;nbsp;프리 라이센스를 ..</description>
      <category>Blah</category>
      <category>powermockup</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1162</guid>
      <comments>https://eunpoong.tistory.com/1162#entry1162comment</comments>
      <pubDate>Wed, 27 May 2015 14:31:05 +0900</pubDate>
    </item>
    <item>
      <title>LED 주방등 설치</title>
      <link>https://eunpoong.tistory.com/1161</link>
      <description>기존의 주방등은 40W(FL 40EX-D)램프가 2개 끼워진 80W 등이었다.
사용한지 15년 쯤 되다보니 안정기의 수명이 다 됐는지(추측임),&amp;nbsp;새 램프로 교체해도 교체주기가 짧아졌다.


며칠 전 램프 하나가 나간 상태에서 다른 하나도 곧 램프 교체시기가 눈에 보이는 듯 하여&amp;nbsp;미루었던 LED 주방등으로 교체를 감행하게 되었다.
(사실 모처럼 맞은 연휴에 집에서 쉬는데 아버지가 쉬는 김에 바꿔놓으라 하셔서 그랬다...)




40W ..</description>
      <category>Archive/기타</category>
      <category>kocom</category>
      <category>LED 주방등</category>
      <category>주방등</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1161</guid>
      <comments>https://eunpoong.tistory.com/1161#entry1161comment</comments>
      <pubDate>Mon, 4 May 2015 17:07:00 +0900</pubDate>
    </item>
    <item>
      <title>2015.02.17.에 적용한 티스토리 스킨 ::  Material T 스킨 Mark1</title>
      <link>https://eunpoong.tistory.com/1156</link>
      <description>http://nubiz.tistory.com/583뭐하라님이 만드신 머티리얼 디자인의 1단 반응형 티스토리 스킨</description>
      <category>Archive/기타</category>
      <category>Mark1</category>
      <category>Material</category>
      <category>Material T 스킨 Mark1</category>
      <category>뭐하라</category>
      <category>반응형</category>
      <category>스킨</category>
      <category>티스토리 스킨</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1156</guid>
      <comments>https://eunpoong.tistory.com/1156#entry1156comment</comments>
      <pubDate>Tue, 17 Feb 2015 23:02:15 +0900</pubDate>
    </item>
    <item>
      <title>빌립 X7 SE 펌웨어 2.2.8</title>
      <link>https://eunpoong.tistory.com/1150</link>
      <description>빌립 X7 SE 펌웨어 공유 요청이 있어서,한시적으로 공유해봅니다.아래 링크를 통해 이동한 후,스크린 샷의 빨간색 부분을 체크해제 한 뒤 다운로드 하시면 됩니다.압축은 7z으로 되어있습니다.아래 링크는 2015년 1월 5일부터 유지됩니다.http://www.datafilehost.com/d/3e40078d</description>
      <category>Private</category>
      <category>x7 se</category>
      <category>빌립</category>
      <category>펌웨어</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1150</guid>
      <comments>https://eunpoong.tistory.com/1150#entry1150comment</comments>
      <pubDate>Mon, 5 Jan 2015 00:43:22 +0900</pubDate>
    </item>
    <item>
      <title>ORA-12519, TNS:no appropriate service handler found The Connection descriptor used by the client was:</title>
      <link>https://eunpoong.tistory.com/1140</link>
      <description>ORA-12519 error 에러 발생시 해결점&amp;nbsp;원인 : DB에 접속하는 커넥션 프로세서 수의 오버sqlplus 를 관리자 권한으로 접속 후&amp;nbsp;ex)sqlplus 관리자ID/관리자PW&amp;nbsp;as sysdbaALTER system SET processes=1000 scope=spfile;shutdown immediate;startup</description>
      <category>Archive/Database</category>
      <category>ORA-12519</category>
      <category>oracle</category>
      <category>오라클</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1140</guid>
      <comments>https://eunpoong.tistory.com/1140#entry1140comment</comments>
      <pubDate>Thu, 18 Dec 2014 15:47:02 +0900</pubDate>
    </item>
    <item>
      <title>JAR Library Download &amp;amp; Maven dependency</title>
      <link>https://eunpoong.tistory.com/1125</link>
      <description>	http://www.findjar.com/index.x

	http://apache.tt.co.kr

	http://archive.apache.org/dist/

	aopalliance

	1.0.0 : 2004-03-22 : http://ebr.springsource.com/
&amp;lt;dependency&amp;gt;&amp;lt;groupId&amp;gt;org.aopalliance&amp;lt;/groupId&amp;gt;&amp;lt;artifactId&amp;gt;com.springsource..</description>
      <category>Archive/설치-세팅</category>
      <category>aopalliance</category>
      <category>aspectjweaver</category>
      <category>common-dbcp</category>
      <category>commons-logging</category>
      <category>commons-pool</category>
      <category>COS</category>
      <category>dependency</category>
      <category>Download</category>
      <category>iBatis</category>
      <category>jar</category>
      <category>jsp-api</category>
      <category>JSTL</category>
      <category>lib</category>
      <category>Library</category>
      <category>Log4J</category>
      <category>Maven</category>
      <category>mybatis</category>
      <category>mybatis-spring</category>
      <category>spring</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1125</guid>
      <comments>https://eunpoong.tistory.com/1125#entry1125comment</comments>
      <pubDate>Fri, 31 Oct 2014 12:23:18 +0900</pubDate>
    </item>
    <item>
      <title>구글 공짜 아이콘</title>
      <link>https://eunpoong.tistory.com/1130</link>
      <description>구글에서 공짜로 쓸수있는 아이콘 750개 배포했다고 합니다다운로드는 여기로https://github.com/google/material-design-icons/releases/tag/1.0.0Google, Material Design(Android L에 적용)의 일부로 무료로 사용할 수 있는 수백 개 아이콘들 배포!!!http://gizmodo.com/google-just-released-hundreds-of-cool-icons-that-you-ca-1..</description>
      <category>Archive/기타</category>
      <category>아이콘</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1130</guid>
      <comments>https://eunpoong.tistory.com/1130#entry1130comment</comments>
      <pubDate>Wed, 22 Oct 2014 12:14:50 +0900</pubDate>
    </item>
    <item>
      <title>STS 설치 등</title>
      <link>https://eunpoong.tistory.com/1120</link>
      <description>1. JDK 1.8 다운로드 및 설치2014/08/24 - [Web Develop./설치/세팅] - 1. JDK 설치Spring Framework 3.2.5 + JDK 1.8 에선 AOP 문제(???)가 발생하니 JDK 1.7로 다운그레이드2. STS 다운로드http://spring.io/tools or&amp;nbsp;http://spring.io/tools/sts/all설치 후 내장 서버 삭제3. Tomcat 8.02014/08/25 - [Web Devel..</description>
      <category>Archive/설치-세팅</category>
      <category>JDK</category>
      <category>oracle</category>
      <category>STS</category>
      <category>Tomcat</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1120</guid>
      <comments>https://eunpoong.tistory.com/1120#entry1120comment</comments>
      <pubDate>Mon, 13 Oct 2014 16:48:31 +0900</pubDate>
    </item>
    <item>
      <title>JSP 페이지 구성요소</title>
      <link>https://eunpoong.tistory.com/1118</link>
      <description>주석문&amp;lt;%-- --%&amp;gt;JSP 페이지 구성요소디렉티브(Directive) - 지시자pageJSP페이지에 대한 정보를 지정, JSP가 생성하는 문서의 타입. 출력 버퍼의 크기, 에러 페이지 등 JSP 페이지에서 필요로 하는 정보를 입력한다&amp;lt;%@ page language=&quot;java&quot; contentType=&quot;text/html; charset=UTF-8&quot;%&amp;gt;%@는 JSP에서 지시자(directive)라 한다.&amp;nbsp;language=&quot;ja..</description>
      <category>Study/JSP</category>
      <category>jsp</category>
      <category>내장객체</category>
      <category>디렉티브</category>
      <category>스크립트</category>
      <category>액션태그</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1118</guid>
      <comments>https://eunpoong.tistory.com/1118#entry1118comment</comments>
      <pubDate>Sun, 12 Oct 2014 20:30:00 +0900</pubDate>
    </item>
    <item>
      <title>이클립스 최적화 설정 정리</title>
      <link>https://eunpoong.tistory.com/1112</link>
      <description>이클립스 초기 설정(eclipse.ini 수정)-vmargs-Dosgi.requiredJavaVersion=1.6-Xverify:none;클래스 검사 생략. 이클립스 실행 시간이 줄어듭니다.-XX:+UseParallelGC; Parallel Collector를 사용. 병렬 가비지 컬렉션입니다.-XX:-UseConcMarkSweepGC;병행 mark-sweepGC 기능을 수행하여 GUI 응답 속도 처리-XX:+AggressiveOpts;컴파일러 소수점 최..</description>
      <category>Archive/설치-세팅</category>
      <category>Eclipse</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1112</guid>
      <comments>https://eunpoong.tistory.com/1112#entry1112comment</comments>
      <pubDate>Tue, 7 Oct 2014 21:29:14 +0900</pubDate>
    </item>
    <item>
      <title>Clover 3 - 윈도우 탐색기에 Tab을!</title>
      <link>https://eunpoong.tistory.com/1111</link>
      <description>Clover 3 -&amp;nbsp;http://ejie.me/</description>
      <category>Archive/Windows</category>
      <category>clover3</category>
      <category>윈도우 탐색기</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1111</guid>
      <comments>https://eunpoong.tistory.com/1111#entry1111comment</comments>
      <pubDate>Fri, 3 Oct 2014 13:15:18 +0900</pubDate>
    </item>
    <item>
      <title>Include Directive</title>
      <link>https://eunpoong.tistory.com/1110</link>
      <description>http://www-it.fmi.uni-sofia.bg/courses/WDB/references/JSP%20syntax/syntaxref07.html
Include DirectiveIncludes a static file in a JSP file, parsing the file's JSP elements.Syntax&amp;lt;%@ include file=&quot;relativeURL&quot; %&amp;gt;
Examplesinclude.jsp:
&amp;lt;html&amp;gt;
&amp;lt;..</description>
      <category>Study/JSP</category>
      <category>jsp</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1110</guid>
      <comments>https://eunpoong.tistory.com/1110#entry1110comment</comments>
      <pubDate>Tue, 30 Sep 2014 23:44:19 +0900</pubDate>
    </item>
    <item>
      <title>&amp;lt;jsp:include&amp;gt;</title>
      <link>https://eunpoong.tistory.com/1109</link>
      <description>http://www-it.fmi.uni-sofia.bg/courses/WDB/references/JSP%20syntax/syntaxref03.html
&amp;lt;jsp:include&amp;gt;Includes a static file or sends a request to a dynamic file.Syntax&amp;lt;jsp:include page=&quot;{relativeURL | &amp;lt;%= expression %&amp;gt;}&quot; flush=&quot;true&quot; /&amp;gt;
or
&amp;..</description>
      <category>Study/JSP</category>
      <category>jsp</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1109</guid>
      <comments>https://eunpoong.tistory.com/1109#entry1109comment</comments>
      <pubDate>Tue, 30 Sep 2014 23:43:43 +0900</pubDate>
    </item>
    <item>
      <title>EL(Expression Language)</title>
      <link>https://eunpoong.tistory.com/1107</link>
      <description>EL&amp;nbsp;① EL 표현식&amp;nbsp;EL은 &quot;$&quot;와 &quot;{}&quot;를 사용하여 값을 표현한다. {}안에는 값으로 표현되는 것만 와야 한다.&amp;nbsp;ex)x변수의 값을 출력하고 싶으면&amp;nbsp; ${x}배열변수 arr의 1번째 인덱스의 값을 출력하고 싶으면 ${arr[0]} or ${arr['0']}member변수의 getName()값을 출력하고 싶으면 ${member.name} or ${member['name']}&amp;nbsp;② EL 기본객체(내장객체)&amp;n..</description>
      <category>Study/JSP</category>
      <category>el</category>
      <category>el 표현식</category>
      <category>JSTL</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1107</guid>
      <comments>https://eunpoong.tistory.com/1107#entry1107comment</comments>
      <pubDate>Tue, 23 Sep 2014 10:55:00 +0900</pubDate>
    </item>
    <item>
      <title>UTF8 &amp;lt;-&amp;gt; Ansi 인코딩 변환</title>
      <link>https://eunpoong.tistory.com/1102</link>
      <description>출처 : http://sunny.netikor.com/</description>
      <category>Archive/기타</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1102</guid>
      <comments>https://eunpoong.tistory.com/1102#entry1102comment</comments>
      <pubDate>Fri, 19 Sep 2014 14:35:24 +0900</pubDate>
    </item>
    <item>
      <title>DBCP</title>
      <link>https://eunpoong.tistory.com/1101</link>
      <description>DBCP커넥션문 , 사용하지 않는(불필요한) 커넥션은 알아서 closeDAO.java 에서 driver, url, uid, pwd, 입력 대신Oracle 8i, 9i &amp;amp; 10g ( http://tomcat.apache.org/tomcat-8.0-doc/jndi-datasource-examples-howto.html#Oracle_8i,_9i_&amp;amp;_10g )	1. Context configuration		&amp;lt;Resource name=&quot;jdb..</description>
      <category>Archive</category>
      <category>dbcp</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1101</guid>
      <comments>https://eunpoong.tistory.com/1101#entry1101comment</comments>
      <pubDate>Fri, 19 Sep 2014 11:12:52 +0900</pubDate>
    </item>
    <item>
      <title>MySQL 5.0 설치 후 이클립스 연동</title>
      <link>https://eunpoong.tistory.com/1098</link>
      <description>[이클립스 JDBC 연동 jar][이클립스에서 MySQL DB 연동]1. Window - Open Perspective - Other - Database Development2. DataSource Explorer 탐색기 창 - Database Connection 우클릭 - new&amp;nbsp;3. MySQL 선택4. Name 입력창 : New MySQL 써있는 거 그대로, description은 생략5. (+ 아이콘) new Driver Definitio..</description>
      <category>Archive/설치-세팅</category>
      <category>Database</category>
      <category>db</category>
      <category>Eclipse</category>
      <category>mysql</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1098</guid>
      <comments>https://eunpoong.tistory.com/1098#entry1098comment</comments>
      <pubDate>Tue, 16 Sep 2014 22:39:33 +0900</pubDate>
    </item>
    <item>
      <title>5. MySQL 5.6 설치</title>
      <link>https://eunpoong.tistory.com/1097</link>
      <description>1. http://dev.mysql.com/downloads/ 에 접속, 표시한 MySQL Community Server (GPL)을 클릭2. 표시한 Download 클릭3. 표시한 Download 클릭4. 표시한 &amp;nbsp;No thanks, just start my download. 클릭5. 다운로드가 완료된 후 받은&amp;nbsp;mysql-installer-community-5.6.20.0.msi 파일을 실행한 후 표시한 Install MySQL Pr..</description>
      <category>Archive/설치-세팅</category>
      <category>Database</category>
      <category>db</category>
      <category>mysql</category>
      <category>SQL</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1097</guid>
      <comments>https://eunpoong.tistory.com/1097#entry1097comment</comments>
      <pubDate>Tue, 16 Sep 2014 22:25:43 +0900</pubDate>
    </item>
    <item>
      <title>4. Tomcat 8.0 설치</title>
      <link>https://eunpoong.tistory.com/1091</link>
      <description>톰캣 다운로드1.&amp;nbsp;http://tomcat.apache.org/ 에 접속해서 왼쪽 Download 의 Tomcat 8.0 을 클릭2. 화면 하단에 보이는 8.0.9 의 Binary Distributions 의 Core 에서 zip(또는 자신의 윈도우 비트에 맞는 zip) 파일을 다운로드3. 다운받은&amp;nbsp;apache-tomcat-8.0.9.zip 파일의 압축을 푼 후 나온&amp;nbsp;apache-tomcat-8.0.9 폴더를 찾기 쉽게 C:\..</description>
      <category>Archive/설치-세팅</category>
      <category>Eclipse</category>
      <category>java</category>
      <category>JDK</category>
      <category>jsp</category>
      <category>Tomcat</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1091</guid>
      <comments>https://eunpoong.tistory.com/1091#entry1091comment</comments>
      <pubDate>Mon, 25 Aug 2014 10:45:11 +0900</pubDate>
    </item>
    <item>
      <title>3. Oracle Database 10g Express Edition 설치</title>
      <link>https://eunpoong.tistory.com/1090</link>
      <description>Oracle Database 10g Express Editon 설치1. www.oracle.com 에서&amp;nbsp;Oracle Database&amp;nbsp;10g&amp;nbsp;Express Edition 의 설치파일을 현재&amp;nbsp;제공하지 않는다!!!우리의 친구 구글이든 N 포탈이든 지인 찬스 등의 방법을 통해서 Oracle 10g 버전의 설치파일인&amp;nbsp;약 206MB 크기의&amp;nbsp;OracleXEUniv.exe 를 구하자2. 11g와 마찬가지로 SYS ..</description>
      <category>Archive/설치-세팅</category>
      <category>Database</category>
      <category>db</category>
      <category>oracle</category>
      <category>SQL</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1090</guid>
      <comments>https://eunpoong.tistory.com/1090#entry1090comment</comments>
      <pubDate>Sun, 24 Aug 2014 15:46:27 +0900</pubDate>
    </item>
    <item>
      <title>2. Eclipse 설치</title>
      <link>https://eunpoong.tistory.com/1089</link>
      <description>1. www.eclipse.org 으로 접속 DOWNLOAD를 클릭2. 화면 중앙의 Package Solutions 에서 Eclipse IED for Java EE Developers를 윈도우 버전에 맞게 다운로드한다3. 필자는 윈도 64비트 버전이기에 64비트를 다운로드 할 것이다.&amp;nbsp;화면 중앙의 [Korea, Republic Of] Love-Angel Electronic-Computation Laboratory (http) 링크를 통해 다운로..</description>
      <category>Archive/설치-세팅</category>
      <category>Eclipse</category>
      <category>java</category>
      <category>JDK</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1089</guid>
      <comments>https://eunpoong.tistory.com/1089#entry1089comment</comments>
      <pubDate>Sun, 24 Aug 2014 11:11:12 +0900</pubDate>
    </item>
    <item>
      <title>1. JDK 1.8 설치</title>
      <link>https://eunpoong.tistory.com/1088</link>
      <description>1. www.oracle.com 으로 접속,&amp;nbsp;상단 메뉴 중 Downloads에 마우스오버를 하면 나타나는 하단 메뉴 중 Popular Downloads 밑에 Java for Developers 선택2. 화면 중앙의 DOWNLOAD 클릭 (현재 버전은 Java Platform (JDK) 8u20 이지만 바뀔 수 있다)3. Java SE Development Kit 8u20 에 대한 사용 라이센스 동의를 위해 Accept License Agreem..</description>
      <category>Archive/설치-세팅</category>
      <category>java</category>
      <category>Java SE Development Kit 8u20</category>
      <category>JDK</category>
      <category>oracle</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1088</guid>
      <comments>https://eunpoong.tistory.com/1088#entry1088comment</comments>
      <pubDate>Sun, 24 Aug 2014 10:42:11 +0900</pubDate>
    </item>
    <item>
      <title>sqlplus 에서 edit를 editplus 3로 바꾸기</title>
      <link>https://eunpoong.tistory.com/1086</link>
      <description>C:\oraclexe\app\oracle\product\10.2.0\server\sqlplus\admin\glogin.sql 파일 마지막줄에&amp;nbsp;define_editor=&quot;C:\Program Files\EditPlus 3\editplus.exe&quot;&amp;nbsp;</description>
      <category>Archive/설치-세팅</category>
      <category>Database</category>
      <category>db</category>
      <category>EditPlus</category>
      <category>oracle</category>
      <category>SQL</category>
      <category>sqlplus</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1086</guid>
      <comments>https://eunpoong.tistory.com/1086#entry1086comment</comments>
      <pubDate>Thu, 21 Aug 2014 14:45:54 +0900</pubDate>
    </item>
    <item>
      <title>LG Tone+ 블루투스 헤드셋 HBS-800</title>
      <link>https://eunpoong.tistory.com/1062</link>
      <description>LG Tone+ 블루투스 헤드셋 HBS-800
&amp;lt;사진 출처 :&amp;nbsp;LG전자 : HBS-800 | 블루투스 헤드셋(링크)&amp;gt;
흔한 외관 리뷰는 이제 그만!! 사진은 이게 끝이다


[제조사 설명](링크)&amp;nbsp;- 요약하면＊모델명 -&amp;nbsp;HBS-800＊통신 -&amp;nbsp;블루투스® V 3.0＊무게(대략) -&amp;nbsp;32 g＊동작 시간 -&amp;nbsp;대기시간: 최대 500시간, 통화 시간 : 최대 10시간, 음악 재생 시간: 최대 10시..</description>
      <category>Archive/기타</category>
      <category>bt</category>
      <category>HBS-800</category>
      <category>LG</category>
      <category>블루투스</category>
      <category>블루투스 헤드셋</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1062</guid>
      <comments>https://eunpoong.tistory.com/1062#entry1062comment</comments>
      <pubDate>Thu, 14 Aug 2014 09:59:54 +0900</pubDate>
    </item>
    <item>
      <title>Expandable 매직호스</title>
      <link>https://eunpoong.tistory.com/1064</link>
      <description>TV 홈쇼핑에서 광고하는걸 보고 있으면 좋겠다는 생각은 하고 있었지만, &amp;nbsp;집에서 호스 쓸 일이 뭐 얼마나 있겠어? 하고 지내다가 마침 베란다 청소 때 필요하여 구입을 하게 되었다.사용할 때는 호스가 늘어나고 사용하지 않을 때는 호스가 줄어들어 보관에 용이하다는 아이디어 상품인 만큼 매직호스, 매직스네이크호스, &amp;nbsp;Expandable 호스,&amp;nbsp;요술호스&amp;nbsp;등등 많은&amp;nbsp;유사제품이 있고, 많은 유사제품 수 만큼 구매후기 또..</description>
      <category>Archive/기타</category>
      <category>expandable 호스</category>
      <category>매직스네이크호스</category>
      <category>매직호스</category>
      <category>요술호스</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1064</guid>
      <comments>https://eunpoong.tistory.com/1064#entry1064comment</comments>
      <pubDate>Tue, 1 Jul 2014 15:43:00 +0900</pubDate>
    </item>
    <item>
      <title>KISA 불법스팸대응센터 - 넥서스4 스팸문자신고</title>
      <link>https://eunpoong.tistory.com/1063</link>
      <description>기존 갤럭시S2를 사용했을 경우, 스팸문자가 도착하면 내장된 휴대폰 간편신고기능으로 신고를 했었다.&amp;lt;갤럭시S2를 사용했을 때, 간편신고기능으로 신고한 스팸문자들의 처리결과&amp;gt;신고만 해놓고 따로 확인하진 않았었지만 수사정보제공이라든가 수신거부신청 등 적절한 조치가 취해진 것으로 확인된다.하지만 휴대폰을 넥서스4로 바꾼 뒤에는 이러한 간단한 신고기능이 없어서 불편했고,&amp;nbsp;사실상&amp;nbsp;서드파티앱인 더콜스팸이라든가 후후 등으로 키워드를 지정..</description>
      <category>Archive/기타</category>
      <category>kisa</category>
      <category>넥서스4</category>
      <category>불법스팸대응센터</category>
      <category>스팸문자</category>
      <category>스팸문자 신고</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1063</guid>
      <comments>https://eunpoong.tistory.com/1063#entry1063comment</comments>
      <pubDate>Sun, 29 Jun 2014 09:02:36 +0900</pubDate>
    </item>
    <item>
      <title>넥서스(Nexus) 시리즈 Android 4.4+ Factory Image</title>
      <link>https://eunpoong.tistory.com/1060</link>
      <description>순정 이미지(Factory Image)

Nexus 5 (GSM/LTE)
- 4.4&amp;nbsp;(KRT16M)&amp;nbsp;-&amp;nbsp;Link- 4.4.2 (KOT49H)&amp;nbsp;-&amp;nbsp;Link- 4.4.3 (KTU84M) -&amp;nbsp;Link- 4.4.4 (KTU84P) -&amp;nbsp;Link
Nexus 7 [2013] (Wi-Fi)
- 4.4 (KRT16S) -&amp;nbsp;Link-&amp;nbsp;4.4.2 (KOT49H) -&amp;nbsp;Link- 4.4...</description>
      <category>Archive/Android</category>
      <category>4.4.3</category>
      <category>4.4.4</category>
      <category>Android</category>
      <category>factory image</category>
      <category>NEXUS</category>
      <category>nexus10</category>
      <category>NEXUS4</category>
      <category>NEXUS5</category>
      <category>nexus7</category>
      <category>넥서스</category>
      <category>넥서스10</category>
      <category>넥서스4</category>
      <category>넥서스5</category>
      <category>넥서스7</category>
      <category>안드로이드</category>
      <author>은풍</author>
      <guid isPermaLink="true">https://eunpoong.tistory.com/1060</guid>
      <comments>https://eunpoong.tistory.com/1060#entry1060comment</comments>
      <pubDate>Wed, 25 Jun 2014 15:01:50 +0900</pubDate>
    </item>
  </channel>
</rss>