<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>헤르메스 LIFE</title>
    <link>https://hermeslog.tistory.com/</link>
    <description>개인적인 내용들입니다.</description>
    <language>ko</language>
    <pubDate>Wed, 15 Apr 2026 04:22:40 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>헤르메스의날개</managingEditor>
    <item>
      <title>[Vue.js] Live Reload is not possible without a head or body tag</title>
      <link>https://hermeslog.tistory.com/805</link>
      <description>내용은 html 파일이기 때문에 head 또는 body tag 가 존재해야 하지만, 존재하지 않는다는 내용입니다.하지만, Vue 를 공부 하는 입장에서는 이해 할 수 없네요.

결과적으로 오타가 ㅠ.ㅠ
&amp;lt;script src=&quot;https://unpkg.com/vue@3/dist/vue.global.js&quot;&amp;gt;&amp;lt;/script&amp;gt;

&amp;lt;div id=&quot;app&quot;&amp;gt;{{ message }}&amp;lt;/div&amp;gt;

&amp;lt;script&amp;gt;
..</description>
      <category>CSR(Client Side Rendering)</category>
      <category>live server</category>
      <category>vue.js</category>
      <category>vuejs</category>
      <author>헤르메스의날개</author>
      <guid isPermaLink="true">https://hermeslog.tistory.com/805</guid>
      <comments>https://hermeslog.tistory.com/805#entry805comment</comments>
      <pubDate>Mon, 18 Aug 2025 23:44:21 +0900</pubDate>
    </item>
    <item>
      <title>[SpringBoot] Docker에 PostgreSQL 설치 / 연결하기</title>
      <link>https://hermeslog.tistory.com/541</link>
      <description>IDE : IntelliJ
JDK : OpenJDK 11
Framework : Spring Boot 2.5.2
Database : PostgreSQL 최신버전 ( 라이센스도 소스공개의무도 없음 )
첨부파일이 MySqlRunner 로 되어있는데.. MySQL 접속테스트 중 소스만 바뀐거라.. ㅎㅎ

Docker 설치
https://hermeslog.tistory.com/497?category=302346&amp;nbsp;

&amp;nbsp;

[Docker] Dock..</description>
      <category>Spring Framework</category>
      <category>Docker</category>
      <category>PostgreSQL</category>
      <category>Spring Boot</category>
      <category>SpringBoot</category>
      <category>springboot postgresql</category>
      <author>헤르메스의날개</author>
      <guid isPermaLink="true">https://hermeslog.tistory.com/541</guid>
      <comments>https://hermeslog.tistory.com/541#entry541comment</comments>
      <pubDate>Sun, 9 Mar 2025 22:42:05 +0900</pubDate>
    </item>
    <item>
      <title>[Git] Git 명령어 / 사용법</title>
      <link>https://hermeslog.tistory.com/685</link>
      <description>게임을 하면서, Git 명령 배우기
&amp;nbsp;
https://learngitbranching.js.org/?locale=ko

&amp;nbsp;

Learn Git Branching
An interactive Git visualization tool to educate and challenge!
learngitbranching.js.org


&amp;nbsp;

&amp;nbsp;
사용하는 Git 명령어를 정리해봤습니다.계속 수정 변경해서 추가할 예정입니다.
초기 셋팅..</description>
      <category>형상관리</category>
      <category>git</category>
      <category>git add</category>
      <category>git push</category>
      <category>git 명령어</category>
      <category>git명령어</category>
      <category>make: gcc: 그런 파일이나 디렉터리가 없습니다</category>
      <category>sudo: make: 명령이 없습니다</category>
      <author>헤르메스의날개</author>
      <guid isPermaLink="true">https://hermeslog.tistory.com/685</guid>
      <comments>https://hermeslog.tistory.com/685#entry685comment</comments>
      <pubDate>Fri, 27 Dec 2024 10:41:18 +0900</pubDate>
    </item>
    <item>
      <title>[Vue.js] Vue.js 3.x + Vite 스캐폴딩</title>
      <link>https://hermeslog.tistory.com/803</link>
      <description> 스캐폴딩(Scaffolding) : 프로젝트의 기본 환경과 구조를 자동으로 구성하는 과정. 이 용어는 건축에서 철골 구조물을 세우는 작업에서 유래되었으며, 소프트웨어 개발에서는 프로젝트를 시작하기 위한 기본 틀이나 뼈대를 자동으로 생성해주는 것을 말합니다.

