10 2021 档案
JFinal框架的学习和报错
摘要:今天成功完成了JFinal框架操作数据库。遇到了很多的问题,我在此整理一下 1.com.alibaba.druid.pool.DruidDataSource erroe {dataSource-1} init error 数据库配置文件错误 查看数据库配置文件发现url写错了,正确写法应该为: jd
阅读全文
时间轴折线图。时间轴柱状图。饼图代码
摘要:时间轴折线图 <%-- Created by IntelliJ IDEA. User: Xxg Date: 2021/9/29 Time: 16:08 To change this template use File | Settings | File Templates. --%> <%@ pag
阅读全文
Mysql、Hbase、Redis、MongoDB四种API操作
摘要:一、Mysql pom.xml <dependencies> <dependency> <groupId>org.codehaus.jettison</groupId> <artifactId>jettison</artifactId> <version>1.4.1</version> </depe
阅读全文
hadoop数据可视化成果图(时间轴折线图 柱状图)
摘要:数据导入 2. 数据清洗 数据分析处理 1. 2.insert overwrite table hahive hahive02_result02 select day_id,sale_nbr,sum(cnt),sum(money) where sale_nbr like ‘O%’ from hahi
阅读全文
2021年10月14日
摘要:截至今天,完成了2个G数据表的导入,数据分析要用到机器学习尚未能完成,下周努力
阅读全文
2021年10月5日
摘要:最近完成了数据的可视化展示 样表(sales_sample_20170310)字段说明: day_id 日期编号; sale_nbr 卖出方代码; buy_nbr 买入方代码; cnt 数量 round 金额 卖出方和买入方又分为 3 种类型: 以'C'开头的表示类型为 C,代表“航空公司”,只可以
阅读全文