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..
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..
오전 오후가 있는 Varchar 데이터를 DateTime으로 Convert Convert(datetime,stuff(insert_time ,11,3,'') + case right(left(insert_time,13),2) when '오전' then 'AM' else 'PM' end) ### Try_Convert 활용 ### 날짜 값이 아닌 데이터 조회 SELECT * FROM ( SELECT CASE WHEN Try_Convert(Datetime, (stuff(insert_time ,11,3,'') + case right(left(insert_time ,13),2) when '오전' then 'AM' else 'PM' end) ) is null THEN 'Error' ELSE insert_time END..
.NET Core 웹 응용 프로그램 오류 - HTTP Error 500.35 - ANCM Multiple In-Process Applications in same Process m.blog.naver.com/techshare/222032182418 .NET Core 웹 응용 프로그램을 호스팅하는 경우 IIS의 특성상 다중 Web Application을 하나의 AppPool에 지정할 수 있으므로 충돌이 발생하는 것입니다. 만약 이런 설정을 하게 되면, 요청이 먼저 온 웹 응용 프로그램만 정상적으로 호스팅이 되고, 뒤이어 온 웹 응용 프로그램 요청의 경우에는 다음과 같은 오류 메시지를 출력하게 됩니다.
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..
- Total
- Today
- Yesterday
- Xamarin Firebase Phone Auth
- 연산자 뒤에 피연산자가 없습니다.
- 서버 수준의 URN 필터
- Xamarin reCAPTCHA
- Xamarin SMS OTP Send
- WPF Scrollviewer in ScrollViwer
- Xamarin.Ios Firebase Phone User Add
- WPF Datagrid Cell Value Change
- Label Text LineBreak in Xaml
- C# LINQ Left join
- Windows IIS FTP 디렉토리 목록 오류
- Entry '' has empty native path
- Linux SSH Multi Computer Join
- SkiaSharp
- WPF Textbox
- Xamarin.Ios Firebase Phone SMS OTP Send
- Microcharts
- c# Encrypt / Decrypt
- Xamarin.Ios Firebase Phone Auth
- ssl_client_socket_impl.cc
- GetCellContent CheckBox Value
- Embeded 한글Font적용
- Xamarin Firebase Phone User Add
- FileStream Add Byte
- ClickOnce 인증서 인증기간 변경
- 암호 마스터키
- Xamarin.Forms
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |