Adroid 1. Nuget 설치 Xamarin.GooglePlayServices.Base Xamarin.Firebase.Messaging Xamarin.Google.Android.DataTransport.TransportRuntime Xamarin.Google.Dagger Xamrin.Azure.NotificationHubs.Android Xamarin.Andoidx.Annotation Ios Entitlements.plist 더블클릭 > 하단 자격에서 Push Notifications 사용 체크!! 새로운 클래스를 만들고 아래 UserNotificationcenterDelegate 를 작성한다. internal class UserNotificationCenterDelegate : UNUserNotif..
public static Image[] Img_Array = new Image[4]; public static string[] Img_Rrl = new string[4]; const int _downloadImageTimeoutInSeconds = 15; List _Values = await Image_SearchURL(items); for ( int i =0; i < _Values.Count; i++) { Uri UUII = new Uri(_Values[i].imageURL); byte[] dataArr; HttpClientHandler clientHandler = new HttpClientHandler(); clientHandler.ServerCertificateCustomValidationCallb..
The behavior of the UICollectionViewFlowLayout is not defined because: the item width must be less than the width of the UICollectionView minus the section insets left and right values, minus the content insets left and right values. Make a symbolic breakpoint at UICollectionViewFlowLayoutBreakForInvalidSizes to catch this in the debugger. ItemSizingStrategy="MeasureFirstItem" or ItemSizingStrat..
C# 암호화 / 복호화 Aes 128, Salt 추가, 파일 Master key 8 Byte 삽입) Aes 암호화된 파일앞에 userid Unicode로 삽입 복호화에서 파일앞 8바이트 userid를 확인하고 나머지는 MemoryStream에 저장 > 복호화 진행(비밀번호 Salt확인) point MemroyStream의 position이 마지막으로 가있으니 position을 처음으로 옮겨준다. Mstream.Position = 0; public static async Task EncryptFile(string inputFile, string outputFile) { try { UnicodeEncoding UE = new UnicodeEncoding(); byte[] key =UE.GetBytes(pas..
var grid = new Grid (); grid.RowDefinitions.Add (new RowDefinition { Height = GridLength.Auto }); grid.RowDefinitions.Add (new RowDefinition { Height = new GridLength (1, GridUnitType.Star) }); var stacklayout1 = new StackLayout { HeightRequest = 100, BackgroundColor = Color.Red }; var stacklayout2 = new StackLayout { BackgroundColor = Color.Blue }; Grid.SetRow (stacklayout2, 1); grid.Children.A..
2021.03.03일 Visual Studio for Mac 8.9.1651 update Apple SDK 를 찾지 못하는 현상 기본설정 > SDK 위치 > Apple > 위치: /Application/Xcode.app/ 해결됨.ㅜㅜ developercommunity.visualstudio.com/t/vs-2019-mac-fails-to-find-xcode-12/1193691 Devcom2 Sorry this browser is no longer supported Please use any other modern browser like 'Microsoft Edge'. developercommunity.visualstudio.com Dear @Rainer Mager; Thanks
Xamarin.Forms Essentials Camera Stream To BMP >> SkiaSharp Use FileFormat Jpg or Png then Reduce File Size Down 카메라 이미지(Raw) Stream(15~18Mb) ->SkiaSharp BMP 파일 변환 -> SkiaSharp Jpg Encoding image (254Kb~1Mb) SkiaSharp 2.80.3 Bug: SKBitmap.Decode() == always null error // SKData encodedData = Simage.Encode(SKEncodedImageFormat.Jpeg, 100); async Task TakePhotoAsync() { try { if (!MediaPicker.IsCapt..
- Total
- Today
- Yesterday
- Xamarin reCAPTCHA
- Linux SSH Multi Computer Join
- Xamarin.Ios Firebase Phone SMS OTP Send
- Xamarin SMS OTP Send
- 암호 마스터키
- Xamarin.Ios Firebase Phone Auth
- Label Text LineBreak in Xaml
- Embeded 한글Font적용
- WPF Datagrid Cell Value Change
- Xamarin Firebase Phone Auth
- WPF Textbox
- FileStream Add Byte
- c# Encrypt / Decrypt
- SkiaSharp
- Microcharts
- Windows IIS FTP 디렉토리 목록 오류
- Xamarin.Ios Firebase Phone User Add
- Xamarin.Forms
- C# LINQ Left join
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- Xamarin Firebase Phone User Add
- 연산자 뒤에 피연산자가 없습니다.
- WPF Scrollviewer in ScrollViwer
- Entry '' has empty native path
- GetCellContent CheckBox Value
- 서버 수준의 URN 필터
- ClickOnce 인증서 인증기간 변경
- ssl_client_socket_impl.cc
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |