Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 표 가운데정렬방법
- LG 그램 온도
- chmod 설정
- 아나콘다 install
- 'Destination Folder' cannot contain non-ascii characters (special characters or diacritics). Please choose another location.
- 티스토리가운데정렬
- 스테가노그래피 툴
- 노트북CPU성능
- 정보보안용어
- Image Steganography
- linux 권한설정
- 리눅스 휴지통 비우기
- 스테가노그래피 포렌식 툴
- 그램 온도
- 유마스크
- Error : Due to incompatibility with several Python libraries
- LG 컨트롤 센터 온도
- chmod umask
- zsteg
- 리눅스 권한설정 리눅스 유마스크
- umask and 연산
- 그램 온도 낮추기
- 리눅스 디스크 다 참
- LG 컨트롤 센터
- 노트북CPU성능비교
- 표 가운데정렬
- 티스토리표가운데
- 노트북CPU견적
- LG CONTORL CENTER
- Forensically
Archives
- Today
- Total
목록unicode error (1)
공대생의 에러일기
SyntaxError: (unicode error) 'unicodeescape'
에러 메세지 파이썬 경로에서 D:\computer\user\123 처럼 경로가 \로 되어 있어서 나는 에러이다. SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 121-122: truncated \UXXXXXXXX escape 해결 방법 \(역슬래시)가 유니코드로 인식되어서 생기는 문제이다. 따라서 "\"을 "/"로 바꿔주면 된다. D:\computer\user\123 수정 전 -> D:/computer/user/123 수정 후
Error
2021. 8. 10. 02:52