pycharm template 设置

本文介绍了一种用于在创建文件时自动生成文件头注释的方法,其中包括了多种与系统时间和文件属性相关的变量。这些变量可以自动填充如用户名、日期、时间等信息。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

${PROJECT_NAME} -  当前Project名称;  (the name of the current project. )
${NAME} -创建文件的对话框中制定的文件名;  (the name of the new file which you specify in the New File dialog box during the file creation. )
${USER} - 当前用户名; the login name of the current user.
${DATE} - 当前系统日期; the current system date.
${TIME} - 当前系统时间; the current system time.
${YEAR} - 年; the current year.
${MONTH} - 月; the current month.
${DAY} - 日; the current day of the month.
${HOUR} - 小时; the current hour.
${MINUTE} - 分钟; the current minute.
${PRODUCT_NAME} - 创建文件的IDE名称; the name of the IDE in which the file will be created.
${MONTH_NAME_SHORT} - 英文月份缩写; the first 3 letters of the month name. Example: Jan, Feb, etc.
${MONTH_NAME_FULL} - 英文月份全称; full name of a month. Example: January, February, etc.


#!/usr/bin/env python
# _*_coding:utf-8_*_

"""
@Time :    ${DATE} ${TIME}
@Author:  ${USER}
@File: ${NAME}.py
@Software: ${PRODUCT_NAME}
"""

转载于:https://www.cnblogs.com/lmx1002/p/8135493.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值