webp 파일 jpg로 다운. 주소뒤에 ? 붙여서 다운. ex) https://img.theqoo.net/img/XLlDq.webp인 경우, https://img.theqoo.net/img/XLlDq.webp? 주소에 ?붙인 후 다운. 주소가 png인 경우, HTML로 저장해서 다운. ex) https://images.samsung.com/kdp/goods/2022/01/25/940f5969-390f-4cf9-9345-dca7ec614a63.png인 경우, d 해당 내용을 html로 저장 후, 다운.
/Library/Desktop Pictures/ // 맥 바탕화면 경로 /Library/Screen Savers/Default Collections // 맥 숨겨진 바탕화면 시스템 환경 설정-키보드. 키 반복-빠르게, 반복 지연 시간-짧게. // 키보드 커서 속도 설정 textutil -inputencoding UTF-8 -format html -convert txt /Users/songmyeongseo/Desktop/Notes/* -output /Users/songmyeongseo/Desktop/Notes/* // 맥 노트 파일(html) 텍스트(txt)로 변환 Finder-응용 프로그램-유틸리티-활성 상태 보기.app // 프로세스 정보 경로 앱스토어 해외계정 생성 // 무료앱 설치를 클릭해서 생성하..
https://tools.pingdom.com // 적당한 점수와 기능. Asia - Japan설정 가능. https://gtmetrix.com // Hongkong으로 잡아도 해외서버탓인지 점수가 너무 낮게 나옴. Unthrottled Connection보다 Broadband Fast가 더 점수 잘나옴. 기능 많고 UI 간결. https://developers.google.com/speed/pagespeed/insights/ // 구글 표준 기준이라 점수 너무 낮게 나옴. 파일 포맷 탓도 있음. https://pagespeed.web.dev // URL 변경. https://www.webpagetest.org // UI가 너무 옛날식.
Int to String Integer.toString(int) char to String Character.toString(char) String to Int Integer.parseInt(string) Object to Int int i = (Integer)obj; Float to int float reward; int r = (int)reward; int to String String str = Integer.toString(i);String str = "" + i; String to int int i = Integer.parseInt(str);int i = Integer.valueOf(str).intValue(); double to String String str = Double.toS..
filezilla 포트포워딩 iptime 포트포워딩 21번이 포트포워딩 되지 않을 경우 통신사에서 ftp(21번)막은 경우도 있으므로, 포트포워딩 안되면 포트를 변경해서 실행해본다. 2121번으로 변경해서 실행. netstat -ano | findstr :21 // 포트 확인 tasklist | findstr 7328 // 프로세스 확인 425 Can't open data connection for transfer of "/" // ftp 포트를 2121~2122 두개 사용. 커맨드 포트 명령어 전송. 데이터 전송 포트. // 2121 하나만 사용해도 잘됨. 방화벽 확인 및 허용(Filezilla Server Interface가 아닌, Filezilla Server) // 인바운드 규칙에 ft..
WOL 설정 확인 장치 관리자-네트워크 어댑터-랜카드 속성-자세히-전원 데이터 PDCAP_WAKE_FROM_D3_SUPPORTED S0 - 작동중 S1 - CPU와 램에 전원 공급. 하지만 작동하지 않음. S2 - CPU 전원 차단(일종의 대기 상태) S3/4 - 절전 모드 S5 - 전원이 꺼진 상태(한번은 켯다가 정상종료 된 상태) // S5에 D3가 매핑되어있으면 WOL 가능 WOL 사이트 https://www.depicus.com/wake-on-lan/woli http://www.mysysadmintips.com/tools/wol-online-tool http://www.solarwinds.com/free-tools/wake-on-lan // MAC Address만 알면 WOL 가능 속성-전..
utorrent 광고 삭제 설정-고급설정 gui.show_plus_upsell = false offers.sponsored_torrent_offer_enabled = false offers.left_rail_offer_enabled = false utorrent 바로보기 설정 bt.prio_first_last_piece true // 설정해도 바로보기 매끄럽지는 않음 WebHelper 끄기 작업 관리자-WebHelper-작업 끝내기 C:\Users\Medi\AppData\Roaming\uTorrent\updates\3.5.5_45505 utorrentie.exe 삭제 후, 폴더 생성. 폴더명 utorrentie.exe. 설정-업데이트 해제 C:\Users\Medi\AppData\Roaming\uTorre..