카페검색 본문
카페글 본문
-
Re: 오늘의 마지막 문제. 이미지 다운로드 화면을 좀더 개선해서 exec 파일로 만드시오! 2024.08.31해당카페글 미리보기
검색엔진을 선택하세요') return # 다운로드 결과 folder_path = 'c:\\data_image_'+engine.lower() update_result_label(folder_path, img_cnt) messagebox.showinfo('성공!',f"{engine}에서 '{kw}' 이미지가 다운로드 되었습니다. 다운로드 위치...
-
Re: isxdl.dll 을 이용한 Web Folder 파일 받기 2023.02.06해당카페글 미리보기
sru 9.23KB isxdl.dll 39.50KB integer of_download (powerobject apo, string as_webpage, string as_title, string as_label, string as_description, string as_filename, boolean ab_deletefile);of_SetWebPage(as_webpage) of_SetTitle(as_title) of...
-
Re: 오늘의 마지막 문제. 아래의 화면 그림과 app3.py 를 chatgpt 에게 주고... 2024.11.05해당카페글 미리보기
UPLOAD_FOLDER'] = 'static' # 4. 화면 구현 HTML 템플릿 생성 # HTML 템플릿 (원본 및 검출된 비디오 재생을 위한 비디오 태그 추가) # HTML 템플릿 (업로드 폼 및 비디오 플레이어 구성) HTML_TEMPLATE = """ <!doctype html> <html lang="ko"> <head...
-
How to Backup Android Phone to PC? 2023.11.14해당카페글 미리보기
the label varies between different devices) MTP USB drivers error on your computer Manually copying files is typically done by using your Android as a media device on the computer. This approach requires enabling the MTP mode on your...
-
[컴퓨터과학과/참고] Cropping Code (Flask/Python/Pycharm) 2023.04.28해당카페글 미리보기
UPLOAD_FOLDER # 업로드 폴더로 새롭게 정의하여 추가하였음 ImageFilePath = path # path 상의 이미지 파일 지정 # ImageFilePath = filename # ImageFilePath = "" # path 상의 이미지 파일 지정하지 않음 ImgOpen = None prodDir = "" ImageFound...