上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 118 下一页
摘要: <!-- * _oo0oo_ * o8888888o * 88" . "88 * (| -_- |) * 0\ = /0 * ___/` '\___ * .' \\| |// '. * / \\||| : |||// \ * / _||||| -:- |||||- \ * | | \\\ - /// 阅读全文
posted @ 2024-08-26 21:04 ®Geovin Du Dream Park™ 阅读(28) 评论(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™ 阅读(17) 评论(0) 推荐(0)
摘要: /* * _oo0oo_ * o8888888o * 88" . "88 * (| -_- |) * 0\ = /0 * ___/` '\___ * .' \\| |// '. * / \\||| : |||// \ * / _||||| -:- |||||- \ * | | \\\ - /// | 阅读全文
posted @ 2024-08-22 20:52 ®Geovin Du Dream Park™ 阅读(22) 评论(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™ 阅读(147) 评论(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™ 阅读(24) 评论(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™ 阅读(19) 评论(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™ 阅读(36) 评论(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™ 阅读(14) 评论(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™ 阅读(153) 评论(0) 推荐(0)
摘要: #去重 A = ['geovindu','刘杰','江山','河水','刘杰','geovindu','张三','李五'] B = [] for i in A: if i not in B: B.append(i) print(B) C = set(A) print(list(C)) # 移动位置 阅读全文
posted @ 2024-07-06 19:16 ®Geovin Du Dream Park™ 阅读(17) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 118 下一页