커서가 위치한 쿼리문을 단축키로 실행 시켜주는 애드인

 

 

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 Management Studio, hitting F5 runs the entire

stackoverflow.com

 

 

* [Ctrl]+[Shift]+[E]

 

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(...))

> 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 with pipenv run.

 

주의 ) 상위 폴더로 올라가면서 pipfile이 있으면, 현재폴더에 pipfile이 생기지 않는다.

영문 윈도10에서만 단축키가 작동한다.


영문 버전이 아닌 윈도10에서 이모지 입력 단축키를 설정해 보자.



https://www.windowscentral.com/how-enable-windows-10-emoji-picker-outside-united-states



<참고>

Period Key :  .


+ Recent posts