上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 118 下一页
摘要: # encoding: utf-8 # 版權所有 2024 ©塗聚文有限公司 # 許可資訊查看:言語成了邀功的功臣,還需要行爲每日來值班嗎? # 描述: 主、子表單 窗體傳值 Parent-child form operations # Author : geovindu,Geovin Du 塗聚文 阅读全文
posted @ 2024-10-25 04:36 ®Geovin Du Dream Park™ 阅读(14) 评论(0) 推荐(0)
摘要: # encoding: utf-8 # 版權所有 2024 ©塗聚文有限公司 # 許可資訊查看:言語成了邀功的功臣,還需要行爲每日來值班嗎? # 描述: 主、子表單 窗體傳值 Parent-child form operations # Author : geovindu,Geovin Du 塗聚文 阅读全文
posted @ 2024-10-24 19:47 ®Geovin Du Dream Park™ 阅读(19) 评论(0) 推荐(0)
摘要: pip3 install parameterized pip3 install pytest pip3 install pytest-html pip3 install coverage pip3 install html-testRunner import unittest import unit 阅读全文
posted @ 2024-10-17 18:08 ®Geovin Du Dream Park™ 阅读(23) 评论(0) 推荐(0)
摘要: Linked list Queue Binary Tree Heap Tree Hash Table Sequential Search Fibonacci Graph Dijkstra's Greedy Algorithm class FindWord(object): """ 从字符串中找单词 阅读全文
posted @ 2024-10-17 05:59 ®Geovin Du Dream Park™ 阅读(20) 评论(0) 推荐(0)
摘要: # encoding: utf-8 # 版权所有 2024 ©涂聚文有限公司 # 许可信息查看: # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 3.11 # OS : windows 10 # Datet 阅读全文
posted @ 2024-10-16 18:12 ®Geovin Du Dream Park™ 阅读(26) 评论(0) 推荐(0)
摘要: import asyncio import asynchat class Queue(object): """ """ def __init__(self): """ """ self.queue=[] def export(self,data): """ :param data: :return: 阅读全文
posted @ 2024-10-12 22:51 ®Geovin Du Dream Park™ 阅读(16) 评论(0) 推荐(0)
摘要: # encoding: utf-8 # 版权所有 2024 涂聚文有限公司 # 许可信息查看: # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 3.11 # Datetime : 2024/10/12 6: 阅读全文
posted @ 2024-10-12 06:30 ®Geovin Du Dream Park™ 阅读(24) 评论(0) 推荐(0)
摘要: # encoding: utf-8 # 版权所有 2024 ©涂聚文有限公司 # 许可信息查看: # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 3.11 # Datetime : 2024/09/28 2 阅读全文
posted @ 2024-10-06 13:17 ®Geovin Du Dream Park™ 阅读(33) 评论(0) 推荐(0)
摘要: https://thonny.org/ https://github.com/thonny/thonny/releases 安装包的两种方式: 第一钟 第二种: pip国内源推荐 源url 清华 https://pypi.tuna.tsinghua.edu.cn/simple/ 阿里 http:// 阅读全文
posted @ 2024-09-21 22:34 ®Geovin Du Dream Park™ 阅读(188) 评论(0) 推荐(0)
摘要: vite.config.ts server: { cors: true, // 默认启用并允许任何源 host: '0.0.0.0', // 这个用于启动 port: 5110, // 指定启动端口 open: true, //启动后是否自动打开浏览器 proxy: { '/api': { targ 阅读全文
posted @ 2024-08-27 20:50 ®Geovin Du Dream Park™ 阅读(47) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 118 下一页