上一页 1 2 3 4 5 6 7 8 9 ··· 115 下一页
摘要: the Movie Graph Create CREATE DATABASE hongloumeng SHOW DATABASES YIELD name CREATE DATABASE slow WAIT 5 SECONDS START DATABASE customers CALL db.sche 阅读全文
posted @ 2025-01-22 09:38 ®Geovin Du Dream Park™ 阅读(23) 评论(0) 推荐(0)
摘要: https证书过期 ,中文浏览器edge,google chrome 提交显示报错为“连接已重置” ,英文firfox浏览器 报错为“Secure Connection Failed” 一、问题分析 证书过期:当网站使用的 HTTPS 证书过期时,浏览器会认为该网站的安全性无法得到保证,因此会阻止用 阅读全文
posted @ 2025-01-21 09:58 ®Geovin Du Dream Park™ 阅读(58) 评论(0) 推荐(0)
摘要: sql: drop table IF EXISTS School; create table School --創建表 ( SchoolId char(5) NOT NULL, -- SchoolName nvarchar2(500) NOT NULL, SchoolTelNo varchar(8) 阅读全文
posted @ 2025-01-02 20:37 ®Geovin Du Dream Park™ 阅读(12) 评论(0) 推荐(0)
摘要: Register - Day of AI https://dayofai.org/register/ Oracle sql developer Toad for Oracle 阅读全文
posted @ 2024-12-31 19:52 ®Geovin Du Dream Park™ 阅读(5) 评论(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™ 阅读(20) 评论(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™ 阅读(8) 评论(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™ 阅读(7) 评论(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™ 阅读(11) 评论(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™ 阅读(12) 评论(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™ 阅读(12) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 115 下一页