
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
很激动在Github上的一个项目flutter_plugin_record被阿里的一个技术主管关注到了然后收到阿里的面试邀请,但是由于面试比较仓促没准备好,很遗憾没通过面试写此篇文章的目前是为了记录和总结面试的流程和面试提问的一些问题先说一下面试流程吧首先是收到技术主管的发送的邀请面试邮件,然后把简历发过去,之后就收到了主管的的电话约了晚上7点进行视频电话面试注意!!!! 一定要准备好电脑 把浏览
三种方式1. inheritedWidget2. notification3. eventbusinheritedWidget方式class InheritedWidgetScreen extends StatefulWidget {InheritedWidgetScreen({Key key}) : super(key: key);@override...
react-native 二维码扫描先看效果使用的开源库react-native-smart-barcodereact-native-smart-timer-enhance安装npm install react-native-smart-barcode --savenpm install react-native-smart-timer-enhance --save...
文章目录flutter_plugin_qrcodeGetting Started引入方式使用关注公众号获取更多内容flutter_plugin_qrcode二维码扫描同时支持 Android&IOSGetting Started扫描效果androidIOS引入方式dependencies:flutter_plugin_qrcode: ^1.0.1#...
React-Native flex 布局使用总结父视图属性(容器属性):flexDirection: 对子布局方向的设置row : 从左到右依次排列row-reverse :从右向左依次排列column:(default) 从上到下排列column-reverse :从下到上排列flexWrap: 定义子布局是否在父布局中多行排列wrap: 允许多行排列...
react-native-vector-icons 使用react-native-vector-icons一. 切换到工程目录,执行执行安装命令npm install react-native-vector-icons --save或者yarn add react-native-vector-icons注意:目前npm5存在安装新库时会删除其他...
react-native 生成二维码先上效果使用的开源库react-native-qrcode配置方式Installationnpm install react-native-qrcode --saveUsageimport React, { Component } from 'react'import QRCode from 'react-native-qrcode';...
我用的是小米4手机前提使用android studio并且下载adb Wifi插件1,先root手机,不然后期获取不到手机权限;2,手机连接wifi并确保手机和电脑连接同一个网络,记下手机的ip地址,假设为a.b.c.d3,电脑上打开命令提示符,敲入以下命令:adbconnect 192.168.10.11提示连接成功connected to 192.168
React-Native flex 布局使用总结父视图属性(容器属性):flexDirection: 对子布局方向的设置row : 从左到右依次排列row-reverse :从右向左依次排列column:(default) 从上到下排列column-reverse :从下到上排列flexWrap: 定义子布局是否在父布局中多行排列wrap: 允许多行排列...







