- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/GabiAxel/spring-social-google
- 软件文档: https://github.com/GabiAxel/spring-social-google/wiki/Spring-Social-Google-Reference-Manual
软件介绍
Spring Social Google 首个里程碑版本发布了,该版本集成了 Google+, Portable Contacts and Google Tasks. 同时集成 GData Java Client Library,你可用它来做认证和授权,使用 OAuth2 来访问 GData 客户端,详情请看 reference manual 。Spring Social Google 基于 Spring Social 开发。
这里还有一些实际的例子用来演示:example application
要在 Maven 中引用此包的方法:
<repository>
<id>spring.social.google</id>
<name>Spring Social Google</name>
<url>https://github.com/GabiAxel/maven/raw/master/</url>
</repository>
...
<dependency>
<groupId>org.springframework.social</groupId>
<artifactId>spring-social-google</artifactId>
<version>1.0.0.M1</version>
</dependency>
算法技术手册
George T. Heineman、Gary Pollice、Stanley Selkow / 杨晨、李明 / 机械工业出版社 / 2010-3 / 55.00元
《算法技术手册》内容简介:开发健壮的软件需要高效的算法,然后程序员们往往直至问题发生之时,才会去求助于算法。《算法技术手册》讲解了许多现有的算法,可用于解决各种问题。通过阅读它,可以使您学会如何选择和实现正确的算法,来达成自己的目标。另外,书中的数学深浅适中,足够使您可以了解并分析算法的性能。 较之理论而言,《算法技术手册》更专注于应用。《算法技术手册》提供了高效的代码解决方案,使用多种语言......一起来看看 《算法技术手册》 这本书的介绍吧!