1. 스캐폴딩
: Vue 3.x 버젼을 지원하는 공식 스캐폴딩 Tool인 Vite 를 이용한 방법
&amp;gt; npm -version
10.9.0

&amp;gt; npm create vite@latest ..</description>
      <category>CSR(Client Side Rendering)</category>
      <category>plugin</category>
      <category>scaffolding</category>
      <category>vue.js</category>
      <category>개발환경</category>
      <category>스캐폴딩</category>
      <author>헤르메스의날개</author>
      <guid isPermaLink="true">https://hermeslog.tistory.com/803</guid>
      <comments>https://hermeslog.tistory.com/803#entry803comment</comments>
      <pubDate>Tue, 24 Dec 2024 00:38:57 +0900</pubDate>
    </item>
    <item>
      <title>Windows환경에서 npm / node.js 최신버전으로 설치</title>
      <link>https://hermeslog.tistory.com/618</link>
      <description>버전확인
C:\&amp;gt;node -v
v16.14.2

C:\&amp;gt;npm -v
8.5.0
npm 설치 - 오류가 발생됐습니다.
C:\&amp;gt;npm install -g npm
npm notice
npm notice New minor version of npm available! 8.5.0 -&amp;gt; 8.14.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.14.0
npm notice ..</description>
      <category>CSR(Client Side Rendering)</category>
      <category>node -v</category>
      <category>node t설치</category>
      <category>node update</category>
      <category>node.js</category>
      <category>nodejs</category>
      <category>npm</category>
      <category>npm -v</category>
      <author>헤르메스의날개</author>
      <guid isPermaLink="true">https://hermeslog.tistory.com/618</guid>
      <comments>https://hermeslog.tistory.com/618#entry618comment</comments>
      <pubDate>Sun, 22 Dec 2024 20:59:59 +0900</pubDate>
    </item>
    <item>
      <title>[Vue.js] Vue.js Upgrade ( 2.9.x -&amp;gt; 3.x ) 후 개발환경 구축</title>
      <link>https://hermeslog.tistory.com/619</link>
      <description>1. Vue 버전 확인
-g 옵션 : global 옵션이라고 합니다.관리자 권한으로 설치해야 합니다.관리자 권한임에도 불구하고, 아래와 같은 오류가 발생합니다.
C:\project\workspace\vuesample&amp;gt;vue --version
2.9.6

C:\project\workspace\vuesample&amp;gt;npm install -g @vue/cli
npm WARN config global `--global`, `--local` are dep..</description>
      <category>CSR(Client Side Rendering)</category>
      <category>npm install @vue/cli -global</category>
      <category>npm uninstall -g vue-cli</category>
      <category>vue --version</category>
      <category>vue.js</category>
      <category>vue.js 삭제</category>
      <category>vuejs 삭제</category>
      <author>헤르메스의날개</author>
      <guid isPermaLink="true">https://hermeslog.tistory.com/619</guid>
      <comments>https://hermeslog.tistory.com/619#entry619comment</comments>
      <pubDate>Sun, 22 Dec 2024 20:51:42 +0900</pubDate>
    </item>
    <item>
      <title>[Linux] vi / vim 단축키</title>
      <link>https://hermeslog.tistory.com/802</link>
      <description>h, j, k, l&amp;nbsp;- 좌,하,상,우 커서이동i&amp;nbsp;- 현재 커서 위치에 Insert 하기I&amp;nbsp;- 현재 줄 맨앞에 Insert 하기a&amp;nbsp;- 현재 커서 다음칸에 Insert 하기A&amp;nbsp;- 현재 줄 맨뒤에 Insert 하기O&amp;nbsp;- 윗줄에 Insert 하기o&amp;nbsp;- 아랫줄에 Insert 하기w&amp;nbsp;- 단어 첫글자로 이동하기W&amp;nbsp;- 화이트스페이스 단위로 다음 글자로 이동하기b&amp;nbsp;- 백워드 방향으..</description>
      <category>장난감들</category>
      <category>vi</category>
      <category>Vi Editor</category>
      <category>vi/vim</category>
      <category>vim</category>
      <category>단축키</category>
      <author>헤르메스의날개</author>
      <guid isPermaLink="true">https://hermeslog.tistory.com/802</guid>
      <comments>https://hermeslog.tistory.com/802#entry802comment</comments>
      <pubDate>Wed, 11 Dec 2024 15:12:49 +0900</pubDate>
    </item>
    <item>
      <title>[맥북] 유틸리티들</title>
      <link>https://hermeslog.tistory.com/801</link>
      <description>맥북을 사용하면서 Windows 사용할 때 사용했던 기능들이 아쉽네요.대체할 수 있는 프로그램들을 찾아봤습니다.

