随笔分类 -  框架

常用的框架
redis使用代码示例
摘要:public class RedisUtil { //服务器IP地址 private static String ADDR = "192.168.41.65"; //端口 private static int PORT = 6379; //密码 private static String AUTH 阅读全文
posted @ 2019-11-08 16:02 行走的大狮子 阅读(738) 评论(0) 推荐(0)