• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
阿愿的笔记本
feedId:68846209220766720+userId:66725942962965504 ]
   首页    新随笔       管理     
上一页 1 2 3
2017年7月20日
devtoolset
摘要: CentOS服务器升级GCC yum install centos-release-sclyum install devtoolset-3-toolchain or sudo yum install centos-release-sclsudo yum install devtoolset-4-gc 阅读全文
posted @ 2017-07-20 11:36 阿愿的笔记本 阅读(542) 评论(0) 推荐(0)
2017年4月14日
gitlab添加CI
摘要: 坑1: 下载速度很慢 解决方案: https://mirrors.tuna.tsinghua.edu.cn/help/gitlab-ci-multi-runner/ 配置 提示:GitLab Runner >= 9.0 can be used ONLY with GitLab CE/EE >= 9. 阅读全文
posted @ 2017-04-14 21:39 阿愿的笔记本 阅读(1501) 评论(0) 推荐(0)
2017年3月24日
docker
摘要: pm2 start dist/app.js cd /usr/local/department-service pm2-docker start dist/app.js docker run -it <image_name>:<version> docker ps -a docker commit < 阅读全文
posted @ 2017-03-24 16:02 阿愿的笔记本 阅读(95) 评论(0) 推荐(0)
2017年3月18日
Node坑
摘要: 在使用vagrant代码同步的时候npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"npm ERR! node v5.10.1npm ERR! npm v3.8.3npm ERR! path ../express/bin/expressn 阅读全文
posted @ 2017-03-18 23:34 阿愿的笔记本 阅读(115) 评论(0) 推荐(0)
2017年1月17日
conda管理python
摘要: 安装conda 查看当前系统的python环境: conda info -e 创建新环境: conda create --name python27 python=2.7 conda create --name python36 python=3.6 环境切换: activite python27 阅读全文
posted @ 2017-01-17 14:45 阿愿的笔记本 阅读(259) 评论(0) 推荐(0)
2017年1月6日
CentOS 7.2安装docker-compose运行gitlib
摘要: 服务器已经安装好docker 启动: service start docker 安装docker-compose: 安装pip:sudo yum search pip / sudo yum install python2-pip.noarch -y 安装EPEL拓展: yum install epe 阅读全文
posted @ 2017-01-06 19:22 阿愿的笔记本 阅读(107) 评论(0) 推荐(0)
2016年12月26日
与你相遇好幸运,使用redis设置定时任务
摘要: 参考链接: Nodejs中使用Redis来完成定时任务 自己在 window 7下编码实现: 1 > 首先查看redis版本: redis-server -v , 版本要求大于等于2.8 2> 开启 键空间通知redis-cli config set notify-keyspace-events E 阅读全文
posted @ 2016-12-26 10:22 阿愿的笔记本 阅读(1368) 评论(0) 推荐(0)
tif文件导入postgresql
摘要: raster2pgsql -I -F -N -999 文件名 数据库名 | psql -U postgres -d postgres 阅读全文
posted @ 2016-12-26 10:22 阿愿的笔记本 阅读(605) 评论(0) 推荐(0)
2016年12月14日
用sinopia搭建npm私服
摘要: 需求: >在企业内部搭建私有npm服务器,企业开发人员上传下载自己开发的npm包 >私有npm服务器包不存在时,找npm或者taobao的镜像站点 >服务器硬盘有限,希望只缓存下载过的包,而不是全部同步 实现: CentOS 7 x86_64 安装nvm -> node/npm -> nrm -> 阅读全文
posted @ 2016-12-14 14:44 阿愿的笔记本 阅读(801) 评论(0) 推荐(0)
2016年12月12日
Postman设置Header不生效问题
摘要: 在Chrome的应用商店安装完Postman PostMan安装地址 设置Header的Referer不生效 , 提示 Restricted Header (use postman interceptor) 时 , 要安装 Postman Interceptor Postman Intercepto 阅读全文
posted @ 2016-12-12 15:00 阿愿的笔记本 阅读(12081) 评论(0) 推荐(0)
上一页 1 2 3
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3