본문 바로가기

검색용 개발 블로그

(49)
ZonedDateTime to yyyy-MM-dd api 로 전달 받은 시간의 형식은 "start_date":"2021-12-01T17:00:00+0900", "end_date":"2022-12-31T17:00:00+0900", 이거다.. 이건 ZonedDateTime 형식이라고 한다. ZonedDateTime(2022-12-31T17:00:00+0900) 에서 yyyy-MM-dd로 바꾸려면 어떻게 해야할까. 1. 답변 https://stackoverflow.com/questions/58115984/how-do-i-convert-2019-07-14t183000-000z-to-2021-09-26-043000-pm-using-da 위 url에서 답변으로는 처음 시작 형식과 원하는 형식을 각각 선언해줘야한다고 한다. String date = "2019-07-..
제이쿼리 저장 버튼 누르면 조사 대상인 form의 name , id의 값이 frmWrite다. 작성자 비밀번호 상품 선택 선택된 상품이 없습니다. 상품 선택 평가 별5 별4 별3 별2 별1 휴대폰 제목 본문 ※하단 첨부파일로 이미지 업로드 해주세요.  첨부파일 찾아보기 + 추가 비회원 개인정보 수집동의 - 수집항목: 이름, 전화번호, 이메일주소 - 수집/이용목적: 게시글 접수 및 결과 회신 - 이용기간: 원칙적으로 개인정보 수집 및 이용목적이 달성된 후에는 해당 정보를 지체 없이 파기합니다. 단, 관계법령의 규정에 의하여 보전할 필요가 있는 경우 일정기간 동안 개인정보를 보관할..
s3랑 athena 연결하기 보호되어 있는 글입니다.
athena timestamp 조회 athena timestamp 조회 SELECT * FROM project_athena.test where campaign_cd = 873 and system_time between TIMESTAMP '2021-08-20 00:00:00' and TIMESTAMP '2021-10-31 23:59:59'; 참고: https://stackoverflow.com/questions/51761067/aws-athena-sql-query-error-with-timestamp
sourcetree remote 안됨 아놔 되던게 안됨 왜 remote안되지?? C:\Users\USER\AppData\Local\Atlassian\SourceTree\sourcetree.log 에서 확인하니 ERROR [2022-01-06 15:34:59,463] [1] [SourceTree.Exceptions.RemoteHostException] [Log] - Failed to list teams for user [cutewonny] ERROR [2022-01-06 15:34:59,463] [1] [SourceTree.Exceptions.RemoteHostException] [Log] - Unable to read memberships for the user from the remote host ERROR [2022-01-06 15:35..
[bower] ? Answer 보호되어 있는 글입니다.
Uncaught SyntaxError: Unexpected token '<' Uncaught SyntaxError: Unexpected token '
[git] 소스트리에서 feature 만들다가 생긴 오류 아우 증말 오늘은 소스트리를 다루는데에 시간이 들었다. 에러 문구 해결 방법 cannot delete branch master를 클릭한 상태에서 feature를 삭제하면 됨 소스트리에서 develop도 삭제하고 feature도 삭제하고 master만 남은 상태에서 feature 생성하려니 오류가 뜬다. 에러 문구 해결 방법 -> 실패 과정 not a gitflow-enabled repo yet. please run 'git flow init' first. 해당 폴더가서 git flow init을 친다. 연달아 뜨는 세팅에서 여러번 시도하니 꼬였다.(문제 심각) 극기야 소스트리가 안켜지는 현상이 왔다. 에러 문구 해결방법 소스트리가 안 켜짐 "C:\Users\%USERNAME%\AppData\Local\A..