Longniao's Blog

Thinking will not overcome fear but action will.

OAuth 2.0 Libraries

OAuth 2.0 is the next evolution of the OAuth protocol which was originally created in late 2006. OAuth 2.0 focuses on client developer simplicity while providing specific authorization flows for web applications, desktop applications, mobile phones, and living room devices. This specification is being developed within the IETF OAuth WG and is based on the OAuth WRAP proposal.

OAuth 2.0 OAuth 2.0 is the next evolution of the OAuth protocol which was originally created in late 2006. OAuth 2.0 focuses on client developer simplicity while providing specific authorization f...

码农周刊分类整理

码农周刊的类别分的比较大,不易于后期查阅,所以我把每期的内容按语言或技术进行了分类整理。

码农周刊的类别分的比较大,不易于后期查阅,所以我把每期的内容按语言或技术进行了分类整理。 码农周刊官方网址 http://weekly.manong.io/ 一些不熟悉的领域分类可能不准确,请见谅 15期为图书推荐,请直接浏览原地址 现在已整理到第40期。 ##ANDROID 面向忙碌开发者的 Android 视频教程(Tuts+) Android 开发资源列表(Sharif Ahmed)...

使用yum在centos下安装最新版的ffmpeg

使用yum在centos下安装最新版的ffmpeg。

首先安装编译环境,如果系统有就不用安装了。 yum install -y automake autoconf libtool gcc gcc-c++ yum install make yum install svn 如果还需要其他的软件就按照下面的方式安装。 yum search ** yum install ** 到此,我们就可以通过svn命令获取最新的ffmpeg了 sv...

go标准包和部分第三方包的包文档中文翻译

排版完全取自godoc.org,非常感谢godoc。因为godoc和本翻译都是开源,未询问即使用其数据,如有侵权请告知。

官方标准包: archive/tar archive/zip bufio builtin bytes compress/bzip2 compress/flate compress/gzip compress/lzw compress/zlib container/heap container/list container/ring crypto crypto/a...

细说 iOS 消息推送

经常有人问,iOS上推送究竟怎么做啊,为什么我的设备总收不到推送呢,这里跟大家集中讨论一下iOS上推送的实现细节。

APNS的推送机制推送相关的几个概念消息类型本地消息通知代码里面如何实现推送首先,我们要获取DeviceToken。其次,我们要处理收到消息之后的回调常见问题FAQ我能推送长消息吗推送怎么加声音提醒推送的Badge是怎么回事AVOS Cloud平台发出去的通知格式究竟是什么样子的如何显示本地化的消息应用该怎么响应推送消息 经常有同学问,iOS上推送究竟怎么做啊,为什么我的设备总收不到推送呢...

平凡而又神奇的贝叶斯方法

这是一篇关于贝叶斯方法的科普文,我会尽量少用公式,多用平白的语言叙述,多举实际例子。更严格的公式和计算我会在相应的地方注明参考资料。贝叶斯方法被证明是非常 general 且强大的推理框架,文中你会看到很多有趣的应用。

概率论只不过是把常识用数学公式表达了出来。 ——拉普拉斯 目录 前言 历史 1.1 一个例子:自然语言的二义性 1.2 贝叶斯公式 拼写纠正 模型比较与贝叶斯奥卡姆剃刀 3.1 再访拼写纠正 3.2 模型比较理论(Model Comparasion)与贝叶斯奥卡姆剃刀(Bayesian Occam’s Razor) 3.3 最小...

Markdown 语法说明 (简体中文版)

This is Simplelified Chinese Edition Document of Markdown Syntax.

NOTE: This is Simplelified Chinese Edition Document of Markdown Syntax. If you are seeking for English Edition Document. Please refer to Markdown: Syntax. 声明: 这份文档派生(fork)于繁体中文版,此文档用 Markdown 语法编...

PHP function my_array_column for PHP5.5-

This article discusses the merits of allowing method calls on primitive PHP types, like strings and arrays.

PHP function array_column() returns the values from a single column of the array, identified by the column_key, bug it can only used in PHP version 5.5+. What can I do in my PHP 5.2 VPS? It’s piec...