上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 118 下一页
摘要: <!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™ 阅读(17) 评论(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™ 阅读(55) 评论(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™ 阅读(16) 评论(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™ 阅读(38) 评论(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™ 阅读(23) 评论(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™ 阅读(16) 评论(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™ 阅读(17) 评论(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™ 阅读(28) 评论(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™ 阅读(11) 评论(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™ 阅读(8) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 118 下一页