07 2021 档案

摘要:construct: 1>构造器的作用: ①创建对象 ②初始化对象的属性 public class HelloWorld { public static void main(String[] args) { //创建类的对象:new + 构造器 Person person = new Person( 阅读全文
posted @ 2021-07-22 22:44 哩个啷个波 阅读(78) 评论(0) 推荐(0) 编辑
摘要:* Eclipse中的快捷键: * 1.补全代码的声明:alt + / * 2.快速修复: ctrl + 1 * 3.使用单行注释:ctrl + / * 4.使用多行注释: ctrl + shift + / * 5.取消多行注释:ctrl + shift + \ * 6.复制指定行的代码:ctrl 阅读全文
posted @ 2021-07-07 22:29 哩个啷个波 阅读(57) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示