<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Develop의 Tistory</title>
    <link>https://userpark.tistory.com/</link>
    <description>프로그래밍 및 개인 자료 블로그</description>
    <language>ko</language>
    <pubDate>Mon, 1 Jun 2026 13:23:51 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>소소한 늙은 개발자의 메모장</managingEditor>
    <image>
      <title>Develop의 Tistory</title>
      <url>https://tistory1.daumcdn.net/tistory/223010/attach/47e731c357fc44dbb011b06f6ea91330</url>
      <link>https://userpark.tistory.com</link>
    </image>
    <item>
      <title>윈도우 서버 시간(NTP) 동기화 문제 해결 경험기</title>
      <link>https://userpark.tistory.com/159</link>
      <description>윈도우 서버를 사용하다 보면 시간이 2~3분 정도 차이가 발생하는 경우가 있습니다.저도 실제 운영 중인 서버에서 이런 문제를 겪었고, 여러 차례 인터넷 시간 서버와 동기화를 시도했지만 쉽게 해결되지 않았습니다.
&amp;nbsp;

&amp;nbsp;
■ 테스트한 시간 서버 목록
제가 직접 테스트해본 서버는 다음과 같습니다.

time.bora.net
time.windows.com
time.nist.gov
time-nw.nist.gov
time-a.nist.gov
t..</description>
      <category>S.W./Microsoft</category>
      <category>Microsoft</category>
      <category>ntp</category>
      <category>Windows</category>
      <category>서버시간</category>
      <category>시간동기화</category>
      <category>시간오차</category>
      <category>윈도우서버</category>
      <author>소소한 늙은 개발자의 메모장</author>
      <guid isPermaLink="true">https://userpark.tistory.com/159</guid>
      <comments>https://userpark.tistory.com/159#entry159comment</comments>
      <pubDate>Mon, 18 Aug 2025 11:40:11 +0900</pubDate>
    </item>
    <item>
      <title>ASP.NET Core로 웹 API 만들기 (Controller-based APIs)</title>
      <link>https://userpark.tistory.com/158</link>
      <description>ASP.NET&amp;nbsp;Core&amp;nbsp;기반의&amp;nbsp;API&amp;nbsp;프로젝트&amp;nbsp;진행 중에&amp;nbsp;ControllerBase class 기반 웹 API에 관한 학습 자료를 기록한 것입니다.
가장 기본적인 것이라 참고 URL을 기록합니다.
학습해 가면서 추가적인 정보 공유가 필요하면 본글을 계속 갱신하겠습니다.
&amp;nbsp;
■ 참고 URL (Microsoft) : ASP.NET&amp;nbsp;Core로&amp;nbsp;웹&amp;nbsp;API&amp;nbsp;만들기
..</description>
      <category>Language/ASP.NET</category>
      <category>API</category>
      <category>ASP.NET</category>
      <category>asp.net core</category>
      <category>controller</category>
      <category>ControllerBase</category>
      <category>Microsoft</category>
      <category>MVC</category>
      <category>WebApi</category>
      <category>웹API</category>
      <category>컨트롤러</category>
      <author>소소한 늙은 개발자의 메모장</author>
      <guid isPermaLink="true">https://userpark.tistory.com/158</guid>
      <comments>https://userpark.tistory.com/158#entry158comment</comments>
      <pubDate>Wed, 6 Aug 2025 13:24:24 +0900</pubDate>
    </item>
    <item>
      <title>ASP.NET Core의 Razor Pages 활성화 설정 (Program.cs)</title>
      <link>https://userpark.tistory.com/157</link>
      <description>&amp;nbsp;
