当前位置:网站首页>1.1- notes
1.1- notes
2022-07-28 17:52:00 【night_ du】
Single-line comments
// System.out.println("HelloWorld!");
Multiline comment
/* public static void HelloWorldTest() { HelloWorldTest.printTest(); }*/
Documentation Comments
/** * * @param args */
public static void main(String[] args) {
System.out.println("HelloWorld!");
}
- Get the most of the two integers ⼤ the
- @author Indicate the author who developed the module , Can write multiple ,⽣ Yes ⽂ In the middle of the gear "," The number separated
- @version Indicate the version of the module Can only write ⼀ Time
- @see Refer to steering , That is, related topics
- @param Yes ⽅ Description of a parameter in method
- @return Yes ⽅ Method return value description
- @exception Yes ⽅ Method may throw exceptions into ⾏ explain
边栏推荐
- Mmcv installation method
- 2.1-运算符
- 【C语言笔记分享】自定义类型:结构体,枚举,联合(建议收藏)
- ps快速制作全屏水印
- MySQL基本查询和运算符
- Alibaba P8 architect talk: seven knowledge points (including interview questions) that must be learned well to become an architect
- .net MVC的理解
- How to bind idea with code cloud
- From 0 to 1: Development notes of voting applet based on cloud development
- 如何使用IDEA将项目上传到码云
猜你喜欢

【p5.js学习笔记】码绘的基础知识

mmdetection3D---(1)

Arya professional web automated test platform
![[C language note sharing] custom type: structure, enumeration, Union (recommended Collection)](/img/25/4a17c260b2b506ae1224520d9b85d1.png)
[C language note sharing] custom type: structure, enumeration, Union (recommended Collection)

【C语言笔记分享】字符函数和字符串函数(建议收藏)

ps快速制作全屏水印

Visual object class introduces Pascal VOC dataset

From 0 to 1: Development notes of voting applet based on cloud development

MySQL optimization summary
![[advanced C language] - analyze the storage of micro data in memory [i]](/img/6a/ac723cee2543cd2403a7e58d556c8e.png)
[advanced C language] - analyze the storage of micro data in memory [i]
随机推荐
电工学自学笔记1.20
leetcode系统性刷题(五)-----动态规划
Arya professional web automated test platform
[C language note sharing] custom type: structure, enumeration, Union (recommended Collection)
IO的操作
mmdetection3d(3)---网络输出
多线程的使用
方法、函数
Understanding of virtual (virtual method) in C and its difference from abstract (abstract method)
USB virtual serial port (CDC) limit speed test
Interviewer: the actual record of algorithm question brushing.pdf I can't even answer it
IDEA报错Error running ‘Application‘ Command line is too long解决方案
MySQL basic queries and operators
关于非递归和递归分别实现求第n个斐波那契数
数字滤波器(五)--设计IIR滤波器
7-8 浪漫侧影(25分)建树+新解题思路
阿里云天池大赛赛题解析(深度学习篇)--阅读笔记1--赛题一
数字滤波器(四)--模拟滤波器转化为数字滤波器
Encapsulation, inheritance, polymorphism
Mmcv installation method