摘要: npm install pdfjs-dist@5.2.133 <!-- * @creater: geovindu * @since: 2025-05-09 21:56:20 * @LastAuthor: geovindu * @lastTime: 2025-05-09 22:12:17 * @文件相 阅读全文
posted @ 2025-05-09 22:23 ®Geovin Du Dream Park™ 阅读(11) 评论(0) 推荐(0)
摘要: npm create vite vuepdfpreview //创建项目 npm install vue-pdf-embed npm install vue3-pdfjs npm install pdfjs-dist@2.16.105 { "name": "vuepdfpreview", "priv 阅读全文
posted @ 2025-05-09 13:26 ®Geovin Du Dream Park™ 阅读(15) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalabl 阅读全文
posted @ 2025-05-08 13:22 ®Geovin Du Dream Park™ 阅读(5) 评论(0) 推荐(0)
摘要: windows把老版本卸载之后,需要把环境变量,注册表信息删除。 并且把C:\Users\用户\AppData 文件夹下的 Local\JetBrains和 Roaming\JetBrains 都删除,再重新安装 原旧项目升级的方式: 1.2023虚拟机的文件夹是venv 改为.venv 2.打开原 阅读全文
posted @ 2025-04-27 21:22 ®Geovin Du Dream Park™ 阅读(12) 评论(0) 推荐(0)
摘要: 上图为安装五笔输入法的状态 ibus (intelligent input Bus)1.打开终端,输入 sudo apt install ibus 安装框架2.安装完毕后,输入 im-config -s ibus 命令切换框架3.输入 sudo apt install ibus-gtk ibus.g 阅读全文
posted @ 2025-03-30 21:28 ®Geovin Du Dream Park™ 阅读(754) 评论(0) 推荐(0)
摘要: sql: create table School #創建表 ( `SchoolId` char(5) NOT NULL comment'主鍵primary key,學校編號', #採取手工輸入,也可以設計為自動添加自增長 為5位元,數位,字元,或數位和字元組合,在文本保存資料時,用程式碼進行限制 # 阅读全文
posted @ 2025-03-30 07:20 ®Geovin Du Dream Park™ 阅读(6) 评论(0) 推荐(0)
摘要: # 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™ 阅读(9) 评论(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™ 阅读(8) 评论(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™ 阅读(12) 评论(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™ 阅读(16) 评论(0) 推荐(0)