摘要: 你会用到的 15个前端小知识 1. css 一行文本超出... overflow: hidden; text-overflow:ellipsis; white-space: nowrap; 2.多行文本超出显示... display: -webkit-box; -webkit-box-orient: 阅读全文
posted @ 2020-12-09 19:17 xuewenのblog 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 今天将为大家介绍如何在我们的Java代码中操作redis。接下来 按部就班: ##一、首先,导入maven坐标 <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> <version>2.9.0</v 阅读全文
posted @ 2020-12-09 14:57 xuewenのblog 阅读(345) 评论(0) 推荐(1) 编辑