摘要: vite.config.ts server: { cors: true, // 默认启用并允许任何源 host: '0.0.0.0', // 这个用于启动 port: 5110, // 指定启动端口 open: true, //启动后是否自动打开浏览器 proxy: { '/api': { targ 阅读全文
posted @ 2024-08-27 20:49 ®Geovin Du Dream Park™ 阅读(3) 评论(0) 推荐(0) 编辑
摘要: <!-- * _oo0oo_ * o8888888o * 88" . "88 * (| -_- |) * 0\ = /0 * ___/` '\___ * .' \\| |// '. * / \\||| : |||// \ * / _||||| -:- |||||- \ * | | \\\ - /// 阅读全文
posted @ 2024-08-26 21:04 ®Geovin Du Dream Park™ 阅读(2) 评论(0) 推荐(0) 编辑
摘要: # encoding: utf-8 # 版权所有 ${YEAR} ©涂聚文有限公司 # 许可信息查看: # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 3.11 # OS : windows 10 # Da 阅读全文
posted @ 2024-08-24 13:22 ®Geovin Du Dream Park™ 阅读(2) 评论(0) 推荐(0) 编辑
摘要: /* * _oo0oo_ * o8888888o * 88" . "88 * (| -_- |) * 0\ = /0 * ___/` '\___ * .' \\| |// '. * / \\||| : |||// \ * / _||||| -:- |||||- \ * | | \\\ - /// | 阅读全文
posted @ 2024-08-22 20:52 ®Geovin Du Dream Park™ 阅读(2) 评论(0) 推荐(0) 编辑
摘要: assembler汇编器 compiler编译器 interpreter 解释器 https://www.enterprisedb.com/downloads/postgres-postgresql-downloads Professional JavaScript for Web Develope 阅读全文
posted @ 2024-08-17 23:42 ®Geovin Du Dream Park™ 阅读(20) 评论(0) 推荐(0) 编辑
摘要: mysql: select * from tutorials; # CREATE TABLE IF NOT EXISTS `tutorials` (`id` INTEGER NOT NULL auto_increment , `title` VARCHAR(255), `description` V 阅读全文
posted @ 2024-08-09 08:50 ®Geovin Du Dream Park™ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: mysql script: drop table `vuedustu`; CREATE TABLE `vuedustu` ( `stuId` int(11) NOT NULL AUTO_INCREMENT comment'学生编号', `stuname` varchar(255) DEFAULT N 阅读全文
posted @ 2024-08-07 20:17 ®Geovin Du Dream Park™ 阅读(2) 评论(0) 推荐(0) 编辑
摘要: mysql: select * from tutorials; # CREATE TABLE IF NOT EXISTS `tutorials` (`id` INTEGER NOT NULL auto_increment , `title` VARCHARuserinfos(255), `descr 阅读全文
posted @ 2024-08-07 18:04 ®Geovin Du Dream Park™ 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 先安装路由包: npm install vue-router route/index.js import { createRouter, createWebHistory ,createWebHashHistory} from 'vue-router' import HomeView from '. 阅读全文
posted @ 2024-08-01 18:32 ®Geovin Du Dream Park™ 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://www.elby.ch/en/products/vcd.html Virtual CloneDrive --在windows PowerShell 管理身份运行 Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Loca 阅读全文
posted @ 2024-07-27 23:46 ®Geovin Du Dream Park™ 阅读(101) 评论(0) 推荐(0) 编辑