<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Live Brilliant</title>
    <link>https://superad.tistory.com/</link>
    <description>This Is Me!</description>
    <language>ko</language>
    <pubDate>Mon, 29 Jun 2026 13:15:30 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>주인정</managingEditor>
    <image>
      <title>Live Brilliant</title>
      <url>https://tistory1.daumcdn.net/tistory/937611/attach/9ff0b83ed85f402993eb6feca9500526</url>
      <link>https://superad.tistory.com</link>
    </image>
    <item>
      <title>삼성  무풍에어컨 분해청소(역겨움 주의)</title>
      <link>https://superad.tistory.com/666</link>
      <description>무풍에어컨의 단점인가통풍구 사이로 보니 곰팡이가 역겨울정도로 심했다전주인에게 무상대여를 받아서 사용중인데분해가 필요해 보였다유튜브를 보면 분해 설명이&amp;nbsp;&amp;nbsp;잘되어있다아래 사진을 보면 알겠지만 단순히 물티슈로 세척할 사항이 아니다전기를 차단하고 본체에서 연결선을 다 뽑고&amp;nbsp;&amp;nbsp;분해를해야한다화장실로 가져가 수세미나 청소솔을 이용해빡시게 세척을해야 없어지고겉 케이스는 락스를&amp;nbsp;&amp;nbsp;뿌려가면 빡시게 세척해도완벽히 지워지..</description>
      <category>찌찌꼴꼴한 인생/셀프매니아</category>
      <author>주인정</author>
      <guid isPermaLink="true">https://superad.tistory.com/666</guid>
      <comments>https://superad.tistory.com/666#entry666comment</comments>
      <pubDate>Mon, 22 Jun 2026 21:10:50 +0900</pubDate>
    </item>
    <item>
      <title>제주애월-하귀세탁소 크린에이드하귀점</title>
      <link>https://superad.tistory.com/663</link>
      <description>################매장 폐업하니다른매장에서&amp;nbsp;&amp;nbsp;광고문자옴크린에이드 개인정보위반조심하셔야 합니다################제주도는 셀프빨래방이 많이있다아무래도 제주살이하는 사람이 많기 때문인듯 하다육지에도 많이 있는 세탁 프렌차이즈 크린에이드가 있어 다행이다저렴한 가격에 세탁을 할수 있는곳애월 하귀 모닝시티오피스텔 1층에 위치해 있어&amp;nbsp; 접근성도 좋고 바로 앞에 무료주창장이 있어 주차도 편하다.티셔츠, 바지, 모자, 운..</description>
      <category>일상공감</category>
      <category>애월세탁</category>
      <category>애월세탁소</category>
      <category>애월수선</category>
      <category>제주도세탁소</category>
      <category>하귀세탁</category>
      <category>하귀세탁소</category>
      <category>하귀수선</category>
      <author>주인정</author>
      <guid isPermaLink="true">https://superad.tistory.com/663</guid>
      <comments>https://superad.tistory.com/663#entry663comment</comments>
      <pubDate>Sun, 12 May 2024 20:28:29 +0900</pubDate>
    </item>
    <item>
      <title>이스타항공 Let's 9900 Again</title>
      <link>https://superad.tistory.com/661</link>
      <description>2023년 3월 15 오후 2시 이벤트 시작

'2020년 3월, 경영난에 운항을 멈췄던 이스타항공이 3년 만에 운항 재개' 로 이벤트를 진행한다
4월 서울을 가야하는 상황에서 4월 운임비도 부담스럽고 어차피 비싼거 천천히 해야겠다 생각했는데
이런 기쁜일이 1시 50분 부터 Ready 상태
하지만 준비되지 않은 이스타항공 홈페이지는 먹통이 되고 말았다
3시간이 흘러 페이지는 정상이 되었지만 특가운임은 모두 매진

&amp;nbsp;
하지만 포기 하지 않았다.
..</description>
      <category>찌찌꼴꼴한 인생/후기후기</category>
      <category>9900원항공권</category>
      <category>김포제주</category>
      <category>이스타이벤트</category>
      <category>이스타항공</category>
      <category>이스타항공권</category>
      <category>제주김포</category>
      <category>제주도항공권</category>
      <category>최저가항공권</category>
      <category>항공권</category>
      <author>주인정</author>
      <guid isPermaLink="true">https://superad.tistory.com/661</guid>
      <comments>https://superad.tistory.com/661#entry661comment</comments>
      <pubDate>Wed, 15 Mar 2023 18:01:39 +0900</pubDate>
    </item>
    <item>
      <title>[Mysql] 테이블 컬럼명 가져오기</title>
      <link>https://superad.tistory.com/660</link>
      <description>1. 기본적으로 컬럼명을 알고 싶다면
&amp;nbsp;
SELECT COLUMN_NAME
  FROM INFORMATION_SCHEMA.COLUMNS
 WHERE TABLE_SCHEMA='wseCRM'  
   AND TABLE_NAME='CRM_MEMBER_INFO';
결과



COLUMN_NAME


NO


NAME


PHONE


ZCODE



&amp;nbsp;
2. 코드에서 사용할 배열값이 필요할때
SELECT group_concat(COLUMN_N..</description>
      <category>개발은 핵찜이야/DATABASE</category>
      <category>MySQL</category>
      <category>컬럼명가져오기</category>
      <category>컬럼명배열</category>
      <category>컬럼명조회</category>
      <category>테이블컬럼명</category>
      <author>주인정</author>
      <guid isPermaLink="true">https://superad.tistory.com/660</guid>
      <comments>https://superad.tistory.com/660#entry660comment</comments>
      <pubDate>Thu, 16 Feb 2023 19:13:43 +0900</pubDate>
    </item>
    <item>
      <title>제주도 눈썰매장 정보</title>
      <link>https://superad.tistory.com/659</link>
      <description>제주도는 눈이오다 그치면 해안가 쪽은 거의 녹는다하지만 산간지방은 온도가 낮고 적설량이 많아쉽게 녹지 않는다겨울철 제주시 인근 자연 눈썰매 타는곳은어렵지 않게 찾을수 있다간단하게 설명하면 산간북로 에서 산간서로 를&amp;nbsp;&amp;nbsp;드라이브 하다보면갓길에 엄청난 주차모습을 볼수있다

내생각엔 1번은 제주과학고 500m&amp;nbsp;&amp;nbsp;눈썰매장 

 장점 : 제주 최장거리&amp;nbsp;&amp;nbsp;눈썰매장이다단점 : 그만큼 다시 되돌아 와야한다(체력싸움)..</description>
      <category>찌찌꼴꼴한 인생/후기후기</category>
      <category>자연눈썰매</category>
      <category>제주겨울</category>
      <category>제주눈썰매</category>
      <category>제주도</category>
      <category>제주도눈썰매</category>
      <category>제주시눈썰매장</category>
      <category>천연눈썰매</category>
      <author>주인정</author>
      <guid isPermaLink="true">https://superad.tistory.com/659</guid>
      <comments>https://superad.tistory.com/659#entry659comment</comments>
      <pubDate>Mon, 30 Jan 2023 10:18:02 +0900</pubDate>
    </item>
  </channel>
</rss>