Aaron Young

Results 217 comments of Aaron Young

## 网易云点播 基于分布式处理集群和大规模分发系统资源,满足全终端设备的播放需求,为企业用户提供极速稳定的视频上传、存储、转码、播放和下载等云服务。 ### 产品架构 ![image](https://user-images.githubusercontent.com/13204332/40694247-3b582740-63ee-11e8-8766-666950949e6f.png) ### 功能介绍 ![image](https://user-images.githubusercontent.com/13204332/40694726-6c802be0-63f0-11e8-883a-0e5a32209a88.png) ### 应用场景 1. 线上教育 2. 电商展示 3. 娱乐秀场 4. 视频社区 ## 网易云直播 基于专业的跨平台视频编解码技术和大规模视频内容分发网络,提供稳定流畅、低延时、高并发的实时音视频服务,助力轻松打造企业级在线直播平台。 ![image](https://user-images.githubusercontent.com/13204332/40695505-0942662a-63f4-11e8-8dec-8adfb2787c02.png) ### 功能介绍 ![image](https://user-images.githubusercontent.com/13204332/40695532-2f7c6b38-63f4-11e8-9fdd-de8b09b8c327.png) ### 应用场景 1. 娱乐社交...

## 参考 1. [tool 使用font-spider解决字体压缩问题](http://t.cn/R1fcyut) 2. [迟到的中文 WebFont](http://t.cn/R1fcMUd)

## 字蛛+(font-spider-plus) > [font-spider-plus(字蛛+)](http://t.cn/R1fcm8Q)是一个智能 WebFont 压缩工具,它能自动分析出本地页面和线上页面使用的 WebFont 并进行按需压缩。 - [字蛛+发布!支持动态渲染、远程多页面字体压缩](http://t.cn/R1fc0UG)

## 参考 - [Apache用.htaccess来实现强制https访问](http://t.cn/R1fMx5B)

## POM节点 - project:pom文件的顶级元素 - modelVersion:所使用的object model版本,为了确保稳定的使用,这个元素是强制性的。除非maven开发者升级模板,否则不需要修改 - groupId:是项目创建团体或组织的唯一标志符,通常是域名倒写,如org.apache.maven.plugins就是为所有maven插件预留的。 - artifactId:项目名-模块名 - packaging:artifact打包的方式,如jar、war、ear、pom等等。默认为jar。这个不仅表示项目最终产生何种后缀的文件,也表示build过程使用什么样的lifecycle。 - name: 表示项目的展现名,在IDE和maven生成的文档中使用 - url:表示项目的地址,在maven生成的文档中使用 - description: 表示项目的描述,在maven生成的文档中使用 - dependencies: 表示依赖,在子节点dependency中添加具体依赖的groupId artifactId和version - build:表示build配置 - parent:表示父pom -...

## 附件 - [pom.zip](https://github.com/youngjuning/issue-blog/files/2043281/pom.zip)

## GitHub 注册 SSH Key 打开 **Account settings**,**SSH Keys** 页面:点击 **Add SSH Key** ,填上任意Title,在Key文本框里粘贴 **id_rsa.pub** 文件的内容。

## 支持Promise的ajax库 - axios/axios [![GitHub stars](https://img.shields.io/github/stars/axios/axios.svg?style=social&label=Stars)](https://github.com/axios/axios):Promise based HTTP client for the browser and node.js - github/fetch [![GitHub stars](https://img.shields.io/github/stars/github/fetch.svg?style=social&label=Stars)](https://github.com/github/fetch):A window.fetch JavaScript polyfill. - request/request-promise [![GitHub stars](https://img.shields.io/github/stars/request/request-promise.svg?style=social&label=Stars)](https://github.com/request/request-promise): The simplified HTTP request client...