当前位置:网站首页>Idea setting copyright information
Idea setting copyright information
2022-04-23 12:05:00 【Jack Wei】
File→Settings perhaps Ctrl+S Shortcut key .
Editor There's one down there Copyright→Copyright Profiles

Click on the plus sign , Then type the name .

Then modify it into your own information :
The first year is the new date of this document , Followed by the year of the last modification .
copyright (c) Jack wei $today.year - $today.year
Parameter description :
| name | type | explain |
|---|---|---|
| $today | DateInfo | The current date time object |
| $file.fileName | String | The name of the current file |
| $file.pathName | String | The full path to the current file |
| $file.className | String | Class name of the current file |
| $file.qualifiedClassName | String | The permissions of the current file are named |
| $file.lastModified | DateInfo | Date time object last modified |
| $project.name | String | Current project name |
| $module.name | String | At present Module name |
| $username | String | Current user name ( System user name ) |
among DateInfo You can also have the following parameters :
| name | type | explain |
|---|---|---|
| year | int | Current year |
| month | int | The current month |
| day | int | The current date (1-31) |
| hour | int | Current hour (0-11) |
| hour24 | int | Current hour (0-23) |
| minute | int | Current minute (0-59) |
| second | int | The current number of seconds (0-59) |
| format(String format) | String | Time date format |

Then when you write code , Hold down Alt + Ins


版权声明
本文为[Jack Wei]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231156479729.html
边栏推荐
猜你喜欢
![[redis series] redis learning 13. Redis often asks simple interview questions](/img/4c/2440af6daa26a0ca6cb64f32bf138e.png)
[redis series] redis learning 13. Redis often asks simple interview questions

C# F23.StringSimilarity库 字符串重复度、文本相似度、防抄袭

docker MySQL主从备份

激活函数之sigmoid函数

VMware虚拟机使用esxi 导出硬盘vmdk文件

Relu function of activation function

IDEA设置版权信息

Idea code quality specification plug-in sonarlint

【Redis 系列】redis 学习十三,Redis 常问简单面试题

Nacos Foundation (6): Nacos configuration management model
随机推荐
Chapter 4: enable and disable im column storage for materialized view (IM 4.6)
如果你是一个Golang面试官,你会问哪些问题?
Yunna | how to manage the company's fixed assets and how to manage fixed assets
A detailed explanation of head pose estimation [collection of good articles]
C# F23.StringSimilarity库 字符串重复度、文本相似度、防抄袭
Nacos Foundation (6): Nacos configuration management model
软银愿景基金进军Web3安全行业 领投CertiK 6000万美元新一轮投资
为什么hash%length==hash&(length-1)的前提是 length 是 2 的 n 次方
docker MySQL主从备份
数组---
5分钟NLP:Text-To-Text Transfer Transformer (T5)统一的文本到文本任务模型
Castle. Dynamic proxy implements transaction unit control
How the database fills in IM expressions (IM 5.4)
Nacos Basics (5): getting started with Nacos configuration
面了一圈,整理了这套面试题。。
thinkphp 添加图片文字水印生成带二维码的推广海报
What is a gateway
Redis learning 5 - high concurrency distributed lock practice
异步时钟亚稳态 的解决方案——多bit信号
In idea Solution to the problem of garbled code in Chinese display of properties file