Stella981 Stella981
4年前
Android 仿微信 相册多图选择器
下载方式<dependency<groupIdcom.sh.zsh.code</groupId<artifactIdshphotoselectorlibrary</artifactId<version2.0.9</version<typepom</type</de
Stella981 Stella981
4年前
Spark Streaming StreamingContext详解+和Receiver详解+updateStateByKey+基于Direct的Kafka数据源
一.StreamingContext详解有两种创建StreamingContext的方式:valconfnewSparkConf().setAppName(appName).setMaster(master);valsscnewStreamingContext(conf,S
可莉 可莉
4年前
04. react 初次见面
    组件从概念上看就像是函数,它可以接收任意的输入值(称之为“props”),并返回一个需要在页面上展示的React元素。1、组件定义的两种方式1.1函数定义组件  定义一个组件最简单的方式是使用JavaScript函数:functionWelcome(props){return<