摘要: 检查上面配置是否被 # 注释. 如果被注释 则取消注释 重启 阅读全文
posted @ 2017-09-18 17:59 janjon 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 1. Charles: help > SSL Proxying > Install Charles Root Certificate, 2. 将会打开 钥匙串访问 的功能,查找 Charles Proxy Custom Root Certificate,然后设置 信任为 始终信任. 3. 手机按提示 阅读全文
posted @ 2017-08-07 17:11 janjon 阅读(694) 评论(0) 推荐(0) 编辑
摘要: #### 修改用户角色db.grantRolesToUser( "reportsUser", [ { role: "read", db: "accounts" } ] ) 阅读全文
posted @ 2017-07-20 18:10 janjon 阅读(79) 评论(0) 推荐(0) 编辑
摘要: docker rm $(docker ps -a -q --filter status=exited) // 删除不在运行的 镜像 阅读全文
posted @ 2017-07-20 14:52 janjon 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 在 Cmder 目录直接运行cmder /register user或者cmder /register all 阅读全文
posted @ 2016-12-17 20:58 janjon 阅读(2915) 评论(0) 推荐(0) 编辑
摘要: $ git remote rm origin $ git remote add origin '仓库地址.git' $ git branch --set-upstream-to=origin/master master 阅读全文
posted @ 2016-06-23 10:40 janjon 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 或者 之后 ok。 阅读全文
posted @ 2016-06-18 21:09 janjon 阅读(12185) 评论(2) 推荐(0) 编辑
摘要: location / { index index.html; rewrite ^/.*/$ / last; # Redirect everything to / (ex index.html) and let the JS router take care of the rest rewrite ^ 阅读全文
posted @ 2016-04-13 10:33 janjon 阅读(2732) 评论(0) 推荐(0) 编辑
摘要: 1. 执行 $ eval "$(ssh-agent -s)" 2. 增加 ssh $ ssh-add ~/.ssh/id_rsa 3. 复制 生成的key (执行下面命令后就相当于复制了key了) $ pbcopy < ~/.ssh/id_rsa.pub 4. 找到Settings 5. 点击 SS 阅读全文
posted @ 2016-03-07 10:13 janjon 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 1. 关闭vs 2. 删除 %LocalAppData%\Microsoft\VisualStudio\14.0\ComponentModelCache 3. 打开vs OK 解决 阅读全文
posted @ 2016-03-03 11:38 janjon 阅读(514) 评论(0) 推荐(0) 编辑