본문 바로가기 메뉴 바로가기

Mit

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Mit

검색하기 폼
  • 분류 전체보기 (143)
    • Maui (7)
    • Xamarin (33)
    • WPF (47)
    • VBA (3)
    • C# WinForm (7)
    • ETC (42)
  • 방명록

분류 전체보기 (143)
Ubuntu Unhandled exception. System.IO.IOException: Failed to bind to address http://127.0.0.1:5000: address already in use.

Ubuntu Unhandled exception. System.IO.IOException: Failed to bind to address http://127.0.0.1:5000: address already in use. 1. sudo netstat -tunip 2. port 5000 PID num 확인 3. sudo kill -9 27481 4. 서비스 재시작. ------------------ $ sudo netstat -tunlp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 4 0 127.0.0.1:5000 0.0.0.0:* LIS..

ETC 2021. 6. 9. 20:38
Nginx .net Core5 error: // warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3]

warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3] 환경: ubuntu 20.04 LTS/ Nginx8.0 / .net Core5 http api 서비스는 정상. https api는 warning 다만.. 서비스는 정상 info: Microsoft.Hosting.Lifetime[0] Now listening on: http://localhost:5000 info: Microsoft.Hosting.Lifetime[0] Application started. Press Ctrl+C to shut down. info: Microsoft.Hosting.Lifetime[0] Hosting environment: Production info: M..

ETC 2021. 6. 9. 19:23
Ubuntu 20.04 Nginx Certbot cert error

Certbot 에서 인증오류가 계속.. 인증받을 도메인의 홈 디렉토리에 폴더를 생성해 줬음. /var/www/html 에서 $ mkdir .well-known cd .well-known $ mkdir acme-challenge cd .. 그리고 certbot을 돌리니 정상실행. $ certbot certonly --webroot -w . -d api.mistic.co.kr

ETC 2021. 6. 8. 20:28
StackLayout Label Fit the size not working

Cause: When you add labels in stackLayout ,stackLayout will not make the subviews fit the size. Stacklayout에 배치된 Label Width는 AutoFit 되지 않네.. >> Stacklayout 쓰지 말자. --> Frame나 Grid 배치하자.. https://stackoverflow.com/questions/55788834/element-not-expanding-in-xamarin-forms

Xamarin 2021. 5. 28. 18:18
SQLite SubString(), Len() , Left(), Right()오류

SQLite SubString(), Len() 오류 SubString() --> SubStr() Len() --> Length() Left(), Right() --> SubStr() SQLIte Query ==> Substr(Chked_ID, 2, Length(Chked_ID)-2)=@IDS2

ETC 2021. 5. 26. 12:56
iOS UiView CGRect Error

CGRect Error Control.LeftView = new UIView(new CGRect(0,0,5,0)); -->> var myBox = new UIView(new CoreGraphics.CGRect(10, 15, 15, 1)); Control.AddSubview(myBox);

Xamarin 2021. 5. 3. 00:18
DataTable Select 구문 오류: 'B' 연산자 뒤에 피연산자가 없습니다.

DataTable Select 구문 오류: 'B' 연산자 뒤에 피연산자가 없습니다. "log_mac = " + STR[2] ; 0) { int SelectedIndex = Result_Table.Rows.IndexOf(result[0]); SMS_Result_LBX.Items.RemoveAt(SelectedIndex); }

WPF 2021. 4. 29. 19:39
WPF programmatically label name setting and label findname null

Label을 Dynamic하게 생성하고 생성된 Label을 찾을때 FindName으로 찾으면 Null이다. // Label 생성 LblV = new Label() { Name = "K1" Content = NDT.Rows[i].ItemArray[k].ToString(), Width = _Width, Height = 25, Background = new SolidColorBrush(Color.FromArgb(30, 20, 91, 108)), Foreground = new SolidColorBrush(System.Windows.Media.Colors.Black), HorizontalContentAlignment = HorizontalAlignment.Center, Margin = new Thickness(0..

WPF 2021. 4. 26. 18:27
WPF Scrollviewer in ScrollViwer header Grid freezing

WPF 2021. 4. 26. 14:43
DateTime Nullable Value

항상 다음 읽기 전용 속성을 사용하여 null 허용 값 형식 변수의 값을 검사하고 가져올 수 있습니다. Nullable.HasValue은 null 허용 값 형식의 인스턴스에 해당 기본 형식의 값이 있는지 여부를 나타냅니다. Nullable.Value은 HasValue가 true인 경우 기본 형식의 값을 가져옵니다. HasValue가 false인 경우 Value 속성은 InvalidOperationException을 throw합니다. from Null 허용 값 형식 - C# 참조 | Microsoft Docs Null 허용 값 형식 - C# 참조 C# nullable 값 형식 및 사용 방법 알아보기 docs.microsoft.com

WPF 2021. 4. 21. 14:29
이전 1 ··· 4 5 6 7 8 9 10 ··· 15 다음
이전 다음
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • 서버 수준의 URN 필터
  • 암호 마스터키
  • WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
  • 연산자 뒤에 피연산자가 없습니다.
  • C# LINQ Left join
  • WPF Textbox
  • Xamarin.Ios Firebase Phone SMS OTP Send
  • Xamarin.Ios Firebase Phone Auth
  • Xamarin Firebase Phone Auth
  • c# Encrypt / Decrypt
  • WPF Scrollviewer in ScrollViwer
  • Entry '' has empty native path
  • ssl_client_socket_impl.cc
  • Xamarin SMS OTP Send
  • Xamarin reCAPTCHA
  • Windows IIS FTP 디렉토리 목록 오류
  • Xamarin Firebase Phone User Add
  • WPF Datagrid Cell Value Change
  • Xamarin.Forms
  • ClickOnce 인증서 인증기간 변경
  • Embeded 한글Font적용
  • Xamarin.Ios Firebase Phone User Add
  • GetCellContent CheckBox Value
  • Label Text LineBreak in Xaml
  • FileStream Add Byte
  • Linux SSH Multi Computer Join
  • Microcharts
  • SkiaSharp
more
«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바