create table customer row format SERDE 'org.apache.hadoop.hive.serde2.avro.AvroSerDe'stored as inputformat 'org.apache.hadoop.hive.ql.io.avro.AvroCont ...
分类:
其他好文 时间:
2021-03-03 12:21:19
阅读次数:
0
1,将id列放在第一列 alter table cqc_xa.cqc_xa_diff_case modify id int unsigned auto_increment first; 2,增加自增id alter table test.student add column indexxx int( ...
分类:
数据库 时间:
2021-03-03 12:17:55
阅读次数:
0
查看数据库 show databases; use 数据库名; show tables; //显示数据库的表名describe 表名; //显示某表的字段, 建表模板 ...
分类:
数据库 时间:
2021-03-03 12:05:33
阅读次数:
0
方法一v-show1.声明data 默认显示第一条 table:0, 2.<div class="inspectionTitle"> <div class="stitle fleft" :class="{nowTitle:table==0}" @click="table=0">建设进度</div> ...
分类:
其他好文 时间:
2021-03-03 11:56:06
阅读次数:
0
https://www.cnblogs.com/yeungchie/ code ; ; 创建一个 tree 作为主 tree mainTree = hiCreateTree('mainTree) ; 创建两个 tree item treeItem1 = hiCreateTreeItem('treeI ...
分类:
其他好文 时间:
2021-03-02 12:29:11
阅读次数:
0
支持三种方式初始化表格: 1.html格式数据(即静态数据); 2.JavaScript传递数据; 3.数据属性变量动态获取。 1.静态表格:data-toggle="table" <table data-toggle="table"> <thead> <tr> <th>Item ID</th> < ...
分类:
其他好文 时间:
2021-03-02 12:21:56
阅读次数:
0
Bootstrap-Table是一个Boostrap的表格插件,能够将JSON数据直接显示在表格中。当然,这需要配置一些参数并进行初始化表格才行。其官方网站地址为:http://bootstrap-table.wenzhixin.net.cn/。里面可以下载使用所需的JS和CSS文件,以及参考文档和 ...
分类:
其他好文 时间:
2021-03-02 12:18:53
阅读次数:
0
Zabbix 2.2.14之前的版本和3.0.4之前的3.0版本 latest.php页面提取cookie中的zbx_sessionid的后16位 246c58ba963457ef http://192.168.49.2:8080/latest.php?output.php=ajax&sid=246 ...
分类:
数据库 时间:
2021-03-02 12:07:31
阅读次数:
0
查看数据表的信息,只能算是优化用户体验 --用户表 if exists(select * from sysobjects where name = 'bi_user') drop table bi_user create table bi_user ( user_id int not null pr ...
分类:
其他好文 时间:
2021-03-01 13:44:56
阅读次数:
0
1. 安装需要应用的程序包 2. 准备配置文件 <?xml version="1.0" encoding="utf-8"?> <log4net> <!-- Define some output appenders --> <appender name="rollingAppender" type=" ...
分类:
Web程序 时间:
2021-03-01 13:34:26
阅读次数:
0