In this article I will provide guidance on how to decrypt the PGP file specifically related to the Telus Health Finance Gateway case.You should have downloaded encrypted file from Telus. If not, please refer the following article and download it. How to Download the Monthly Invoice from the Telus SFTP…
마인크래프트 서버 1.17 오류 해결: Java 버전 불일치 해결 방법
화면에 보여진 에러가 아래와 같은 경우, 적용 가능합니다. https://jdk.java.net/16/ 2. jdk16 풀어준다 3. jdk-16-0.1 폴더 확인하고, 아래 커맨드 실행. 시작 파일 생성 설치된 서버는 상시 가동됩니다.
How to getting started Theme Kit & Connecting it with Shopify Store
Let’s install theme Kit and connect it with the Shopify Store. Now, you can edit the Shopify store from your computer.
How to Requesting Access of your client’s store with Full Permissions
Are you Shopify store editor? Do you need to access the admin dashboard of your client store? Here is the short instruction to submit the permission that you need.
구글 애드센스 ads.txt 추가하기( 플러그인 사용방법 포함 )- 워드 프레스 사용시 5초컷
구글 애드센스 심사를 통과하셨다면, ads.txt파일을 반드시 올려주시는게 사이트에 좋습니다. 왜냐구요?
[CSS] keyframes animation: usage in React : 리액트에서 키프레임/애니메이션을 이용한 동적인 이미지/컨텐츠 구현하기
사이트의 Footer에 위치한 특정 이미지에 키프렘을 이용해서 사이트에 적용한 예제입니다. 사이트가 정적이고 지루한듯해서 과하지 않은 애니메이션을 넣으려고 찾았으나,보통 HTML에 CSS로만 적용을 하는 예제가 많더라구요. 저는 React로 페이지를 작성하다보니, animation에 대한 이해가 적은 지금으로써는React로 코드를 변형해 오는게 쉽지 않았습니다. (지금 작성한 코드도 정리가 조금 들된 느낌이네요.) 우선, 제가 적용한 애니메이션은 3가지로…
API Key creation for Google Cloud Service – 구글 클라우드 서비스를 이용하기 위한 API 키 만드는 방법: 구글 API 사용하기-1
Creating API keys The API key is a unique identifier that authenticates requests associated with your project for usage and billing purposes. You must have at least one API key associated with your project. 구글 클라우드 서비스를 이용하기 위해선, 반드시 API를 생성해야합니다. 이는, 본인의 프로젝트에서 사용한 사용량을 측정하고, 이에 대한…
맥(Mac) Homebrew, Git 설치 오류 해결 방법 – How to fix Brew Error: Failed to link all completions, Permission denied
이번 에러는 맥북유저가 사용중이 맥북안에 있는 파일에 접근 권한을 제한적으로 가지고 있다.는다소 특이한 상황이였습니다.The following error is pretty common when trying to update Homebrew on your Mac, with the brew update or brew installation command: 이 경우, 아래 명령어를 입력해주시면됩니다.This is a permissions issue that can quickly be fixed with this command:…
윈도우10 OneDrive (폴더)삭제 바탕화면 경로 설정 방법
워너비 개발자 캐리안입니다. 오늘은 컴퓨터를 사용하던중 발생하는 “경로설정” 문제 – 그중에서도 “OneDrive”의 경로 설정에 대해 알아보도록 하겠습니다. 이번 사건?의 발단은, 함께 코딩을 공부하던 클럽멤버중 한분의 문의에서 시작했습니다. 멤버분의 말을 빌리자면, 강의 내용과 동일하게 프로젝트 폴더를 지정하고, 프로젝트를 실행했음에도 불구하고 지정한 프로젝트 폴더가 바탕화면에 정상적으로 보여지지 않거나, 프로젝트가 실행되지 않는다. 였습니다….
[python] 파이썬 크롤링 / 스크립팅 (네이버 실시간 검색어) – 개발 언어 배우자!
Beautiful Soup (HTML parser)
https://en.wikipedia.org/wiki/Beautiful_Soup_(HTML_parser)