03 2017 档案

spring cloud feign 接口继承以及参数传递的问题
摘要:1. 优势 可以使用maven 进行访问,实现代码的共享,减少跨服务调用服务编写的问题 2. 使用 定义接口 publicinterfaceIUserService{ @RequestMapping(method =RequestMethod.GET, value ="/users/app",hea 阅读全文

posted @ 2017-03-31 23:04 荣锋亮 阅读(9173) 评论(0) 推荐(0) 编辑

luarocks 安装
摘要:1. linux 安装 wget https://luarocks.org/releases/luarocks-2.4.1.tar.gz tar zxpf luarocks-2.4.1.tar.gz cd luarocks-2.4.1 ./configure; sudo make bootstrap 阅读全文

posted @ 2017-03-25 22:13 荣锋亮 阅读(3165) 评论(0) 推荐(0) 编辑

几个中文排版web 类库
摘要:1. typo.css http://typo.sofi.sh/ 2. yue.css http://lab.lepture.com/yue.css/ 规范,统一才是开发的王道。 阅读全文

posted @ 2017-03-25 21:04 荣锋亮 阅读(200) 评论(0) 推荐(0) 编辑

几个开源ssg 技术方案
摘要:1. Nanoc 2. Middle Man App 3. Hexo 4. DocPad 5. Hugo 6. Jekyll 7. Octopress 8. Harp 9. Sculpin 10. Wintersmith 1. Nanoc 2. Middle Man App 3. Hexo 4. D 阅读全文

posted @ 2017-03-25 19:53 荣锋亮 阅读(343) 评论(0) 推荐(0) 编辑

saas 系统租户自助网站
摘要:1. 原理 类似github 的自定义页面,使用jekyll 进行租户自助网站的生成,系统使用jenkins 进行租户的网站构建 同时结合租户的个性化域名系统,进行租户页面的发布管理 2. 实践操作 个性化域名不在赘述,jekyll 安装配置比较简单,使用gem 安装即可,但是可能存在版本的问题,可 阅读全文

posted @ 2017-03-25 16:22 荣锋亮 阅读(930) 评论(0) 推荐(0) 编辑

安装 Ruby, Rails 运行环境
摘要:步骤1 - 安装 RVM RVM 是干什么的这里就不解释了,后面你将会慢慢搞明白。 $ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 $ curl -sSL http 阅读全文

posted @ 2017-03-25 14:08 荣锋亮 阅读(423) 评论(0) 推荐(0) 编辑

saas 系统租户个性化域名&&租户绑定自己域名的解决方案
摘要:实际的需求就类似github 的自定义page 1. 个性化域名 github 实现原理就是用户个性化域名使用泛域名解析,这个比较简单,大部分域名提供商都可以解决 具体操作不用赘述 使用nginx 的配置比较简单 openresty 配置如下: server { listen 8080default 阅读全文

posted @ 2017-03-22 23:05 荣锋亮 阅读(6083) 评论(0) 推荐(0) 编辑

caddy server 几个常用插件
摘要:1.log日志 log /var/www/log/example.log 2.目录访问 browse 3.gzip压缩 gzip 4.自主ssl证书 tls /path/ssl/example.com.crt /path/ssl/example.com.key 5.git拉取功能(3600秒为间隔时 阅读全文

posted @ 2017-03-21 09:12 荣锋亮 阅读(2400) 评论(0) 推荐(0) 编辑

caddy server && caddyfile
摘要:This page describes how to configure Caddy using the Caddyfile. Introduction The term "Caddyfile" describes a text file that changes how Caddy works. 阅读全文

posted @ 2017-03-20 19:55 荣锋亮 阅读(2314) 评论(0) 推荐(0) 编辑

caddy server 默认https && http2的验证
摘要:1. 下载 https://caddyserver.com/ 注意选择应该包含的模块,此次包含了git 插件 2. 配置 使用 Caddyfile 内容如下: rongfengliang.com gzip git git@github.com:dalong123/appdemo.git root a 阅读全文

posted @ 2017-03-20 12:52 荣锋亮 阅读(6053) 评论(0) 推荐(0) 编辑

caddy server 了解
摘要:Caddy 是一个Go写的服务器软件,官方的宣传语“The HTTP/2 web server with automatic HTTPS”以及“Serve The Web Like It's 2016”简明表达了这个软件的优点和趋势,它拥有基本的apache或者nginx有的web server模块 阅读全文

posted @ 2017-03-19 16:17 荣锋亮 阅读(540) 评论(0) 推荐(0) 编辑

redis 连接池的一些问题
摘要:问题: Could not get a resource from the pool 将配置修改为如下: JedisPoolConfig config =newJedisPoolConfig(); config.setMaxTotal(200); config.setMaxIdle(50); con 阅读全文

posted @ 2017-03-16 14:29 荣锋亮 阅读(587) 评论(0) 推荐(0) 编辑

Hangfire 任务调度
摘要:Hangfire是一个开源且商业免费使用的工具函数库。可以让你非常容易地在ASP.NET应用(也可以不在ASP.NET应用)中执行多种类型的后台任务,而无需自行定制开发和管理基于Windows Service后台任务执行器。且任务信息可以被持久保存。内置提供集成化的控制台。 Hangfire的具有如 阅读全文

posted @ 2017-03-13 13:42 荣锋亮 阅读(1941) 评论(0) 推荐(0) 编辑

Spring Cloud feign 服务超时处理
摘要:Spring Cloud中,Feign和Ribbon在整合了Hystrix后,可能会出现首次调用失败的问题 造成该问题的原因 Hystrix默认的超时时间是1秒,如果超过这个时间尚未响应,将会进入fallback代码。而首次请求往往会比较慢(因为Spring的懒加载机制,要实例化一些类),这个响应时 阅读全文

posted @ 2017-03-11 14:13 荣锋亮 阅读(2992) 评论(0) 推荐(0) 编辑

windows 2016 容器管理
摘要:1. docker-compose 安装 python 2.7 pip pip install docker-compose 常见问题: 解决方法: pip install pypiwin32 2. docker-compose.yaml docker-compose... 阅读全文

posted @ 2017-03-10 22:33 荣锋亮 阅读(583) 评论(0) 推荐(0) 编辑

Docker-Compose API too old for Windows
摘要:I was working on some code with a Docker Windows container today and ran into this error message: ERROR: client version 1.22 is too old. Minimum suppo 阅读全文

posted @ 2017-03-10 19:51 荣锋亮 阅读(1311) 评论(0) 推荐(0) 编辑

windows 2016 dockerfile 以及简单使用
摘要:Docker 引擎包含用于自动创建容器映像的工具。 尽管可以使用 docker commit 命令手动创建容器映像,然而采用自动映像创建过程可获得许多好处,其中包括: 将容器映像存储为代码。 可出于维护和升级的目的快速而精确地重新创建容器映像。 容器映像和开发周期之间的持续集成。 驱动实现这一自动化 阅读全文

posted @ 2017-03-10 09:06 荣锋亮 阅读(4337) 评论(1) 推荐(0) 编辑

docker windows 2016 安装测试
摘要:1. 安装方式 powershell Install-Module-NameDockerMsftProvider-RepositoryPSGallery-Force Install-Package-Name docker -ProviderNameDockerMsftProvider Restart 阅读全文

posted @ 2017-03-09 23:07 荣锋亮 阅读(895) 评论(0) 推荐(0) 编辑

导航