摘要: 连接redis redis cli h host p 6379 a password 如果中文乱码 redis cli raw redis Keys 命令 查询 keys 查看所有的key 支持正则 key 是唯一的 randomkey 随机返回一个key exists keyname key是否存 阅读全文
posted @ 2020-01-18 20:27 吃个甜柚子 阅读(133) 评论(0) 推荐(0) 编辑
摘要: #if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end #parse("File Header.java") /* *@ClassName ${NAME} *@Description TODO *@Auth 阅读全文
posted @ 2020-01-18 03:01 吃个甜柚子 阅读(1125) 评论(0) 推荐(0) 编辑
摘要: ![](https://images.cnblogs.com/cnblogs_com/eatandsleep/1635054/o_200117183558123.png) 阅读全文
posted @ 2020-01-18 02:40 吃个甜柚子 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 作用 为类的创建提供统一的接口 阅读全文
posted @ 2020-01-18 02:21 吃个甜柚子 阅读(84) 评论(0) 推荐(0) 编辑
摘要: ```java//java 类型匹配测试 Circle circle = new Circle(); // circle rectangle 实现了 shape System.out.println(circle instanceof Circle);//true 关键字 System.out.println(circle instance... 阅读全文
posted @ 2020-01-18 02:06 吃个甜柚子 阅读(144) 评论(0) 推荐(0) 编辑
//升天火箭