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

Mit

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

Mit

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

전체 글 (146)
CarouselView CurrentItem Entry Item Text Approach

// Model ----------------------------------- public class SCH_Body { public string Dates { get; set; } public string gosi { get; set; } public string Schdule { get; set; } public string ChangeSch { get; set; } } // CarouselView Xaml -------------------------------------- // CS -------------------------------------------- async public void Button_Clicked(System.Object sender, System.EventArgs e) ..

Xamarin 2021. 1. 24. 16:18
미친짓을 3주간 했구나.

Curr_Select_Date3.Month.ToString() 01월이 아니라. 1월 이더구나..... 2021-01-05 => Month.ToStirng() != 01 이구나.. 1이다. 그러니.. 키가 20210105 가 아니라... 202115가 되버렸다.. key값이 에러니. 시풍......기초가 안되면 개고생이구나..ㅡㅡ; 기초부터 착실히 하자... -- CrossToastPopUp.Current.ShowToastMessage(Curr_Select_Date3.ToString("yyyyMMdd") + "2"); string keys = Curr_Select_Date3.ToString("yyyyMMdd") + "2"; CrossToastPopUp.Current.ShowToastMessage(Curr..

Xamarin 2021. 1. 5. 23:54
DatePicker Format String = 2020-12-29(화)

DatePicker Format String = 2020-12-29(화) Format ="yyyy/MM/dd(ddd)" -> 2020-12-29(화) Format="D" : LongDateString

Xamarin 2020. 12. 29. 18:25
.NET Core 웹 응용 프로그램 오류 - HTTP Error 500.35

.NET Core 웹 응용 프로그램 오류 - HTTP Error 500.35 - ANCM Multiple In-Process Applications in same Process m.blog.naver.com/techshare/222032182418 .NET Core 웹 응용 프로그램을 호스팅하는 경우 IIS의 특성상 다중 Web Application을 하나의 AppPool에 지정할 수 있으므로 충돌이 발생하는 것입니다. 만약 이런 설정을 하게 되면, 요청이 먼저 온 웹 응용 프로그램만 정상적으로 호스팅이 되고, 뒤이어 온 웹 응용 프로그램 요청의 경우에는 다음과 같은 오류 메시지를 출력하게 됩니다.

ETC 2020. 12. 28. 15:26
Xamarin.Android http 통신 허용

Resources 폴더에 xml 폴더 생성 network_security_config.xml 파일 생성 xml에서 http 통신 허용할 사이트, IP작성 --> 여기 IP 또는 사이트 Properties 폴더 AndroidManifest.xml 에서 networkSecurityConfig 추가

Xamarin 2020. 12. 11. 16:58
Float flo = Integer/Integer ; flo = 0이다.

Float = 정수/정수는 0이므로 x, y를 float로 캐스팅후 나눈다. float flo = (int)x / (int) y flo = 0 float flo = (float)x / (float)y flo != 0

ETC 2020. 12. 10. 18:04
LINQ to DataSet AsEnumerable Except

Except 메서드를 사용하여 첫 번째 테이블에만 있고 두 번째 테이블에는 없는 연락처를 반환합니다. // Fill the DataSet. DataSet ds = new DataSet(); ds.Locale = CultureInfo.InvariantCulture; FillDataSet(ds); DataTable contactTable = ds.Tables["Contact"]; // Create two tables. IEnumerable query1 = from contact in contactTable.AsEnumerable() where contact.Field("Title") == "Ms." select contact; IEnumerable query2 = from contact in contactT..

ETC 2020. 12. 10. 09:28
Microchart SkiaSharp Label 한글Font적용

MicroChart label 텍스트가 기기 내장 폰트로만 적용되기에 한글이 깨지는 현상이 있음. iOS는 'Apple SD Gothic Neo' 폰트로 사용하면되고, Android는 내장 기본폰트가 모두 깨지기에 Embeded된 font를 사용하여 한글 폰트 적용 SKFontManager.Default.MatchCharacter('가') 로 MatchCharacter를 적용했지만 한글은 정상출력 되었으나 Value값이 깨짐 한글, 영문, 숫자 모두 출력을 위해 외부 폰트를 적용하는것으로 결론. Android MicroChart 한글폰트적용 1. Xamairn.Andriod Assets 폴더에 한글 폰트 복사 2. 네이버 NanumBarunGothic.ttf 폰트를 사용했음 3. SKTypeface에서 ..

Xamarin 2020. 11. 28. 00:50
JSON to DataTable

public static DataTable ToDataTable(this IList data) { PropertyDescriptorCollection props = TypeDescriptor.GetProperties(typeof(T)); DataTable table = new DataTable(); for(int i = 0 ; i

Xamarin 2020. 9. 18. 18:13
Android, iOS Device System Setting Open

On Android: StartActivity(new Intent(Android.Provider.Settings.ActionSettings)); On iOS: UIApplication.SharedApplication.OpenUrl(new NSUrl(UIKit.UIApplication.OpenSettingsUrlString)); On UWP: await Windows.System.Launcher.LaunchUriAsync(new Uri("ms-settings:privacy-location"));

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

티스토리툴바