码迷,mamicode.com
首页 >  
搜索关键字:vertx compose    ( 1476个结果
docker探索-Docker 1.13 编排能力进化(十三)
简介 docker stack deploy和docker-compose up,这两个命令都是操作compose的yml文件的,有什么区别?想知道这个问题,看下面文章 https://yq.aliyun.com/articles/69444 ...
分类:其他好文   时间:2017-12-27 14:09:38    阅读次数:118
delphi7 string 转到 PWideChar 用于连接unicode dll调用
function UnicodeToAnsi(s: WideString): string;var lpChar: PChar; len: integer;begin len := Length(s) * 2; GetMem(lpChar, len); ZeroMemory(lpChar, len) ...
分类:Windows程序   时间:2017-12-25 13:40:24    阅读次数:316
django的部署以及和docker 的集成
开发环境:ubuntu14 python3 首先安装docker,docker-compose 如果不懂,详见 DOCKER官网 接下来安装django 通过pip安装 sudo pip install django=1.11 这里可以指定要安装的版本 如果没有安装pip 请先预安装pip sudo ...
分类:其他好文   时间:2017-12-23 19:11:56    阅读次数:167
[Recompose] Create Stream Behaviors to Push Props in React Components with mapPropsStream
Rather than using Components to push streams into other Components, mapPropsStream allows you to create functions that can wrap components to create s ...
分类:移动开发   时间:2017-12-22 20:45:57    阅读次数:261
docker下搭建owncloud
在ubuntu下 搭建owncloud 用docker-compose启动,owncloud.yml文件内容 文章出处; https://yq.aliyun.com/articles/67160 ...
分类:其他好文   时间:2017-12-18 18:39:25    阅读次数:100
docker 安装
docker 安装 登录https://download.daocloud.io/,有许多的docker版本下载。 在 Ubuntu 中安装 Docker 安装docker加速起 docker compose curl L https://get.daocloud.io/docker/compose ...
分类:其他好文   时间:2017-12-14 18:01:53    阅读次数:101
rancher使用fluentd-pilot收集日志分享
fluentd-pilot简介 fluentd-pilot是阿里开源的docker日志收集工具,Github项目地址:https://github.com/AliyunContainerService/fluentd-pilot 。你可以在每台机器上部署一个fluentd-pilot实例,就可以收集 ...
分类:其他好文   时间:2017-12-13 20:05:00    阅读次数:705
Harbor
harbor download harbor offline tar package 修改harbor配置文件 hostname=www.proharbor.com 添加域名解析 创建自签证书 更新配置文件 更新harbor.cfg 更新docker compose.yml 仓库根目录配置文件 这个 ...
分类:其他好文   时间:2017-12-12 01:07:24    阅读次数:227
基于laravel5.5和vue2开发的个人博客
本项目使用 PHP 框架 Laravel 5.5 进行开发。系统后台使用了Vuejs + Element-UI实现完全的前后端分离。 项目地址:http://phpjourney.xin(正在备案,暂时可通过http://47.94.11.137访问) GitHub地址:https://github ...
分类:其他好文   时间:2017-12-08 22:51:52    阅读次数:249
设计模式-组合模式(10)
定义 组合(Composite Pattern)模式也叫合成模式,用来描述部分与整体的关系。英文原话是:Compose objects into tree structures to represent part-whole hierarchies.Composite lets clients tr ...
分类:其他好文   时间:2017-12-08 01:25:19    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!