pycharm加开头注释

选择 File and Code Templates -> Files -> Python Script
#!/usr/bin/env python
# encoding: utf-8
'''
@author: gaoyongxian666
@license: (C) Copyright 2013-2018, Node Supply Chain Manager Corporation Limited.
@contact: deamoncao100@gmail.com
@software: garner
@file: ${NAME}.py
@time: ${DATE} ${TIME}
@desc:
'''

原文地址:https://www.cnblogs.com/BlueFire-py/p/8762799.html