본문 바로가기

분류 전체보기35

[SSMS] Execute current statement 커서가 위치한 쿼리문을 단축키로 실행 시켜주는 애드인 https://stackoverflow.com/questions/1272334/how-can-i-run-just-the-statement-my-cursor-is-on-in-sql-server-management-studio How can I run just the statement my cursor is on in SQL Server Management Studio? As a long time Toad for Oracle user, I have gotten used to hitting Ctrl+Enter and having just the statement under the cursor be executed. In SQL Server Managemen.. 2020. 5. 11.
[python] 시스템 시간에 관계없이 KST 가져오기 from datetime import datetime from pytz import timezone # 시스템 시간 print(datetime.now()) # KST print(datetime.now(timezone('Asia/Seoul')).strftime('%Y-%m-%d %H:%M:%S')) datetime.now(timezone(...)) 2019. 7. 19.
create pipfile & pipfile.lock > pipenv install Creating a Pipfile for this project… Pipfile.lock not found, creating… Locking [dev-packages] dependencies… Locking [packages] dependencies… Updated Pipfile.lock (ca72e7)! Installing dependencies from Pipfile.lock (ca72e7)… ================================ 0/0 - 00:00:00 To activate this project's virtualenv, run pipenv shell. Alternatively, run a command inside the virtualenv w.. 2019. 5. 23.
윈도우10 이모지 입력 단축키 설정하기 영문 윈도10에서만 단축키가 작동한다. 영문 버전이 아닌 윈도10에서 이모지 입력 단축키를 설정해 보자. https://www.windowscentral.com/how-enable-windows-10-emoji-picker-outside-united-states Period Key : . 2018. 5. 18.