上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 87 下一页
摘要: 网纸: https://ai.baidu.com/easydl/app/deploy/tee/public #!/usr/bin/env python3 # -*- coding: utf-8 -*- # @mail : lshan523@163.com # @Time : 2022/9/7 11: 阅读全文
posted @ 2022-10-21 17:11 lshan 阅读(182) 评论(0) 推荐(0)
摘要: excel 中ActiveX 工具 中的textbox ,以及公式 解析后为emf 图片, emf 转图片(解决图片上部分显示不全问题) 图片转文字 /*************************** *<pre> * @Project Name : base-case-test-servic 阅读全文
posted @ 2022-09-29 15:50 lshan 阅读(519) 评论(0) 推荐(0)
摘要: 方式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 阅读(928) 评论(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 阅读(1128) 评论(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 阅读(563) 评论(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 阅读(1012) 评论(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 阅读(10334) 评论(0) 推荐(1)
摘要: 在国内访问国外的Docker镜像源通常都是非常慢的,特别是最近GFW升级后,就变得更加慢了,因为要使用Docker中的镜像,这个时候最好就是将镜像指向国内的资源。 国内可用的几个镜像源: Docker 官方中国区:https://registry.docker-cn.com 网易:http://hu 阅读全文
posted @ 2022-08-12 11:27 lshan 阅读(4052) 评论(0) 推荐(0)
摘要: 原文:https://www.cnblogs.com/traditional/p/14733610.html#5089657 这次我们来聊一聊 FastAPI,它和我们之前介绍的 Sanic 是类似的,都是 Python 中的异步 web 框架。相比 Sanic,FastAPI 更加的成熟、社区也更 阅读全文
posted @ 2022-08-12 10:10 lshan 阅读(2967) 评论(0) 推荐(1)
摘要: 像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 阅读(858) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 87 下一页