프로그래밍/Web

프로그래밍/Web

[asp] 현재 url 가져오기

[asp] 현재 url 가져오기 현재 domain 찾기 ex) tistory.com 현재 domain 찾기 request.servervariables("HTTP_url") ex) /index.asp 현재 페이지 전체 URL 찾기 ex) tistory.com/index.asp

프로그래밍/Web

모든 브라우저에서 웹 페이지 캐싱을 어떻게 제어합니까?How do we control web page caching, across all browsers?

How do we control web page caching, across all browsers? 조사 결과 모든 브라우저가 동일한 방식으로 HTTP 캐시 지시문을 준수하는 것은 아닙니다. 보안상의 이유로 우리는 웹 브라우저 에서 애플리케이션의 특정 페이지를 캐시하는 것을 절대 원하지 않습니다 . 이것은 최소한 다음 브라우저에서 작동해야 합니다. 인터넷 익스플로러 6+ 파이어폭스 1.5 이상 사파리 3+ 오페라 9+ 크롬 우리의 요구 사항은 보안 테스트에서 나왔습니다. 당사 웹사이트에서 로그아웃한 후 뒤로 버튼을 눌러 캐시된 페이지를 볼 수 있습니다. PHP 사용: header("Cache-Control: no-cache, no-store, must-revalidate"); // HTTP 1.1. h..

프로그래밍/Web

ASP, 날짜 비교, DateDiff 를 이용한 현재 일시 비교

DateDiff 를 이용한 현재 일시 비교 0 )then %> console.log(" 날짜 지났다."); console.log(" 날짜 아직.");

프로그래밍/Web

[HTML5] 웹에서 마이크 녹음 기능

HTML5 웹에서 마이크 녹음 기능 마이크 소리 듣기 녹음 정지

프로그래밍/Web

Django DIY Blog

Django DIY Blog Basic blog site written in Django (part of MDN Django module assessment) This web application creates an very basic blog site using Django. The site allows blog authors to create text-only blogs using the Admin site, and any logged in user to add comments via a form. Any user can list all bloggers, all blogs, and detail for bloggers and blogs (including comments for each blog). T..

프로그래밍/Web

textarea, placeholder에서 개행처리 - \r\n

textarea, placeholder에서 개행처리 - \r\n 줄내림할 곳에 \r\n 대신 을 넣어서 해보면 개행이 된다.

프로그래밍/Web

[WEB] 인증서 오류 - "There is a problem with this website's security certificate" when you try to visit a secured website in Internet Explorer

"There is a problem with this website's security certificate" when you try to visit a secured website in Internet Explorer Internet Explorer에서 보안 웹 사이트를 방문하려고 할 때 "이 웹 사이트의 보안 인증서에 문제가 있습니다." support.microsoft.com/en-us/topic/-there-is-a-problem-with-this-website-s-security-certificate-when-you-try-to-visit-a-secured-website-in-internet-explorer-0b8931a3-429d-d0e2-b38f-66b8a15fe898

프로그래밍/Web

네이버 클라우드 플랫폼에서 장고(Django) 개발 환경 구성 및 활용하기

======================================================= ======================================================= 네이버 클라우드 플랫폼에서 장고(Django) 개발 환경 구성 및 활용하기 쉽고 빠르게 웹사이트를 개발 - https://blog.naver.com/n_cloudplatform/221934597899 Django를 이용해 Rest API 서버를 구축 - https://blog.naver.com/n_cloudplatform/221934606030 Django를 이용한 Rest API 서버 구축 - http://throughkim.kr/2018/05/29/django-rest/ REST API - https:/..

홍반장水_
'프로그래밍/Web' 카테고리의 글 목록