摘要: 1.properties文件指定Redis连接IP与密码 # Redis IP redis.host=127.0.0.1 redis.port=6379 #Redis PassWord redis.password=123 redis.timeOut=10000 # \u5BC6\u7801\u75 阅读全文
posted @ 2020-02-24 16:17 为乐而来 阅读(568) 评论(0) 推荐(0) 编辑
摘要: long A=System.currentTimeMillis(); System.out.println("执行代码块/方法"); FunA(); long B=System.currentTimeMillis(); FanbB(); long C=System.currentTimeMillis 阅读全文
posted @ 2020-02-24 14:46 为乐而来 阅读(2676) 评论(0) 推荐(0) 编辑