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에서 ..
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"));
Azure Notification Hub > Setting > Google(GCM/FCM) API Key = FireBase Console > Project > Setting > Cloud Messaging > Server KEY (Not Web API-KEY!!!) Web API-KEY >> Error updating notification hub {"error":{"message":"SubCode=40000. Failed to validate credentials with GCM. The remote server returned an error: (401) Unauthorized
OPEN_CV 비디오 -> MS FACE API (얼굴이 캡쳐되면) -> AI 매칭(CNN 매칭) -> 서비스 안녕하세요 … 님 당신의 000시험은 D-32일전 입니다. 학생서비스 .... 기술자료: 1. MS FACE API https://docs.microsoft.com/ko-kr/azure/cognitive-services/face/tutorials/faceapiincsharptutorial 2. Face API 참고 http://www.itustory.com/?p=626 3. OpenCV 이미지 전처리 https://d2.naver.com/helloworld/8344782 불러오는 중입니다... Microsoft 얼굴인식 Face API 따라하기 ITU Story - (주)아이티유 공식 블로그 M..
int? index = new System.Data.DataView(DTL).ToTable(false, new[] { "Chnum" }) .AsEnumerable() .Select(row => row.Field("Chnum")) // ie. project the col(s) needed .ToList() .FindIndex(col => col == _bdr2_name); // returns 2 chnum = Convert.ToInt32(index);
ClickOnce로 배포후 SQLite.Interop.dll을 찾지 못할때. csproj 파일을 메모장에서 열고 아래 부분을 붙여넣고 배포한다. NuGet을 추가 한 후에는 배포가 Interops를 복사하지 않습니다. 아래 내용을 csproj 파일에 추가하고 해당 동작을 수정해야합니다. true false false false https://stackoverflow.com/questions/13028069/unable-to-load-dll-sqlite-interop-dll
xmlns:my="clr-namespace:Test_name" Xaml 컨트롤에서 사용
try { PrintDialog printDialog = new PrintDialog(); // 프린트 다이얼로그 생성 printDialog.PrintTicket.PageOrientation = System.Printing.PageOrientation.Landscape; printDialog.PageRangeSelection = PageRangeSelection.AllPages; printDialog.SelectedPagesEnabled = true; printDialog.UserPageRangeEnabled = true; string return_value = string.Empty; if (Print_Queue == true) { Print_Queue = false; printDialog.MaxPag..
- Total
- Today
- Yesterday
- Windows IIS FTP 디렉토리 목록 오류
- WPF Datagrid Cell Value Change
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- Xamarin SMS OTP Send
- ClickOnce 인증서 인증기간 변경
- 서버 수준의 URN 필터
- Label Text LineBreak in Xaml
- Entry '' has empty native path
- Xamarin.Ios Firebase Phone User Add
- Linux SSH Multi Computer Join
- SkiaSharp
- Xamarin.Forms
- Xamarin.Ios Firebase Phone Auth
- 연산자 뒤에 피연산자가 없습니다.
- c# Encrypt / Decrypt
- 암호 마스터키
- ssl_client_socket_impl.cc
- Xamarin Firebase Phone Auth
- Xamarin reCAPTCHA
- Microcharts
- Xamarin Firebase Phone User Add
- Xamarin.Ios Firebase Phone SMS OTP Send
- C# LINQ Left join
- Embeded 한글Font적용
- WPF Scrollviewer in ScrollViwer
- GetCellContent CheckBox Value
- FileStream Add Byte
- WPF Textbox
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
