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 | 31 |
Tags
- linux 권한설정
- 정보보안용어
- umask and 연산
- Error : Due to incompatibility with several Python libraries
- chmod 설정
- zsteg
- 표 가운데정렬방법
- LG 그램 온도
- Forensically
- 아나콘다 install
- 그램 온도
- 표 가운데정렬
- 노트북CPU성능비교
- 스테가노그래피 포렌식 툴
- LG 컨트롤 센터 온도
- LG 컨트롤 센터
- LG CONTORL CENTER
- 'Destination Folder' cannot contain non-ascii characters (special characters or diacritics). Please choose another location.
- 리눅스 휴지통 비우기
- 티스토리표가운데
- chmod umask
- 리눅스 디스크 다 참
- 스테가노그래피 툴
- 노트북CPU성능
- 노트북CPU견적
- 티스토리가운데정렬
- 유마스크
- 리눅스 권한설정 리눅스 유마스크
- Image Steganography
- 그램 온도 낮추기
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