- 授权协议: 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 |
Python网络编程攻略
萨卡尔 (Dr.M.O.Faruque Sarker) / 安道 / 人民邮电出版社 / 2014-12-1 / 45.00元
开发TCP/IP网络客户端和服务器应用 管理本地设备的IPv4/IPv6网络接口 使用HTTP和HTTPS协议编写用途多、效率高的Web客户端 编写可使用常见电子邮件协议的电子邮件客户端 通过Telnet和SSH连接执行远程系统管理任务 使用Web服务与流行的网站交互 监控并分析重要的常见网络安全漏洞一起来看看 《Python网络编程攻略》 这本书的介绍吧!
