会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
州州咻咻
博客园
首页
新随笔
联系
订阅
管理
2017年9月18日
linux ssh 免密码登录的配置过程
摘要: 检查上面配置是否被 # 注释. 如果被注释 则取消注释 重启
阅读全文
posted @ 2017-09-18 17:59 janjon
阅读(190)
评论(0)
推荐(0)
2017年8月7日
Charles 抓取 iphone https的设置方式
摘要: 1. Charles: help > SSL Proxying > Install Charles Root Certificate, 2. 将会打开 钥匙串访问 的功能,查找 Charles Proxy Custom Root Certificate,然后设置 信任为 始终信任. 3. 手机按提示
阅读全文
posted @ 2017-08-07 17:11 janjon
阅读(703)
评论(0)
推荐(0)
2017年7月20日
mongodb
摘要: #### 修改用户角色db.grantRolesToUser( "reportsUser", [ { role: "read", db: "accounts" } ] )
阅读全文
posted @ 2017-07-20 18:10 janjon
阅读(85)
评论(0)
推荐(0)
docker 常见操作
摘要: docker rm $(docker ps -a -q --filter status=exited) // 删除不在运行的 镜像
阅读全文
posted @ 2017-07-20 14:52 janjon
阅读(120)
评论(0)
推荐(0)
2016年12月17日
关于cmder 目录右键打开当前目录的方法
摘要: 在 Cmder 目录直接运行cmder /register user或者cmder /register all
阅读全文
posted @ 2016-12-17 20:58 janjon
阅读(2950)
评论(0)
推荐(0)
2016年6月23日
git 切换 远程仓库
摘要: $ git remote rm origin $ git remote add origin '仓库地址.git' $ git branch --set-upstream-to=origin/master master
阅读全文
posted @ 2016-06-23 10:40 janjon
阅读(234)
评论(0)
推荐(0)
2016年6月18日
linux 安装 nvm
摘要: 或者 之后 ok。
阅读全文
posted @ 2016-06-18 21:09 janjon
阅读(12240)
评论(2)
推荐(0)
2016年4月13日
nginx 配置 单页面应用的解决方案
摘要: 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
阅读(2756)
评论(0)
推荐(0)
2016年3月7日
git hub 建立公钥
摘要: 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
阅读(398)
评论(0)
推荐(0)
2016年3月3日
vs2015 点击cshtml 后提示 "无效指针" 的解决办法
摘要: 1. 关闭vs 2. 删除 %LocalAppData%\Microsoft\VisualStudio\14.0\ComponentModelCache 3. 打开vs OK 解决
阅读全文
posted @ 2016-03-03 11:38 janjon
阅读(555)
评论(0)
推荐(0)
下一页
公告