애플스토어 앱게시 Test Flight 외부테스트 1. visual studio for mac Release 모드로 변경 2. iOS 휴대폰 연결 3. Exxxx.iOS에서 IOS빌드 > 플랫폼 IOS 4. 버전 변경 info.plist 에서 번들 버전 문자열, 번들 버전. 5. 게시를 위한 보관 ( 앱번들을 보관하는 중…) 6. Xcode Archive > unknown scheme 선택 버전 선택 7. Archive version 번호 선택 8. Distribute App 선택 9. App Store Connect 선택 10. upload 선택 11. Distribution certification = default Exxxx.iOS.app: Distribute _Wild_profile 12. Xco..
int sumvalue = Result_Table.AsEnumerable().Sum(x => x.Field(Result_Table.Columns[i].ColumnName)) int count = dataTable.AsEnumerable() .Count(row => row.Field("Column-A") == "Y" || row.Field("Column-A") == "N"); 출처: c# - Linq query to count field in datatable - Stack Overflow
C# LINQ Left join of DataTables Join 키가 두개일경우 on new { X1 = tb1.Field("ids"), X2 = tb1.Field("tdate") } equals new { X1 = tb2.Field("ids"), X2 = tb2.Field("odate") } _____________________________________________________________________________________________________________________ var query1 = from tb1 in DT1.AsEnumerable() join tb2 in DT2.AsEnumerable() on new { X1 = tb1.Field("ids"), X2 = tb..
int byte_int = 0; byte[] rcvByteFinal = new byte[10]; // RF카드 10자리 Byte 세팅 private void serial_DataReceived(object sender, SerialDataReceivedEventArgs e) { try { if (!serial.IsOpen) return; // serial 오픈 확인. int bytes = serial.BytesToRead; byte[] buffer = new byte[bytes]; byte[] rcvByte = new byte[bytes]; serial.Read(buffer, 0, bytes); Array.Copy(buffer, 0, rcvByte, 0, bytes); // buffer 0 위치부터 by..
1. sudo nano pishutbtn.py ---------------------------------------------------------------------- #!/usr/bin/python # shutdown/reboot(/power on) Raspberry Pi with pushbutton import RPi.GPIO as GPIO from subprocess import call from datetime import datetime import time # pushbutton connected to this GPIO pin, using pin 5 also has the benefit of # waking / powering up Raspberry Pi when button is pre..
var request = WebRequest.Create("Https://~~~~"); Error: TrustFailure (Authentication failed, see inner exception.) Let's Encrypt Root CA 인증이 2021-09-30 만료되었음. Let's Encrypt https 인증 받는 사이트의 Mono .Net Core 서비스는 Linux 에서 인증오류가 발생함. Mono applications cannot connect to a website using an SSL certificate issued by Let's Encrypt if their trust store includes the old DST Root CA X3 certificate that exp..
현재 백라이트 밝기 값 확인 cat /sys/class/backlight/rpi_backlight/brightness 백라이트 확인 cat /sys/class/backlight/rpi_backlight/bl_power 0이면 켜짐 1이면 꺼짐. 백라이트 밝기 조절 sudo sh -c 'echo "128" > /sys/class/backlight/rpi_backlight/brightness' 또는 sudo bash -c "echo 100 > /sys/class/backlight/rpi_backlight/brightness" 밝기 값: 0~255 (위 예제는 128로 설정)
- Total
- Today
- Yesterday
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- Embeded 한글Font적용
- Label Text LineBreak in Xaml
- 암호 마스터키
- Windows IIS FTP 디렉토리 목록 오류
- Linux SSH Multi Computer Join
- ssl_client_socket_impl.cc
- WPF Datagrid Cell Value Change
- SkiaSharp
- 서버 수준의 URN 필터
- c# Encrypt / Decrypt
- WPF Textbox
- Xamarin.Forms
- C# LINQ Left join
- Xamarin SMS OTP Send
- Entry '' has empty native path
- Xamarin reCAPTCHA
- Xamarin Firebase Phone User Add
- 연산자 뒤에 피연산자가 없습니다.
- Microcharts
- Xamarin.Ios Firebase Phone SMS OTP Send
- WPF Scrollviewer in ScrollViwer
- Xamarin.Ios Firebase Phone User Add
- Xamarin Firebase Phone Auth
- FileStream Add Byte
- Xamarin.Ios Firebase Phone Auth
- GetCellContent CheckBox Value
- ClickOnce 인증서 인증기간 변경
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |