11 2019 档案

摘要:环境:win7 64位 ; VisualStudio2015 问题描述 创建安装程序时,VisualStudio中没有打包安装程序的Visual Studio Installer功能 解决方法 1. 下载Visual Studio Installer补丁 "补丁链接" 2. 双击安装补丁 3. 重启 阅读全文
posted @ 2019-11-21 10:54 KevinTseng 阅读(174) 评论(0) 推荐(0) 编辑
摘要: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) 编辑
摘要:环境:win7 + webstrom2019.2.4 开发技巧 Chrome可以通过安装一个插件,实时调试WebStorm编辑的项目 安装步骤 1. 下载Chrome扩展程序JetBrains IDE Support 如访问不了,可直接安装crx扩展程序 链接: https://pan.baidu. 阅读全文
posted @ 2019-11-20 11:00 KevinTseng 编辑
摘要:问题描述 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) 编辑