上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 118 下一页
摘要: # encoding: utf-8 # 版权所有 2024 涂聚文有限公司 # 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # 描述: 数列: sequence of number # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 阅读全文
posted @ 2024-12-28 09:11 ®Geovin Du Dream Park™ 阅读(24) 评论(0) 推荐(0)
摘要: oracel sql script CREATE OR REPLACE PROCEDURE SelectSchool( paramSchoolId IN char, p_cursor OUT SYS_REFCURSOR ) AS BEGIN OPEN p_cursor FOR SELECT * FR 阅读全文
posted @ 2024-12-27 06:21 ®Geovin Du Dream Park™ 阅读(16) 评论(0) 推荐(0)
摘要: oracle sql script: CREATE OR REPLACE PROCEDURE procSelectSchool( paramSchoolId IN char, p_cursor OUT SYS_REFCURSOR ) AS BEGIN OPEN p_cursor FOR SELECT 阅读全文
posted @ 2024-12-25 20:38 ®Geovin Du Dream Park™ 阅读(21) 评论(0) 推荐(0)
摘要: oracle sql script: drop table IF EXISTS GEOVINDU.School; create table GEOVINDU.School --創建表 ( SchoolId char(5) NOT NULL, -- SchoolName varchar(500) NO 阅读全文
posted @ 2024-12-24 20:34 ®Geovin Du Dream Park™ 阅读(17) 评论(0) 推荐(0)
摘要: 用database configuration Assistant 引导创建数据库。 创建操作用户: -- 别加双引号,否则,无法用 create user geovindu identified by 888888; create user geovin identified by 888888; 阅读全文
posted @ 2024-12-23 20:50 ®Geovin Du Dream Park™ 阅读(25) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2024-12-22 11:24 ®Geovin Du Dream Park™ 阅读(29) 评论(0) 推荐(0)
摘要: # encoding: utf-8 # 版权所有 2024 涂聚文有限公司 # 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # 描述:python -m pip install oracledb # python -m pip install cx_Oracle --upgrade 阅读全文
posted @ 2024-12-21 22:30 ®Geovin Du Dream Park™ 阅读(138) 评论(0) 推荐(0)
摘要: domain/ aggregates/ entities/ value objects/ eventsapplication/ services commands queriesinfrastructure/ repositories messaging/tests # encoding: utf- 阅读全文
posted @ 2024-12-17 20:55 ®Geovin Du Dream Park™ 阅读(24) 评论(0) 推荐(0)
摘要: # encoding: utf-8 # 版权所有 2024 ©涂聚文有限公司 # 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # 描述: 数据类型换 # https://learn.microsoft.com/en-us/sql/machine-learning/python/py 阅读全文
posted @ 2024-12-09 21:54 ®Geovin Du Dream Park™ 阅读(12) 评论(0) 推荐(0)
摘要: # encoding: utf-8 # 版权所有 2024 涂聚文有限公司 # 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 3.11 # o 阅读全文
posted @ 2024-12-08 09:35 ®Geovin Du Dream Park™ 阅读(27) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 118 下一页