본문 바로가기

Programming317

Virtual Box를 이용한 Ubuntu 20.04.5 Server live 버젼 설치 테스트 진행 및 KVM 반가상화 설치 Windows 11 이미지 설치 테스트 진행 1. Virtual Box를 이용한 Ubuntu 20.04.5 Server live 버젼 설치 시에 Kernel Panic 이 발생하며 멈추는 현상 해결 방안 저 같은 경우 VirtualBox 프로세스를 최신 버젼으로 설치 후 ( virtualBox 6.1.38 platform packages - Windows hosts ) 출처 : Oracle VM VirtualBox Oracle VM VirtualBox Welcome to VirtualBox.org! News Flash New September 2nd, 2022VirtualBox 6.1.38 released! Oracle today released a 6.1 maintenance release which improves stability and fi.. 2022. 10. 5.
[WPF] DatePicker Calendar 특정 일자 Day Button Style 변경 출처 : WPF: Enable Specific Dates Only In a DatePicker - TechNet Articles - United States (English) - TechNet Wiki (microsoft.com) WPF: Enable Specific Dates Only In a DatePicker - TechNet Articles - United States (English) - TechNet Wiki social.technet.microsoft.com [WPF] DatePicker Calendar 특정 일자 Day Button Style 변경 2022년 8월 21,22,23,25일자의 Day Button의 Style을 다르게 표시 하고자 하는 기능이 필요 하였다. CalendarTes.. 2022. 8. 25.
HttpListener를 이용한 Simple한 Web서버 구현 예제 출처 : https://gist.github.com/define-private-public/d05bc52dd0bed1c4699d49e2737e80e7 A Simple HTTP server in C# A Simple HTTP server in C#. GitHub Gist: instantly share code, notes, and snippets. gist.github.com public class HttpListenerWebServer { private HttpListener listner; private string url = string.Empty; private int requestCount = 0; private FormTray myTrayForm = null; public HttpListener.. 2022. 8. 18.
[C#] HttpWebRequest/HttpWebResponse Memory leak 현상 발생 관련 사항 출처 : c# - WebRequest/WebResponse Memory leak - Stack Overflow WebRequest/WebResponse Memory leak I have an .Net Framework #4.0 application that makes a large number of web requests using the WebRequest/WebResponse classes , as i see it has memory leak (or maybe i am doing something wrong) I W... stackoverflow.com .NET Framework의 HttpWebReqeust , HttpWebResponse Memory가 누수된다는 현상이 보고되고 있습니다. 4.5 이.. 2022. 8. 12.