- 博客(2)
- 收藏
- 关注
原创 Mac下使用android studio启动react native 项目
刚刚开始学习react native,记录一下启动项目时遇到的各种问题 1.安装Node, Python2 ,JDK, Android Studio 2. 创建新项目 npx react-native init AwesomeProject 配置虚拟机,本来想用AVD manager进行配置,但一直遇到如下错误,也无法安装HAXM,于是看到可以安装第三方的虚拟机 The emulator process for xxxx has terminated 下载Genymotion 虚拟机 androi
2021-11-25 22:14:02
926
原创 Pandas loc方法查询
以下方法只能根据查询index和column查询 data.loc['2018-01-02','bWendu'] 如果需要查询多个值,可用条件查询中的isin函数 data.loc[data['aqiInfo'].isin(['严重污染','重度污染'])] ...
2020-03-15 00:38:17
614
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