上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 24 下一页
摘要: 项目视频地址 https://www.youtube.com/watch?v=T-e554Zt3n4 效果图 第一步 先安装vistal studio 2022 https://visualstudio.microsoft.com/zh-hans/free-developer-offers/ 我下载 阅读全文
posted @ 2022-12-28 16:26 漫漫长路</> 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 模仿他的,项目地址 https://github.com/iamshaunjp/vuex-playlist 视频地址 https://www.youtube.com/watch?v=BGAu__J4xoc&list=PL4cUxeGkcC9i371QO_Rtkl26MwtiJ30P2&index=1 阅读全文
posted @ 2022-12-28 01:39 漫漫长路</> 阅读(183) 评论(0) 推荐(0) 编辑
摘要: css使用 tailwindcss <script src="https://cdn.tailwindcss.com"></script> 全部代码 <template> <div class="m-auto"> <h1 class="text-2xl my-2 text-center">Vue C 阅读全文
posted @ 2022-11-10 01:45 漫漫长路</> 阅读(47) 评论(0) 推荐(0) 编辑
摘要: https://www.npmjs.com/package/vue-social-sharing/v/2.4.7 第一步,按照vue-social-sharing npm install --save vue-social-sharing@2.4.7 第二步,导入使用 第三步,在html里面粘贴如下 阅读全文
posted @ 2022-11-01 15:56 漫漫长路</> 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 1.Express框架介绍 *Express是高度包容、快速而极简的Node.js -Web框架 中间件 上手简单,学习门槛低 具有丰富的基础API支持 强大的路由功能 灵活的中间件机制及丰富的第三方中间支持 性能接近原生Node 安全稳定,代码测试覆盖率近百分之百 *Express适合做什么 传统 阅读全文
posted @ 2022-10-30 17:54 漫漫长路</> 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 1. 使用Node创建一个HTTP的服务器,并能够接收到客服端发来的请求 获取到客服端具体的请求数据,并根据不同的请求数据进行处理 将处理之后的结果,响应回客户端,并断开本次链接 2. Node核心模块http 创建HTTP服务器 服务器接受请求并处理 响应处理结果并断开链接 // 导入http模块 阅读全文
posted @ 2022-10-27 01:44 漫漫长路</> 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 注意:script里面的vue.js的引用文件最好自己找个线上的 <!doctype html> <html> <head> <title>Check uncheck all Checkboxes with Vue.js</title> <script src="vue.js"></script> 阅读全文
posted @ 2022-10-25 16:21 漫漫长路</> 阅读(157) 评论(0) 推荐(0) 编辑
摘要: html <input class="red-input" type="checkbox" /> <!-- Radio button example --> <input class="red-input" type="radio" /> css .red-input { accent-color: 阅读全文
posted @ 2022-10-25 10:15 漫漫长路</> 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 1.认识链表 2.封装链表结构 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewp 阅读全文
posted @ 2022-10-24 01:00 漫漫长路</> 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 第一步,先设置ref,和移入事件 <div class="story-container" ref="storyContainer"> <div class="item-box" v-for="(item,index) in testImg" :key="index" @mouseover="sho 阅读全文
posted @ 2022-10-19 14:30 漫漫长路</> 阅读(742) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 24 下一页