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..
Nginx .Net Core5 Mysql Connection String static private MySqlConnection EDC_conn; static private string EDC_GetConnectionString() { return "Server=서버IP ; Port=3306; Database=log_in; Uid = 아이디; Pwd=비밀번호; SslMode=Required;"; } static private string member_search(Member_CHK Items) { try { string EDC_connectionString = EDC_GetConnectionString(); using (EDC_conn = new MySqlConnection(EDC_connectionSt..
Warning: The unit file, source configuration file or drop-ins of Test_API.service changed on disk. Run 'systemctl daemon-reload' to reload units. => $ sudo systemctl daemon-reload daemon-reload 하고 다시 실행.
Ubuntu Unhandled exception. System.IO.IOException: Failed to bind to address http://127.0.0.1:5000: address already in use. 1. sudo netstat -tunip 2. port 5000 PID num 확인 3. sudo kill -9 27481 4. 서비스 재시작. ------------------ $ sudo netstat -tunlp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 4 0 127.0.0.1:5000 0.0.0.0:* LIS..
warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3] 환경: ubuntu 20.04 LTS/ Nginx8.0 / .net Core5 http api 서비스는 정상. https api는 warning 다만.. 서비스는 정상 info: Microsoft.Hosting.Lifetime[0] Now listening on: http://localhost:5000 info: Microsoft.Hosting.Lifetime[0] Application started. Press Ctrl+C to shut down. info: Microsoft.Hosting.Lifetime[0] Hosting environment: Production info: M..
Cause: When you add labels in stackLayout ,stackLayout will not make the subviews fit the size. Stacklayout에 배치된 Label Width는 AutoFit 되지 않네.. >> Stacklayout 쓰지 말자. --> Frame나 Grid 배치하자.. https://stackoverflow.com/questions/55788834/element-not-expanding-in-xamarin-forms
- Total
- Today
- Yesterday
- WPF Scrollviewer in ScrollViwer
- Xamarin.Forms
- 암호 마스터키
- 연산자 뒤에 피연산자가 없습니다.
- Linux SSH Multi Computer Join
- Embeded 한글Font적용
- Xamarin reCAPTCHA
- Microcharts
- Xamarin.Ios Firebase Phone User Add
- C# LINQ Left join
- WPF Datagrid Cell Value Change
- Label Text LineBreak in Xaml
- Xamarin Firebase Phone User Add
- ssl_client_socket_impl.cc
- 서버 수준의 URN 필터
- Xamarin Firebase Phone Auth
- Windows IIS FTP 디렉토리 목록 오류
- ClickOnce 인증서 인증기간 변경
- GetCellContent CheckBox Value
- WPF Textbox
- Xamarin SMS OTP Send
- Entry '' has empty native path
- c# Encrypt / Decrypt
- Xamarin.Ios Firebase Phone SMS OTP Send
- Xamarin.Ios Firebase Phone Auth
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- SkiaSharp
- FileStream Add Byte
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |