posts - 45,comments - 0,views - 4785
摘要: static byte[] copyOf(byte[] original, int newLength) --> 复制原数组,得到一个新的数组!复制指定的数组,用零截取或填充(如有必要),以便复制具有指定的长度。 参数:byte[] original --> 复制的原数组! int newLengt 阅读全文
posted @ 2022-11-14 17:46 小贤看世界 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 引入依赖 <dependency> <groupId>com.github.yulichang</groupId> <artifactId>mybatis-plus-join</artifactId> <version>1.2.4</version> </dependency> <dependenc 阅读全文
posted @ 2023-03-31 19:38 小贤看世界 阅读(842) 评论(0) 推荐(0) 编辑
摘要: 选择指定的数据easyexcel导出 前端vue <el-table :data="tableData" style="width: 100%" @selection-change="selectionChange" > <el-table-column type="selection" width 阅读全文
posted @ 2023-03-31 19:35 小贤看世界 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 转换器LocalDateStringConverter package com.javasm.sales.common; import com.alibaba.excel.converters.Converter; import com.alibaba.excel.enums.CellDataTyp 阅读全文
posted @ 2023-03-28 22:35 小贤看世界 阅读(232) 评论(0) 推荐(0) 编辑
摘要: UploadUtils(对象存储OSS /阿里云的代码 上传网络流) package com.javasm.common.utils; import com.aliyun.oss.ClientException; import com.aliyun.oss.OSS; import com.aliyu 阅读全文
posted @ 2023-03-22 22:27 小贤看世界 阅读(37) 评论(0) 推荐(0) 编辑
摘要: log4j2.xml依赖 <!--全局排除spring-boot-starter-logging内的所有依赖--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-log 阅读全文
posted @ 2023-03-22 15:35 小贤看世界 阅读(51) 评论(0) 推荐(0) 编辑
摘要: pom依赖 <!-- swagger2 配置 --> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.4.0</version> </depende 阅读全文
posted @ 2023-03-22 11:56 小贤看世界 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 实现样式: tplb.css ul, li { padding: 0; margin: 0; list-style: none; } .adver { margin: 0 auto; width: 700px; overflow: hidden; height: 454px; position: r 阅读全文
posted @ 2023-01-02 21:30 小贤看世界 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 省市区级联 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <script src="js/vue.js" type="text/javascript" charset="utf-8"></script> </ 阅读全文
posted @ 2023-01-02 19:37 小贤看世界 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 简易计算器 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <link href="css/js.css" rel="stylesheet" type="text/css" /> <script type="t 阅读全文
posted @ 2022-12-29 22:56 小贤看世界 阅读(111) 评论(0) 推荐(0) 编辑
摘要: ss <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>form</title> </head> <body> <!-- action:提交位置 --> <!-- method:提交方式 get:提交到地址的数据,会在浏览器上的地 阅读全文
posted @ 2022-12-24 19:26 小贤看世界 阅读(289) 评论(0) 推荐(0) 编辑
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示