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

Mit

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

Mit

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

분류 전체보기 (148)
App Store Connection API Key .P8 Download

App Store Connection API Key .P8 Download 사파리에서는 다운로드 되지 않으니 크롬브라우저에서 API Key 다운로드 선택하면 .P8 Private Key로 다운로드 된다.

카테고리 없음 2023. 1. 3. 20:30
No data is available for encoding 51949

No data is available for encoding 51949. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. >> System.Text.Encoding.CodePages Nuget Package를 설치한다. c# - System.NotSupportedException: No data is available for encoding 1252 - Stack Overflow

WPF 2022. 10. 30. 18:53
SqlDataReader to DataTable

SqlDataReader DB_reader = Comm_String.ExecuteReader(); DataTable DT = new DataTable(); DataRow relation; while (await DB_reader.ReadAsync()) { relation = DT.NewRow(); if (i == 1) { for (int k = 0; k

WPF 2022. 10. 14. 19:26
Raspberry pi4 multiple usb to serial port setting

// 1. 연결된 ttyUSB Path 확인 usb 1-1.2 // usb 1-1.4 pi@Teon:~ $ dmesg | grep ttyUSB // 2. usb-serial rules 수정 pi@Teon:~ $ sudo nano /etc/udev/rules.d/10-usb-serial.rules SUBSYSTEM=="tty", ATTRS{idProduct}=="6001", ATTRS{idVendor}=="0403", ATTRS{devpath}=="1.2", SYMLINK+="ttyUSBa" SUBSYSTEM=="tty", ATTRS{idProduct}=="6001", ATTRS{idVendor}=="0403", ATTRS{devpath}=="1.4", SYMLINK+="ttyUSBb" // 3. 저장내용..

ETC 2022. 8. 8. 13:23
라즈베리파이 ttyUSB정보 확인

udevadm info /dev/ttyUSB0

ETC 2022. 8. 5. 19:00
라즈베리파이 AutoStart Edit

sudo nano /etc/sdg/lxsession/LXDE-pi/autostart

ETC 2022. 8. 5. 18:51
MSBUILD : error MSB1003: Specify a project or solution file. The current working

해결방안: build 디렉토리로 이동하라. >> cd MyMauiApp >> dotnet build -t:Run -f net6.0-maccatalyst https://docs.microsoft.com/ko-kr/dotnet/maui/macos/cli

Maui 2022. 7. 28. 23:02
Visual Studio for Mac 2022 Maui Build Error

Visual studio for mac 2022 에서 Maui 프로젝트 만든후 빌드할 때 오류가 있어 아래와 같이 해결하였다. Visual studio for mac 2022 terminal : ~% dotnet workload install android Error: Inadequate permissions. Run the command with elevated privileges 해결>> sudo -i ~% dotnet workload install android Error: Workload ID privileges is not recognized. 해결>> dotnet workload install maui-android maui-ios Successfully installed workload(s)..

Maui 2022. 7. 28. 22:56
MSSQL HashBytes Sqlparameter Error

MSSQL HashBytes Sqlparameter Type Error Parameter Type Varchar != Nvarchar HashBytes different binary value -->> Sovled 1. var _pWDs = new SqlParameter("@PWDs", SqlDbType.VarChar,500); _pWDs.Value = Ubody.PWD2; // Query String comm.CommandText += " select * from UidTable where password = Hashbyte('SHA2_256',@PWDs); comm.Parameters.Add(_pWDs); Solved 2. comm.CommandText += " select * from UidTabl..

WPF 2022. 6. 30. 19:12
.Net 5 Api return value list all same value Error

.Net 5 Api return value list all same value Error public class Rca { public string A{ get; set; } public string B{ get; set; } } public List rList() { List RTN = new List(); Rca _RTN = new Rca(); for(int i = 0; i < 10; i++) { _RTN.A = "a" +i.ToString(); _RTN.B = "b" +i.ToString(); RTN.Add(_RTN); } return RTN; } _________________________________ PostMan result: { "A": "a9", "B": "b9", }, { "A": "..

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

티스토리툴바