当前位置:网站首页>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
边栏推荐
- 阿里云天池大赛赛题解析(深度学习篇)--阅读笔记1--赛题一
- Collection collection
- 从0到1:基于云开发的投票小程序开发笔记
- Prize essay solicitation | the 2022 cloud native programming challenge draft activity is open!
- Interviewer: the actual record of algorithm question brushing.pdf I can't even answer it
- DOS command Daquan basic command + network common command
- Collection集合
- 【C语言笔记分享】字符函数和字符串函数(建议收藏)
- 【p5.js】实战临摹——国际象棋盘
- Tips--解决No module named matlab.engine的问题
猜你喜欢

多线程的使用

An article takes you closer to the overview and principle of kubernetes

mmdetection3D---(1)

点云处理---kd-tree
![[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]

How to install PS filter plug-in
![[p5.js learning notes] local variable (let) and global variable (VaR) declaration](/img/37/82cdf73eb6527fb2da5bc550c33223.png)
[p5.js learning notes] local variable (let) and global variable (VaR) declaration

Collection集合
![[machine learning notes] regularization: ridge regression](/img/94/9d1e126554fac0713937381253f9c9.png)
[machine learning notes] regularization: ridge regression

有奖征文 | 2022 云原生编程挑战赛征稿活动开启!
随机推荐
【p5.js学习笔记】码绘的基础知识
MySQL的安装
Branch and loop (for and do while)
【p5.js实战】我的自画像
[p5.js actual combat] my self portrait
电工学自学笔记1.21
域名解析问题记录
Openpcd安装过程记录
leetcode系统性刷题(五)-----动态规划
mmdetection3d(2)---结果、log可视化
DOS command Daquan basic command + network common command
[p5.js learning notes] basic knowledge of code drawing
ROS系统安装
MySQL optimization summary
【C语言笔记分享】字符函数和字符串函数(建议收藏)
中南大学研究生复试机试题
QT编写串口助手
mmdetection3D---(1)
2.2-数据类型
如何使用IDEA将项目上传到码云