<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>창조적고찰</title>
    <link>https://ismydream.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Sun, 10 May 2026 16:25:36 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>ismydream</managingEditor>
    <item>
      <title>ffmpeg.exe nodejs 를 사용하여 MTS 파일 MP4로 변환하기</title>
      <link>https://ismydream.tistory.com/172</link>
      <description>/*********************************************
 * MTS 파일을 MP4 파일로 변환하는 프로그램
 * 2023-11-22 slowhand
 * 
 * 필요
 * 1) node-cmd 라이브러리 설치 : npm i node-cmd
 * 2) ffmpeg.exe 파일 필요
 * 
 *********************************************/
const fs = require('fs');
cons..</description>
      <category>mp4</category>
      <category>MTS</category>
      <author>ismydream</author>
      <guid isPermaLink="true">https://ismydream.tistory.com/172</guid>
      <comments>https://ismydream.tistory.com/172#entry172comment</comments>
      <pubDate>Wed, 22 Nov 2023 15:42:20 +0900</pubDate>
    </item>
    <item>
      <title>레드마인 유형별 색상 적용하기</title>
      <link>https://ismydream.tistory.com/171</link>
      <description>적당한 플러그인을 찾을 수 없어 Redmine Custom JS를 활용하여 아래 그림 처럼 색상을 적용합니다.

&amp;nbsp;
1. Alternate 테마에서 적용
2.&amp;nbsp;Redmine Custom JS plugin 설치
3.&amp;nbsp;Redmine Custom JS plugin 설정 화면에서 아래 코드 적용
 
$(function(){
    const config = [
    {
        className : 'status',
     ..</description>
      <category>프로그래밍/기타</category>
      <author>ismydream</author>
      <guid isPermaLink="true">https://ismydream.tistory.com/171</guid>
      <comments>https://ismydream.tistory.com/171#entry171comment</comments>
      <pubDate>Sun, 21 Feb 2021 13:48:32 +0900</pubDate>
    </item>
    <item>
      <title>CSS3 미디어 쿼리</title>
      <link>https://ismydream.tistory.com/170</link>
      <description>CSS3 미디어 쿼리문법 : [only|not]? 미디어 타입 and (속성 : 값)@media screen (max-width:799px){	}@media screen (min-width:800px){	}위 쿼리는 현재 접속한 디바이스의 해상도 width에 따라 CSS를 선택적으로 적용하라는 의미이다.위 쿼리에서 width는 아래와 같이 min과 max값을 갖는 범위로 이해할 수 있다.------------ width -------------min&amp;l..</description>
      <category>프로그래밍/반응형웹</category>
      <author>ismydream</author>
      <guid isPermaLink="true">https://ismydream.tistory.com/170</guid>
      <comments>https://ismydream.tistory.com/170#entry170comment</comments>
      <pubDate>Mon, 24 Jul 2017 17:34:44 +0900</pubDate>
    </item>
    <item>
      <title>Apache Common BeanUtils</title>
      <link>https://ismydream.tistory.com/169</link>
      <description>JSP 내에서 EL문법으로&amp;nbsp;표시되는 코드는 ${param.userName} 내부적으로 Java 리플렉션을 사용하여 값을 표시하게 됩니다.&amp;nbsp;흔히, 리플렉션을 사용하는 코드는 느리다는 편견이 있습니다. 그런 편견에서 벗어나서 좀 더 자유로운 자바 코딩의 재미를 느껴보시길 바랍니다.Apache Common BeanUtilshttp://commons.apache.org/proper/commons-beanutils/commons-beanutil..</description>
      <category>프로그래밍/JAVA</category>
      <category>#BeanUtils</category>
      <category>#JAVA</category>
      <category>#자바</category>
      <author>ismydream</author>
      <guid isPermaLink="true">https://ismydream.tistory.com/169</guid>
      <comments>https://ismydream.tistory.com/169#entry169comment</comments>
      <pubDate>Fri, 21 Jul 2017 18:01:55 +0900</pubDate>
    </item>
    <item>
      <title>시놀로지 NAS MySQL 관리하기</title>
      <link>https://ismydream.tistory.com/168</link>
      <description>사용자 설정값은 하단의 위치한 my.cnf 파일에 설정한다.vi /var/packages/MariaDB/etc/my.cnf수동 재시작/usr/syno/bin/synopkg restart MariaDB</description>
      <author>ismydream</author>
      <guid isPermaLink="true">https://ismydream.tistory.com/168</guid>
      <comments>https://ismydream.tistory.com/168#entry168comment</comments>
      <pubDate>Tue, 7 Jun 2016 01:18:18 +0900</pubDate>
    </item>
  </channel>
</rss>