xiaojimeng

摘要: 路由跳转,无参数 路由跳转,并携带参数 javascript Book this.$router.push({ name: "hotNews", query: { time: _this.timeType, } }); this.$router.push( ) javascript this.$ro 阅读全文
posted @ 2020-05-07 13:14 xiaojimeng 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 安装less依赖:npm install less less loader save 使用: 阅读全文
posted @ 2020-05-06 12:20 xiaojimeng 阅读(109) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1845534/202005/1845534-20200506121459956-646396393.png) ![](https://img2020.cnblogs.com/blog/1845534/202005/1845534-20200506121502202-138796018.png) ![](https://im 阅读全文
posted @ 2020-05-06 12:15 xiaojimeng 阅读(134) 评论(0) 推荐(0) 编辑
摘要: vscode中安装扩展程序CSS Tree (默认scss) 使用:选择需要html代码 ctrl+shift+P 选择Generate CSS tree 自动生成类名 更改默认:设置 扩展 Generate CSS tree 直接修改 阅读全文
posted @ 2020-05-06 12:09 xiaojimeng 阅读(503) 评论(1) 推荐(0) 编辑
摘要: MongoDB MongoDB安装 常用命令 show dbs 查看所有数据库 use 数据库名 切换到指定数据库 db 查看当前所在数据库 db.getCollectionNames() 查了当前数据库下一共有哪些文档集合 db.集合名.insert(文档) 向指定集合中录入一条文档(如果集合不存 阅读全文
posted @ 2020-05-04 10:11 xiaojimeng 阅读(103) 评论(0) 推荐(0) 编辑
摘要: node day1 node中的JavaScript 没有DOM,BOM 模块系统: 内置模块:fs文件操作、http服务器操作、path路径操作、os系统信息操作 第三模块:比如,express、art template、ejs、jade(pug)、handlebars、nunjucks 自定义模 阅读全文
posted @ 2020-05-03 12:44 xiaojimeng 阅读(160) 评论(0) 推荐(0) 编辑
摘要: ```html Document 1 2 ``` 阅读全文
posted @ 2020-05-03 12:07 xiaojimeng 阅读(204) 评论(0) 推荐(0) 编辑
摘要: JavaScript jQuery JavaScript:https://developer.mozilla.org/en US/docs/Web/JavaScrip ES6:https://es6.ruanyifeng.com/ MDN:https://developer.mozilla.org/ 阅读全文
posted @ 2020-05-03 10:55 xiaojimeng 阅读(289) 评论(0) 推荐(0) 编辑
摘要: jQuery jQuery官网:https://www.jquery123.com/ jQuery中文网:https://www.jquery123.com/ jQuery对象 $=jQuery 获取元素:$('选择器') 页面dom加载完毕:$(function() {...}) DOM对象:通过 阅读全文
posted @ 2020-05-03 10:35 xiaojimeng 阅读(156) 评论(0) 推荐(0) 编辑
摘要: ddd 阅读全文
posted @ 2020-04-29 23:02 xiaojimeng 阅读(142) 评论(0) 推荐(0) 编辑