본문 바로가기

⚙️백엔드 : Backend/Server3

Github pages 정적 배포하는 방법 | 정적배포란? 정적배포란?정적 웹 사이트는 콘텐츠가 미리 만들어진 HTML, CSS, JavaScript 파일 등으로 구성되어 있으며, 사용자의 요청이 들어오면 서버가 해당 파일을 그대로 전달하는 방식입니다. 이 방식은 작성자가 소수이고 콘텐츠의 변화가 적은 웹사이트에 적합합니다.정적 웹사이트는 서버에서 별도의 처리를 하지 않고 미리 준비된 파일을 그대로 제공하므로, 로딩 속도가 빠르고 배포가 간편합니다. 다만, 콘텐츠를 자주 변경하거나 사용자 맞춤형 기능이 필요한 경우에는 한계가 있을 수 있습니다.💡 정적 콘텐츠(HTML, 이미지 등)를 웹사이트에 올려놓고 그대로 보여주는 것이라고 생각하면 됩니다.  동적배포란?동적 웹 사이트는 클라이언트(사용자)의 요청에 따라 서버에서 콘텐츠를 실시간으로 생성해 전달하는 방식입니.. 2025. 4. 6.
mac 맥북 톰캣 설치 및 실행 방법 1. 톰캣(tomcat) 설치https://tomcat.apache.org/download-10.cgi Apache Tomcat® - Apache Tomcat 10 Software DownloadsWelcome to the Apache Tomcat® 10.x software download page. This page provides download links for obtaining the latest version of Tomcat 10.1.x software, as well as links to the archives of older releases. Unsure which version you need? Specification versitomcat.apache.org 저는 10버전 톰캣을 다운받.. 2025. 4. 6.
error : The file system does not support extended attributes or has the feature disabled. 서버쪽에서 이러한 에러가 났습니다.supabase의 storage도 확인하고,mariadb의 port 번호도 확인하고,migration도 다시 받고,npm install도 다시 했지만 해결이 안됐습니다. 원인은 docker에 있었습니다.해결 방법은 docker를 재설치하시면 됩니다. https://github.com/supabase/supabase/issues/10977 The file system does not support extended attributes on windows server · Issue #10977 · supabase/supabaseBug report Describe the bug I got this error when trying to host supabase on windows.. 2024. 9. 3.