随笔 - 210  文章 - 0 评论 - 0 阅读 - 61289
< 2025年2月 >
26 27 28 29 30 31 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 1
2 3 4 5 6 7 8

04 2023 档案
vue全屏
摘要:<template> <div> <img src="../assets/fangda.png" @click="toggleFullscreen" /> </div> </template> <script> export default { methods: { toggleFullscreen 阅读全文
posted @ 2023-04-24 18:17 鲤斌 阅读(52) 评论(0) 推荐(0) 编辑
Feign传递参数
摘要:传递单个参数 1客户端 @RequestMapping("/one") public BaseResp one(@RequestParam("id") Integer id); 服务端 @RequestMapping("/one") public BaseResp one(@RequestParam 阅读全文
posted @ 2023-04-20 14:28 鲤斌 阅读(64) 评论(0) 推荐(0) 编辑
spring-cloud-alibaba项目打包
摘要:在父依赖中加入 <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <executions> <executi 阅读全文
posted @ 2023-04-14 13:39 鲤斌 阅读(129) 评论(0) 推荐(0) 编辑
vue上传文件显示进度条,当上传完成后间隔一秒进度条消失
摘要:<template> <el-upload class="avatar-uploader" action="api/file/upload" :show-file-list="false" :before-upload="beforeAvatarUpload" :on-progress="handl 阅读全文
posted @ 2023-04-13 16:45 鲤斌 阅读(610) 评论(0) 推荐(0) 编辑

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