• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






会飞の鱼

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

07 2018 档案

 
nvm 安装
摘要:curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash nvm install 8.9.0 nvm use 8.9.0 wget https://dl.yarnpkg.com/rpm/ya 阅读全文
posted @ 2018-07-27 20:48 会飞の鱼 阅读(213) 评论(0) 推荐(0)
web访问命令行
摘要:https://github.com/yudai/gotty go get github.com/yudai/gotty gotty -p 8000 -w kubectl exec -it mysql-5fc8fb5766-vsw9s bash 阅读全文
posted @ 2018-07-25 16:13 会飞の鱼 阅读(639) 评论(0) 推荐(0)
devmapper: Thin Pool has 162394 free data blocks which is less than minimum required 163840 free data blocks. Create more free space in thin pool or use dm.min_free_space option to change behavior
摘要:问题: 制作镜像的时候报错 devmapper: Thin Pool has 162394 free data blocks which is less than minimum required 163840 free data blocks. Create more free space in 阅读全文
posted @ 2018-07-17 17:14 会飞の鱼 阅读(10319) 评论(0) 推荐(0)
服务器使用赛风
摘要:赛风->设置->本地代理端口 HTTP/HTTPS 设置一个端口号,如7070 重新连接 windows上安装git 打开git bash ssh -CqTnN -R 0.0.0.0:9000:localhost:7070 root@服务器ip 任何服务器上使用: export http_proxy 阅读全文
posted @ 2018-07-11 15:16 会飞の鱼 阅读(1146) 评论(0) 推荐(0)
java jpa 报错
摘要:表的字段名不能是数据库的关键字 阅读全文
posted @ 2018-07-04 18:23 会飞の鱼 阅读(159) 评论(0) 推荐(0)