10 2021 档案
摘要:继续 package com.example.dell.tiwen; import android.content.Context; import android.content.pm.PackageManager; import android.location.Address; import a
阅读全文
摘要:今天搞体温上报App 代码如下 myadapter.java package com.example.dell.tiwen; import android.content.Context; import android.database.Cursor; import android.view.Lay
阅读全文
摘要:今天学习了Android过滤器 意图过滤器 你已经看到如何使用意图来调用另外的活动。 Android 操作系统使用过滤器来指定一系列活动、服务和广播接收器处理意图,需要借助于意图所指定的动作、类别、数据模式。在 manifest 文件中使用 <intent-filter> 元素在活动,服务和广播接收
阅读全文
摘要:HBase的安装与部署 11.1、Zookeeper集群的正常部署并启动 $ /opt/modules/cdh/zookeeper-3.4.5-cdh5.3.6/bin/zkServer.sh start 11.2、Hadoop集群的正常部署并启动(我的为高可用HA) $ /opt/modules/
阅读全文