블로그
- [] Maximum RTD cable distance For the 3rd wire RTD sensor, the maximum cable length is up to 200 feet (61 m). sensors the resistance of the connecting cable should be considered, otherwise there is a measuring error
- 엑셀 셀서식 정리 메크로 Sub 셀스타일삭제() Dim 스타일 As Style Dim 개수 As Long For Each 스타일 In ActiveWorkbook.Styles If 스타일.BuiltIn = False Then On Error Resume Next 스타일.Delete 개수 = 개수 + 1 On Error GoTo 0 End If Next MsgBox 개수 & "개의 불필요한
- 영어문장표현 225 [우크라이나의 비극은 강력한 동맹이 없다는 것이다. (딘 에치슨 전 미 국무부 장관의 명언)] The world was international jungle with no rules, no umpire, no prize for good boys. In such a world weakness, indecision were fatal the judgment of nature upon error was death.
- ubuntu error : apt-get update 할때, public key is not available: NO_PUBKEY 6AF7F09730B3F0A4 Done W: GPG error: https://apt.kitware.com/ubuntu focal InRelease: The following signatures couldn't N: See apt-secure(8) manpage for repository creation and user configuration details.
- RestTemplate SSL 인증 에러 ERROR Caused by: javax.net.ssl.SSLPeerUnverifiedException: Certificate for doesn't match any the subject
- [Batch]| was unexpected at this time batch script batch 에서 명령 실행 결과를 변수에 담으려면 FOR /F "tokens=* USEBACKQ" %%F IN (`command`) DO (SET var=%%F)ECHO %var%Colored 참조 : https://stackoverflow.com/questions/20841622/error-was-unexpected-at-this-time-batch-script/20841821
- [] What is the maximum RTD cable distance For the 3rd wire RTD sensor, the maximum cable length is up to 200 feet (61 m). sensors the resistance of the connecting cable should be considered, otherwise there is a measuring error
- ABUML Partial Transfer Issue After posting when check aw01n for the asset system return error message.
- Python 시작.. pythons/practice/wrong.wav") Brew가 여기서도 사용이 되넨.. https://brew.shReference: https://pythonbasics.org Error : ModuleNotFoundError: No module named 'AppKit' ERROR: Could not build wheels for opencv-python which
- Python - Errors and Exceptions the code in the except block is only executed if one of the instructions in the try block raise an error [Solution for the last script]