06 2016 档案

centos 安装 pip
摘要:下载文件 wget https://bootstrap.pypa.io/get-pip.py --no-check-certificate 执行安装 python get-pip.py 阅读全文

posted @ 2016-06-23 23:18 荣锋亮 阅读(262) 评论(0) 推荐(0) 编辑

前端优化:DNS预解析提升页面速度
摘要:在网页体验中我们常会遇到这种情况,即在调用百度联盟、谷歌联盟以及当前网页所在域名外的域名文件时会遇到请求延时非常严重的情况。那么有没有方法去解决这种请求严重延时的现象呢? 一般来说这种延时的原因不会是对方网站带宽或者负载的原因,那么到底是什么导致了这种情况呢。假设是DNS的问题,因为DNS解析速度很 阅读全文

posted @ 2016-06-20 20:39 荣锋亮 阅读(10121) 评论(0) 推荐(0) 编辑

apache mesos 安装
摘要:安装方式: Mesosphere yum 操作系统:centos7 1. 安装 2. 操作 3. 任务管理界面: 阅读全文

posted @ 2016-06-19 20:56 荣锋亮 阅读(286) 评论(0) 推荐(0) 编辑

Oboe 提升web 用户体验以及性能
摘要:Oboe 地址:http://oboejs.com/ 1.安装 bower bower install oboe 2.使用,ajax 模式 3. stream 模式 4. API 手册: http://oboejs.com/api 5. angular 插件: https://github.com/ 阅读全文

posted @ 2016-06-16 13:21 荣锋亮 阅读(467) 评论(0) 推荐(0) 编辑

webpack 多entry 配置
摘要:// webpack 多entry 配置var path = require('path'); module.exports = { entry: { entry2: './entry.js', demo2: './demo.js' }, output: { path: __dirname, filename: '[name].js' }... 阅读全文

posted @ 2016-06-15 13:04 荣锋亮 阅读(5538) 评论(0) 推荐(0) 编辑

webpack es6支持配置
摘要:Install Babel and the presets: Install babel-loader: Configure Babel to use these presets by adding .babelrc Modify webpack.config.js to process all . 阅读全文

posted @ 2016-06-14 22:21 荣锋亮 阅读(1830) 评论(0) 推荐(1) 编辑

pouchdb Conflicts
摘要:Conflicts are an unavoidable reality when dealing with distributed systems. And make no mistake: client-server is a distributed system. CouchDB and Po 阅读全文

posted @ 2016-06-12 13:52 荣锋亮 阅读(319) 评论(0) 推荐(0) 编辑

pouchdb sync
摘要:PouchDB and CouchDB were designed for one main purpose: sync. Jason Smith has a great quote about this: The way I like to think about CouchDB is this: 阅读全文

posted @ 2016-06-12 13:16 荣锋亮 阅读(451) 评论(0) 推荐(0) 编辑

linux node&& npm 安装方式
摘要:1. 编译好的文件 简单说就是解压后,在bin文件夹中已经存在node以及npm,如果你进入到对应文件的中执行命令行一点问题都没有,不过不是全局的,所以将这个设置为全局就好了。 node文件夹具体放在哪,叫什么名字随你怎么定。然后设置全局: 阅读全文

posted @ 2016-06-12 11:21 荣锋亮 阅读(198) 评论(0) 推荐(0) 编辑

swagger-editor 快速REST-API 测试文档编写
摘要:1. 在线使用 http://editor.swagger.io/#/ 2. 离线工具 https://github.com/swagger-api/swagger-editor 3. 跨域访问问题: 服务添加一下 http 响应头(不同服务器配置可能不同,可以搜索对应的资料): 4. docker 阅读全文

posted @ 2016-06-12 09:45 荣锋亮 阅读(1260) 评论(5) 推荐(0) 编辑

Swagger-UI 基于REST的API测试/文档类插件
摘要:现在多数的项目开发中,网站和移动端都需要进行数据交互和对接,这少不了使用REST编写API接口这种场景。例如我目前的工作,移动端交由了另一团队开发,不同开发小组之间就需要以规范和文档作为标准和协作基础。良好的文档可以让开发事半功倍,而作为又懒又要效率又能交代的码农,当然最希望一切自动化,或用小聪明来 阅读全文

posted @ 2016-06-09 22:24 荣锋亮 阅读(2201) 评论(0) 推荐(0) 编辑

pouchdb 安装使用
摘要:1. 安装: 2. 启用跨域访问: 3. 客户端使用: 阅读全文

posted @ 2016-06-08 16:27 荣锋亮 阅读(577) 评论(0) 推荐(0) 编辑

导航