上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 29 下一页
摘要: 实现效果如上; 代码: #coding=utf-8 #连接数据库测试 import pymysql #打开数据库 db = pymysql.connect(host="localhost",user="root",password="PENGsuoqun123",db="info") #使用curs 阅读全文
posted @ 2023-04-13 22:30 小彭先森 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-04-12 22:47 小彭先森 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 今天主要跟队内的人进行了交流,实现了项目的分工和初步规划。 未来的冲刺,加油!!! 阅读全文
posted @ 2023-04-11 20:54 小彭先森 阅读(13) 评论(0) 推荐(0) 编辑
摘要: test.jsp <%@ page language= "java" contentType= "text/html; charset=UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://ww 阅读全文
posted @ 2023-04-10 23:21 小彭先森 阅读(19) 评论(0) 推荐(0) 编辑
摘要: # encoding:utf-8 import base64 import requests def getToken(): ak='B7E2OqVuDAyDs7OsuGPuKa4y' sk='idObOz6jqA2GdU49L2VG4VPVhgmiidvD' host = f'https://ai 阅读全文
posted @ 2023-04-09 20:01 小彭先森 阅读(51) 评论(0) 推荐(0) 编辑
摘要: # encoding:utf-8 import base64 import requests def getToken(): ak='B7E2OqVuDAyDs7OsuGPuKa4y' sk='idObOz6jqA2GdU49L2VG4VPVhgmiidvD' host = f'https://ai 阅读全文
posted @ 2023-04-09 20:00 小彭先森 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 完整代码如下: (其中cv2AddChineseText为封装代码) import cv2 as cv from PIL import Image, ImageDraw, ImageFont import numpy as np # encoding:utf-8 import base64 impo 阅读全文
posted @ 2023-04-08 23:14 小彭先森 阅读(2607) 评论(0) 推荐(0) 编辑
摘要: # encoding:utf-8import base64import requests def getToken(): ak='B7E2OqVuDAyDs7OsuGPuKa4y' sk='idObOz6jqA2GdU49L2VG4VPVhgmiidvD' host = f'https://aip. 阅读全文
posted @ 2023-04-08 23:12 小彭先森 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 视频的学习连接如下: 【基于百度智能云api的人脸识别,来测测你的颜值吧】 https://www.bilibili.com/video/BV1mp4y1X7eb/?share_source=copy_web&vd_source=19a8f1ff337e12c295c7860dd5e7a04e 这个 阅读全文
posted @ 2023-04-07 20:19 小彭先森 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 获取的json结果如下: 代码如下: # encoding:utf-8 import base64 import requests def getToken(): ak='B7E2OqVuDAyDs7OsuGPuKa4y' sk='idObOz6jqA2GdU49L2VG4VPVhgmiidvD' 阅读全文
posted @ 2023-04-07 20:18 小彭先森 阅读(89) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 29 下一页