随笔分类 -  Java基础

摘要:@Testpublic void test1() { String str1 = " h e llo wor ld "; int begin = 0; int end = str1.length() - 1; while (begin <= end && str1.charAt(begin) == 阅读全文
posted @ 2021-04-12 19:03 可一可再h 阅读(582) 评论(0) 推荐(0)
摘要:/* * Eclipse中的快捷键: * 1.补全代码的声明:alt + / * 2.快速修复:ctrl + 1 * 3.批量导包:ctrl + shift+ o * 4.使用单行注释:ctrl + / * 5.使用多行注释:ctrl + shift + / * 6.取消多行住址:ctrl + sh 阅读全文
posted @ 2021-03-29 16:25 可一可再h 阅读(112) 评论(0) 推荐(0)