zoukankan      html  css  js  c++  java
  • pycharm template 设置

    ${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}
    """
    
    
  • 相关阅读:
    7.分类与预测
    6.图标绘制入门
    5.Python使用模块
    4.面向对象编程
    2.函数
    1,python基础入门
    (6)访问静态资源
    (5)操作数据库
    (2)快速创建springboot
    (1)IDEA 创建springboot
  • 原文地址:https://www.cnblogs.com/lmx1002/p/8135493.html
Copyright © 2011-2022 走看看