08 2021 档案

摘要:1.单张 <el-table-column label="签名"> <template slot-scope="scope"> <img :src="scope.row.signNameUrl" width="80" height="80" class="head_pic"/> </template 阅读全文
posted @ 2021-08-24 17:30 铜丝儿 阅读(418) 评论(0) 推荐(0)
摘要:cell.getCellStyle().getDataFormat()//获取当前cell数值格式 cell.getStringCellValue()//直接获取内容 if (cell != null) { cell.setCellType(Cell.CELL_TYPE_STRING); /*如果获 阅读全文
posted @ 2021-08-24 10:28 铜丝儿 阅读(606) 评论(0) 推荐(0)
摘要:1.pom.xml <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> </dependency> 2.application.properties spring.redis.host=192.16 阅读全文
posted @ 2021-08-13 13:46 铜丝儿 阅读(912) 评论(0) 推荐(0)
摘要:示例:A服务调用B服务 AB服务中添加feign+redis+session依赖 //feign依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-openfeig 阅读全文
posted @ 2021-08-10 17:08 铜丝儿 阅读(801) 评论(0) 推荐(0)