当前位置:网站首页>Idea set method annotation and class annotation
Idea set method annotation and class annotation
2022-07-05 13:27:00 【Luo Hanxiang】
Class notes - Templates 1
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
#parse("File Header.java")
/**
*@author:${USER}
*@date:${DATE}
*@description:${description}
*/
public class ${NAME} {
}
Show the effect when creating
Class notes - Templates 2
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
#parse("File Header.java")
/**
*@author: ${author}
*@date:${DATE}
*@description: ${description}
*/
public class ${NAME} {
}



Class notes - Templates 3
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
#parse("File Header.java")
/**
*@author: Luo Hanxiang
*@date:${DATE}
*@description:
*/
public class ${NAME} {
}


Method notes

Enter the following text into Template text:
*
* @Param $param$
* @return $return$
* @Description $end$
*
**/

Use it directly /* then Plus the shortcut keys for setting , It's usually Tab Key or enter
边栏推荐
- RHCSA9
- 数据泄露怎么办?'华生·K'7招消灭安全威胁
- MATLAB论文图表标准格式输出(干货)
- Flutter 绘制波浪移动动画效果,曲线和折线图
- TortoiseSVN使用情形、安装与使用
- My colleague didn't understand selenium for half a month, so I figured it out for him in half an hour! Easily showed a wave of operations of climbing Taobao [easy to understand]
- Win10 - lightweight gadget
- Write macro with word
- 53. Maximum subarray sum: give you an integer array num, please find a continuous subarray with the maximum sum (the subarray contains at least one element) and return its maximum sum.
- JS to determine whether an element exists in the array (four methods)
猜你喜欢

DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告

Datapipeline was selected into the 2022 digital intelligence atlas and database development report of China Academy of communications and communications

jenkins安装

Flutter 3.0更新后如何应用到小程序开发中

MMSeg——Mutli-view时序数据检查与可视化
![[深度学习论文笔记]UCTransNet:从transformer的通道角度重新思考U-Net中的跳跃连接](/img/b6/f9da8a36167db10c9a92dabb166c81.png)
[深度学习论文笔记]UCTransNet:从transformer的通道角度重新思考U-Net中的跳跃连接
![[notes of in-depth study paper]uctransnet: rethink the jumping connection in u-net from the perspective of transformer channel](/img/b6/f9da8a36167db10c9a92dabb166c81.png)
[notes of in-depth study paper]uctransnet: rethink the jumping connection in u-net from the perspective of transformer channel

Win10——轻量级小工具

MySQL - database query - sort query, paging query

今年上半年,通信行业发生了哪些事?
随机推荐
With 4 years of working experience, you can't tell five ways of communication between multithreads. Dare you believe it?
Difference between avc1 and H264
Cf:a. the third three number problem
【每日一题】1200. 最小绝对差
4年工作经验,多线程间的5种通信方式都说不出来,你敢信?
MSTP and eth trunk
leetcode 10. Regular Expression Matching 正则表达式匹配 (困难)
Write API documents first or code first?
Sorry, we can't open xxxxx Docx, because there is a problem with the content (repackaging problem)
个人组件 - 消息提示
南理工在线交流群
山东大学暑期实训一20220620
Get you started with Apache pseudo static configuration
mysql econnreset_Nodejs 套接字报错处理 Error: read ECONNRESET
go map
[MySQL usage Script] catch all MySQL time and date types and related operation functions (3)
Binder communication process and servicemanager creation process
聊聊异步编程的 7 种实现方式
【Hot100】34. 在排序数组中查找元素的第一个和最后一个位置
记录一下在深度学习-一些bug处理