function setCookie(cname, cvalue, exdays) { const d = new Date(); d.setTime(d.getTime() + (exdays*24*60*60*1000)); let expires = "expires="+ d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; } // 쿠키 이름, 쿠키 값(y, username), 만료일(+days). https://www.w3schools.com/js/js_cookies.asp
2017년 7월 기준. curl -L https://toolbelt.treasuredata.com/sh/install-redhat-td-agent2.sh | sh // 설치 스크립트 curl: (35) SSL connect error // curl또는 NSS관련 업데이트. yum update ca-certificates.noarch /etc/init.d/td-agent start // td-agent start /etc/init.d/td-agent status // td-agent status /etc/td-agent/td-agent.conf // 설정 # http://this.host:9880/myapp.access?json={"event":"data"} @type http port 9880 @type..
쇼핑몰 설정-기본 설정-고급설정-코드 직접입력 또는 CAPP_ASYNC_METHODS.AppCommon.getMemberInfo().member_id 사용. // 카페24 해당 변수 둘다 안됨. 바뀐듯. 특정 문자열(admin1)넣으니 잘됨. 확인 필요. 개발자 도구 콘솔로 EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA.common_member_id_crypt; 찍으니 됨. 이걸 바로 받지말고 page_view 로딩후에 GTM으로 받는 형식이어야 하는듯. CAPP_ASYNC_METHODS.AppCommon.getMemberInfo().member_id는 안됨. 아예 AppCommon 경로가 없음. JS - user_id function(){ var user_id = EC_FRONT..
2023년 9월 기준. amd의 주가를 매일 확인하는 파이썬 코드를 짜줘. 알겠습니다. AMD의 주가를 매일 확인하는 파이썬 코드를 다음과 같이 작성할 수 있습니다. Python import pandas as pd import requests # AMD의 종목 코드 ticker = "AMD" # Yahoo Finance에서 AMD의 주가를 가져온다. url = "https://finance.yahoo.com/quote/{}/history?period1=1631945600&period2=1649107200&interval=1d&filter=history&frequency=1d".format(ticker) response = requests.get(url) data = response.json() # 주가 ..

(Image credit: cdwheatley/Getty Images) By Eliot Stein21st July 2023 A new biopic is shedding light on rise and fall of "the father of the atomic bomb". But few people know that he spent many of his final days as a Caribbean castaway. I I was 20 years old and had J Robert Oppenheimer's house all to myself. From the porch of the small yellow cottage, four steps led down to the beach where coconut..

(Image credit: Summer Lee) By Summer Lee15th August 2023 After fleeing North Korea during the Korean war, refugees reimagined their staple noodles and created one of Busan's most sought-after dishes, milmyeon: spicy chilled noodles in broth. B Busan, South Korea's second-largest city, is coming into the culinary spotlight: Michelin recently announced that it will be including the southern port c..