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