- 授权协议: LGPL
- 开发语言: Python
- 操作系统: Linux
- 软件首页: http://code.google.com/p/py-fetion/
软件介绍
PyFetion 是中国移动飞信的 Python 语言模块。下面是几个该模块提供的发送短信的函数:
| FX_EXPORT BOOL | fs_send_sms (const long who, const char *message) |
| simple send smsfunctions |
|
| FX_EXPORT BOOL | fs_send_sms_by_mobile_no (const char *mobile_no, const char *message) |
| simple send smsfunctions |
|
| FX_EXPORT BOOL | fs_send_sms_to_self (const char *message) |
| send a shortmessage to user self |
The Little Schemer - 4th Edition
Daniel P. Friedman、Matthias Felleisen / The MIT Press / 1995-12-21 / USD 40.00
This delightful book leads you through the basic elements of programming in Scheme (a Lisp dialect) via a series of dialogues with well-chosen questions and exercises. Besides teaching Scheme, The Lit......一起来看看 《The Little Schemer - 4th Edition》 这本书的介绍吧!
