简介:OAuth是一个关于授权(authorization)的开放网络标准,在全世界得到广泛应用(典型:第三方登录),目前的版本是2.0版。
没有OAuth的时代:
假设我们有这么一个场景:有三个角色,分别是“用户”,“第三方应用”,“服务提供商,比如google”
用户有很多照片都存放在google服务器,这时候,用户需要借助第三方应用“云冲印”,将存放在google服务器的照片打印出来,...
分类:
其他好文 时间:
2014-06-15 14:22:22
阅读次数:
280
如果尚未安装Eclipse,先安装;也可以直接下载Google提供的ADT Bundle。sudo apt-get install eclipse安装Subversionsudo apt-get install subversion安装Subversion在Eclipse上的插件Get the Ja...
分类:
系统相关 时间:
2014-06-14 22:25:19
阅读次数:
415
AndroidHttpClient结构:public final classAndroidHttpClientextends Objectimplements HttpClient前言:这类其实是Google对阿帕奇的HttpClient的一个封装,一些默认属性有android做了一些优化。 然.....
分类:
移动开发 时间:
2014-06-14 20:21:05
阅读次数:
296
Google Maps采用的地图投影为Web Mercator,其优点为不同维度其形状保持不变,当然面积要发生变化。ArcGIS9.3中可以直接设置为WGS 1984 Web Mercator,操作序列为:Predefined > Projected Coordinate Systems > Wor...
分类:
其他好文 时间:
2014-06-14 18:44:43
阅读次数:
227
原文:MySQL取得当前时间的函数是什么 格式化日期的函数是什么取得当前时间用 now() 就行。在数据库中格式化时间 用DATE_FORMA T(date, format) .根据格式串format 格式化日期或日期和时间值date,返回结果串。 可用DATE_FORMAT( ) 来格式化DATE...
分类:
数据库 时间:
2014-06-14 18:33:24
阅读次数:
263
数组循环移动
个人信息:就读于燕大本科软件工程专业 目前大三;
本人博客:google搜索“cqs_2012”即可;
个人爱好:酷爱数据结构和算法,希望将来从事算法工作为人民作出自己的贡献;
编程语言:C++ ;
编程坏境:Windows 7 专业版 x64;
编程工具:vs2008;
制图工具:office 2010 powerpoint;
硬...
分类:
移动开发 时间:
2014-06-14 17:47:08
阅读次数:
237
Thank you for your applying for employment with our company. Your application is now being processed. If you have any questions, please contact us.Any...
分类:
其他好文 时间:
2014-06-14 17:07:12
阅读次数:
204
坦克大战
时间限制:1000 ms | 内存限制:65535 KB
难度:3
描述
Many of us had played the game "Battle city" in our childhood, and some people (like me) even often play it on computer now.
What we are dis...
分类:
其他好文 时间:
2014-06-14 14:30:01
阅读次数:
274
今天用Nuget下一个程序包时,发现Nuget挂了:未能解析此远程名称:'nuget.org'。浏览器打开 http://nuget.org 失败。使用cmd命令 输入nslookup nuget.org 解析失败使用Google的DNS 输入nslookup nuget.org 8.8.8.8 解...
分类:
其他好文 时间:
2014-06-14 13:56:05
阅读次数:
230
Follow up for "Unique Paths":
Now consider if some obstacles are added to the grids. How many unique paths would there be?
An obstacle and empty space is marked as 1 and 0 respectively
in the...
分类:
其他好文 时间:
2014-06-14 12:02:12
阅读次数:
229