上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 39 下一页
摘要: #include <iostream> #include <fstream> #include <bitset> #include <string> using namespace std; //define the type of data typedef unsigned char byte; 阅读全文
posted @ 2021-10-05 10:14 yasai 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 今天写了设计模式的建造者模式 #include<iostream> using namespace std; #include<string> class Computer { private: string host; //主机 string internal; //内存 string hardd 阅读全文
posted @ 2021-10-04 23:56 yasai 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 测试题目: 1、数据导入: 要求将样表文件中的(AA_GXJSQYDC2019)数据导入HIVE数据仓库中。 分别将四个标准维度表导入数据仓库中。 2、数据清洗: 根据标准维度将国民经济行业维度、地域维度、高新技术领域维度、企业所属领域维度四个维度字段清洗完成。 3、数据可视化展示: 尝试按照某一维 阅读全文
posted @ 2021-10-03 12:26 yasai 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 上传到node01 建表完成,导入到表完成 将表导入到mysql: 导出到mysql完成 其他的类似,结果如下 最后echart图: 阅读全文
posted @ 2021-10-02 20:13 yasai 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 考试系统界面展示: <!DOCTYPE html> <!-- saved from url=(0052)http://getbootstrap.com/docs/4.0/examples/dashboard/ --> <html lang="en"> <head> <meta http-equiv= 阅读全文
posted @ 2021-10-01 10:12 yasai 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 今天写了考试系统原型,明天完善代码: E-R图: 上下文图: 阅读全文
posted @ 2021-09-30 22:01 yasai 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 问题: 0: jdbc:hive2://node01:10000> insert into table t_user values(1,"allen"); INFO : Compiling command(queryId=hadoop_20210929010636_df171036-0e2c-4ad 阅读全文
posted @ 2021-09-30 21:12 yasai 阅读(140) 评论(0) 推荐(0) 编辑
摘要: web ui界面访问地址可以分别写程 - hdfs集群访问地址 http://node01:9870/ - yarn集群访问地址 http://node01:8088 - jobhistory访问地址: http://node01:19888 -hbase访问地址: http://node01:16 阅读全文
posted @ 2021-09-29 20:54 yasai 阅读(134) 评论(0) 推荐(0) 编辑
摘要: <方法一> 开启hafs,在root下: node01输入: /kkb/install/hive/bin/hive --service metastore 克隆node01输入: /kkb/install/hive/bin/hive --service hiveserver2 node03输入: / 阅读全文
posted @ 2021-09-28 23:47 yasai 阅读(683) 评论(0) 推荐(0) 编辑
摘要: # Mysql安装 #卸载Centos7自带mariadbrpm -qa|grep mariadbmariadb-libs-5.5.64-1.el7.x86_64rpm -e mariadb-libs-5.5.64-1.el7.x86_64 --nodeps #创建mysql安装包存放点mkdir 阅读全文
posted @ 2021-09-28 23:33 yasai 阅读(122) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 39 下一页