2022年9月9日

node_modules问题

摘要: ●运行vue项目时,显示如下问题npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! vue-manage@0.1.0 serve: vue-cli-service servenpm ERR! Exit status 1npm ERR!npm ERR! F 阅读全文

posted @ 2022-09-09 15:56 叽里呱啦斑驳陆离 阅读(360) 评论(0) 推荐(0)

2022年8月25日

v-model指令

摘要: 阅读全文

posted @ 2022-08-25 10:34 叽里呱啦斑驳陆离 阅读(12) 评论(0) 推荐(0)

2022年8月22日

指令

摘要: 阅读全文

posted @ 2022-08-22 10:06 叽里呱啦斑驳陆离 阅读(11) 评论(0) 推荐(0)

特性

摘要: 阅读全文

posted @ 2022-08-22 10:04 叽里呱啦斑驳陆离 阅读(12) 评论(0) 推荐(0)

2022年8月4日

vue

摘要: 之后运行脚本 npm run XXX(脚本名字) 阅读全文

posted @ 2022-08-04 10:30 叽里呱啦斑驳陆离 阅读(9) 评论(0) 推荐(0)

2022年7月31日

成绩文件读取写入

摘要: const fs = require('fs') fs.readFile('./files/成绩.txt', 'utf8', function (err, dataStr) { if (err) { return console.log('读取文件失败' + err.message); } //co 阅读全文

posted @ 2022-07-31 20:55 叽里呱啦斑驳陆离 阅读(45) 评论(0) 推荐(0)

2022年7月21日

DOM总结

摘要: 阅读全文

posted @ 2022-07-21 08:02 叽里呱啦斑驳陆离 阅读(24) 评论(0) 推荐(0)

2022年7月13日

换肤

摘要: 阅读全文

posted @ 2022-07-13 10:55 叽里呱啦斑驳陆离 阅读(36) 评论(0) 推荐(0)

排他思想-----按钮点击

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文

posted @ 2022-07-13 10:41 叽里呱啦斑驳陆离 阅读(23) 评论(0) 推荐(0)

操作元素是DOM的核心元素

摘要: 阅读全文

posted @ 2022-07-13 10:20 叽里呱啦斑驳陆离 阅读(8) 评论(0) 推荐(0)

导航