随笔分类 - 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) ==
阅读全文
摘要:/* * Eclipse中的快捷键: * 1.补全代码的声明:alt + / * 2.快速修复:ctrl + 1 * 3.批量导包:ctrl + shift+ o * 4.使用单行注释:ctrl + / * 5.使用多行注释:ctrl + shift + / * 6.取消多行住址:ctrl + sh
阅读全文

浙公网安备 33010602011771号