- 授权协议: 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>
Effective C# 中文版
Bill Wagner / 李建忠 / 人民邮电出版社 / 2007-5 / 49.00元
本书围绕一些关于C#和.NET的重要主题,包括C#语言元素、.NET资源管理、使用C#表达设计、创建二进制组件和使用框架等,讲述了最常见的50个问题的解决方案,为程序员提供了改善C#和.NET程序的方法。本书通过将每个条款构建在之前的条款之上,并合理地利用之前的条款,来让读者最大限度地学习书中的内容,为其在不同情况下使用最佳构造提供指导。 本书适合各层次的C#程序员阅读,同时可以推荐给高校教......一起来看看 《Effective C# 中文版》 这本书的介绍吧!
