使用Springboot链接ElasticSearch ----master配置 cluster.name: mycluster node.name: master node.master: true network.host: 127.0.0.1 ---slave配置 cluster.name: mycluster node.name: slave2 network.host: 127.0.0.1 http.port: 8000 discovery.zen.ping.unicast.hosts: ["127.0.0.1"]
实验AS2.2之后Cmake编译Java和Native交互方式 http://wiki.jikexueyuan.com/project/jni-ndk-developer-guide/variable.html https://codelabs.developers.google.com/codelabs/android-studio-jni/index.html?index=../../index#5 http://www.jianshu.com/p/716641d15ee8?utm_campaign=haruki&utm_content=note&utm_medium=reader_share&utm_source=weixin_timeline&from=timeline
SwiperRefreshLayout + RecycleView 下拉刷新上拉加载更多