react-native-icons
- 授权协议: 未知
- 开发语言: Objective-C JavaScript
- 操作系统: iOS
- 软件首页: https://github.com/corymsmith/react-native-icons
软件介绍
react-native-icons 是 React Native 简单易用的图标组件。
当前支持 4 种字体:
FontAwesome 4.2 Contains 479 icons
ionicons 2.0.0 Contains 733 icons, lots of iOS 7 style outlined icons.
Foundation icons Contains 283 icons.
Zocial Contains 99 social icons.
示例:
var Icon = require('FAKIconImage');
<Icon
name='ion|beer'
size={150}
color='#887700'
style={styles.beer}
/>
<Icon
name='zocial|github'
size={70}
color='black'
style={styles.github}
/>
<Icon
name='fontawesome|facebook-square'
size={70}
color='#3b5998'
style={styles.facebook}
/>
<Icon
name='foundation|lightbulb'
size={30}
color='#777777'
style={styles.lightbulb}
/>
利用Python进行数据分析
Wes McKinney / 唐学韬 / 机械工业出版社 / 2013-11-18 / 89.00
【名人推荐】 “科学计算和数据分析社区已经等待这本书很多年了:大量具体的实践建议,以及大量综合应用方法。本书在未来几年里肯定会成为Python领域中技术计算的权威指南。” ——Fernando Pérez 加州大学伯克利分校 研究科学家, IPython的创始人之一 【内容简介】 还在苦苦寻觅用Python控制、处理、整理、分析结构化数据的完整课程?本书含有大量的实践案例,......一起来看看 《利用Python进行数据分析》 这本书的介绍吧!

