07 2023 档案

摘要:char* pp = new char[100]; char d[100] = "geovindu,涂聚文"; string ddstr= "geovindu,涂聚文"; char *dstr=nullptr; pp = d; dstr = &ddstr[0]; printf(dstr); prin 阅读全文
posted @ 2023-07-25 22:56 ®Geovin Du Dream Park™ 阅读(17) 评论(0) 推荐(0) 编辑
摘要:""" 网络发送信息 """ import socket import threading def handlesend(tcpclient): """ 发送 :return: """ while True: message = input() tcpclient.send(message.enco 阅读全文
posted @ 2023-07-23 11:27 ®Geovin Du Dream Park™ 阅读(11) 评论(0) 推荐(0) 编辑
摘要:""" python 发送邮件,用授权码 """ import smtplib from email.mime.text import MIMEText def send(): """ 发送邮件 :return: """ try: stmpserver163='smtp.163.com' stmpp 阅读全文
posted @ 2023-07-23 10:16 ®Geovin Du Dream Park™ 阅读(27) 评论(0) 推荐(0) 编辑
摘要:<!doctype html> <html> <head> <meta charset="utf-8"> <title>css display:none, display:block</title> <script src="../jquery/3.6.0/jquery.min.js"></scri 阅读全文
posted @ 2023-07-22 16:08 ®Geovin Du Dream Park™ 阅读(9) 评论(0) 推荐(0) 编辑
摘要:https://greensock.com/forums/topic/28173-scrolltrigger-motionpath-on-a-fixed-element-with-x-translation/https://greensock.com/forums/topic/29120-contr 阅读全文
posted @ 2023-07-19 21:53 ®Geovin Du Dream Park™ 阅读(33) 评论(0) 推荐(0) 编辑
摘要:Demo 1: DHTML modal dialog box (dhtmlgoodies.com) using System; using System.Web.UI; using System.Web; using System.Text; using System.Collections; na 阅读全文
posted @ 2023-07-19 15:16 ®Geovin Du Dream Park™ 阅读(9) 评论(0) 推荐(0) 编辑
摘要:/** * net core 6 * **/ using IronPdf; using OfficeOpenXml; using System.Text; using Spire.Pdf; using Spire.Pdf.Graphics; using Spire.Xls; using NPOI.S 阅读全文
posted @ 2023-07-18 22:30 ®Geovin Du Dream Park™ 阅读(29) 评论(0) 推荐(0) 编辑
摘要:# encoding: utf-8 # 版权所有 2023 涂聚文有限公司 # 许可信息查看: https://docs.python.org/3/library/logging.html # 描述: https://www.programcreek.com/python/example/136/l 阅读全文
posted @ 2023-07-17 22:44 ®Geovin Du Dream Park™ 阅读(15) 评论(0) 推荐(0) 编辑
摘要:https://github.com/tesseract-ocr/tesseractTesseract引擎和中文包 (这是HP实验室最早开发的OCR)https://pan.baidu.com/share/init?surl=XpeRVgiPTU7mmiMiyaXThgpythhttps://dig 阅读全文
posted @ 2023-07-16 22:35 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:线程: # encoding: utf-8 # 版权所有 2023 涂聚文有限公司 # 许可信息查看: # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 311 # Datetime : 2023/7/16 阅读全文
posted @ 2023-07-16 19:34 ®Geovin Du Dream Park™ 阅读(10) 评论(0) 推荐(0) 编辑
摘要:""" 进程 """ import multiprocessing import threading import time import threadSing def dance(): """ :return: """ while True: print('dance') time.sleep(0 阅读全文
posted @ 2023-07-16 17:15 ®Geovin Du Dream Park™ 阅读(21) 评论(0) 推荐(0) 编辑
摘要:def saveimageUrl(url,dirName): """ :param url: 链接 :param dirName: 文件夹名字 :return: """ #if not os.path.exists('website'): #os.mkdir('website') try: if o 阅读全文
posted @ 2023-07-16 10:12 ®Geovin Du Dream Park™ 阅读(6) 评论(0) 推荐(0) 编辑
摘要:单页应用:(Single Page App, SPA)体现了其强大的优势。页面是局部刷新的,响应速度快,不需要每次加载所有的CSS/JS。前后端分离,前端(手机端)不受后端(服务器端)的开发语言的限制。Angular,React ,Vue.js框架都是很好的选择。 https://github.co 阅读全文
posted @ 2023-07-15 23:15 ®Geovin Du Dream Park™ 阅读(3) 评论(0) 推荐(0) 编辑
摘要:单页应用:(Single Page App, SPA)体现了其强大的优势。页面是局部刷新的,响应速度快,不需要每次加载所有的CSS/JS。前后端分离,前端(手机端)不受后端(服务器端)的开发语言的限制。Angular,React ,Vue.js框架都是很好的选择。 vuejs/awesome-vue 阅读全文
posted @ 2023-07-14 11:02 ®Geovin Du Dream Park™ 阅读(25) 评论(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™ 阅读(9) 评论(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™ 阅读(55) 评论(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™ 阅读(72) 评论(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™ 阅读(19) 评论(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™ 阅读(15) 评论(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™ 阅读(19) 评论(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™ 阅读(31) 评论(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™ 阅读(12) 评论(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™ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:from openpyxl import Workbook from openpyxl.styles import PatternFill,Side,Border import pdfplumber l=[] def visitDir(path): if not os.path.isdir(path 阅读全文
posted @ 2023-07-06 22:29 ®Geovin Du Dream Park™ 阅读(7) 评论(0) 推荐(0) 编辑
摘要:# encoding: utf-8 # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 11 # Datetime : 2023/7/2 20:25 # User : geovindu # Product : PyChar 阅读全文
posted @ 2023-07-05 22:41 ®Geovin Du Dream Park™ 阅读(21) 评论(0) 推荐(0) 编辑
摘要:IDE 最底部: pyinstaller -i heart.ico -D main.py 阅读全文
posted @ 2023-07-05 20:26 ®Geovin Du Dream Park™ 阅读(31) 评论(0) 推荐(0) 编辑
摘要:https://www.jetbrains.com/help/idea/file-template-variables.html /**encoding: utf-8 * 版权所有 ${YEAR} ©涂聚文有限公司 * 许可信息查看: * 描述: # Author : geovindu,Geovin 阅读全文
posted @ 2023-07-04 08:34 ®Geovin Du Dream Park™ 阅读(37) 评论(0) 推荐(0) 编辑
摘要:from: File template variables | PyCharm Documentation (jetbrains.com) https://www.jetbrains.com/help/pycharm/file-template-variables.html#custom_templ 阅读全文
posted @ 2023-07-04 08:06 ®Geovin Du Dream Park™ 阅读(39) 评论(0) 推荐(0) 编辑
摘要:# encoding: utf-8 # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 11 # Datetime : 2023/7/3 14:53 # User : geovindu # Product : PyChar 阅读全文
posted @ 2023-07-02 22:56 ®Geovin Du Dream Park™ 阅读(23) 评论(0) 推荐(0) 编辑
摘要:多继承: # encoding: utf-8 # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 11 # Datetime : 2023/7/3 14:21 # User : geovindu # Product : P 阅读全文
posted @ 2023-07-02 16:25 ®Geovin Du Dream Park™ 阅读(11) 评论(0) 推荐(0) 编辑
摘要:""" clerker.py 类 edit:geovindu,Geovin Du date:20230672 IDE:PyCharm 2023.1.2 clerker.__dict__ 窥探私有属性 私用属性 clerker._Clerker.__age=-1 clerker.__age=-1 "" 阅读全文
posted @ 2023-07-02 10:27 ®Geovin Du Dream Park™ 阅读(15) 评论(0) 推荐(0) 编辑
摘要:对于一个二维数组如: int aryy[9][9];求数组元素的总数: sizeof(a) / sizeof(int)而数组行数则为 :( sizeof(a) / sizeof(int) )/ ( sizeof(a[0]) / sizeof(int) )求数组列数: sizeof(a[0])/siz 阅读全文
posted @ 2023-07-02 00:32 ®Geovin Du Dream Park™ 阅读(21) 评论(0) 推荐(0) 编辑
摘要:/*****************************************************************//** * \file ConsoleSudoku.cpp c++ 14 * \brief 九宫独数填充游戏 * from https://github.com/va 阅读全文
posted @ 2023-07-01 10:11 ®Geovin Du Dream Park™ 阅读(36) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 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 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示