上一页 1 ··· 4 5 6 7 8 9 10 11 下一页
摘要: #### MongoDB4.xxx 安装与配置1、社区版 下载地址 www.mongodb.com/download-center/community ; "install mongoDB compass" 不勾选;勾选后悔安装这个数据库管理工具;可以自定义目录;其他默认;2、配置环境变量 安装目录下的 bin 目录 ; 如:C:\z_MongoDB\bin;配置到系统环境... 阅读全文
posted @ 2020-09-11 16:10 kgwei 阅读(6490) 评论(0) 推荐(1) 编辑
摘要: 安装篇 在多台电脑之间 登录 github 账号后同步 之前配置的插件,设置等; 安装 Settings Sync 同步插件 它是一款使用GitHub中的Gists作为配置文件存储来实现同步的。它可以让我们在无数个设备上同步VSCode的配置。 我们可以同步以下内容 配置文件 快捷键配置 启动文件记 阅读全文
posted @ 2020-09-10 11:28 kgwei 阅读(1791) 评论(0) 推荐(0) 编辑
摘要: 有些页面中 要登录后才能进入 这个时候就用到了 router.beforeEach() 方法 *代码:main.js let isLogin = router.beforeEach((to,form,next)=>{ let isflag = to.matched.some(record=>{ re 阅读全文
posted @ 2020-09-01 15:16 kgwei 阅读(365) 评论(0) 推荐(0) 编辑
摘要: HTML 结构 <div class="all"> <div class="left"> </div> <div class="right"> </div> </div> css 样式部分 .all{overflow: hidden 清除浮动....} .left{ width:200px; bac 阅读全文
posted @ 2020-08-20 14:35 kgwei 阅读(597) 评论(0) 推荐(0) 编辑
摘要: 一、github 一般有两种方式连接服务器 1、https 比较方便,但是每次fetch和push代码都需要输入账号和密码,略显麻烦 2、ssh 传输前压缩数据,传输效率高,不需要每次提供账号密码 二、 生成步骤及配置 1、 在你的用户目录 C:\Users\Light.ssh 是否有 .ssh 文 阅读全文
posted @ 2020-08-19 18:09 kgwei 阅读(316) 评论(0) 推荐(0) 编辑
摘要: "Print to console": { "prefix": "web", "body": [ "<!DOCTYPE html>", "<html lang=\"en\">", "<head>", "\t<meta charset=\"UTF-8\">", "\t<meta name=\"view 阅读全文
posted @ 2020-08-18 18:59 kgwei 阅读(262) 评论(0) 推荐(0) 编辑
摘要: "Print to console": { "prefix": "vue", "body": [ "<template>", "<div>", "\r", "</div>", "</template>", "<script>", "export default {", "\tname:\"\&quo 阅读全文
posted @ 2020-08-18 18:57 kgwei 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 下载地址 [https://golang.google.cn/dl/] windows下配置环境变量 1、windows键+E 打开文件资源管理器 2、右键此电脑选择 >属性>选择高级系统设置>高级>环境变量>系统环境变量 3、新建 GOROOT 环境变量,路径是 你安装go 的那个目录 默认是 C 阅读全文
posted @ 2020-08-18 16:57 kgwei 阅读(3330) 评论(0) 推荐(0) 编辑
摘要: axios通用function封装 start http.js 引入了移动端 vant 框架 注:接口地址,加密秘钥,签名方式 根据实际情况而定适当修改 import axios from 'axios'; import md5 from 'md5'; import Vue from 'vue'; 阅读全文
posted @ 2020-08-03 19:03 kgwei 阅读(1188) 评论(0) 推荐(1) 编辑
摘要: * Ctrl+Shift+P, F1 打开命令面板 * Ctrl+P 快速打开文件搜索框 * Ctrl+Shift+N 打开新窗口/实例 * Ctrl+Shift+W 关闭窗口/实例 * Alt+ ↑ / ↓ 向上/向下移动当前行 * Shift+Alt + ↓ / ↑ 向上/向下复制当前行 * C 阅读全文
posted @ 2020-08-03 11:52 kgwei 阅读(233) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 下一页