上一页 1 2 3 4 5 6 7 8 9 10 ··· 118 下一页
摘要: # encoding: utf-8 # 版权所有 2025 ©涂聚文有限公司™ ® # 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 3.11 阅读全文
posted @ 2025-03-21 22:20 ®Geovin Du Dream Park™ 阅读(22) 评论(0) 推荐(0)
摘要: 第二种更灵活一些。 1 class TeacherEntity(object): """ """ # 1 ok def __init__(self, teacherid, teacherfirstname, teacherlastname, teachergender, teachertelno, 阅读全文
posted @ 2025-03-08 11:18 ®Geovin Du Dream Park™ 阅读(13) 评论(0) 推荐(0)
摘要: sql script: create table GEOVINDU.School --創建表 ( SchoolId char(5) NOT NULL, -- SchoolName nvarchar2(500) NOT NULL, SchoolTelNo varchar(8) NULL, PRIMAR 阅读全文
posted @ 2025-03-07 21:32 ®Geovin Du Dream Park™ 阅读(21) 评论(0) 推荐(0)
摘要: postgreSQL 注意: # psycopg 2 驱动的连接字符串 #engine = create_engine('postgresql://post:geovindu@localhost:5433/TechnologyGame') #Session = sessionmaker(bind=e 阅读全文
posted @ 2025-03-06 23:02 ®Geovin Du Dream Park™ 阅读(44) 评论(0) 推荐(0)
摘要: ctrl+shift+I组合键,快捷方式 ollama pull nomic-embed-text:latest 用户环境变量: OLLAMA_HOST:0.0.0.0:11434OLLAMA_ORIGINS:* 阅读全文
posted @ 2025-02-24 00:09 ®Geovin Du Dream Park™ 阅读(231) 评论(0) 推荐(0)
摘要: # encoding: utf-8 # 版权所有 2025 涂聚文有限公司 # 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # 描述:并发编程 (Concurrent Programming) # Author : geovindu,Geovin Du 涂聚文. # IDE : P 阅读全文
posted @ 2025-02-22 18:30 ®Geovin Du Dream Park™ 阅读(12) 评论(0) 推荐(0)
摘要: mysql sql script: create table School 表 ( `SchoolId` char(5) NOT NULL comment'主鍵primary key,學校編號', `SchoolName` nvarchar(500) NOT NULL DEFAULT '' comm 阅读全文
posted @ 2025-02-21 00:33 ®Geovin Du Dream Park™ 阅读(27) 评论(0) 推荐(0)
摘要: 在线安装MySQL步骤1:更新软件包列表 在进行任何软件安装之前,请确保你的系统的软件包列表是最新的。打开终端并运行以下命令: sudo apt update sudo apt-get dist-upgrade 步骤2:安装MySQL服务器 在更新软件包列表后,这里我们可以查看一下可使用的MySQL 阅读全文
posted @ 2025-02-20 21:33 ®Geovin Du Dream Park™ 阅读(205) 评论(0) 推荐(0)
摘要: 领域层(Domain):定义了 School 实体类和 SchoolRepository 抽象基类,明确了业务实体和数据访问的契约。基础设施层(Infrastructure):通过 SQLAlchemy 实现了 SchoolRepository 类,负责与 SQLite 数据库进行交互,包括增删改查 阅读全文
posted @ 2025-02-19 22:12 ®Geovin Du Dream Park™ 阅读(48) 评论(0) 推荐(0)
摘要: 项目结构: # encoding: utf-8 # 版权所有 2025 涂聚文有限公司 # 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 3. 阅读全文
posted @ 2025-02-15 04:05 ®Geovin Du Dream Park™ 阅读(21) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 118 下一页