上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页
摘要: mysql下载地址 https://dev.mysql.com/downloads/installer/ 第一步,安装自定义 2. 添加这三个产品 3. 下一步 4. 默认端口 3306,如果被占用了就自己改下 5. 强密码认证 6,添加密码和用户,密码12345678 7. window服务 8. 阅读全文
posted @ 2023-04-12 09:18 漫漫长路</> 阅读(46) 评论(0) 推荐(0)
摘要: nodejs 生态 2023 https://www.51cto.com/article/762446.html post const http = require('http') const server = http.createServer((req,res)=>{ if(req.method 阅读全文
posted @ 2023-04-08 14:18 漫漫长路</> 阅读(45) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-04-04 00:59 漫漫长路</> 阅读(29) 评论(0) 推荐(0)
摘要: method的方法 getCateApi async getCateApi(){ // 用户快速切换的时候取消上一个请求,要不然太卡了 const axiosSource = this.axios.CancelToken.source(); this.cancelRequest = { cancel 阅读全文
posted @ 2023-03-31 17:28 漫漫长路</> 阅读(68) 评论(0) 推荐(0)
摘要: The Butterfly's Conscience 蝴蝶的心 One butterfly flew over a grassy field,looking for a home, a place to avoid the gap between dat and night. It felt tir 阅读全文
posted @ 2023-03-29 15:11 漫漫长路</> 阅读(40) 评论(0) 推荐(0)
摘要: https://github.com/iamshaunjp/typescript-tutorial typescript是一种编程语言,可以用作JavaScript的替代品,现在它实际上被称为超集JavaScript语言 一 安装 TypeScript npm install -g typescri 阅读全文
posted @ 2023-03-26 17:10 漫漫长路</> 阅读(40) 评论(0) 推荐(0)
摘要: https://www.youtube.com/watch?v=0jk3aleuwUM 项目地址:https://gitee.com/ChinaGoogles/Vue3ViteTailwindTypescript Vite Vue3 Vue Router4 Typescript Pinia Tail 阅读全文
posted @ 2023-03-24 01:14 漫漫长路</> 阅读(1503) 评论(0) 推荐(0)
摘要: // linking prototype objects to build a prototype chain_proto_ vs Object.getPrototypeof(obj) Object.setPrototype0f(obj) //1. obj --> otherProto.protot 阅读全文
posted @ 2023-03-22 10:59 漫漫长路</> 阅读(17) 评论(0) 推荐(0)
摘要: 1. 下面我们看一个例子,这里是5+1=6,但是结果是51 console.log效率会比较低 2. debug可以暂停代码,和查看变量,按F12,看Sources 3. 展开鼠标类型,事件监听 em.....,说得有点笼统了 阅读全文
posted @ 2023-03-22 10:00 漫漫长路</> 阅读(69) 评论(0) 推荐(0)
摘要: 1. 安装包 Microsoft.EntityFrameworkCoreMicosoft.EntityFrameworkCore.RelationalMicrosoft.EntityFrameworkCore.SqlServerMicrosoft.EntityFramerworkCore.Tools 阅读全文
posted @ 2023-03-21 16:08 漫漫长路</> 阅读(126) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页