上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 118 下一页
摘要: 单页应用:(Single Page App, SPA)体现了其强大的优势。页面是局部刷新的,响应速度快,不需要每次加载所有的CSS/JS。前后端分离,前端(手机端)不受后端(服务器端)的开发语言的限制。Angular,React ,Vue.js框架都是很好的选择。 vuejs/awesome-vue 阅读全文
posted @ 2023-07-14 11:02 ®Geovin Du Dream Park™ 阅读(33) 评论(0) 推荐(0)
摘要: python OCR Hand-written chineseOCR: Handwriting recognition with OpenCV, Keras, and TensorFlowhttps://keras.io/examples/vision/handwriting_recognition 阅读全文
posted @ 2023-07-10 22:48 ®Geovin Du Dream Park™ 阅读(17) 评论(0) 推荐(0)
摘要: """ StudengMaping.py ORM (Object Relational Mapping) 学生表实体类对象关系映射 one-one one-more more-one more-more date 2023-06-23 edit: Geovin Du,geovindu, 涂聚文 id 阅读全文
posted @ 2023-07-10 22:16 ®Geovin Du Dream Park™ 阅读(61) 评论(0) 推荐(0)
摘要: # encoding: utf-8 # 版权所有 2023 涂聚文有限公司 # 许可信息查看: # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 311 # Datetime : 2023/7/9 19:12 阅读全文
posted @ 2023-07-09 20:45 ®Geovin Du Dream Park™ 阅读(86) 评论(0) 推荐(0)
摘要: python OCR Hand-written chinese https://github.com/topics/chinese-character-recognitionhttps://github.com/chineseocrhttps://github.com/breezedeus/cnoc 阅读全文
posted @ 2023-07-09 13:44 ®Geovin Du Dream Park™ 阅读(22) 评论(0) 推荐(0)
摘要: pip install pyzbarpip install PyQRCodepip install qrcodepip install Pillow # encoding: utf-8 #-*- coding: UTF-8 -*- # 版权所有 2023 ©涂聚文有限公司 # 许可信息查看: # 描 阅读全文
posted @ 2023-07-08 22:38 ®Geovin Du Dream Park™ 阅读(22) 评论(0) 推荐(0)
摘要: 在Pillow包中提供了9种不同的图片模式,分别是1、L、P、RGBYCbCr、I、F,模式 说明l 二值图像,只有黑、白两种颜色L 灰度图像P 8位色彩图像RGB 红、绿、蓝色彩空间,每一种颜色值在0~255内RGBA 对图像增加透明通道CMYK 四色标准颜色,一般用于打印品YCbCr 色度和亮度 阅读全文
posted @ 2023-07-08 14:59 ®Geovin Du Dream Park™ 阅读(28) 评论(0) 推荐(0)
摘要: # -*- coding: UTF-8 -*- # encoding: utf-8 #-*- coding: UTF-8 -*- # 版权所有 2023 ©涂聚文有限公司 # 许可信息查看: # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCha 阅读全文
posted @ 2023-07-08 09:45 ®Geovin Du Dream Park™ 阅读(36) 评论(0) 推荐(0)
摘要: import calendar yy=int(input("请输入年份:")) calendar.setfirstweekday(firstweekday=0) #为了符合习惯,指定日历的第一天是星期一 calendar.prcal(yy,w=0,l=0,c=0,m=4) #显示日历,c=0 为一周 阅读全文
posted @ 2023-07-08 09:07 ®Geovin Du Dream Park™ 阅读(69) 评论(0) 推荐(0)
摘要: from PyQt5.QtWidgets import QWidget, QApplication, QMainWindow, QLabel, QPushButton from PyQt5 import QtCore, QtGui import sys import os def click(): 阅读全文
posted @ 2023-07-07 19:52 ®Geovin Du Dream Park™ 阅读(13) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 118 下一页