上一页 1 ··· 21 22 23 24 25
摘要: public class Test4 { public static void main(String[] args) { char[] oldarr = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j' }; String s2 = s2(old 阅读全文
posted @ 2020-07-04 19:04 一口獠牙 阅读(88) 评论(0) 推荐(0) 编辑
摘要: public class Test3 { public static void main(String[] args) { String s1 = "ab"; String s2 = "abdkjfabdgjab"; System.out.println(count(s1, s2)); } publ 阅读全文
posted @ 2020-07-03 19:00 一口獠牙 阅读(250) 评论(0) 推荐(0) 编辑
摘要: public class Test2 { public static void main(String[] args) { String str = "love"; System.out.println(daoxu(str)); } public static String daoxu(String 阅读全文
posted @ 2020-07-02 18:00 一口獠牙 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 目前的报错情况 如果在import报错的话,那就是缺少jar包 如果servlet无法连接,需要 配制链接,有很多的教程的 再就是很多其它地方的问题了,有时候可能就是命名的大小写错了 阅读全文
posted @ 2020-07-01 17:00 一口獠牙 阅读(35) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25