본문 바로가기

분류 전체보기154

택배사별 배송조회 URL 모음 우체국택배 http://service.epost.go.kr/trace.RetrieveRegiPrclDeliv.postal?sid1=송장번호CJ대한통운택배 https://www.doortodoor.co.kr/parcel/doortodoor.do?fsp_action=PARC_ACT_002&fsp_cmd=retrieveInvNoACT&invc_no=송장번호현대택배 http://www.hlc.co.kr/hydex/jsp/tracking/trackingViewCus.jsp?InvNo=송장번호한진택배 http://www.hanjin.co.kr/Delivery_html/inquiry/result_waybill.jsp?wbl_num=송장번호로젠택배 http://www.ilogen.com/iLOGEN.Web.New/TR.. 2024. 10. 3.
[PHP] 모바일 기기로 접근 시 자동 이동 모바일 기기 확인 후 자동이동 스크립트 예제 mobile_device_detect.php 파일은 아래 첨부  위 파일은 작동은 잘 되지만 좀 오래된 소스라 최신 버전은 아래 사이트에서 확인하여 사용하자.위 소스는 참고/공부용으로 활용.  https://detectmobilebrowsers.mobi/ Mobile DetectorYou are NOT using a mobile Your user agent is Mozilla/5.0+(compatible; UptimeRobot/2.0; http://www.uptimerobot.com/)detectmobilebrowsers.mobi깔끔한 소스에 압도적 감사! 2024. 10. 3.
windows 7,10,11 아이콘 깨짐 복구 가끔 윈도우 설치 후..또는 프로그램 설치 후에 아이콘이 깨져보이는 경우가 있습니다. 이 문제는 아이콘 캐시 파일인 iconcache.db 파일 값의 변경 또는 손상으로 인해 발생할 수 있습니다.명령 프롬프트에서 iconcache.db 파일을 삭제하고 컴퓨터를 다시 시작하면 iconcache.db 파일이 새롭게 생성되어 문제를 해결할 수 있습니다. 아래의 내용을 복사한 다음 명령 프롬프트(cmd) 화면에서 마우스 오른쪽 버튼을 클릭하고 [붙여넣기]를 클릭하세요. @echo offtaskkill /f /im explorer.exeattrib %userprofile%\appdata\local\iconcache.db -s -r -hdel /q %userprofile%\appdata\local\iconcache.. 2024. 10. 3.
GIT 기본 사용방법 GIT 사용방법 # git clone git@URL주소:저장소.gitGIT 업데이트# git pullGIT 적용# git add 파일명# git commit# git pushGIT 소스 추출# git checkout-index -a -f --prefix=../export/GIT 특정 리비젼 받기# git checkout 해쉬코드GIT 마스터 소스로 이동# git checkout masterGIT 수정한 코드 되돌리기# git checkout GIT 브랜치 이름과 파일명이 동일한 경우가 있을 때는# git checkout -- GIT 롤백# git reset --hard   GIT 환경설정# git config --global user.name "아이디"# git config --global user.em.. 2024. 10. 2.
[Mysql] repair & optimize MySQL: Repair & Optimize all Tables in all Databases 전체 DB 체크mysqlcheck -u root -p --auto-repair --check --optimize --all-databases특정 DB 만 체크mysqlcheck -u root -p --auto-repair [디비명]전체 DB 체크할때 아래 오류가 발생하면 --check 옵션은 빼고 실행 Error:  mysqlcheck doesn't support multiple contradicting commands. ============================================================================================mysqlcheck 유틸리티.. 2024. 10. 2.
[리눅스] 아파치 SSL 로 구동시 키 비밀번호 없애기 요즘 SSL적용할 때는 대부분 묻지 않는 경우도 있으나 구버전 이용시에는 필요한 경우가 있어 기록해둔다. SSL 인증서 생성시 인증키 값을 넣을경우아파치 구동시 키 비밀번호를 입력하지 않으면 구동되지 않는다.Apache/2.2.13 mod_ssl/2.2.13 (Pass Phrase Dialog)Some of your private key files are encrypted for security reasons.In order to read them you have to provide the pass phrases.Server test.com:449: (RSA)Enter pass phrase: 서버를 관리하는 입장에서는 비밀번호를 입력하지 않고 자동으로 웹서버를구동하여야할때가 있다. 인증서 생성시 이미 넣.. 2024. 10. 2.
반응형