当前位置:网站首页>Pycharm set code template
Pycharm set code template
2022-07-24 06:26:00 【XIE392】
Preface
It's not a tutorial , It's only for me to come back and check when I forget
course
1、 Install plug-ins first Chinese
2、【 Set up 】--【 Editor 】--【 File and code templates 】-- choice 【Python Script】
#-*- coding = utf-8 -*-
#@Time: ${DATA} ${TIME}
#@Author:XIE392
#@File:${NAME}.py
#@Software: ${PRODUCT_NAME}- $ {PROJECT_NAME} # Current project name
- $ {NAME} # Current filename
- ${PRODUCT_NAME} # Current integrated development environment
- $ {USER}# Login name of the current user
- $ {DATE}# Current system date
- $ {TIME}# Current system time
- $ {YEAR} # That year
- $ {MONTH}# During the month
- $ {DAY} # same day
- $ {HOUR} # Current hour
- $ {MINUTE} # Current minute
- $ {SECOND} # The current second
- $ {MONTH_NAME_SHORT}# The first three letters of the month name
- $ {MONTH_NAME_FULL}# The full name of a month
边栏推荐
- 【218】CS架构和BS架构以及数据放在服务端和客户端的利与弊?
- 配置固定的远程桌面地址【内网穿透、无需公网IP】
- Hololens 2 Chinese development document MRTK V2
- Do not rent servers, build your own personal business website (2)
- Dameng database_ Small matters needing attention during use
- Leetcode does not add, subtract, multiply, divide, and calculate the number of 1 in binary
- Leetcode sword finger offer jz42 maximum sum of continuous subarrays
- IP笔记(12)
- Data set and pre training model
- MySQL数据库—SQL汇总(记得关注我!中国加油!)
猜你喜欢

Hololens 2 development: development environment deployment

IP笔记(12)

Remember to get the password of college student account once, from scratch

一批面试题及答案_20180403最新整理

IP lesson summary (3)

不租服务器,自建个人商业网站(3)

TensorFlow-GPU 安装 -- 056

IP课笔记(5)

A batch of interview questions and answers_ 20180403 latest arrangement

Heap overflow of kernel PWN basic tutorial
随机推荐
Flink function (2): checkpointedfunction
Data set and pre training model
RAID5和LVM组合使用
LuckyFrameWeb测试平台(一款支持接口自动化、WEB UI自动化、APP自动化,并且支持分布式测试的全纬度免费开源测试平台)
IP notes (11)
Using keras and LSTM to realize time series prediction of long-term trend memory -lstnet
公网使用Microsoft Remote Desktop远程桌面,随时远程办公
Jenkins自动化无人值守运行(上/下)
[301] grotesque behavior - predictable irrationality
一批面试题及答案_20180403最新整理
Hololens 2 development: development environment deployment
IP lesson summary (3)
本地搭建WordPress个人博客,并内网穿透发布上线 (22)
Mysql database - SQL summary (remember to pay attention to me! Come on in China!)
Hololens 2 Chinese development document MRTK V2
IP notes (9)
List of problems in the re disk guidance of the project
Heap overflow of kernel PWN basic tutorial
Sword finger offer jz10 Fibonacci sequence
leetcode剑指offer JZ42 连续子数组的最大和