上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 83 下一页
摘要: 方式1:POI 方式2: xls 获取checkbox , 已经checkbox 的 label (如果shape name 读取时一直为空, 用wps 打开excel , 保存后在测试) 依赖: <dependency> <groupId>org.apache.poi</groupId> <art 阅读全文
posted @ 2022-09-20 17:45 lshan 阅读(752) 评论(0) 推荐(0) 编辑
摘要: flask - fastapi (python 异步API 框架 可以自动生成swagger 文档) 常用示例: 之前使用 flask 需要手动写文档, 这个可以自动生成, fastapi 0.82.0pydantic 1.10.2python-multipart 0.0.5uvicorn 0.18 阅读全文
posted @ 2022-09-06 15:29 lshan 阅读(1045) 评论(0) 推荐(0) 编辑
摘要: 原文:https://mrmad.com.tw/windows-vmware-player-macos-10-15-catalina 可参考:https://blog.csdn.net/qq_36969381/article/details/125588054 仅供学习使用 下載 macOS Cat 阅读全文
posted @ 2022-08-26 11:09 lshan 阅读(485) 评论(0) 推荐(0) 编辑
摘要: Springboot+JPA+Sqlite整合demo参考: https://afu-bob.blog.csdn.net/article/details/90294553 简单使用: 1.依赖 <!-- https://mvnrepository.com/artifact/com.github.gw 阅读全文
posted @ 2022-08-24 11:44 lshan 阅读(908) 评论(0) 推荐(0) 编辑
摘要: ubuntu22.04 默认python 是3.10 由于版本冲突,需要的python版本是3.7 1.安装python3.7 sudo add-apt-repository ppa:deadsnakes/ppa sudo apt-get update sudo apt-get install py 阅读全文
posted @ 2022-08-12 13:57 lshan 阅读(8365) 评论(0) 推荐(1) 编辑
摘要: 在国内访问国外的Docker镜像源通常都是非常慢的,特别是最近GFW升级后,就变得更加慢了,因为要使用Docker中的镜像,这个时候最好就是将镜像指向国内的资源。 国内可用的几个镜像源: Docker 官方中国区:https://registry.docker-cn.com 网易:http://hu 阅读全文
posted @ 2022-08-12 11:27 lshan 阅读(3670) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.cnblogs.com/traditional/p/14733610.html#5089657 这次我们来聊一聊 FastAPI,它和我们之前介绍的 Sanic 是类似的,都是 Python 中的异步 web 框架。相比 Sanic,FastAPI 更加的成熟、社区也更 阅读全文
posted @ 2022-08-12 10:10 lshan 阅读(2758) 评论(0) 推荐(0) 编辑
摘要: 像java 一样使用swagger UI 使用示例: #!/usr/bin/env python3 # -*- coding: utf-8 -*- # @Time : 8/10/22 3:10 PM # @Author : Sea # @File : bxBlogScripy.py # @mail: 阅读全文
posted @ 2022-08-11 10:18 lshan 阅读(741) 评论(0) 推荐(0) 编辑
摘要: java 作为客户端 依赖: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependency> import co 阅读全文
posted @ 2022-08-09 15:42 lshan 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 场景:用于接口请求参数幂等,基于请求参数判断在3s(interval)时间内是否重复提交,重复提交,则直接返回 {"code":2500,"message":"重复提交"} EVN : springboot 2.3.12 + jdk8 使用: 1.(在需要做类似幂等的接口加上注解)@AvoidRes 阅读全文
posted @ 2022-08-05 10:50 lshan 阅读(64) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 83 下一页