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

Mit

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

Mit

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

전체 글 (146)
Maui Android Entry underline remove

Platforms > Android > MainAppication 에서 //protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); protected override MauiApp CreateMauiApp() { // Remove Entry control underline Microsoft.Maui.Handlers.EntryHandler.Mapper.AppendToMapping("NoUnderline", (h, v) => { h.PlatformView.BackgroundTintList = Android.Content.Res.ColorStateList.ValueOf(Colors.Transparent.ToAndroid()); });..

Maui 2024. 2. 2. 18:51
.Net 7 라즈베리파이 설치

.Net 7 라즈베리파이 설치 wget -O - https://raw.githubusercontent.com/pjgpetecodes/dotnet7pi/master/install.sh | sudo bash 참고> pjgpetecodes/dotnet7pi: Install .NET 7 on a Raspberry Pi with a single line. (github.com)

ETC 2023. 9. 14. 13:06
IIS .Net 7 응용프로그램 배포하고 실행할 때 오류 해결.

Error. An error occurred while processing your request. Request ID: Development Mode Swapping to the Development environment displays detailed information about the error that occurred. The Development environment shouldn't be enabled for deployed applications. It can result in displaying sensitive information from exceptions to end users. For local debugging, enable the Development environment ..

ETC 2023. 8. 30. 19:42
MSSQL PatIndex활용 문자열 혼합된 데이터 일괄 업데이트

PatIndex('%[^0-9]%' 로 nums의 3자리가 int형인지 검사하고(참이면 3, 아니면 0) 자기 자신 db를 조인해서 일괄업데이트진행. ________________________________________________________________________________________ Update db set ClsNum == aa from db as A Join ( Select aa, ids from( Select nums as aa, ids from( Select PatIndex('%[^0-9]%', left(VarNums,3) ) as nums , * from db where len(VarNums)>3 ) as AB where aa = 3 ) as ABB ) AS B on A..

ETC 2023. 7. 31. 13:39
.Net Maui Android Navigation Bar , StatusBar Color Change

Platforms > Andorid > MainActivity.cs 에 작성. protected override void OnCreate(Bundle savedInstanceState) { Window.SetStatusBarColor(Android.Graphics.Color.Black); // 상단 Status Bar 색상 변경 Window.SetNavigationBarColor(Android.Graphics.Color.Black); // Navigation Bar 색상 변경 base.OnCreate(savedInstanceState); }

Maui 2023. 6. 23. 17:15
.Net Maui iOS app transport security policy requires the use of a secure connection

Platforms > iOS >Info.plist 수정 NSAppTransportSecurity , 사전 -> 새 항목추가 - > NSAllowsArbitraryLoads , 부울 , 예

Maui 2023. 6. 9. 13:39
Xamarin Android Target version 31 FCM Error

FCM 오류: Xamarin Forms: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent Nuget 설치: Xamarin.AndroidX.Lifecycle.LiveData Xamarin.AndroidX.Work.Runtime 변경전: var pendingIntent = PendingIntent.GetActivity(this, AdnroidNotification.NOTIFICATION_ID, intent, PendingIntentFlags.OneShot); 변경후: var pendingIntent = PendingInten..

Xamarin 2023. 3. 10. 14:02
MS SQL Where Not 쿼리

WHERE ( S_Day >= @s_Day and Not (S_Day= @s_Day and CONVERT(DATE, Stime) = @s_Day) ) : 금일자 이후 모든 날짜 중 S_Day가 오늘이고 Stime이 오늘인 날 제외

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

티스토리툴바