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

Mit

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

Mit

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

분류 전체보기 (149)
Xamarin.Android 배포

1. 빌드 설정에서 Android 패키지 형식 aab 2. 디버깅 옵션: 체크해제 3. 000000.Android 게시를 위한 보관 4. 보관파일에서 서명및 배포 > 임시(디스크에저장) > Android 서명 > 게시해서 .....aab 파일 생성 > Google Play Console 에서 > 프로덕션 > 파일 업로드

Xamarin 2021. 10. 22. 17:07
The Info.plist key 'BGTaskSchedulerPermittedIdentifiers'

Xamarin.iOS 배포시 에러 Missing Info.plist value. The Info.plist key 'BGTaskSchedulerPermittedIdentifiers' must contain a list of identifiers used to submit and handle tasks when 'UIBackgroundModes' has a value of 'processing'. For more information, refer to the Information Property List Key Reference at https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Int..

Xamarin 2021. 10. 22. 16:58
Xamarin.Android ssl connection could not be established see inner exception

Xamarin.Android ssl connection could not be established see inner exception >> https Api Connection Exception Error 해결 Xamarin.Ios에서 정상이라면 Android 빌드에서 httpClient 구현 기본값인지 확인이 필요함.

Xamarin 2021. 10. 2. 13:14
Xamarin.Forms tabbed page change tab programmatically

Xamarin.Forms Tabbed Page Move CurrentPage ==> this.Parent.Parent.Parent.Parent as TabbedPage Console.WriteLine("Parent1!" + this.Parent.ToString()); Console.WriteLine("Parent2!" + this.Parent.Parent.ToString()); Console.WriteLine("Parent3!" + this.Parent.Parent.Parent.ToString()); Console.WriteLine("Parent4!" + this.Parent.Parent.Parent.Parent.ToString()); 2021-07-26 16:29:11.833738+0900 Ecs.iO..

Xamarin 2021. 7. 26. 16:36
라즈베리파이 Console 명령어 모음(20210720)

라즈베리파이4 한글설치 $ sudo apt-get istall -y fonts-nanum $ sudo reboot 라즈베리파이 UART구성 $ sudo raspi-config : 라즈베리파이 구성 (비밀번호, 부트옵션, 언어및 지역정보 변경, 인터페이스 변경, 업데이트등) interfacing option 에서는 카메라, ssh, 시리얼포트 활성화를 선택할 수 있다. $ ls -l /dev : 설치되어있는 시리얼포트등을 볼 수 있다. /dev/ttyS0 및 /dev/ttyAMA0 UART매핑 확인 $ sudo nono /boot/config.txt : boot Config 파일을 수정한다. dtoverlay-disable-bt : 블루투스 사용중지 dtoverlay=vc4-kms-v3d max_frame..

카테고리 없음 2021. 7. 20. 10:29
Lable 줄바꿈

Lable 줄바꿈 = Environment.NewLine time_label.Text = DateTime.Now.ToString("yyyy-MM-dd(ddd)"+ Environment.NewLine+" tt hh:mm:ss");

C# WinForm 2021. 7. 19. 21:03
Xamarin.forms Active indicator Progmatically Loading

namespace Ecla.ContentViews { public partial class NotiInout : ContentView { static ActivityIndicator activ_indi; public NotiInout() { InitializeComponent(); activ_indi = activityindi; activ_indi.IsVisible = true; activ_indi.IsRunning = true; Main_Grid.Children.Add(activ_indi); Grid.SetRow(activityindi, 1); Device.BeginInvokeOnMainThread(async () => { await onpages(); activ_indi.IsRunning = fals..

Xamarin 2021. 7. 8. 09:41
FCM API Remote Notification Sound

FCM API Remote Notification Sound not Working Google Firebase Cloud Message notification Api Body. Api Body notification 에 sound 추가해 줘야함. sound 삭제하면 무음으로 알림. { "to" : "전송 대상 토큰", "collapse_key" : "type_a", "notification" : { "body" : "Body : Notification", "title" : "Title : NOtification", "badge" : 1, "sound" : "default" }, "data" : { "key1" : "Key : Data", "key2" : "Title : Data", "key3" : "",..

ETC 2021. 6. 30. 11:51
PostMan FCM api Send 404 not Found

PostMan headers Host Unchecked ==> 404 ==> Headers Host Checked

ETC 2021. 6. 28. 13:44
C# Multiple Order By with LINQ

먼저 Orderby( e=> e.Field("A1")). ThenBy(e => e.Field("A2")) 또는 ThenByDescending(e => e.Field("A2")) DataTable query2 = new DataTable(); query2 =Result_DTL.AsEnumerable() .GroupBy(row => new { TEC1 = row.Field("a1"), Grade1 = row.Field("a2") }) .Select(gcs => { var row = Result_DTL.NewRow(); row["a1"] = gcs.Key.TEC1; row["a2"] = gcs.Key.Grade1; return row; }) .OrderBy(e => e.Field("a1")).ThenByDes..

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

Blog is powered by Tistory / Designed by Tistory

티스토리툴바