본문 바로가기 메뉴 바로가기

Mit

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Mit

검색하기 폼
  • 분류 전체보기 (142)
    • Maui (7)
    • Xamarin (33)
    • WPF (47)
    • VBA (3)
    • C# WinForm (7)
    • ETC (41)
  • 방명록

ETC (41)
MSSQL 2019 Encrypt / Decrypt 대칭키 암호화 사용 (AES_256)

MSSQL 2019 Encrypt / Decrypt 대칭키 암호화 사용 (AES_256) /* -- 테이블 생성 Create Table RTable ( R_ID VARCHAR(20), -- R_Value VARCHAR(20), -- R_Var varbinary(256) NOT NULL -- 구분 ) -- drop master key Create Master key Encryption by Password = '비밀번호입력' -- drop Certificate mCertify Create Certificate mCertify with Subject = 'keyCert', EXPIRY_DATE = '2099-12-01'; -- 만료일자 go -- drop symmetric key mCKey Create Sy..

ETC 2022. 6. 2. 19:14
맥북 SSH 접속 오류: Permissions 0644 Permission denied (publickey).

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0644 for '/Users/kkkkk/.ssh/id_rsa' are too open. It is required that your private key files are NOT accessible by others. This private key will be ignored. Load key "/Users/kkkk/.ssh/id_rsa": bad permissions ubuntu@xxx.xxx..

ETC 2022. 5. 31. 14:37
EF Core Migration PowerShell 오류

dotnet ef migrations add Initial dotnet ef migrations remove 삭제 오류메시지: The migration '20220518102320_Initial' has already been applied to the database. Revert it and try again. If the migration has been applied to other databases, consider reverting its changes using a new migration instead. 해결 --> 1. dotnet ef database update 0 2. dotnet ef migrations remove 업데이트 해주고 삭제. 오류 메시지: The name 'Initi..

ETC 2022. 5. 19. 10:50
GraphQLException 사용자 코드에서 처리되지 않았습니다.

'HotChocolate.GraphQLException' 형식의 예외가 Grpah_API.dll에서 발생했지만 사용자 코드에서 처리되지 않았습니다. throw new GraphQLException(new HotChocolate.Error("Course not found.", "COURSE_NOT_FOUND")); * 도구 옵션 > 디버깅 > 일반 > 내코드만 사용 체크 해제

ETC 2022. 5. 17. 10:03
Windows IIS FTP 디렉토리 목록 오류

방화벽에서 인바운드규칙 > 새규칙 미리정의됨 > FTP서버를 선택하고 > 규칙에서 모두 체크 > 다음눌러서 허용 저 (파일질라를 사용하면 인바운드규칙 프로그램에 Filezilla 선택해서 추가)

ETC 2022. 5. 10. 14:19
Ubuntu apt-get update 오류 fatch to fail

W: Failed to fetch W: Some index files failed to download. They have been ignored, or old ones used instead. 네임서버를 확인한다. $ Sudo nano/etc/resolv.conf namesapce 를 8.8.8.8 로 변경해 본다. 저장하고 다시 apt-get update 해본다.

ETC 2022. 5. 9. 19:59
FileZilla Entry '' has empty native path and no mount nodes: this should never happen.

FileZilla Entry '' has empty native path and no mount nodes: this should never happen. 오류해결: Virtual path 에서 /home >> /

ETC 2022. 1. 27. 17:46
라즈베리파이 스위치 연결(전원켜기, 재부팅, 종료)GPIO 5, 39 연결.

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..

ETC 2021. 12. 14. 10:40
Mono .Net Core Https Error: TrustFailure (Authentication failed, see inner exception.)

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..

ETC 2021. 12. 3. 10:27
라즈베리파이 공식 7인치 백라이트 조절

현재 백라이트 밝기 값 확인 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로 설정)

ETC 2021. 12. 2. 20:03
이전 1 2 3 4 5 다음
이전 다음
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • SkiaSharp
  • Xamarin.Ios Firebase Phone SMS OTP Send
  • C# LINQ Left join
  • 연산자 뒤에 피연산자가 없습니다.
  • Entry '' has empty native path
  • Windows IIS FTP 디렉토리 목록 오류
  • Xamarin reCAPTCHA
  • Xamarin Firebase Phone Auth
  • ClickOnce 인증서 인증기간 변경
  • 서버 수준의 URN 필터
  • c# Encrypt / Decrypt
  • GetCellContent CheckBox Value
  • Xamarin.Ios Firebase Phone Auth
  • Linux SSH Multi Computer Join
  • ssl_client_socket_impl.cc
  • WPF Scrollviewer in ScrollViwer
  • Label Text LineBreak in Xaml
  • Xamarin.Ios Firebase Phone User Add
  • WPF Textbox
  • WPF Datagrid Cell Value Change
  • WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
  • Xamarin.Forms
  • 암호 마스터키
  • Embeded 한글Font적용
  • FileStream Add Byte
  • Microcharts
  • Xamarin Firebase Phone User Add
  • Xamarin SMS OTP Send
more
«   2025/06   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바