上一页 1 2 3 4 5 6 7 ··· 109 下一页
摘要: 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™ 阅读(7) 评论(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™ 阅读(7) 评论(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™ 阅读(23) 评论(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™ 阅读(70) 评论(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™ 阅读(10) 评论(0) 推荐(0) 编辑
摘要: <!-- * _oo0oo_ * o8888888o * 88" . "88 * (| -_- |) * 0\ = /0 * ___/` '\___ * .' \\| |// '. * / \\||| : |||// \ * / _||||| -:- |||||- \ * | | \\\ - /// 阅读全文
posted @ 2024-08-26 21:04 ®Geovin Du Dream Park™ 阅读(9) 评论(0) 推荐(0) 编辑
摘要: # encoding: utf-8 # 版权所有 ${YEAR} ©涂聚文有限公司 # 许可信息查看: # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 3.11 # OS : windows 10 # Da 阅读全文
posted @ 2024-08-24 13:22 ®Geovin Du Dream Park™ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: /* * _oo0oo_ * o8888888o * 88" . "88 * (| -_- |) * 0\ = /0 * ___/` '\___ * .' \\| |// '. * / \\||| : |||// \ * / _||||| -:- |||||- \ * | | \\\ - /// | 阅读全文
posted @ 2024-08-22 20:52 ®Geovin Du Dream Park™ 阅读(5) 评论(0) 推荐(0) 编辑
摘要: assembler汇编器 compiler编译器 interpreter 解释器 https://www.enterprisedb.com/downloads/postgres-postgresql-downloads Professional JavaScript for Web Develope 阅读全文
posted @ 2024-08-17 23:42 ®Geovin Du Dream Park™ 阅读(44) 评论(0) 推荐(0) 编辑
摘要: mysql: select * from tutorials; # CREATE TABLE IF NOT EXISTS `tutorials` (`id` INTEGER NOT NULL auto_increment , `title` VARCHAR(255), `description` V 阅读全文
posted @ 2024-08-09 08:50 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 109 下一页