上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页
摘要: 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 漫漫长路</> 阅读(22) 评论(0) 推荐(0) 编辑
摘要: https://github.com/iamshaunjp/typescript-tutorial typescript是一种编程语言,可以用作JavaScript的替代品,现在它实际上被称为超集JavaScript语言 一 安装 TypeScript npm install -g typescri 阅读全文
posted @ 2023-03-26 17:10 漫漫长路</> 阅读(14) 评论(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 漫漫长路</> 阅读(1170) 评论(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 漫漫长路</> 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 1. 下面我们看一个例子,这里是5+1=6,但是结果是51 console.log效率会比较低 2. debug可以暂停代码,和查看变量,按F12,看Sources 3. 展开鼠标类型,事件监听 em.....,说得有点笼统了 阅读全文
posted @ 2023-03-22 10:00 漫漫长路</> 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 1. 安装包 Microsoft.EntityFrameworkCoreMicosoft.EntityFrameworkCore.RelationalMicrosoft.EntityFrameworkCore.SqlServerMicrosoft.EntityFramerworkCore.Tools 阅读全文
posted @ 2023-03-21 16:08 漫漫长路</> 阅读(100) 评论(0) 推荐(0) 编辑
摘要: https://news.mit.edu/2023/low-cost-device-can-measure-air-pollution-anywhere-0316 Low-cost device can measure air pollution anywhere 低成本设备可以在任何地方测量空气污 阅读全文
posted @ 2023-03-17 15:17 漫漫长路</> 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 第一章 a标签 引入 @using Webgentle.BookStore.Models; @addTagHelper *,Microsoft.AspNetCore.Mvc.TagHelpers 使用 跟控制器对应的 <a class="nav-link text-dark" asp-control 阅读全文
posted @ 2023-03-15 14:12 漫漫长路</> 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 1. Model页面传给Views using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; usi 阅读全文
posted @ 2023-03-14 15:55 漫漫长路</> 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 我们使用公共文件,常常会用到同样的头部和尾部,那么就可以使用了 <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>Book store application</tit 阅读全文
posted @ 2023-03-14 15:37 漫漫长路</> 阅读(107) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页