ASP.NET Core 기반의 API 프로젝트 진행 중에 Razor Page를 직접 활성화는 방법을 기록한 것입니다.
기본적으로 설정은 되어 있지만, 해당 Microsoft 자료도 참고할 겸해서 기록 개념으로 남겨 둡니다.
어려운 내용은 없으니 코드 및 참고URL을 포함하였으니, 참고하시 바랍니다.
&amp;nbsp;
&amp;nbsp;
Program.cs
/**
 * 추가 참고 : https://userpark.net/156 (ASP.NET Core에서..</description>
      <category>Language/ASP.NET</category>
      <category>ASP.NET</category>
      <category>asp.net core</category>
      <category>Microsoft</category>
      <category>MVC</category>
      <category>program.cs</category>
      <category>razor</category>
      <category>Razor page</category>
      <category>웹개발</category>
      <category>환경설정</category>
      <category>활성화</category>
      <author>소소한 늙은 개발자의 메모장</author>
      <guid isPermaLink="true">https://userpark.tistory.com/157</guid>
      <comments>https://userpark.tistory.com/157#entry157comment</comments>
      <pubDate>Wed, 6 Aug 2025 12:02:05 +0900</pubDate>
    </item>
    <item>
      <title>ASP.NET Core / API 에서 Controller 활성화 설정 (Program.cs 기준)</title>
      <link>https://userpark.tistory.com/156</link>
      <description>&amp;nbsp;C#(WinForms / .NET) Windows Desktop과 PHP 기반 웹 개발을 하다 보니, 점차 하나의 플랫폼에서 프론트와 백을 모두 다룰 수 있는 실질적인 풀스택 개발자를 지향하게 되었습니다.
&amp;nbsp;
&amp;nbsp;그 과정에서 ASP.NET Core 기반의 API 프로젝트를 처음부터 제대로 구성하게 되었는데, 기본 설정에서는 Controller가 자동으로 활성화되지 않아 직접 설정이 필요했습니다.
&amp;nbsp;
&amp;nbsp;이 글은..</description>
      <category>Language/ASP.NET</category>
      <category>AddControllers</category>
      <category>API</category>
      <category>ASP.NET</category>
      <category>asp.net core</category>
      <category>Controllers</category>
      <category>JSON옵션</category>
      <category>MVC</category>
      <category>program.cs</category>
      <category>직렬화</category>
      <category>환경설정</category>
      <author>소소한 늙은 개발자의 메모장</author>
      <guid isPermaLink="true">https://userpark.tistory.com/156</guid>
      <comments>https://userpark.tistory.com/156#entry156comment</comments>
      <pubDate>Tue, 5 Aug 2025 11:20:56 +0900</pubDate>
    </item>
    <item>
      <title>[Microsoft/Edge] 엣지 브라우저 재설치</title>
      <link>https://userpark.tistory.com/155</link>
      <description>출처 : 마이크로소프트 엣지 재설치 2분이면 완료 (tistory.com)

&amp;nbsp;

마이크로소프트 엣지 재설치 2분이면 완료
안녕하세요, IT 보기 입니다. '마이크로소프트 엣지'는 윈도우10에서 사용하는 웹 브라우저 입니다. 기존 인터넷 익스플로러보다 가볍고 빠르며, pdf 같은 파일도 보기 편하고 노트북, pc, 태블릿
honeysoju.tistory.com


■ 오류 현상
- 엣지관련 시스템 오류 발생
&amp;nbsp; : &quot;msedge_elf..</description>
      <category>S.W./Microsoft</category>
      <category>EDGE</category>
      <category>Microsoft</category>
      <category>MicrosoftEdge</category>
      <category>msedge.exe</category>
      <category>마이크로소프트</category>
      <category>시스템오류</category>
      <category>엣지</category>
      <category>오류</category>
      <category>재설치</category>
      <author>소소한 늙은 개발자의 메모장</author>
      <guid isPermaLink="true">https://userpark.tistory.com/155</guid>
      <comments>https://userpark.tistory.com/155#entry155comment</comments>
      <pubDate>Wed, 26 Jul 2023 18:23:02 +0900</pubDate>
    </item>
    <item>
      <title>[Autodesk/Revit] Revit을 설치하려고 하면 &amp;quot;Autodesk Revit이 이미 설치되어 있습니다&amp;quot; 오류 발생</title>
      <link>https://userpark.tistory.com/154</link>
      <description>해결 방법#1 : Revit 제품의 완전한 설치제거를 완료하는 방법 (autodesk.co.kr)

&amp;nbsp;

Revit 제품의 완전한 설치제거를 완료하는 방법
&amp;nbsp;
www.autodesk.co.kr


해결 방법#2 : Revit을 설치하려고 하면 &quot;Autodesk Revit이 이미 설치되어 있습니다&quot; 오류 발생

&amp;nbsp;

Revit을 설치하려고 하면 &quot;Autodesk Revit이 이미 설치되어 있습니다&quot; 오류 발생
&amp;nbsp;
www..</description>
      <category>S.W./Autodesk</category>
      <category>AdskUninstallHelper</category>
      <category>Autodesk</category>
      <category>REVIT</category>
      <category>Uninstall</category>
      <category>삭제</category>
      <category>설치오류</category>
      <category>재설치</category>
      <author>소소한 늙은 개발자의 메모장</author>
      <guid isPermaLink="true">https://userpark.tistory.com/154</guid>
      <comments>https://userpark.tistory.com/154#entry154comment</comments>
      <pubDate>Tue, 25 Jul 2023 17:58:14 +0900</pubDate>
    </item>
    <item>
      <title>[LINUX/CentOS] Hostname 변경</title>
      <link>https://userpark.tistory.com/153</link>
      <description>■ 기준 버전
# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
&amp;nbsp;
■ 호스트 이름(Hostname) 확인 명령
#hostname
(설정된 Hostname 또는 DNS 정보를 참조한 HostName)

#hostnamectl
(OS 정보 및 설정된 HostName 정보)
&amp;nbsp;
■ 호스트 이름 변경
#hostname linuxsrv


#hostnamectl set-hostna..</description>
      <category>S.W./OS(Linux)</category>
      <category>CentOS</category>
      <category>hostname #linux</category>
      <author>소소한 늙은 개발자의 메모장</author>
      <guid isPermaLink="true">https://userpark.tistory.com/153</guid>
      <comments>https://userpark.tistory.com/153#entry153comment</comments>
      <pubDate>Tue, 18 Apr 2023 15:06:47 +0900</pubDate>
    </item>
    <item>
      <title>[MSDN]ClickOnce 배포 API를 통해 주문형 어셈블리 다운로드</title>
      <link>https://userpark.tistory.com/152</link>
      <description>https://docs.microsoft.com/ko-kr/visualstudio/deployment/walkthrough-downloading-assemblies-on-demand-with-the-clickonce-deployment-api?view=vs-2022&amp;nbsp;

&amp;nbsp;

주문형 어셈블리 다운로드(ClickOnce API) - Visual Studio (Windows)
ClickOnce 애플리케이션의 특정 어셈블리를 선택 사항으로 표..</description>
      <category>Language/C#(CLR,.NET)</category>
      <category>c#</category>
      <category>ClickOnce</category>
      <category>Csharp</category>
      <category>Microsoft</category>
      <category>MSDN</category>
      <category>VisualStudio</category>
      <category>다운로드</category>
      <category>배포</category>
      <category>응용프로그램</category>
      <category>주문형</category>
      <author>소소한 늙은 개발자의 메모장</author>
      <guid isPermaLink="true">https://userpark.tistory.com/152</guid>
      <comments>https://userpark.tistory.com/152#entry152comment</comments>
      <pubDate>Fri, 10 Dec 2021 09:16:15 +0900</pubDate>
    </item>
    <item>
      <title>[에러/ORA-01000] ORA-01000: 최대 열기 커서 수를 초과했습니다</title>
      <link>https://userpark.tistory.com/151</link>
      <description>ORA-01000: maximum open cursors exceededORA-01000: 최대 열기 커서 수를 초과했습니다
--sys나 system 유저로 접속하여 현재 설정된 커서 개수를 확인 한다.
show parameter open_cursors 

--현재 사용중인 섹션의 커서 (100개 초과) 확인
select a.sid, s.process, s.machine, s.module, s.action, count(*) as cnt          ..</description>
      <category>DBMS/Oracle</category>
      <category>CURSOR</category>
      <category>DBA</category>
      <category>DBMS</category>
      <category>ORA-01000</category>
      <category>oracle</category>
      <category>설정</category>
      <category>오라클</category>
      <category>커서</category>
      <author>소소한 늙은 개발자의 메모장</author>
      <guid isPermaLink="true">https://userpark.tistory.com/151</guid>
      <comments>https://userpark.tistory.com/151#entry151comment</comments>
      <pubDate>Tue, 16 Nov 2021 15:13:11 +0900</pubDate>
    </item>
    <item>
      <title>[Devexpress/WinForm/C#] XtraGrid - GridView CustomRowCellEdit</title>
      <link>https://userpark.tistory.com/150</link>
      <description>DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repbeiTemp1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repbeiTemp2 = new DevExpress.XtraEditors.Repository.Repos..</description>
      <category>Language/SDK,Component</category>
      <category>c#</category>
      <category>Component</category>
      <category>Csharp</category>
      <category>CustomRowCellEdit</category>
      <category>DevExpress</category>
      <category>EditControl</category>
      <category>event</category>
      <category>RepositoryItem</category>
      <category>Winform</category>
      <author>소소한 늙은 개발자의 메모장</author>
      <guid isPermaLink="true">https://userpark.tistory.com/150</guid>
      <comments>https://userpark.tistory.com/150#entry150comment</comments>
      <pubDate>Tue, 26 Oct 2021 22:33:49 +0900</pubDate>
    </item>
  </channel>
</rss>