- 授权协议: MIT
- 开发语言: Swift
- 操作系统: OS X
- 软件首页: https://github.com/mattdonnelly/Swifter
软件介绍
Swifter 是一个用 Swift 开发的 iOS & OS X 的 Twitter 框架。
示例代码:
//Instantiation with ACAccount:
let swifter = Swifter(account: twitterAccount)
//Instansiation with OAuth:
let swifter = Swifter(consumerKey: "", consumerSecret: "")
swifter.authorizeWithCallbackURL(callbackURL, success: {
accessToken, response in
// ...
},
failure: {
// ...
})
swifter.getStatusesHomeTimelineWithCount(20, sinceID: nil, maxID: nil, trimUser: true, contributorDetails: false, includeEntities: true, success: {
statuses, response in
// ...
}, failure: {
// ...
})
Linux程序设计
马修 / 陈健 / 人民邮电出版社 / 2007-7 / 89.00元
《Linux 程序设计(第3版)》讲述在Linux系统及其他UNIX风格的操作系统上进行的程序开发,主要内容包括标准Linux C语言函数库和由不同的Linux或UNIX标准指定的各种工具的使用方法,大多数标准Linux开发工具的使用方法,通过DBM和MySQL数据库系统对Linux中的数据进行存储,为X视窗系统建立图形化用户界面等。《Linux 程序设计(第3版)》通过先介绍程序设计理论,再以适......一起来看看 《Linux程序设计》 这本书的介绍吧!
CSS 压缩/解压工具
在线压缩/解压 CSS 代码
html转js在线工具
html转js在线工具
