12 2024 档案

摘要:Register - Day of AI https://dayofai.org/register/ Oracle sql developer Toad for Oracle 阅读全文
posted @ 2024-12-31 19:52 ®Geovin Du Dream Park™ 阅读(2) 评论(0) 推荐(0) 编辑
摘要:-- oracle 21c create user c##geovindu identified by 88888; grant create session,create table,unlimited tablespace to c##geovindu; create user c##geovi 阅读全文
posted @ 2024-12-28 16:29 ®Geovin Du Dream Park™ 阅读(11) 评论(0) 推荐(0) 编辑
摘要:# encoding: utf-8 # 版权所有 2024 涂聚文有限公司 # 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # 描述: 数列: sequence of number # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 阅读全文
posted @ 2024-12-28 09:11 ®Geovin Du Dream Park™ 阅读(5) 评论(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™ 阅读(6) 评论(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™ 阅读(7) 评论(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™ 阅读(6) 评论(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™ 阅读(10) 评论(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™ 阅读(12) 评论(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™ 阅读(14) 评论(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™ 阅读(7) 评论(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™ 阅读(6) 评论(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™ 阅读(14) 评论(0) 推荐(0) 编辑
摘要:# encoding: utf-8 # 版权所有 2024 涂聚文有限公司 # 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # 描述:pip install pyqt6 # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023. 阅读全文
posted @ 2024-12-07 23:48 ®Geovin Du Dream Park™ 阅读(16) 评论(0) 推荐(0) 编辑
摘要:# encoding: utf-8 # 版权所有 2024 涂聚文有限公司 # 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # 描述:pip install Pmw # https://www.slac.stanford.edu/grp/cd/soft/pmw/starting.h 阅读全文
posted @ 2024-12-07 07:56 ®Geovin Du Dream Park™ 阅读(4) 评论(0) 推荐(0) 编辑
摘要:# encoding: utf-8 # 版权所有 2024 ©涂聚文有限公司 # 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 3.11 # 阅读全文
posted @ 2024-12-06 20:22 ®Geovin Du Dream Park™ 阅读(9) 评论(0) 推荐(0) 编辑
摘要:https://www.eclipse.org/downloads/packages/release/2024-03/r 參考配置環境: PyDev - Python IDE for Eclipse | Eclipse Plugins, Bundles and Products - Eclipse 阅读全文
posted @ 2024-12-04 20:24 ®Geovin Du Dream Park™ 阅读(11) 评论(0) 推荐(0) 编辑
摘要:# encoding: utf-8 # 版權所有 2024 ©塗聚文有限公司 # 許可資訊查看:言語成了邀功的功臣,還需要行爲每日來值班嗎? # 描述: Treeview Pagination # Author : geovindu,Geovin Du 塗聚文. # IDE : PyCharm 20 阅读全文
posted @ 2024-12-02 20:03 ®Geovin Du Dream Park™ 阅读(4) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示