04 2022 档案

摘要:testPing.java public class testPing { public static void main(String[] args) { Jedis jedis = new Jedis("Redis节点所在的机器的IP",6379); System.out.println(jed 阅读全文
posted @ 2022-04-21 21:35 BAISHUN66 阅读(3220) 评论(1) 推荐(0) 编辑
摘要:Java如何声明并初始化一个boolean型的数组? public class Main{ static boolean[] arr1 = new boolean[20]; public static void main(String[] args){ boolean[] arr2 = new bo 阅读全文
posted @ 2022-04-06 18:10 BAISHUN66 阅读(2425) 评论(0) 推荐(0) 编辑

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