上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 118 下一页
摘要: <!doctype html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta charse 阅读全文
posted @ 2025-01-29 12:09 ®Geovin Du Dream Park™ 阅读(37) 评论(0) 推荐(0)
摘要: /** * encoding: utf-8 * 版权所有 2023 ©涂聚文有限公司 * 许可信息查看: * 描述: * # Author : geovindu,Geovin Du 涂聚文. * # IDE : IntelliJ IDEA 2023.1 Java 17 * # Datetime : 阅读全文
posted @ 2025-01-27 17:58 ®Geovin Du Dream Park™ 阅读(17) 评论(0) 推荐(0)
摘要: 凸显出数据的4V(Vlume 大量、Velocity 高速、Variety 多样、Value 价值)特性。 (1)键值存储(Key-Value)数据库 主要采用哈希表技术,存储特定的键和指向特定的数据指针。该模型简单、易于部署例如:Redis、Memcached、Riak KV、Hazelcast、 阅读全文
posted @ 2025-01-27 12:56 ®Geovin Du Dream Park™ 阅读(35) 评论(0) 推荐(0)
摘要: 1.install pyside6 2.pyside6-designer.exe 发送到桌面快捷方式 3. 打开pyside6-designer 设计UI 4.保存为simple.ui 文件,再转成py文件 用代码执行 用代码执行 pyside6-uic.exe simple.ui -o simpl 阅读全文
posted @ 2025-01-25 15:16 ®Geovin Du Dream Park™ 阅读(56) 评论(0) 推荐(0)
摘要: # encoding: utf-8 # 版权所有 2025 ©涂聚文有限公司 # 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 # 描述: pip install neo4j # pip install py2neo # Author : geovindu,Geovin Du 涂聚文 阅读全文
posted @ 2025-01-22 23:23 ®Geovin Du Dream Park™ 阅读(19) 评论(0) 推荐(0)
摘要: 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™ 阅读(48) 评论(0) 推荐(0)
摘要: https证书过期 ,中文浏览器edge,google chrome 提交显示报错为“连接已重置” ,英文firfox浏览器 报错为“Secure Connection Failed” 一、问题分析 证书过期:当网站使用的 HTTPS 证书过期时,浏览器会认为该网站的安全性无法得到保证,因此会阻止用 阅读全文
posted @ 2025-01-21 09:58 ®Geovin Du Dream Park™ 阅读(88) 评论(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™ 阅读(26) 评论(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™ 阅读(14) 评论(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™ 阅读(34) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 118 下一页