Aaron Young

Results 135 issues of Aaron Young

## [极光短信](https://www.jiguang.cn/sms) ![2018-05-22_134725](https://user-images.githubusercontent.com/13204332/40344283-abb3fef2-5dc6-11e8-95c9-c55530e845a7.png)

移动端开发
连载
玩客

1. https://media.w3.org/2010/05/sintel/trailer.mp4 2. http://www.w3school.com.cn/example/html5/mov_bbb.mp4 3. https://www.w3schools.com/html/movie.mp4 4. http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4

连载
玩客

## 服务端管理上传凭证 > 这里使用的是 leancloud 的云函数实现的七牛上传凭证管理,LeanCloud 本身的业务就是基于七牛云的,所以默认有 qiniu 这个库的依赖。 ```js var qiniu = require('qiniu'); return new Promise((resolve,reject) => { try { // 1、定义鉴权对象mac var accessKey = 'your accessKey'; var secretKey...

javascript
vuejs
LeanCloud

## 2018/5/22 1. take advantage of:利用 2. take full advantage of:充分利用 3. take the advantage of:利用 4. self-assigned:vt. 自我分配

连载

## 一、核心设置 1. 允许临时预览(勾选点击一个文件为临时预览) 2. 勾选自动升级 3. 不加载 .gitignore 指定的文件(勾掉) 4. File System Watcher:Emulated with Atom events(据说能防止崩溃和卡住) 5. 启动时打开一个空编辑器(勾掉) 6. 设置默认项目目录(默认在C盘,这样不好) ## 二、编辑器设置 1. 滚动到最后一行(勾选) 2. 自动换行 1. 自动换行(勾选) 2....

连载
开发环境
windows

## 曾经的 PhantomJS > ariya/phantomjs [![GitHub stars](https://img.shields.io/github/stars/ariya/phantomjs.svg?style=social&label=Stars)](https://github.com/ariya/phantomjs):Scriptable Headless Browser - 也许最近已经听说Chrome59将支持headless模式,PhantomJS核心开发者Vitaly表示自己将会失业了。 - PhantomJS development is suspended until further notice ## 现在的 puppeteer > GoogleChrome/puppeteer [![GitHub stars](https://img.shields.io/github/stars/GoogleChrome/puppeteer.svg?style=social&label=Stars)](https://github.com/GoogleChrome/puppeteer):puppeteer: Google 官方出品的 headless Chrome...

玩客
爬虫

- https://medium.com/@danboterhoven/why-you-should-use-bcrypt-to-hash-passwords-af330100b861 - https://andy6804tw.github.io/2018/01/08/user-bcrypt/ - https://passwordhashing.com/BCrypt - https://github.com/lustan3216/BlogArticle/wiki/BCrypt-%E5%8A%A0%E5%AF%86%E6%BC%94%E7%AE%97%E6%B3%95%E7%B2%BE%E9%97%A2%E8%A7%A3%E9%87%8B

密码学

## 移动端 ### 音乐类 - CaiJinyc/vue-music-webapp [![GitHub stars](https://img.shields.io/github/stars/CaiJinyc/vue-music-webapp.svg?style=social&label=Stars)](https://github.com/CaiJinyc/vue-music-webapp):🌈一款基于Vue 全家桶制作的移动端音乐 WebApp http://120.79.162.149:3002

opensource
vuejs
未完待续
全家桶

在 `2.6.*` 版本之前,设置 react-navigation 组件半透明十分麻烦,并且存在不稳定性和隐藏BUG,这一切的原因都是因为 react-navigation 没有提供专门的属性来控制header的透明度。 那么 `2.6.*` 之后,react-navigation 引入了 `headerTransparent: true`,遗憾的是官方文档并没有更新。我也是在官方仓库的 issue 里边扒到的。 ```js import { createStackNavigator } from 'react-navigation'; import React, { Component } from 'react'; import...

react native

## npm ## yarn - [huangyanxiong01/yrs](https://github.com/huangyanxiong01/yrs)Yarn registry switch tool http://www.myfreax.com/ ## apm ## apt ## Chocolatey ## Homebrew

opening
未完待续