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..
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);
- Total
- Today
- Yesterday
- WPF Scrollviewer in ScrollViwer
- SkiaSharp
- c# Encrypt / Decrypt
- GetCellContent CheckBox Value
- C# LINQ Left join
- Label Text LineBreak in Xaml
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- Xamarin.Ios Firebase Phone User Add
- Xamarin.Ios Firebase Phone Auth
- WPF Datagrid Cell Value Change
- ClickOnce 인증서 인증기간 변경
- 연산자 뒤에 피연산자가 없습니다.
- Xamarin Firebase Phone Auth
- Microcharts
- Windows IIS FTP 디렉토리 목록 오류
- FileStream Add Byte
- Xamarin.Forms
- 암호 마스터키
- Xamarin Firebase Phone User Add
- Xamarin reCAPTCHA
- 서버 수준의 URN 필터
- ssl_client_socket_impl.cc
- Xamarin SMS OTP Send
- Linux SSH Multi Computer Join
- Entry '' has empty native path
- WPF Textbox
- Xamarin.Ios Firebase Phone SMS OTP Send
- Embeded 한글Font적용
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |