- 授权协议: GPL
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/cleverdeng/pinyin.py
- 官方下载: https://github.com/cleverdeng/pinyin.py/downloads
软件介绍
汉字转拼音,自带词库 With Python
from pinyin import PinYin test = PinYin() test.load_word() test.hanzi2pinyin(string='钓鱼岛是中国的') //Out:['diao', 'yu', 'dao', 'shi', 'zhong', 'guo', 'de'] test.hanzi2pinyin_split(string=string, split="-") //diao-yu-dao-shi-zhong-guo-de
iOS Web应用开发
皮基 (Andrea Picchi) / 罗晴明 / 人民邮电出版社 / 2013-8-1 / CNY 79.00
本书介绍了如何使用Web标准技术来为iPhone和iPad制作Web应用。书中利用最前沿的Web和移动技术,演示了如何使用HTML5来完成繁重的基础工作,如何使用CSS3来制作外观,以及如何使用JavaScript来为移动网站或Web应用添加程序逻辑。 通过阅读本书,读者可以掌握面向移动的项目的开发流程。作者逐章递进,引导读者了解iOS设计与开发的各个步骤。读者可以学习到如下知识: 设......一起来看看 《iOS Web应用开发》 这本书的介绍吧!
