今天实训已经进入了收尾阶段,今天的主要内容是进行数据库的创建以及在finebl中可视化的创建
部分代码如下:
create database if not exists myhive; use myhive; create table if not exists yzk( Msg_time string comment "消息发送时间", Sender_name string comment "发送人名字", Sender_accounts string comment "发送人账号", Sender_sexy string comment "发送人性别", Sender_ip string comment "发送人IP地址", Sender_sys string comment "发送人系统", Sender_model string comment"发送人手机型号", Sender_format string comment"发送人网络制式", Sender_GPS string comment"发送人GPS", Recipient_nickname string comment"收件人昵称", Recipient_IP string comment"收件人IP", Recipient_accounts string comment"收件人账号", Recipient_system string comment"收件人系统", Recipient_model string comment"收件人手机型号", Recipient_format string comment"收件人网络制式", Recipient_GPS string comment"收件人GPS", Recipient_sexy string comment"收件人性别", msg_type string comment"消息类型", distance string comment"双方距离", message string comment "消息内容" )
之上为部分代码
可视化的部分结果如下
今天在数据库以及可视化的创建中学到了很多,明天又是新的一天,期待新的一天。