Mysql Aes_Encrypt 쿼리 select HEX(AES_ENCRYPT('텍스트','비밀번호')); C# Encrypt String(HEX) private static string Encrypt(string _encryptString, string _passkey) { StringBuilder sbResult = new StringBuilder(); byte[] EncryptArray = UTF8Encoding.UTF8.GetBytes(_encryptString); RijndaelManaged Rdael = new RijndaelManaged(); Rdael.KeySize = 128; Rdael.BlockSize = 128; Rdael.Mode = CipherMode.CBC; Rdael.Paddi..
Mysql Aes_Decrypt 쿼리 select cast(AES_DECRYPT(unhex('암호텍스트'),'비밀번호') as char(100)) from log_member; ---------------------------------------------------------------------------------------------------- C# Decrypt String public static string Decrypt(string _decryptString, string _passkey) { RijndaelManaged Rdael = new RijndaelManaged(); Rdael.Mode = CipherMode.CBC; Rdael.Padding = PaddingMode.PKCS7..
Label을 Dynamic하게 생성하고 생성된 Label을 찾을때 FindName으로 찾으면 Null이다. // Label 생성 LblV = new Label() { Name = "K1" Content = NDT.Rows[i].ItemArray[k].ToString(), Width = _Width, Height = 25, Background = new SolidColorBrush(Color.FromArgb(30, 20, 91, 108)), Foreground = new SolidColorBrush(System.Windows.Media.Colors.Black), HorizontalContentAlignment = HorizontalAlignment.Center, Margin = new Thickness(0..
항상 다음 읽기 전용 속성을 사용하여 null 허용 값 형식 변수의 값을 검사하고 가져올 수 있습니다. Nullable.HasValue은 null 허용 값 형식의 인스턴스에 해당 기본 형식의 값이 있는지 여부를 나타냅니다. Nullable.Value은 HasValue가 true인 경우 기본 형식의 값을 가져옵니다. HasValue가 false인 경우 Value 속성은 InvalidOperationException을 throw합니다. from Null 허용 값 형식 - C# 참조 | Microsoft Docs Null 허용 값 형식 - C# 참조 C# nullable 값 형식 및 사용 방법 알아보기 docs.microsoft.com
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 Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- Microcharts
- Xamarin.Forms
- 서버 수준의 URN 필터
- GetCellContent CheckBox Value
- Entry '' has empty native path
- WPF Textbox
- 연산자 뒤에 피연산자가 없습니다.
- SkiaSharp
- Windows IIS FTP 디렉토리 목록 오류
- Xamarin.Ios Firebase Phone Auth
- Xamarin.Ios Firebase Phone SMS OTP Send
- Linux SSH Multi Computer Join
- 암호 마스터키
- Label Text LineBreak in Xaml
- Xamarin.Ios Firebase Phone User Add
- Xamarin reCAPTCHA
- WPF Scrollviewer in ScrollViwer
- Embeded 한글Font적용
- c# Encrypt / Decrypt
- WPF Datagrid Cell Value Change
- ssl_client_socket_impl.cc
- C# LINQ Left join
- FileStream Add Byte
- Xamarin Firebase Phone User Add
- Xamarin Firebase Phone Auth
- ClickOnce 인증서 인증기간 변경
- Xamarin SMS OTP Send
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |