- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://github.com/kennethreitz/xerox
软件介绍
Xerox 是一个 Python 用来实现剪贴板复制和粘贴的模块,使用非常简单,支持包括 Windows、Linux 和 Mac 系统。
示例代码:
>>> xerox.copy(u'some string')
>>> xerox.paste()
u'some string'
API Design for C++
Martin Reddy / Morgan Kaufmann / 2011-2-18 / USD 59.95
The design of application programming interfaces can affect the behavior, capabilities, stability, and ease of use of end-user applications. With this book, you will learn how to design a good API for......一起来看看 《API Design for C++》 这本书的介绍吧!
