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..
오전 오후가 있는 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..
// Model ----------------------------------- public class SCH_Body { public string Dates { get; set; } public string gosi { get; set; } public string Schdule { get; set; } public string ChangeSch { get; set; } } // CarouselView Xaml -------------------------------------- // CS -------------------------------------------- async public void Button_Clicked(System.Object sender, System.EventArgs e) ..
Curr_Select_Date3.Month.ToString() 01월이 아니라. 1월 이더구나..... 2021-01-05 => Month.ToStirng() != 01 이구나.. 1이다. 그러니.. 키가 20210105 가 아니라... 202115가 되버렸다.. key값이 에러니. 시풍......기초가 안되면 개고생이구나..ㅡㅡ; 기초부터 착실히 하자... -- CrossToastPopUp.Current.ShowToastMessage(Curr_Select_Date3.ToString("yyyyMMdd") + "2"); string keys = Curr_Select_Date3.ToString("yyyyMMdd") + "2"; CrossToastPopUp.Current.ShowToastMessage(Curr..
.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.Forms
- 연산자 뒤에 피연산자가 없습니다.
- Label Text LineBreak in Xaml
- FileStream Add Byte
- Xamarin SMS OTP Send
- ssl_client_socket_impl.cc
- 서버 수준의 URN 필터
- WPF Textbox
- Xamarin.Ios Firebase Phone SMS OTP Send
- Embeded 한글Font적용
- Microcharts
- Linux SSH Multi Computer Join
- WPF Datagrid Cell Value Change
- Xamarin reCAPTCHA
- 암호 마스터키
- C# LINQ Left join
- Xamarin Firebase Phone Auth
- Xamarin.Ios Firebase Phone User Add
- Entry '' has empty native path
- Xamarin Firebase Phone User Add
- ClickOnce 인증서 인증기간 변경
- c# Encrypt / Decrypt
- Xamarin.Ios Firebase Phone Auth
- GetCellContent CheckBox Value
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- SkiaSharp
- WPF Scrollviewer in ScrollViwer
- Windows IIS FTP 디렉토리 목록 오류
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
