上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: Mongoose好处 可以为文档创建一个模式结构(Schema) 可以对模型中的对象/文档进行验证 数据可以通过类型转换转换为对象模型 可以使用中间件来应用业务逻辑挂钩 比Node原生的MongoDB驱动更容易 Mongoose提供的新对象 – Schema(模式对象) 对象定义约束了数据库中的文档 阅读全文
posted @ 2019-11-20 17:48 KevinTseng 阅读(318) 评论(0) 推荐(0) 编辑
摘要: NPM缩写 |缩写 | 命令 | 功能 | | | | | | i | install | 安装 | S | save | 保存到生产环境 | | D | save dev | 保存到开发环境 | | g | global | 全局安装 | 安装CNPM `npm install g cnpm re 阅读全文
posted @ 2019-11-20 16:55 KevinTseng 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 执行CMD命令 增删改查 基础操作 use show dbs show collections db【当前所在数据库】 插入文档 db.collection.insert() db.collection.insertOne() db.collection.insertMany() 举例 修改文档 d 阅读全文
posted @ 2019-11-20 16:24 KevinTseng 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 常用快捷键 代码编辑 ctrl + d:复制行 ctrl + y:删除行 ctrl + x:剪切行 ctrl + shift + ↑: 行移动 ctrl + shift + enter: 换行 ctrl + /:注释 ctrl + shift + /:块注释 ctrl + alt + L:格式化代码 阅读全文
posted @ 2019-11-20 11:04 KevinTseng 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 问题描述 WebStorm 编辑文件时中文显示异常,大小不一 菜单栏字体需要更换 解决方法 修改编辑器字体 菜单栏默认字体取消 设置效果 编辑文件时中英文显示 菜单栏 其他相关 关于编码格式,这里未做修改,排除编码格式问题 阅读全文
posted @ 2019-11-19 10:52 KevinTseng 阅读(364) 评论(0) 推荐(0) 编辑
摘要: 环境:win7 64位;时间:2019 11 18 问题描述 启动webstorm 时提示 解决方法 启动时快捷方式要选到64位的exe 阅读全文
posted @ 2019-11-18 09:56 KevinTseng 阅读(2415) 评论(0) 推荐(1) 编辑
摘要: 环境:win10;时间:2019-11-17 下载地址 安装包: https://www.mongodb.org/dl/win32 安装版本: mongodb-win32-x86_64-2008plus-ssl-3.2.4-signed.msi 说明:4.2+版本在安装时提示verify错误,所以使 阅读全文
posted @ 2019-11-17 19:12 KevinTseng 阅读(1362) 评论(0) 推荐(1) 编辑
摘要: 表格列自定义显示隐藏插件 阅读全文
posted @ 2019-11-14 17:52 KevinTseng 阅读(462) 评论(0) 推荐(0) 编辑
摘要: 免费实用的CSS样式生成器CssCollector,是一款拾取HTML中样式类名的软件,帮助开发人员节省时间精力。快速收集HTML片段中的css类名,自动生成可复制的css片段。 阅读全文
posted @ 2019-10-25 16:51 KevinTseng 阅读(384) 评论(0) 推荐(0) 编辑
摘要: NumScroll 数字滚动累加动画插件(Digital scroll cumulative animation plug in) 1.使用前先引入jquery (Introduce jQuery before use) 2.加入学习Q群:814798690 (Join Learning QQ Gr 阅读全文
posted @ 2019-08-12 17:25 KevinTseng 阅读(608) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 下一页