Editor
VSCode ( https://code.visualstudio.com/download )- 유명한 Editor- 한글지원
Zed ( https://zed.dev/ )
Image
PhotoScape X ( http://x.photoscape.org/&amp;nbsp;)- 상용으로 사용이 가능하지만, 기본기능만으로 사용할만합니다.- 한글지..</description>
      <category>장난감들</category>
      <category>MacOS</category>
      <category>Photoscape</category>
      <category>Utility</category>
      <category>유틸리티</category>
      <author>헤르메스의날개</author>
      <guid isPermaLink="true">https://hermeslog.tistory.com/801</guid>
      <comments>https://hermeslog.tistory.com/801#entry801comment</comments>
      <pubDate>Fri, 6 Dec 2024 16:58:35 +0900</pubDate>
    </item>
    <item>
      <title>[Linux] Windows 11 에 Ubuntu 설치하기</title>
      <link>https://hermeslog.tistory.com/799</link>
      <description>Windows&amp;nbsp;11&amp;nbsp;에&amp;nbsp;Ubuntu&amp;nbsp;설치
WSL은 Linux 커널과 Windows 간의 격차를 메우는 호환성 계층을 실행하여 Windows에서 Linux 바이너리 실행 파일을 기본적으로 실행합니다. WSL 1을 실행하려면 최소 Windows 10 버전 1607(또는 그 이상)과 64비트 PC가 필요합니다. WSL 2의 경우 Windows 10 버전 2004(또는 그 이상)과 64비트 PC가 필요합니다. Windows ..</description>
      <category>장난감들</category>
      <category>Docker</category>
      <category>docker wsl</category>
      <category>Linux</category>
      <category>ubuntu</category>
      <category>Ubuntu 설치</category>
      <category>windows</category>
      <category>Windows 11</category>
      <category>wsl docker</category>
      <author>헤르메스의날개</author>
      <guid isPermaLink="true">https://hermeslog.tistory.com/799</guid>
      <comments>https://hermeslog.tistory.com/799#entry799comment</comments>
      <pubDate>Fri, 29 Nov 2024 09:00:27 +0900</pubDate>
    </item>
    <item>
      <title>[PostgreSQL] Trigger 관련</title>
      <link>https://hermeslog.tistory.com/798</link>
      <description>PostgreSQL은 Trigger 에서 Function 이나 Procedure 를 Call 을 하는 구조로 되어 있는 것 같습니다.
drop trigger [트리거명] on [트리거 관련 테이블명] cascade;

create or replace trigger [트리거명]
--after insert or update on [트리거 관련 테이블명]
after update on [트리거 관련 테이블명]
for each row
execute functio..</description>
      <category>Database</category>
      <category>PostgreSQL</category>
      <category>Trigger</category>
      <author>헤르메스의날개</author>
      <guid isPermaLink="true">https://hermeslog.tistory.com/798</guid>
      <comments>https://hermeslog.tistory.com/798#entry798comment</comments>
      <pubDate>Thu, 24 Oct 2024 14:25:20 +0900</pubDate>
    </item>
  </channel>
</rss>